.hp-slideshow-wrapper .slick-dots {
  width: 100%; }

.hp-slideshow-wrapper .slick-dots, .hp-element .attribution-left, .hp-element .attribution-right {
  margin: 0;
  padding: 0; }

/*
	Numerical methods for Power, Factorial, Pi, Sine, Cosine and Tangent

	from "TRIGONOMETRY IN SASS" by Daniel Perez Alvarez (https://unindented.org/articles/trigonometry-in-sass/)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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[disabled],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* ===========================================================
  @font-face calls that load font files, which once lived in
  this file, have been moved to css/localfonts.css so that
  they won't be exported during the release process. This
  file is maintained to preserve the two font-related
  classes below.
=========================================================== */
.light {
  font-weight: 100; }

.book {
  font-weight: 300; }

::-moz-selection {
  background-color: #49953f;
  color: #fff; }

::selection {
  background-color: #49953f;
  color: #fff; }

::-moz-selection {
  background-color: #49953f;
  color: #fff; }

.white, .overlay, .overlay-bold, .slide-overlay, .slide-overlay-attribution, .slide-overlay-attribution-detail {
  color: #FFFFFF; }

.white-bg {
  background-color: #FFFFFF; }

.kiva-gray {
  color: #999; }

.kiva-green, .statistic {
  color: #4faf4e; }

.kiva-darkgreen {
  color: #247037; }

.kiva-accent-green {
  color: #aee15c; }

.kiva-green-bg {
  background-color: #4faf4e; }

.kiva-darkgreen-bg {
  background-color: #247037; }

br.so, br.mo, br.lo, br.xlo, br.xxlo, br.smo, br.mu, br.lu, br.xgau {
  display: none; }

@media only screen and (max-width: 480px) {
  br.so {
    display: inline; } }

@media only screen and (min-width: 481px) and (max-width: 680px) {
  br.mo {
    display: inline; } }

@media only screen and (min-width: 681px) and (max-width: 760px) {
  br.lo {
    display: inline; } }

@media only screen and (min-width: 761px) and (max-width: 988px) {
  br.xlo {
    display: inline; } }

@media only screen and (min-width: 989px) and (max-width: 99999999px) {
  br.xxlo {
    display: inline; } }

@media only screen and (max-width: 480px) {
  br.smo {
    display: inline; } }

@media only screen and (min-width: 481px) and (max-width: 680px) {
  br.smo {
    display: inline; } }

@media only screen and (min-width: 481px) {
  br.mu {
    display: inline; } }

@media only screen and (min-width: 681px) {
  br.lu {
    display: inline; } }

@media only screen and (min-width: 1025px) {
  br.xgau {
    display: inline; } }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 480px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:481px)/";
  width: 481px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:481px) and (max-width:680px)/";
  width: 481px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:681px)/";
  width: 681px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:681px) and (max-width:760px)/";
  width: 681px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:761px)/";
  width: 761px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:761px) and (max-width:988px)/";
  width: 761px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:989px)/";
  width: 989px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 16px; }

body {
  background: #FFFFFF;
  color: #484848;
  cursor: auto;
  font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 133.33%;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 61.875rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 481px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 681px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 761px) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0 !important; }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important; }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 989px) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .xxlarge-1 {
    width: 8.3333333333%; }
  .xxlarge-2 {
    width: 16.6666666667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.3333333333%; }
  .xxlarge-5 {
    width: 41.6666666667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.3333333333%; }
  .xxlarge-8 {
    width: 66.6666666667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.3333333333%; }
  .xxlarge-11 {
    width: 91.6666666667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0 !important; }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important; }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #118aec;
  border-color: #0f77cb;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #4faf4e;
    border-color: #449743;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #d74937;
    border-color: #c23827;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #FFFFFF;
    border-color: #dbdbdb;
    color: #575757; }
  .alert-box.warning {
    background-color: #d74937;
    border-color: #c23827;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #999;
    border-color: #848484;
    color: #FFFFFF; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 481px) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 681px) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 761px) {
  .xlarge-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .xlarge-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .xlarge-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .xlarge-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .xlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .xlarge-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .xlarge-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .xlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .xlarge-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .xlarge-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .xlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .xlarge-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .xlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .xlarge-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .xlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .xlarge-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .xlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .xlarge-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .xlarge-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .xlarge-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .xlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .xlarge-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .xlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .xlarge-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 989px) {
  .xxlarge-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .xxlarge-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .xxlarge-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .xxlarge-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .xxlarge-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .xxlarge-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .xxlarge-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .xxlarge-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .xxlarge-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .xxlarge-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .xxlarge-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .xxlarge-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .xxlarge-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .xxlarge-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .xxlarge-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .xxlarge-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .xxlarge-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .xxlarge-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .xxlarge-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .xxlarge-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .xxlarge-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .xxlarge-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .xxlarge-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1.5rem;
  background-color: #118aec;
  border-color: #006ed3;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #006ed3; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #FFFFFF;
    border-color: white;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: white; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #4faf4e;
    border-color: #4faf4e;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #4faf4e; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #d74937;
    border-color: #d74937;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #d74937; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #d74937;
    border-color: #d74937;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #d74937; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #999;
    border-color: #999999;
    color: #FFFFFF; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #999999; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1.5rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #118aec;
    border-color: #006ed3;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #006ed3; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #118aec; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #FFFFFF;
      border-color: white;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: white; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #FFFFFF; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #4faf4e;
      border-color: #4faf4e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4faf4e; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4faf4e; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #d74937;
      border-color: #d74937;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d74937; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #d74937; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #d74937;
      border-color: #d74937;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d74937; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #d74937; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #999;
      border-color: #999999;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #999999; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #999; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 481px) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.3333333333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.6666666667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.2857142857%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 480px) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .button-group.radius > *:last-child,
    .button-group.radius > *:last-child > a,
    .button-group.radius > *:last-child > button,
    .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 481px) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 480px) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child,
    .button-group.round > *:last-child > a,
    .button-group.round > *:last-child > button,
    .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 481px) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 480px) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #484848; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

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

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

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

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

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

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f2f2;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

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

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0.375rem 0;
  background: #FFFFFF;
  color: #d74937; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0.375rem 0;
  background: #FFFFFF;
  color: #d74937; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #d74937; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0.375rem 0;
  background: #FFFFFF;
  color: #d74937; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #d74937; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #118aec; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #118aec; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 481px) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 681px) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 481px) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 681px) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #118aec;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #d74937;
    color: #FFFFFF; }
  .label.warning {
    background-color: #d74937;
    color: #FFFFFF; }
  .label.success {
    background-color: #4faf4e;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #FFFFFF;
    color: #333333; }
  .label.info {
    background-color: #999;
    color: #FFFFFF; }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e5e5; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #118aec;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #118aec; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #fee259;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #118aec; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #0f77cb; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #118aec;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #FFFFFF;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #4faf4e;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #d74937;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #FFFFFF;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #4faf4e;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #d74937;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 480px) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 481px) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 61.875rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 481px) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 481px) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 61.875rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 481px) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 61.875rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 481px) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 61.875rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 481px) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 61.875rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 481px) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 61.875rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 481px) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 61.875rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.side-nav {
  display: block;
  font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button) {
      color: #118aec;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #57adf3; }
      .side-nav li a:not(.button):active {
        color: #57adf3; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #57adf3;
      font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e5e5; }
    .side-nav li.heading {
      color: #118aec;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    transition: left 0.15s ease-out;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #118aec; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #118aec; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #FFFFFF;
      color: #118aec;
      font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #FFFFFF; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #d2f0f8;
      color: #118aec; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 481px) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #083e6a;
    color: #118aec; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #083e6a !important;
    color: #118aec !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; } }

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

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

.text-center, .trustee-borrower-actions a {
  text-align: center !important; }

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

@media only screen and (max-width: 480px) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 481px) and (max-width: 680px) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 481px) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 681px) and (max-width: 760px) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 681px) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 761px) and (max-width: 988px) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 761px) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 989px) and (max-width: 99999999px) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 989px) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #118aec;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #006ed3;
    text-decoration: underline; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.357rem; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #484848;
  font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #484848;
    font-size: 0.875rem;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

small {
  font-size: 0.875rem;
  line-height: inherit; }

code {
  background-color: white;
  border-color: #e6e5e5;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

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

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #484848;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #727272; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #727272; }

blockquote,
blockquote p {
  line-height: 1.75rem;
  color: #888888; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 481px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1919;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1919;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b2b2, 0 7px 0 1px #b3b2b2, 0 14px 0 1px #b3b2b2; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -ms-transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.6666666667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -ms-transform: translate(0, -18.75rem);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -ms-transform: translate(0, 18.75rem);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: 0;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 481px) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -ms-transform: translate(0, 0%);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -ms-transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -ms-transform: translate(0, 0%);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 481px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 681px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 761px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 989px) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

thead.hide-for-touch {
  display: table-header-group !important; }

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

tbody.hide-for-touch {
  display: table-row-group !important; }

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

tr.hide-for-touch {
  display: table-row !important; }

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

td.hide-for-touch {
  display: table-cell !important; }

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

th.hide-for-touch {
  display: table-cell !important; }

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.small-text, .mini-loan-card .status, .mini-loan-card .name, .mini-loan-card .activity, .mini-loan-card .country, .statistic-display .statistic-link, .statistic-display .statistic-additional-text {
  font-size: 0.875rem;
  line-height: 1.357rem; }

.featured {
  font-size: 1.5rem;
  line-height: 2.25rem; }

@media only screen and (min-width: 481px) {
  .featured-medium-up {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

.overlay, .overlay-bold {
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-shadow: 1px 1px 3px #333; }

.overlay-bold {
  font-weight: bold; }

.slide-overlay, .slide-overlay-attribution, .slide-overlay-attribution-detail {
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-shadow: 1px 1px 3px #333;
  font-weight: bold; }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .slide-overlay, .slide-overlay-attribution, .slide-overlay-attribution-detail {
      font-size: 2rem;
      line-height: 2.25rem; } }
  @media only screen and (min-width: 841px) {
    .slide-overlay, .slide-overlay-attribution, .slide-overlay-attribution-detail {
      font-size: 2rem;
      line-height: 2.25rem; } }

.slide-overlay-attribution, .slide-overlay-attribution-detail {
  font-size: 1rem;
  line-height: 1rem; }
  @media only screen and (min-width: 535px) and (max-width: 680px) {
    .slide-overlay-attribution, .slide-overlay-attribution-detail {
      font-size: 1.5rem;
      line-height: 1.75rem; } }
  @media only screen and (min-width: 989px) {
    .slide-overlay-attribution, .slide-overlay-attribution-detail {
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.page-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: bold;
  color: #484848;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 481px) {
    .page-title {
      font-size: 2.25rem;
      line-height: 2.75rem; } }

.impact {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold; }
  @media only screen and (min-width: 481px) {
    .impact {
      font-size: 2.75rem;
      line-height: 3.125rem; } }
  .impact.shadow {
    text-shadow: 1px 1px 3px #333; }

.small-statistic {
  font-size: 1.75rem;
  line-height: 2rem; }

.medium-statistic, .trustee-listing-row .big-stat {
  font-size: 2.25rem;
  line-height: 2.25rem; }

.statistic {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: bold; }
  @media only screen and (min-width: 681px) {
    .statistic {
      font-size: 2.25rem;
      line-height: 2.25rem; } }

.statistic-label {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  font-weight: bold; }

.huge-statistic {
  font-size: 4.5rem;
  line-height: 5.25rem;
  font-weight: bold;
  letter-spacing: -0.125rem; }

p {
  font-size: 1rem;
  line-height: 1.75rem; }
  p ul {
    margin-bottom: 0; }
    p ul li {
      padding-bottom: 1.875rem; }

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  h1 .normal {
    font-weight: normal;
    line-height: 2.5rem;
    font-size: 2rem; }

.huge {
  font-size: 3.25rem;
  line-height: 3.625rem; }

h2 {
  font-size: 1.75rem;
  line-height: 2.25rem; }

h2.scalable {
  font-size: 1.375rem;
  line-height: 1.875rem; }
  @media only screen and (min-width: 481px) {
    h2.scalable {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

.top-nav {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 400; }

a:visited {
  color: #0066a9; }

small {
  font-size: 0.875rem;
  line-height: 1.357rem; }

@media only screen and (min-width: 481px) {
  .huge-statistic {
    font-size: 6.75rem; }
  .featured {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

@media only screen and (min-width: 481px) {
  .huge {
    font-size: 4rem;
    line-height: 4.375rem; }
  .huge-statistic {
    font-size: 9rem;
    line-height: 9.75rem;
    font-weight: bold; }
  h1 {
    font-size: 2.75rem;
    line-height: 3.125rem; }
    h1 .huge {
      font-size: 4rem;
      line-height: 4.375rem; } }

@media (max-width: 360px) {
  h1.normal {
    font-size: 1.375rem; }
  .huge-statistic {
    font-size: 4.0625rem; } }

@media (min-width: 481px) and (max-width: 535px) {
  .huge-statistic {
    font-size: 5.625rem; } }

@media (min-width: 681px) and (max-width: 760px) {
  .huge-statistic {
    font-size: 8.125rem; } }

::-webkit-input-placeholder {
  /* Chrome, Safari, Opera */
  color: #999;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-style: italic;
  opacity: 1 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-style: italic;
  opacity: 1 !important; }

:-ms-input-placeholder {
  /* IE10-11 */
  color: #999 !important;
  font-style: italic !important; }

::-ms-input-placeholder {
  /* Edge */
  color: #999;
  font-style: italic; }

::-webkit-input-placeholder {
  /* CSS Working Draft */
  color: #999;
  font-style: italic; }

:-ms-input-placeholder {
  /* CSS Working Draft */
  color: #999;
  font-style: italic; }

::placeholder {
  /* CSS Working Draft */
  color: #999;
  font-style: italic; }

input[type="submit"].hidden-submit {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px; }

form .error input {
  border-color: #d74937; }

form .error svg.icon-error {
  fill: #d74937;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
  margin-right: 0.25rem; }

.error label, .error label.error, label.error {
  color: #484848; }

select {
  color: #484848;
  border-color: #484848;
  cursor: pointer; }

.fancy-checkbox-div .icon-checkbox-checked, .fancy-checkbox-div .icon-checkbox-unchecked {
  height: 22px;
  width: 26px; }

.fancy-checkbox-div input[type="checkbox"] {
  display: none; }
  .fancy-checkbox-div input[type="checkbox"] + label {
    margin: 0; }

.fancy-checkbox-div input[type="checkbox"]:checked + label .icon-checkbox-unchecked {
  display: none; }

.fancy-checkbox-div input[type="checkbox"]:checked + label .icon-checkbox-checked {
  display: inline-block; }

.fancy-checkbox-div input[type="checkbox"]:not(checked) + label .icon-checkbox-unchecked {
  display: inline-block; }

.fancy-checkbox-div input[type="checkbox"]:not(checked) + label .icon-checkbox-checked {
  display: none; }

.fancy-checkbox-div .fancy-checkbox-text {
  padding-top: 1px;
  display: inline-block;
  vertical-align: top; }

.pencil-dropdown .text-display {
  display: none; }
  @media only screen and (min-width: 481px) {
    .pencil-dropdown .text-display {
      display: inline-block;
      cursor: pointer;
      color: #118aec; }
      .pencil-dropdown .text-display:hover {
        color: #006ed3; } }

.pencil-dropdown .text-input {
  display: none;
  width: 4.125rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 0.25rem; }

.pencil-dropdown .icon-pencil {
  height: 0.875rem;
  width: 0.875rem; }

.pencil-dropdown .edit-controls {
  position: relative; }

.pencil-dropdown .pencil {
  display: none; }
  @media only screen and (min-width: 481px) {
    .pencil-dropdown .pencil {
      display: inline-block;
      cursor: pointer; } }

.pencil-dropdown .dropdown-choices {
  display: none; }
  @media only screen and (min-width: 481px) {
    .pencil-dropdown .dropdown-choices {
      position: absolute;
      top: 0;
      left: -rem-calc(40);
      z-index: 10;
      display: none;
      list-style: none;
      border: 1px solid #484848;
      background-color: #FFFFFF;
      width: auto;
      padding: 0;
      margin: 0; }
      .pencil-dropdown .dropdown-choices li {
        margin: 0;
        padding: 12px;
        border-bottom: 1px solid #484848;
        text-align: right;
        cursor: pointer; }
        .pencil-dropdown .dropdown-choices li:last-of-type {
          border-bottom: none; }
        .pencil-dropdown .dropdown-choices li:hover {
          background-color: #d2f0f8; }
        .pencil-dropdown .dropdown-choices li.selected {
          color: #FFFFFF;
          background-color: #118aec; } }

.pencil-dropdown .dropdown-choices-select {
  width: 5rem;
  font-size: 16px;
  background-color: #FFFFFF;
  border-color: #484848;
  outline: none; }
  @media only screen and (min-width: 481px) {
    .pencil-dropdown .dropdown-choices-select {
      display: none; } }

.pencil-text-input {
  display: inline-block; }
  .pencil-text-input .text-display {
    cursor: pointer;
    color: #118aec;
    font-size: 1rem; }
    @media only screen and (min-width: 481px) {
      .pencil-text-input .text-display {
        font-size: 1.5rem; } }
    .pencil-text-input .text-display:hover {
      color: #006ed3; }
  .pencil-text-input .text-input {
    display: none;
    width: 4rem;
    font-size: 1.5rem;
    font-weight: normal;
    height: 2.25rem;
    line-height: 2.25rem; }
  .pencil-text-input .icon-pencil {
    height: 1rem;
    width: 1rem; }
    @media only screen and (min-width: 481px) {
      .pencil-text-input .icon-pencil {
        height: 1.25rem;
        width: 1.25rem; } }

button, a.button, .button {
  font-size: 1.25rem;
  font-weight: normal;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 0.125rem #006ed3;
  text-decoration: none;
  border-radius: 0.125rem;
  border: 1px solid #118aec; }
  button:hover, button:active, a.button:hover, a.button:active, .button:hover, .button:active {
    text-decoration: none;
    background-color: #006ed3;
    border-color: #006ed3; }
  @media only screen and (min-width: 481px) {
    button, a.button, .button {
      font-size: 1.5rem;
      padding: 1.125rem 2.25rem; } }
  button:visited, a.button:visited, .button:visited {
    color: #FFFFFF; }

.button.setting {
  font-size: 0.875rem;
  color: #484848;
  background-color: #FFFFFF;
  border: 1px solid #484848;
  box-shadow: 0 1px #333;
  padding: 0.75rem 1.5rem; }
  .button.setting:hover, .button.setting:active {
    background-color: #FFFFFF;
    border-color: #118aec;
    color: #118aec;
    box-shadow: 0 1px #118aec; }
    .button.setting:hover svg, .button.setting:active svg {
      stroke: #118aec; }
  .button.setting:visited {
    color: #484848; }
  @media only screen and (min-width: 481px) {
    .button.setting {
      font-size: 1rem;
      padding: 0.75rem 1.625rem; } }
  .button.setting svg {
    height: 0.875rem;
    width: 0.875rem;
    vertical-align: middle;
    margin: 0 0.5rem 0 -0.5rem; }
    @media only screen and (min-width: 481px) {
      .button.setting svg {
        font-size: 1.125rem;
        height: 1.125rem; } }

.button.smaller {
  font-size: 1.25rem;
  padding-top: 0;
  padding: 0.75rem 1.5rem; }
  @media only screen and (min-width: 481px) {
    .button.smaller {
      padding: 1rem 2rem; } }

.button.smallest {
  font-size: 0.875rem;
  padding: 0.5rem 1rem; }
  @media only screen and (min-width: 481px) {
    .button.smallest {
      font-size: 1.25rem;
      padding: 0.75rem 1.5rem; } }

.button.mini {
  font-size: 0.625rem;
  height: 1.625rem;
  line-height: 0.125rem; }
  @media only screen and (min-width: 481px) {
    .button.mini {
      font-size: 0.875rem;
      height: 2rem;
      line-height: .2rem; } }

button.secondary, .button.secondary {
  border: 1px solid #484848;
  font-size: 1rem;
  padding: 1rem 2rem;
  box-shadow: 0 1px #333;
  border-radius: 0.125rem; }
  button.secondary:visited, .button.secondary:visited {
    color: #484848; }
  button.secondary:hover, .button.secondary:hover {
    border-color: #118aec;
    color: #118aec;
    box-shadow: 0 1px #118aec; }
  button.secondary.disabled, button.secondary[disabled], .button.secondary.disabled, .button.secondary[disabled] {
    border-color: #999;
    color: #999; }
    button.secondary.disabled:hover, button.secondary.disabled:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.secondary.disabled:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
      border-color: #999;
      color: #999; }
  @media only screen and (min-width: 481px) {
    button.secondary, .button.secondary {
      font-size: 1.25rem;
      padding: 1.125rem 2.25rem; } }

.right-off-canvas-menu ul.filters-menu-list li.has-submenu > a:before {
  content: none; }

.right-off-canvas-menu ul.filters-menu-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-submenu .back > a:after {
  content: none; }

.right-submenu .back > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

.filters-menu-list .paired-button-group li {
  width: 50%; }

.button-group > li {
  margin: 0; }

.button-group > li .button {
  background: #fff;
  text-decoration: none; }

.filter-slider {
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.left-off-canvas-menu {
  z-index: 1002;
  background: #fff;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2), 2px 0 2px rgba(0, 0, 0, 0.2); }

ul.off-canvas-list li label {
  background: transparent;
  padding: 0;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: none; }

ul.off-canvas-list li a {
  color: #484848;
  border: 0;
  padding: 0 0.6666666667rem;
  display: inline-block; }

ul.off-canvas-list li a:hover {
  background: #FFFFFF;
  text-decoration: none; }

.noUi-handle-lower div, .noUi-handle-upper div {
  position: absolute;
  color: #888888;
  bottom: -1.5625rem;
  text-align: center;
  width: 1.125rem;
  font-size: 0.8rem; }

.filter-slider-item {
  margin: 1.5rem 0; }

.move-right .exit-off-canvas {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7); }
  @media only screen and (min-width: 481px) {
    .move-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.7); } }

.frame {
  max-width: 61.875rem;
  margin: 0 auto;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 481px) {
    .frame {
      padding: 0 1.25rem; } }

.panel.callout {
  border-color: #fee259; }

.panel.zigzag-bottom {
  max-width: 760px;
  margin: 0 auto;
  padding: 1rem 1rem 2rem 1rem;
  position: relative;
  background-color: #efefef;
  border: none; }
  @media only screen and (max-width: 360px) {
    .panel.zigzag-bottom {
      padding: 1rem 0.5rem 2rem 0.5rem; } }
  @media only screen and (min-width: 681px) {
    .panel.zigzag-bottom {
      padding: 1rem 2rem 2rem 2rem; } }
  .panel.zigzag-bottom:after {
    background: linear-gradient(-45deg, #ffffff 12px, transparent 0), linear-gradient(45deg, #ffffff 12px, transparent 0);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 24px 24px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 24px; }

div.reveal-modal-bg {
  background-color: rgba(0, 0, 0, 0.92);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1504; }

.reveal-modal {
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  z-index: 1505;
  padding: 0;
  max-width: none; }
  .reveal-modal.toback {
    z-index: 1506; }
  .reveal-modal.open {
    top: 0 !important; }
  .reveal-modal > .row {
    padding: 1.875rem; }
    .reveal-modal > .row > .columns {
      padding-left: 0;
      padding-right: 0; }
      @media only screen and (min-width: 681px) {
        .reveal-modal > .row > .columns {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
  .reveal-modal .flex-video {
    margin-top: 1.875rem; }
    .reveal-modal .flex-video .iframe {
      border: none; }
  .reveal-modal a.close-reveal-modal {
    position: fixed;
    top: 10px;
    right: 10px; }
    @media only screen and (min-width: 681px) {
      .reveal-modal a.close-reveal-modal {
        position: absolute;
        top: 0;
        right: 0; } }
    .reveal-modal a.close-reveal-modal .icon.icon-x {
      height: 2.5rem;
      width: 2.5rem;
      stroke: #4faf4e; }
  .reveal-modal a.close-reveal-modal:hover .icon.icon-x {
    stroke: #aee15c; }
  .reveal-modal div.lightbox-content {
    padding-top: 2.8125rem; }
    .reveal-modal div.lightbox-content .white-background-box {
      background-color: #FFFFFF;
      width: 95%;
      margin: auto auto;
      padding: 1.875rem 1.25rem 1.875rem 1.25rem; }
    .reveal-modal div.lightbox-content > h1 {
      line-height: 1.2; }
    .reveal-modal div.lightbox-content > h1:first-of-type {
      margin-top: 0; }
      @media only screen and (min-width: 681px) {
        .reveal-modal div.lightbox-content > h1:first-of-type {
          margin-top: 0.5rem; } }

table {
  width: 100%; }
  table tr:nth-of-type(even) {
    background-color: #FAFAFA; }
  table th {
    background-color: #efefef; }
  table td.shrink {
    white-space: nowrap; }
  table td.expand {
    width: 99%; }

.tabs {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 0.1875rem 0; }
  @media only screen and (min-width: 681px) {
    .tabs dd,
    .tabs .tab-title {
      margin-right: 1rem; } }
  .tabs dd a,
  .tabs .tab-title a {
    font-size: 0.875rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.25rem;
    font-weight: bold;
    outline: none; }
    @media only screen and (min-width: 481px) {
      .tabs dd a,
      .tabs .tab-title a {
        font-size: 1.125rem;
        height: 2.25rem;
        line-height: 2.25rem;
        padding: 0 0.875rem; } }
  .tabs dd.active > a,
  .tabs .tab-title.active > a {
    background-color: #d2f0f8;
    color: #118aec;
    border: 1px solid #118aec;
    cursor: default; }
    .tabs dd.active > a:hover,
    .tabs .tab-title.active > a:hover {
      text-decoration: none; }

.tooltip {
  z-index: 1600; }

/**
 * This file was auto-generated in order to merge all vendor css in one scss file.
 */
/** 
 * Source: node_modules/nouislider/distribute/jquery.nouislider.min.css 
 */
/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  transition: left .3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base {
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle {
  cursor: not-allowed; }

/* https://github.com/lafeber/world-flags-sprite */
/* Kiva mods */
.f16.xk {
  background-position: 0 -160px; }

/* Kosovo */
.f16.qs {
  background-position: 0 -3936px; }

/* South Sudan */
/* Start Flags */
.f16 {
  background: url(../images/flags16_2.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 14px; }

.f16._African_Union {
  background-position: 0 -16px; }

.f16._Arab_League {
  background-position: 0 -32px; }

.f16._ASEAN {
  background-position: 0 -48px; }

.f16._CARICOM {
  background-position: 0 -64px; }

.f16._CIS {
  background-position: 0 -80px; }

.f16._Commonwealth {
  background-position: 0 -96px; }

.f16._England {
  background-position: 0 -112px; }

.f16._European_Union, .f16 .eu {
  background-position: 0 -128px; }

.f16._Islamic_Conference {
  background-position: 0 -144px; }

.f16._Kosovo {
  background-position: 0 -160px; }

.f16._NATO {
  background-position: 0 -176px; }

.f16._Northern_Cyprus {
  background-position: 0 -192px; }

.f16._Northern_Ireland {
  background-position: 0 -208px; }

.f16._Olimpic_Movement {
  background-position: 0 -224px; }

.f16._OPEC {
  background-position: 0 -240px; }

.f16._Red_Cross {
  background-position: 0 -256px; }

.f16._Scotland {
  background-position: 0 -272px; }

.f16._Somaliland {
  background-position: 0 -288px; }

.f16._Tibet {
  background-position: 0 -304px; }

.f16._United_Nations {
  background-position: 0 -320px; }

.f16._Wales {
  background-position: 0 -336px; }

.f16.ad {
  background-position: 0 -352px; }

.f16.ae {
  background-position: 0 -368px; }

.f16.af {
  background-position: 0 -384px; }

.f16.ag {
  background-position: 0 -400px; }

.f16.ai {
  background-position: 0 -416px; }

.f16.al {
  background-position: 0 -432px; }

.f16.am {
  background-position: 0 -448px; }

.f16.ao {
  background-position: 0 -464px; }

.f16.aq {
  background-position: 0 -480px; }

.f16.ar {
  background-position: 0 -496px; }

.f16.as {
  background-position: 0 -512px; }

.f16.at {
  background-position: 0 -528px; }

.f16.au {
  background-position: 0 -544px; }

.f16.aw {
  background-position: 0 -560px; }

.f16.ax {
  background-position: 0 -576px; }

.f16.az {
  background-position: 0 -592px; }

.f16.ba {
  background-position: 0 -608px; }

.f16.bb {
  background-position: 0 -624px; }

.f16.bd {
  background-position: 0 -640px; }

.f16.be {
  background-position: 0 -656px; }

.f16.bf {
  background-position: 0 -672px; }

.f16.bg {
  background-position: 0 -688px; }

.f16.bh {
  background-position: 0 -704px; }

.f16.bi {
  background-position: 0 -720px; }

.f16.bj {
  background-position: 0 -736px; }

.f16.bm {
  background-position: 0 -752px; }

.f16.bn {
  background-position: 0 -768px; }

.f16.bo {
  background-position: 0 -784px; }

.f16.br {
  background-position: 0 -800px; }

.f16.bs {
  background-position: 0 -816px; }

.f16.bt {
  background-position: 0 -832px; }

.f16.bw {
  background-position: 0 -848px; }

.f16.by {
  background-position: 0 -864px; }

.f16.bz {
  background-position: 0 -880px; }

.f16.ca {
  background-position: 0 -896px; }

.f16.cg {
  background-position: 0 -912px; }

.f16.cf {
  background-position: 0 -928px; }

.f16.cd {
  background-position: 0 -944px; }

.f16.ch {
  background-position: 0 -960px; }

.f16.ci {
  background-position: 0 -976px; }

.f16.ck {
  background-position: 0 -992px; }

.f16.cl {
  background-position: 0 -1008px; }

.f16.cm {
  background-position: 0 -1024px; }

.f16.cn {
  background-position: 0 -1040px; }

.f16.co {
  background-position: 0 -1056px; }

.f16.cr {
  background-position: 0 -1072px; }

.f16.cu {
  background-position: 0 -1088px; }

.f16.cv {
  background-position: 0 -1104px; }

.f16.cy {
  background-position: 0 -1120px; }

.f16.cz {
  background-position: 0 -1136px; }

.f16.de {
  background-position: 0 -1152px; }

.f16.dj {
  background-position: 0 -1168px; }

.f16.dk {
  background-position: 0 -1184px; }

.f16.dm {
  background-position: 0 -1200px; }

.f16.do {
  background-position: 0 -1216px; }

.f16.dz {
  background-position: 0 -1232px; }

.f16.ec {
  background-position: 0 -1248px; }

.f16.ee {
  background-position: 0 -1264px; }

.f16.eg {
  background-position: 0 -1280px; }

.f16.eh {
  background-position: 0 -1296px; }

.f16.er {
  background-position: 0 -1312px; }

.f16.es {
  background-position: 0 -1328px; }

.f16.et {
  background-position: 0 -1344px; }

.f16.fi {
  background-position: 0 -1360px; }

.f16.fj {
  background-position: 0 -1376px; }

.f16.fm {
  background-position: 0 -1392px; }

.f16.fo {
  background-position: 0 -1408px; }

.f16.fr {
  background-position: 0 -1424px; }

.f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt {
  background-position: 0 -1424px; }

.f16.ga {
  background-position: 0 -1440px; }

.f16.gb {
  background-position: 0 -1456px; }

.f16 .sh {
  background-position: 0 -1456px; }

.f16.gd {
  background-position: 0 -1472px; }

.f16.ge {
  background-position: 0 -1488px; }

.f16.gg {
  background-position: 0 -1504px; }

.f16.gh {
  background-position: 0 -1520px; }

.f16.gi {
  background-position: 0 -1536px; }

.f16.gl {
  background-position: 0 -1552px; }

.f16.gm {
  background-position: 0 -1568px; }

.f16.gn {
  background-position: 0 -1584px; }

.f16.gp {
  background-position: 0 -1600px; }

.f16.gq {
  background-position: 0 -1616px; }

.f16.gr {
  background-position: 0 -1632px; }

.f16.gt {
  background-position: 0 -1648px; }

.f16.gu {
  background-position: 0 -1664px; }

.f16.gw {
  background-position: 0 -1680px; }

.f16.gy {
  background-position: 0 -1696px; }

.f16.hk {
  background-position: 0 -1712px; }

.f16.hn {
  background-position: 0 -1728px; }

.f16.hr {
  background-position: 0 -1744px; }

.f16.ht {
  background-position: 0 -1760px; }

.f16.hu {
  background-position: 0 -1776px; }

.f16.id {
  background-position: 0 -1792px; }

.f16.mc {
  background-position: 0 -1792px; }

.f16.ie {
  background-position: 0 -1808px; }

.f16.il {
  background-position: 0 -1824px; }

.f16.im {
  background-position: 0 -1840px; }

.f16.in {
  background-position: 0 -1856px; }

.f16.iq {
  background-position: 0 -1872px; }

.f16.ir {
  background-position: 0 -1888px; }

.f16.is {
  background-position: 0 -1904px; }

.f16.it {
  background-position: 0 -1920px; }

.f16.je {
  background-position: 0 -1936px; }

.f16.jm {
  background-position: 0 -1952px; }

.f16.jo {
  background-position: 0 -1968px; }

.f16.jp {
  background-position: 0 -1984px; }

.f16.ke {
  background-position: 0 -2000px; }

.f16.kg {
  background-position: 0 -2016px; }

.f16.kh {
  background-position: 0 -2032px; }

.f16.ki {
  background-position: 0 -2048px; }

.f16.km {
  background-position: 0 -2064px; }

.f16.kn {
  background-position: 0 -2080px; }

.f16.kp {
  background-position: 0 -2096px; }

.f16.kr {
  background-position: 0 -2112px; }

.f16.kw {
  background-position: 0 -2128px; }

.f16.ky {
  background-position: 0 -2144px; }

.f16.kz {
  background-position: 0 -2160px; }

.f16.la {
  background-position: 0 -2176px; }

.f16.lb {
  background-position: 0 -2192px; }

.f16.lc {
  background-position: 0 -2208px; }

.f16.li {
  background-position: 0 -2224px; }

.f16.lk {
  background-position: 0 -2240px; }

.f16.lr {
  background-position: 0 -2256px; }

.f16.ls {
  background-position: 0 -2272px; }

.f16.lt {
  background-position: 0 -2288px; }

.f16.lu {
  background-position: 0 -2304px; }

.f16.lv {
  background-position: 0 -2320px; }

.f16.ly {
  background-position: 0 -2336px; }

.f16.ma {
  background-position: 0 -2352px; }

.f16.md {
  background-position: 0 -2368px; }

.f16.me {
  background-position: 0 -2384px; }

.f16.mg {
  background-position: 0 -2400px; }

.f16.mh {
  background-position: 0 -2416px; }

.f16.mk {
  background-position: 0 -2432px; }

.f16.ml {
  background-position: 0 -2448px; }

.f16.mm {
  background-position: 0 -2464px; }

.f16.mn {
  background-position: 0 -2480px; }

.f16.mo {
  background-position: 0 -2496px; }

.f16.mq {
  background-position: 0 -2512px; }

.f16.mr {
  background-position: 0 -2528px; }

.f16.ms {
  background-position: 0 -2544px; }

.f16.mt {
  background-position: 0 -2560px; }

.f16.mu {
  background-position: 0 -2576px; }

.f16.mv {
  background-position: 0 -2592px; }

.f16.mw {
  background-position: 0 -2608px; }

.f16.mx {
  background-position: 0 -2624px; }

.f16.my {
  background-position: 0 -2640px; }

.f16.mz {
  background-position: 0 -2656px; }

.f16.na {
  background-position: 0 -2672px; }

.f16.nc {
  background-position: 0 -2688px; }

.f16.ne {
  background-position: 0 -2704px; }

.f16.ng {
  background-position: 0 -2720px; }

.f16.ni {
  background-position: 0 -2736px; }

.f16.nl {
  background-position: 0 -2752px; }

.f16 .bq {
  background-position: 0 -2752px; }

.f16.no {
  background-position: 0 -2768px; }

.f16 .bv, .f16 .nq, .f16 .sj {
  background-position: 0 -2768px; }

.f16.np {
  background-position: 0 -2784px; }

.f16.nr {
  background-position: 0 -2800px; }

.f16.nz {
  background-position: 0 -2816px; }

.f16.om {
  background-position: 0 -2832px; }

.f16.pa {
  background-position: 0 -2848px; }

.f16.pe {
  background-position: 0 -2864px; }

.f16.pf {
  background-position: 0 -2880px; }

.f16.pg {
  background-position: 0 -2896px; }

.f16.ph {
  background-position: 0 -2912px; }

.f16.pk {
  background-position: 0 -2928px; }

.f16.pl {
  background-position: 0 -2944px; }

.f16.pr {
  background-position: 0 -2960px; }

.f16.ps {
  background-position: 0 -2976px; }

.f16.pt {
  background-position: 0 -2992px; }

.f16.pw {
  background-position: 0 -3008px; }

.f16.py {
  background-position: 0 -3024px; }

.f16.qa {
  background-position: 0 -3040px; }

.f16.re {
  background-position: 0 -3056px; }

.f16.ro {
  background-position: 0 -3072px; }

.f16.rs {
  background-position: 0 -3088px; }

.f16.ru {
  background-position: 0 -3104px; }

.f16.rw {
  background-position: 0 -3120px; }

.f16.sa {
  background-position: 0 -3136px; }

.f16.sb {
  background-position: 0 -3152px; }

.f16.sc {
  background-position: 0 -3168px; }

.f16.sd {
  background-position: 0 -3184px; }

.f16.se {
  background-position: 0 -3200px; }

.f16.sg {
  background-position: 0 -3216px; }

.f16.si {
  background-position: 0 -3232px; }

.f16.sk {
  background-position: 0 -3248px; }

.f16.sl {
  background-position: 0 -3264px; }

.f16.sm {
  background-position: 0 -3280px; }

.f16.sn {
  background-position: 0 -3296px; }

.f16.so {
  background-position: 0 -3312px; }

.f16.sr {
  background-position: 0 -3328px; }

.f16.st {
  background-position: 0 -3344px; }

.f16.sv {
  background-position: 0 -3360px; }

.f16.sy {
  background-position: 0 -3376px; }

.f16.sz {
  background-position: 0 -3392px; }

.f16.tc {
  background-position: 0 -3408px; }

.f16.td {
  background-position: 0 -3424px; }

.f16.tg {
  background-position: 0 -3440px; }

.f16.th {
  background-position: 0 -3456px; }

.f16.tj {
  background-position: 0 -3472px; }

.f16.tl {
  background-position: 0 -3488px; }

.f16.tm {
  background-position: 0 -3504px; }

.f16.tn {
  background-position: 0 -3520px; }

.f16.to {
  background-position: 0 -3536px; }

.f16.tr {
  background-position: 0 -3552px; }

.f16.tt {
  background-position: 0 -3568px; }

.f16.tv {
  background-position: 0 -3584px; }

.f16.tw {
  background-position: 0 -3600px; }

.f16.tz {
  background-position: 0 -3616px; }

.f16.ua {
  background-position: 0 -3632px; }

.f16.ug {
  background-position: 0 -3648px; }

.f16.us {
  background-position: 0 -3664px; }

.f16.uy {
  background-position: 0 -3680px; }

.f16.uz {
  background-position: 0 -3696px; }

.f16.va {
  background-position: 0 -3712px; }

.f16.vc {
  background-position: 0 -3728px; }

.f16.ve {
  background-position: 0 -3744px; }

.f16.vg {
  background-position: 0 -3760px; }

.f16.vi {
  background-position: 0 -3776px; }

.f16.vn {
  background-position: 0 -3792px; }

.f16.vu {
  background-position: 0 -3808px; }

.f16.ws {
  background-position: 0 -3824px; }

.f16.ye {
  background-position: 0 -3840px; }

.f16.za {
  background-position: 0 -3856px; }

.f16.zm {
  background-position: 0 -3872px; }

.f16.zw {
  background-position: 0 -3888px; }

.f16.sx {
  background-position: 0 -3904px; }

.f16.cw {
  background-position: 0 -3920px; }

.f16.ss {
  background-position: 0 -3936px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.noUi-connect {
  background: #4faf4e;
  height: 10px; }

.noUi-background {
  height: 12px; }

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px; }

.noUi-handle {
  border-radius: 50%;
  border: 2px solid #4faf4e; }

.noUi-handle::before, .noUi-handle::after {
  display: none; }

.noUi-handle .noUi-handle-lower div, .noUi-handle .noUi-handle-upper div {
  bottom: -22px; }

.select2-results__option {
  padding: 0.5rem; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #d2f0f8;
  border: 1px solid #006ed3;
  border-radius: 0;
  color: #006ed3; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #006ed3; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #006ed3; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #118aec; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1.4rem; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1rem;
    padding-left: 2.4rem; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2rem;
      padding-left: 3.4rem; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3rem;
        padding-left: 4.4rem; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4rem;
          padding-left: 5.4rem; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5rem;
            padding-left: 6.4rem; }

.select2-container--default .select2-results__group {
  padding: 0.4rem 0 0 0;
  margin: 0 0.4rem 0.4rem;
  border-bottom: 0.0625rem solid #CCCCCC;
  font-weight: normal; }

.tt-menu {
  background-color: #FFFFFF;
  border: 0.0625rem solid #CCCCCC;
  padding: 0.4rem;
  font-size: 1rem;
  z-index: 1100 !important; }
  @media only screen and (min-width: 681px) {
    .tt-menu {
      font-size: 0.875rem; } }
  .tt-menu .tt-suggestion {
    cursor: pointer;
    padding: 0.4rem 0.4rem 0.4rem 1rem;
    line-height: 1.2; }
    .tt-menu .tt-suggestion:hover {
      color: #FFFFFF;
      background-color: #118aec; }
  .tt-menu .tt-suggestion:first-of-type {
    border-top: 1px solid #ccc;
    margin-top: 0.2rem;
    padding-top: 0.4rem; }
  .tt-menu .tt-cursor {
    color: #FFFFFF;
    background-color: #118aec; }
  .tt-menu .tt-highlight {
    text-decoration: underline; }

.tt-hint {
  color: #CCCCCC; }

.text-over-image {
  transform-style: preserve-3d; }

.text-over-image img {
  position: relative; }

.text-over-image div {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.text-over-image p {
  padding: 0 0.375rem;
  text-align: center; }

.full-width.text-over-image p {
  max-width: 61.875rem;
  margin: 0 auto;
  padding: 0 0.625rem;
  padding: 0 2rem; }
  @media only screen and (min-width: 481px) {
    .full-width.text-over-image p {
      padding: 0 1.25rem; } }

.overlay.image-attribution, .image-attribution.overlay-bold {
  position: absolute;
  bottom: .7rem;
  right: .7rem;
  right: 0;
  font-size: .8rem;
  line-height: .8rem;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .overlay.image-attribution, .image-attribution.overlay-bold {
      right: .7rem;
      width: auto;
      text-align: inherit; } }

a.modal-link {
  color: black;
  text-decoration: underline; }

a.modal-link:hover {
  color: #247037;
  text-decoration: underline; }

a.dark_green_bg_link {
  color: #FFFFFF;
  text-decoration: underline; }
  a.dark_green_bg_link:visited, a.dark_green_bg_link:active {
    color: #FFFFFF; }

.icon {
  fill: none;
  stroke: none;
  -webkit-backface-visibility: hidden; }
  .icon.icon-confirmation, .icon.icon-error, .icon.icon-info, .icon.icon-warning, .icon.icon-question, .icon.icon-magnify-glass, .icon.icon-nearme, .icon.icon-triangle, .icon.icon-globe, .icon.icon-handshake, .icon.icon-sort, .icon.icon-edit, .icon.icon-refresh, .icon.icon-grid, .icon.icon-map, .icon.icon-tags-checkmark, .icon.icon-sector-agriculture, .icon.icon-sector-arts, .icon.icon-sector-clothing, .icon.icon-sector-construction, .icon.icon-sector-education, .icon.icon-sector-entertainment, .icon.icon-sector-food, .icon.icon-sector-health, .icon.icon-sector-housing, .icon.icon-sector-manufacturing, .icon.icon-sector-personal-use, .icon.icon-sector-retail, .icon.icon-sector-services, .icon.icon-sector-transportation, .icon.icon-sector-wholesale, .icon.icon-facebook-simple, .icon.icon-linkedIn-simple, .icon.icon-twitter-simple {
    fill: #484848; }
  .icon.icon-large-chevron, .icon.icon-large-chevron-mobile, .icon.icon-medium-chevron, .icon.icon-small-chevron, .icon.icon-small-chevron-mobile, .icon.icon-x, .icon.icon-list, .icon.icon-filter, .icon.icon-cart, .icon.icon-alt-cart {
    stroke: #484848; }
  .icon.icon-distribution {
    color: #484848; }
  .icon.icon-star, .icon.icon-half-star {
    fill: #efefef;
    color: #484848; }
  .icon.icon-slideshow-dot {
    stroke: #FFFFFF;
    fill: #FFFFFF;
    fill-opacity: 0.3; }
    .icon.icon-slideshow-dot.active {
      fill-opacity: 1; }
  .icon.icon-facebook, .icon.icon-pinterest, .icon.icon-twitter, .icon.icon-youtube, .icon.icon-linkedIn, .icon.icon-instagram {
    color: #999; }
  .icon.icon-boundaries, .icon.icon-hand-up, .icon.icon-lifting, .icon.icon-recycle, .icon.icon-impact, .icon.icon-high-five, .icon.icon-megaphone, .icon.icon-money-muscle {
    fill: #DBE3E5;
    color: #4faf4e; }
  .icon.icon-choose, .icon.icon-lend, .icon.icon-repaid, .icon.icon-repeat, .icon.icon-apply-circle, .icon.icon-fundraise, .icon.icon-invite {
    fill: #4faf4e;
    color: #49953f; }
  .icon.icon-leaf, .icon.icon-leaves {
    fill: #4faf4e; }
  .icon.icon-match {
    fill: #FFFFFF;
    color: #4faf4e; }
  .icon.icon-pdf {
    fill: #C31B00; }
  .icon.icon-checkbox-bad {
    fill: #d74937; }
  .icon.icon-checkbox-good {
    fill: #4faf4e; }
  .icon.icon-curved-arrow {
    fill: #247037; }
  .icon.icon-new-kiva-logo {
    fill: #4faf4e; }
  .icon.icon-kiva-card {
    fill: #49953f; }
  .icon.icon-woman, .icon.icon-present {
    stroke: #49953f; }
  .icon.icon-apply, .icon.icon-interview, .icon.icon-matchmaking, .icon.icon-offer, .icon.icon-screen {
    fill: black; }
  .icon.icon-auto-deposit-alternate, .icon.icon-updates-alternate {
    fill: #000000;
    color: #FFFFFF; }

.icon-facebook:hover svg, .icon-facebook:active svg {
  color: #3b5998; }

.icon-pinterest:hover svg, .icon-pinterest:active svg {
  color: #bd081c; }

.icon-twitter:hover svg, .icon-twitter:active svg {
  color: #55acee; }

.icon-yelp:hover svg, .icon-yelp:active svg {
  color: #bd081c; }

.icon-youtube:hover svg, .icon-youtube:active svg {
  color: #cd201f; }

.icon-linkedIn:hover svg, .icon-linkedIn:active svg {
  color: #0077b5; }

.icon-instagram:hover svg, .icon-instagram:active svg {
  color: #0a0b09; }

/* Global Promo Default Styles */
.global-promo-bar {
  background: white;
  font-weight: 300;
  color: #49953f; }
  .global-promo-bar .row {
    margin: 0;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .global-promo-bar .banner-link, .global-promo-bar .banner-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #49953f;
    text-decoration: none;
    text-align: center;
    padding: 0.625rem;
    line-height: 1.25; }
  .global-promo-bar .banner-link:hover, .global-promo-bar .banner-link:active {
    color: #247037; }
  .global-promo-bar .icon {
    display: block;
    height: 1.375rem;
    width: 1.375rem;
    margin-right: 0.625rem;
    margin-top: -0.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .global-promo-bar .content {
    text-align: center;
    display: block; }
    .global-promo-bar .content .call-to-action-text {
      text-decoration: underline; }
    @media only screen and (min-width: 481px) {
      .global-promo-bar .content .primary-message,
      .global-promo-bar .content .call-to-action-text {
        display: inline; } }

/* Default banner styles FEB 2020 */
.default-banner {
  background-image: url("../images/tipbar-bg-small.jpg");
  background-position: bottom; }
  .default-banner .icon-info,
  .default-banner .icon-kiva-card,
  .default-banner .icon-monthly-good,
  .default-banner .icon-confirmation,
  .default-banner .icon-question {
    fill: #49953f; }
  .default-banner .icon-present {
    display: block;
    height: 1.375rem;
    width: 1.375rem;
    margin-right: 0.625rem;
    margin-top: -0.2rem;
    fill-opacity: 0; }
  .default-banner .banner-link:hover .icon-info,
  .default-banner .banner-link:hover .icon-kiva-card,
  .default-banner .banner-link:hover .icon-monthly-good,
  .default-banner .banner-link:hover .icon-confirmation,
  .default-banner .banner-link:hover .icon-question {
    fill: #247037;
    stroke: none; }
  .default-banner .banner-link:hover .icon-iwd-flower {
    stroke: none; }
  .default-banner .banner-link:hover .icon-present {
    stroke: #247037; }

/* Global IWD Banner styles */
.iwd-banner {
  background-image: none;
  background-color: #edf7ed; }
  .iwd-banner .banner-link {
    color: #6e1947; }
    .iwd-banner .banner-link .icon-iwd-flower {
      display: block;
      height: 1.375rem;
      width: 1.375rem;
      margin-right: 0.625rem;
      margin-top: -0.2rem; }

/* Global WRD Banner styles */
.wrd-banner {
  background-image: none;
  background-color: #edf7ed; }
  .wrd-banner .banner-link {
    color: #484848; }
    .wrd-banner .banner-link:hover {
      color: #63669D; }

/*
	Global Promo Bar Hidden Pages
*/
/*This hides the global promo for the basket page, which has it's own appeal banner*/
#basket .global-promo-bar {
  display: none; }

/*This hides the global promo for the gifts pages*/
#gifts .global-promo-bar {
  display: none; }

/*This hides the global promo for the gifts pages*/
#work-with-us .global-promo-bar {
  display: none; }

ul.dropdown-list {
  background-color: #f5f5f5;
  list-style: none; }
  @media only screen and (min-width: 681px) {
    ul.dropdown-list {
      background-color: #FFFFFF; } }
  ul.dropdown-list li:hover, ul.dropdown-list li:focus {
    background: none; }
  ul.dropdown-list li a {
    display: block;
    padding: 0 1rem;
    white-space: nowrap;
    line-height: 2.8125rem;
    font-size: 1rem;
    color: #118aec;
    text-decoration: none;
    border-bottom: 0.0625rem solid #d8d8d8; }
    ul.dropdown-list li a.active {
      color: #a9a9a9; }
    ul.dropdown-list li a:hover {
      text-decoration: underline;
      color: #006ed3; }
    @media only screen and (min-width: 681px) {
      ul.dropdown-list li a {
        border: none; }
        ul.dropdown-list li a.end-section:after {
          content: "";
          display: block;
          background-color: #d8d8d8;
          width: 100%;
          height: 0.0625rem;
          margin: 0 auto; } }
  ul.dropdown-list ul {
    background-color: #e6e6e6;
    list-style: none;
    margin-left: 0; }
    ul.dropdown-list ul li a {
      border: none;
      padding-left: 2.5rem; }

.header-button {
  display: block;
  padding: 0;
  line-height: 2.8125rem;
  background-color: #4faf4e;
  white-space: nowrap;
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .header-button {
      padding: 0 1rem;
      line-height: 4rem; } }
  .header-button:link, .header-button:visited, .header-button:hover, .header-button:active {
    color: #FFFFFF;
    text-decoration: none; }
    .header-button:link .icon, .header-button:visited .icon, .header-button:hover .icon, .header-button:active .icon {
      fill: #FFFFFF; }
  .header-button[data-dropdown] .icon {
    width: 0.5rem;
    height: 0.5rem;
    transition: transform 400ms ease;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (min-width: 481px) {
      .header-button[data-dropdown] .icon {
        width: 0.75rem;
        height: 0.75rem; } }
  .header-button[aria-expanded="true"] .icon {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .header-button .icon {
    width: 1.125rem;
    height: 1.3125rem; }
  .header-button img, .header-button .circle-avatar {
    margin-top: -0.17578125rem; }
    @media only screen and (min-width: 681px) {
      .header-button img, .header-button .circle-avatar {
        margin-top: -0.25rem; } }
  .header-button.hidden {
    display: none; }

.lend-menu-small *[aria-hidden="true"], .lend-menu-large *[aria-hidden="true"] {
  display: none; }

.lend-menu-small ul, .lend-menu-large ul {
  list-style: none;
  margin: 0; }

.lend-menu-small li:hover, .lend-menu-small li:focus, .lend-menu-large li:hover, .lend-menu-large li:focus {
  background: none; }

.lend-menu-small li a, .lend-menu-large li a {
  color: #118aec; }
  .lend-menu-small li a:focus, .lend-menu-large li a:focus {
    text-decoration: none; }
  .lend-menu-small li a:hover, .lend-menu-large li a:hover {
    color: #006ed3; }
  .lend-menu-small li a .f16, .lend-menu-large li a .f16 {
    margin-right: 0.25rem; }
  .lend-menu-small li a.disabled, .lend-menu-large li a.disabled {
    text-decoration: none;
    color: #999; }
    .lend-menu-small li a.disabled:hover, .lend-menu-large li a.disabled:hover {
      color: #999;
      cursor: text; }

.lend-menu-small {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF; }
  .lend-menu-small li a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    line-height: 1.8125rem;
    border-bottom: 0.0625rem solid #d8d8d8;
    color: #484848;
    text-decoration: none; }
    .lend-menu-small li a:hover {
      color: #484848; }
    .lend-menu-small li a.section-title {
      color: #484848;
      text-decoration: none; }
    .lend-menu-small li a.disabled {
      text-decoration: none;
      color: #999; }
      .lend-menu-small li a.disabled:hover {
        color: #999; }
    .lend-menu-small li a[aria-expanded="false"] .open {
      display: none; }
    .lend-menu-small li a[aria-expanded="true"] {
      color: #a9a9a9; }
      .lend-menu-small li a[aria-expanded="true"] .icon {
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .lend-menu-small li a .icon {
      float: right;
      height: 1.5rem;
      width: 1.5625rem;
      transition: transform 300ms ease; }
  .lend-menu-small ul {
    background-color: #f5f5f5; }
    .lend-menu-small ul[aria-hidden="true"] {
      height: 0; }
    .lend-menu-small ul li a {
      padding-left: 2rem; }
    .lend-menu-small ul ul {
      background-color: #e6e6e6; }
      .lend-menu-small ul ul li a {
        padding-left: 3rem;
        border: none; }
      .lend-menu-small ul ul li:last-child {
        border-bottom: 0.0625rem solid #d8d8d8; }

.lend-menu-large {
  overflow: hidden; }
  .lend-menu-large li a {
    white-space: nowrap;
    padding: 0 1.5rem;
    line-height: 1.5rem; }
  .lend-menu-large .section-title {
    font-size: 1.3125rem;
    padding: 0 1.5rem;
    margin: 1.5rem 0 0.5rem;
    white-space: nowrap; }
    .lend-menu-large .section-title:first-of-type {
      margin-top: 0; }
  .lend-menu-large .disabled {
    color: #a9a9a9; }
  .lend-menu-large .column-section {
    display: inline-block;
    float: left;
    margin: 1rem 0;
    vertical-align: top;
    transition: margin 0.5s ease; }
    .lend-menu-large .column-section.slide-left {
      margin-left: -10rem; }
    .lend-menu-large .column-section::before {
      content: "";
      border-left: 0.0625rem solid #d8d8d8;
      height: calc(100% - 2rem);
      position: absolute; }
    .lend-menu-large .column-section:first-child {
      padding: 0 1rem; }
      .lend-menu-large .column-section:first-child li a, .lend-menu-large .column-section:first-child .section-title {
        padding: 0; }
      .lend-menu-large .column-section:first-child::before {
        display: none; }
  .lend-menu-large .close-section {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0;
    width: 5rem;
    font-size: 2rem;
    transition: width 0.5s ease; }
    .lend-menu-large .close-section[aria-hidden="true"] {
      width: 0; }
    .lend-menu-large .close-section a {
      position: relative;
      display: block;
      width: 100%;
      height: 8rem; }
    .lend-menu-large .close-section .icon {
      width: 3.25rem;
      height: 8rem;
      position: absolute;
      left: calc(50% - 1.6875rem);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .lend-menu-large .close-section .icon::before {
        position: absolute;
        left: -0.75rem;
        top: -0.75rem; }
  .lend-menu-large .tertiary-link[aria-expanded="true"] {
    color: #a9a9a9;
    text-decoration: none;
    background-color: #f5f5f5; }
  .lend-menu-large .tertiary-list {
    overflow: hidden;
    width: 0;
    transition: width 0.5s, padding 0.5s ease; }
    .lend-menu-large .tertiary-list li a {
      width: 11.5rem;
      white-space: normal;
      line-height: 1.125rem;
      padding: 0.1605rem 1.5rem; }
    .lend-menu-large .tertiary-list[aria-hidden="true"] {
      height: 0;
      margin: 0;
      padding: 0; }
      .lend-menu-large .tertiary-list[aria-hidden="true"]::before {
        display: none; }
    .lend-menu-large .tertiary-list[aria-hidden="false"] {
      width: 11.5rem; }
  .lend-menu-large .column-list-container {
    overflow: hidden;
    height: auto;
    width: 8rem; }
  .lend-menu-large ul.column-list {
    float: left;
    width: 3rem;
    height: 3rem;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .lend-menu-large ul.column-list + * {
      clear: both; }
    .lend-menu-large ul.column-list li {
      width: 1.5rem;
      height: 1.5rem;
      margin-bottom: 7.5rem;
      float: right;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
      .lend-menu-large ul.column-list li.bottom {
        float: left;
        position: static; }
      .lend-menu-large ul.column-list li a {
        width: 8rem; }
  .lend-menu-large .list-length-1 ul.column-list {
    width: 6rem;
    height: 6rem; }
    .lend-menu-large .list-length-1 ul.column-list li:nth-child(4n+1) {
      clear: right; }
    .lend-menu-large .list-length-1 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-2 ul.column-list {
    width: 7.5rem;
    height: 7.5rem; }
    .lend-menu-large .list-length-2 ul.column-list li:nth-child(5n+1) {
      clear: right; }
    .lend-menu-large .list-length-2 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-3 ul.column-list {
    width: 9rem;
    height: 9rem; }
    .lend-menu-large .list-length-3 ul.column-list li:nth-child(6n+1) {
      clear: right; }
    .lend-menu-large .list-length-3 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-4 ul.column-list {
    width: 10.5rem;
    height: 10.5rem; }
    .lend-menu-large .list-length-4 ul.column-list li:nth-child(7n+1) {
      clear: right; }
    .lend-menu-large .list-length-4 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-5 ul.column-list {
    width: 12rem;
    height: 12rem; }
    .lend-menu-large .list-length-5 ul.column-list li:nth-child(8n+1) {
      clear: right; }
    .lend-menu-large .list-length-5 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-6 ul.column-list {
    width: 13.5rem;
    height: 13.5rem; }
    .lend-menu-large .list-length-6 ul.column-list li:nth-child(9n+1) {
      clear: right; }
    .lend-menu-large .list-length-6 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-7 ul.column-list {
    width: 15rem;
    height: 15rem; }
    .lend-menu-large .list-length-7 ul.column-list li:nth-child(10n+1) {
      clear: right; }
    .lend-menu-large .list-length-7 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-8.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-8 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-8 ul.column-list {
    width: 9rem;
    height: 9rem; }
    .lend-menu-large .list-length-8 ul.column-list li:nth-child(6n+1) {
      clear: right; }
    .lend-menu-large .list-length-8 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-9.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-9 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-9 ul.column-list {
    width: 9rem;
    height: 9rem; }
    .lend-menu-large .list-length-9 ul.column-list li:nth-child(6n+1) {
      clear: right; }
    .lend-menu-large .list-length-9 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-10.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-10 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-10 ul.column-list {
    width: 10.5rem;
    height: 10.5rem; }
    .lend-menu-large .list-length-10 ul.column-list li:nth-child(7n+1) {
      clear: right; }
    .lend-menu-large .list-length-10 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-11.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-11 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-11 ul.column-list {
    width: 10.5rem;
    height: 10.5rem; }
    .lend-menu-large .list-length-11 ul.column-list li:nth-child(7n+1) {
      clear: right; }
    .lend-menu-large .list-length-11 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-12.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-12 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-12 ul.column-list {
    width: 12rem;
    height: 12rem; }
    .lend-menu-large .list-length-12 ul.column-list li:nth-child(8n+1) {
      clear: right; }
    .lend-menu-large .list-length-12 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-13.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-13 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-13 ul.column-list {
    width: 12rem;
    height: 12rem; }
    .lend-menu-large .list-length-13 ul.column-list li:nth-child(8n+1) {
      clear: right; }
    .lend-menu-large .list-length-13 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-14.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-14 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-14 ul.column-list {
    width: 13.5rem;
    height: 13.5rem; }
    .lend-menu-large .list-length-14 ul.column-list li:nth-child(9n+1) {
      clear: right; }
    .lend-menu-large .list-length-14 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-15.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-15 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-15 ul.column-list {
    width: 13.5rem;
    height: 13.5rem; }
    .lend-menu-large .list-length-15 ul.column-list li:nth-child(9n+1) {
      clear: right; }
    .lend-menu-large .list-length-15 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-16.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-16 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-16 ul.column-list {
    width: 15rem;
    height: 15rem; }
    .lend-menu-large .list-length-16 ul.column-list li:nth-child(10n+1) {
      clear: right; }
    .lend-menu-large .list-length-16 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-17.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-17 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-17 ul.column-list {
    width: 15rem;
    height: 15rem; }
    .lend-menu-large .list-length-17 ul.column-list li:nth-child(10n+1) {
      clear: right; }
    .lend-menu-large .list-length-17 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-18.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-18 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-18 ul.column-list {
    width: 16.5rem;
    height: 16.5rem; }
    .lend-menu-large .list-length-18 ul.column-list li:nth-child(11n+1) {
      clear: right; }
    .lend-menu-large .list-length-18 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-19.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-19 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-19 ul.column-list {
    width: 16.5rem;
    height: 16.5rem; }
    .lend-menu-large .list-length-19 ul.column-list li:nth-child(11n+1) {
      clear: right; }
    .lend-menu-large .list-length-19 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-20.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-20 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-20 ul.column-list {
    width: 18rem;
    height: 18rem; }
    .lend-menu-large .list-length-20 ul.column-list li:nth-child(12n+1) {
      clear: right; }
    .lend-menu-large .list-length-20 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-21.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-21 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-21 ul.column-list {
    width: 18rem;
    height: 18rem; }
    .lend-menu-large .list-length-21 ul.column-list li:nth-child(12n+1) {
      clear: right; }
    .lend-menu-large .list-length-21 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-22.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-22 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-22 ul.column-list {
    width: 19.5rem;
    height: 19.5rem; }
    .lend-menu-large .list-length-22 ul.column-list li:nth-child(13n+1) {
      clear: right; }
    .lend-menu-large .list-length-22 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-23.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-23 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-23 ul.column-list {
    width: 19.5rem;
    height: 19.5rem; }
    .lend-menu-large .list-length-23 ul.column-list li:nth-child(13n+1) {
      clear: right; }
    .lend-menu-large .list-length-23 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-24.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-24 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-24 ul.column-list {
    width: 21rem;
    height: 21rem; }
    .lend-menu-large .list-length-24 ul.column-list li:nth-child(14n+1) {
      clear: right; }
    .lend-menu-large .list-length-24 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-25.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-25 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-25 ul.column-list {
    width: 21rem;
    height: 21rem; }
    .lend-menu-large .list-length-25 ul.column-list li:nth-child(14n+1) {
      clear: right; }
    .lend-menu-large .list-length-25 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-26.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-26 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-26 ul.column-list {
    width: 22.5rem;
    height: 22.5rem; }
    .lend-menu-large .list-length-26 ul.column-list li:nth-child(15n+1) {
      clear: right; }
    .lend-menu-large .list-length-26 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-27.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-27 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-27 ul.column-list {
    width: 22.5rem;
    height: 22.5rem; }
    .lend-menu-large .list-length-27 ul.column-list li:nth-child(15n+1) {
      clear: right; }
    .lend-menu-large .list-length-27 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-28.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-28 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-28 ul.column-list {
    width: 24rem;
    height: 24rem; }
    .lend-menu-large .list-length-28 ul.column-list li:nth-child(16n+1) {
      clear: right; }
    .lend-menu-large .list-length-28 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-29.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-29 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-29 ul.column-list {
    width: 24rem;
    height: 24rem; }
    .lend-menu-large .list-length-29 ul.column-list li:nth-child(16n+1) {
      clear: right; }
    .lend-menu-large .list-length-29 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-30.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-30 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-30 ul.column-list {
    width: 25.5rem;
    height: 25.5rem; }
    .lend-menu-large .list-length-30 ul.column-list li:nth-child(17n+1) {
      clear: right; }
    .lend-menu-large .list-length-30 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-31.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-31 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-31 ul.column-list {
    width: 25.5rem;
    height: 25.5rem; }
    .lend-menu-large .list-length-31 ul.column-list li:nth-child(17n+1) {
      clear: right; }
    .lend-menu-large .list-length-31 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-32.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-32 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-32 ul.column-list {
    width: 27rem;
    height: 27rem; }
    .lend-menu-large .list-length-32 ul.column-list li:nth-child(18n+1) {
      clear: right; }
    .lend-menu-large .list-length-32 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-33.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-33 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-33 ul.column-list {
    width: 27rem;
    height: 27rem; }
    .lend-menu-large .list-length-33 ul.column-list li:nth-child(18n+1) {
      clear: right; }
    .lend-menu-large .list-length-33 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-34.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-34 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-34 ul.column-list {
    width: 28.5rem;
    height: 28.5rem; }
    .lend-menu-large .list-length-34 ul.column-list li:nth-child(19n+1) {
      clear: right; }
    .lend-menu-large .list-length-34 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-35.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-35 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-35 ul.column-list {
    width: 28.5rem;
    height: 28.5rem; }
    .lend-menu-large .list-length-35 ul.column-list li:nth-child(19n+1) {
      clear: right; }
    .lend-menu-large .list-length-35 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-36.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-36 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-36 ul.column-list {
    width: 30rem;
    height: 30rem; }
    .lend-menu-large .list-length-36 ul.column-list li:nth-child(20n+1) {
      clear: right; }
    .lend-menu-large .list-length-36 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-37.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-37 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-37 ul.column-list {
    width: 30rem;
    height: 30rem; }
    .lend-menu-large .list-length-37 ul.column-list li:nth-child(20n+1) {
      clear: right; }
    .lend-menu-large .list-length-37 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-38.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-38 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-38 ul.column-list {
    width: 31.5rem;
    height: 31.5rem; }
    .lend-menu-large .list-length-38 ul.column-list li:nth-child(21n+1) {
      clear: right; }
    .lend-menu-large .list-length-38 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-39.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-39 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-39 ul.column-list {
    width: 31.5rem;
    height: 31.5rem; }
    .lend-menu-large .list-length-39 ul.column-list li:nth-child(21n+1) {
      clear: right; }
    .lend-menu-large .list-length-39 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-40.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-40 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-40 ul.column-list {
    width: 33rem;
    height: 33rem; }
    .lend-menu-large .list-length-40 ul.column-list li:nth-child(22n+1) {
      clear: right; }
    .lend-menu-large .list-length-40 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-41.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-41 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-41 ul.column-list {
    width: 33rem;
    height: 33rem; }
    .lend-menu-large .list-length-41 ul.column-list li:nth-child(22n+1) {
      clear: right; }
    .lend-menu-large .list-length-41 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-42.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-42 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-42 ul.column-list {
    width: 34.5rem;
    height: 34.5rem; }
    .lend-menu-large .list-length-42 ul.column-list li:nth-child(23n+1) {
      clear: right; }
    .lend-menu-large .list-length-42 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-43.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-43 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-43 ul.column-list {
    width: 34.5rem;
    height: 34.5rem; }
    .lend-menu-large .list-length-43 ul.column-list li:nth-child(23n+1) {
      clear: right; }
    .lend-menu-large .list-length-43 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-44.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-44 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-44 ul.column-list {
    width: 36rem;
    height: 36rem; }
    .lend-menu-large .list-length-44 ul.column-list li:nth-child(24n+1) {
      clear: right; }
    .lend-menu-large .list-length-44 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-45.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-45 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-45 ul.column-list {
    width: 36rem;
    height: 36rem; }
    .lend-menu-large .list-length-45 ul.column-list li:nth-child(24n+1) {
      clear: right; }
    .lend-menu-large .list-length-45 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-46.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-46 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-46 ul.column-list {
    width: 37.5rem;
    height: 37.5rem; }
    .lend-menu-large .list-length-46 ul.column-list li:nth-child(25n+1) {
      clear: right; }
    .lend-menu-large .list-length-46 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-47.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-47 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-47 ul.column-list {
    width: 37.5rem;
    height: 37.5rem; }
    .lend-menu-large .list-length-47 ul.column-list li:nth-child(25n+1) {
      clear: right; }
    .lend-menu-large .list-length-47 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-48.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-48 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-48 ul.column-list {
    width: 39rem;
    height: 39rem; }
    .lend-menu-large .list-length-48 ul.column-list li:nth-child(26n+1) {
      clear: right; }
    .lend-menu-large .list-length-48 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-49.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-49 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-49 ul.column-list {
    width: 39rem;
    height: 39rem; }
    .lend-menu-large .list-length-49 ul.column-list li:nth-child(26n+1) {
      clear: right; }
    .lend-menu-large .list-length-49 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }
  .lend-menu-large .list-length-50.column-section.slide-left {
    margin-left: -19rem; }
  .lend-menu-large .list-length-50 .column-list-container {
    width: 17rem; }
  .lend-menu-large .list-length-50 ul.column-list {
    width: 40.5rem;
    height: 40.5rem; }
    .lend-menu-large .list-length-50 ul.column-list li:nth-child(27n+1) {
      clear: right; }
    .lend-menu-large .list-length-50 ul.column-list li.bottom:last-of-type {
      margin-right: 1.5rem; }

.my-kiva.header-button {
  text-align: right; }

.circle-avatar {
  width: 2.197265625rem;
  height: 2.197265625rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  display: inline-block;
  border-radius: 50%;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle; }

@media only screen and (min-width: 681px) {
  .circle-avatar {
    width: 3.125rem;
    height: 3.125rem;
    margin-left: 0.5rem;
    margin-right: 0; } }

a.header-button#search-toggle {
  border-right: none;
  line-height: 0; }
  a.header-button#search-toggle .icon {
    height: 2.8125rem; }
    @media only screen and (min-width: 681px) {
      a.header-button#search-toggle .icon {
        height: 4rem; } }
  a.header-button#search-toggle .close-icon {
    fill: none;
    stroke: #FFFFFF; }
  a.header-button#search-toggle[aria-expanded="true"] .search-icon {
    display: none; }
  a.header-button#search-toggle[aria-expanded="true"] .close-icon {
    stroke: #247037; }
  a.header-button#search-toggle[aria-expanded="false"] .close-icon {
    display: none; }

.search-container {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 1; }
  @media only screen and (min-width: 681px) {
    .search-container {
      position: static; } }

#search-form {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #4faf4e;
  transition: width 0.5s ease; }
  @media only screen and (min-width: 681px) {
    #search-form {
      width: auto; } }
  #search-form[aria-hidden="true"] {
    width: 0; }
    @media only screen and (min-width: 681px) {
      #search-form[aria-hidden="true"] {
        width: auto; } }
    #search-form[aria-hidden="true"] div {
      width: 0; }
  #search-form div {
    width: calc(100% + 0.0625rem);
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    height: 2.8125rem;
    border-right: 0.0625rem solid #49953f;
    transition: width 0.5s ease; }
    @media only screen and (min-width: 681px) {
      #search-form div {
        height: 4rem; } }
  #search-form span.twitter-typeahead {
    width: calc(100% - 2.5rem); }
    @media only screen and (min-width: 681px) {
      #search-form span.twitter-typeahead {
        position: static !important;
        width: 100%; } }
    #search-form span.twitter-typeahead pre {
      top: 0; }
  #search-form .search-icon {
    position: absolute;
    left: 2.9rem;
    z-index: 100;
    width: 1.125rem;
    height: 2.8125rem; }
    @media only screen and (min-width: 681px) {
      #search-form .search-icon {
        left: 0.4rem;
        height: 4rem; } }
  #search-form #search-box {
    z-index: 1; }
  #search-form input {
    width: calc(100% - 0.4rem);
    padding: 0.4rem 0.4rem 0.4rem 1.6875rem;
    margin: 0.32rem 0;
    display: inline-block;
    height: auto; }
    @media only screen and (min-width: 681px) {
      #search-form input {
        width: calc(100% - 0.6rem);
        margin: 0.65rem 0;
        padding: 0.6rem 0.6rem 0.6rem 1.6875rem; } }
  #search-form .tt-hint {
    color: #CCCCCC; }

#close-search {
  float: left;
  width: 2.5rem;
  line-height: 0;
  text-align: center; }
  #close-search .close-icon {
    width: 1.125rem;
    height: 2.5rem;
    fill: none;
    stroke: #247037; }

.top-nav-search-menu {
  padding: 0.4rem; }

@media only screen and (min-width: 681px) {
  .search-button-container {
    width: auto; } }

.secondary-nav-bar {
  background-color: #247037; }
  .secondary-nav-bar ul {
    list-style: none;
    margin: 0;
    display: block; }
  .secondary-nav-bar li {
    font-size: 1rem;
    display: inline-block; }
    .secondary-nav-bar li a {
      position: relative;
      display: block;
      padding: 0.75rem 1rem;
      color: #FFFFFF;
      text-decoration: none; }
      .secondary-nav-bar li a.active {
        color: #4faf4e;
        font-weight: bold; }
      .secondary-nav-bar li a:hover {
        color: #4faf4e; }
      .secondary-nav-bar li a.active:before, .secondary-nav-bar li a:hover:before {
        content: ' ';
        position: absolute;
        bottom: 0.625rem;
        left: 1rem;
        right: 1rem;
        height: 0.125rem;
        background-color: #4faf4e; }
    .secondary-nav-bar li:first-child a {
      padding-left: 0; }
      .secondary-nav-bar li:first-child a.active:before, .secondary-nav-bar li:first-child a:hover:before {
        left: 0; }
    .secondary-nav-bar li:last-child a {
      padding-right: 0; }
      .secondary-nav-bar li:last-child a.active:before, .secondary-nav-bar li:last-child a:hover:before {
        right: 0; }
  .holiday_mode .secondary-nav-bar, .promo_mode .secondary-nav-bar {
    border-top: 1px solid #49953f; }
    @media only screen and (min-width: 989px) {
      .holiday_mode .secondary-nav-bar, .promo_mode .secondary-nav-bar {
        border-top: none; } }

.secondary-nav-dropdown > a {
  display: block;
  width: 100%;
  line-height: 2.8125rem;
  padding: 0 0.5rem;
  background-color: #247037;
  color: #FFFFFF; }
  .secondary-nav-dropdown > a .icon {
    float: right;
    fill: none;
    stroke: #FFFFFF;
    height: 2.8125rem;
    width: 1.5625rem;
    transition: transform 300ms ease; }
  .secondary-nav-dropdown > a[aria-expanded="true"] .icon {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.secondary-nav-dropdown ul.f-dropdown {
  outline: none;
  max-width: none;
  margin-top: 0;
  border: none;
  left: 0 !important;
  width: 100% !important; }
  .secondary-nav-dropdown ul.f-dropdown:before, .secondary-nav-dropdown ul.f-dropdown:after {
    display: none; }

.holiday_mode .secondary-nav-dropdown, .promo_mode .secondary-nav-dropdown {
  border-top: 1px solid #49953f; }
  @media only screen and (min-width: 989px) {
    .holiday_mode .secondary-nav-dropdown, .promo_mode .secondary-nav-dropdown {
      border-top: none; } }

ul.tertiary-nav {
  list-style: none;
  margin: 1.625rem 0;
  line-height: 1.2rem; }
  ul.tertiary-nav li {
    margin-bottom: 0.875rem; }
  ul.tertiary-nav li a:visited {
    color: #118aec; }
  ul.tertiary-nav li a.active {
    color: #d8d8d8; }

.top-nav {
  background-color: #4faf4e;
  position: relative; }
  .top-nav .columns {
    padding: 0; }
    @media only screen and (min-width: 681px) {
      .top-nav .columns {
        padding: 0;
        width: auto; } }
    .top-nav .columns .kv-dropdown {
      position: inherit; }
  .top-nav .header-row {
    position: relative; }
  .top-nav .header-column > a {
    border-right: 0.0625rem solid #49953f; }
  .top-nav .header-column:last-child > a {
    border-right: none; }
  .top-nav .logo-area .header-button {
    line-height: 0;
    padding: 0 0.3rem 0.1875rem; }
    @media only screen and (min-width: 681px) {
      .top-nav .logo-area .header-button {
        padding: 0 1rem 0.1875rem; } }
    .top-nav .logo-area .header-button .icon {
      width: 4.4375rem;
      height: 2.8125rem;
      margin-top: -0.1875rem; }
      @media only screen and (min-width: 681px) {
        .top-nav .logo-area .header-button .icon {
          height: 4rem; } }
  .top-nav .amount {
    color: inherit;
    background: none;
    padding: 0; }
    @media only screen and (min-width: 681px) {
      .top-nav .amount {
        color: #4faf4e;
        background: #FFFFFF;
        padding: 0.0625rem 0.4375rem; } }
  .top-nav .promo-space.columns {
    position: absolute;
    text-align: center;
    line-height: 1.25rem;
    width: 100%;
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 0.6875rem;
    color: #247037; }
    .top-nav .promo-space.columns .amount {
      background-color: #247037; }
  .top-nav .right-side.columns {
    float: right;
    border: none; }
    @media only screen and (min-width: 681px) {
      .top-nav .right-side.columns {
        width: auto; } }
    .top-nav .right-side.columns .columns a {
      border-left: 0.0625rem solid #49953f; }
  .top-nav .f-dropdown {
    background-color: #FFFFFF;
    outline: none;
    width: auto;
    max-width: none;
    margin-top: 0;
    border-top: none;
    z-index: 1112; }
    .top-nav .f-dropdown:after {
      display: none; }
    .top-nav .f-dropdown.content {
      padding: 0; }
  .top-nav .pronus {
    font-size: 0.8rem;
    text-align: center;
    background-color: #4faf4e;
    border-top: 0.0625rem solid #49953f;
    height: 2.8125rem;
    line-height: 2.8125rem;
    color: #247037;
    width: 100%;
    display: block; }
    @media only screen and (max-width: 480px) {
      .top-nav .pronus {
        line-height: 1.3125rem; } }

.n-touch .top-nav .header-button:hover, .no-touch .top-nav .header-button:hover {
  background-color: #49953f; }

.basket-bar {
  padding: 0.625rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1111;
  box-shadow: 0px -1px 3px 0px rgba(51, 51, 51, 0.3);
  transition: bottom 500ms ease;
  background-color: #FFFFFF; }
  .basket-bar a {
    font-weight: normal;
    width: 100%;
    display: block; }
    .basket-bar a.button {
      padding: 1.375rem 0;
      margin-bottom: 0; }

.basket-bar.hide-for-large-up.off-screen {
  bottom: -4.1875rem; }

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 680px) {
  .top-nav .small-1-8th {
    width: 12.5%; }
  .top-nav .small-3-8ths {
    width: 37.5%; }
  .top-nav .columns {
    padding: 0; }
  .top-nav .right-side {
    padding: 0; }
    .top-nav .right-side .columns:first-child a {
      border-left: none; }
  .top-nav .f-dropdown {
    border: none;
    left: 0 !important;
    width: 100% !important; }
    .top-nav .f-dropdown:before, .top-nav .f-dropdown:after {
      display: none; } }

.siteFooter {
  height: 17.5rem;
  background-color: #4faf4e;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.357rem;
  padding: 2.5rem; }
  @media only screen and (min-width: 681px) {
    .siteFooter {
      height: 28rem; } }
  @media only screen and (min-width: 761px) {
    .siteFooter {
      height: 26.5rem; } }
  .siteFooter a {
    color: #247037;
    font-size: 0.875rem;
    line-height: 1.357rem; }
    .siteFooter a:visited, .siteFooter a:active {
      color: #247037; }
  .siteFooter h1 {
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.357rem;
    margin-bottom: 0; }

.siteFooter-group {
  margin-bottom: 2.1875rem; }
  .siteFooter-group h1 {
    margin-top: 0; }

.siteFooter-group:last-of-type {
  bottom: 0;
  margin-bottom: 0; }

.siteFooter-statement-group {
  margin-top: 0.0625rem;
  margin-bottom: 10%; }

.siteFooter-links {
  list-style-type: none;
  margin-left: 0; }

.footer-link-borrow {
  width: 17%; }

.footer-link-about {
  width: 21%; }

.footer-link-help {
  width: 19%; }

.footer-link-careers {
  width: 22%; }

.footer-link-map {
  width: 21%; }

.siteFooter-disclaimer {
  margin-bottom: 1.25rem; }

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 680px) {
  .siteFooter {
    padding: 1rem; }
  .siteFooter-nav .siteFooter-links {
    border-bottom: #aee15c 1px solid;
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 2.5rem;
    text-align: center; }
    .siteFooter-nav .siteFooter-links > li {
      float: left; }
  .siteFooter-nav li:first-of-type {
    text-align: left; }
  .siteFooter-nav li:last-of-type {
    text-align: right; }
  .siteFooter-nav .siteFooter-policy {
    text-align: center;
    margin-bottom: .5rem; }
  .siteFooter-nav .siteFooter-legal {
    text-align: center; }
  .siteFooter-nav .siteFooter-privacy {
    border-right: #aee15c 1px solid;
    padding-right: 1.25rem;
    margin-right: 0.8125rem; } }

@media only screen and (min-width: 481px) and (max-width: 680px) {
  .siteFooter {
    padding: 2.5rem; }
  .siteFooter-links a {
    font-size: 1rem;
    line-height: 1.75rem; } }

@media only screen and (min-width: 681px) and (max-width: 760px) {
  .siteFooter-nav {
    height: 25rem; } }

@media only screen and (min-width: 681px) {
  .siteFooter {
    padding: 2.5rem 1rem; }
  .siteFooter-language-group, .siteFooter-us-group {
    margin-bottom: 1.25rem; }
  .siteFooter-nav {
    position: relative;
    padding-bottom: 2.5rem; }
    .siteFooter-nav > .column {
      height: 100%; }
    .siteFooter-nav .siteFooter-links {
      margin-bottom: 0; }
      .siteFooter-nav .siteFooter-links.links-list li {
        display: inline-block; }
        .siteFooter-nav .siteFooter-links.links-list li:nth-child(3) {
          clear: both; }
          .siteFooter-nav .siteFooter-links.links-list li:nth-child(3) a {
            border: none;
            padding-left: 0;
            margin-left: 0; }
        .siteFooter-nav .siteFooter-links.links-list li:first-of-type a {
          border: none;
          padding-left: 0;
          margin-left: 0; }
      .siteFooter-nav .siteFooter-links.links-list a {
        white-space: nowrap;
        border-left: #aee15c 1px solid;
        padding-left: 0.5rem;
        margin-left: 0.5rem; } }

@media only screen and (min-width: 761px) {
  .siteFooter-nav {
    height: 24rem; } }

@media only screen and (min-width: 989px) {
  .siteFooter-statement-group {
    margin-bottom: 12%; }
  .siteFooter-nav .siteFooter-links.links-list li:nth-child(3) {
    clear: none; }
    .siteFooter-nav .siteFooter-links.links-list li:nth-child(3) a {
      border-left: #aee15c 1px solid;
      padding-left: 0.5rem;
      margin-left: 0.5rem; } }

@media only screen and (min-width: 681px) and (max-width: 721px) {
  .siteFooter-nav .siteFooter-links.links-list li:nth-child(5) {
    clear: both; }
    .siteFooter-nav .siteFooter-links.links-list li:nth-child(5) a {
      border: none;
      padding-left: 0;
      margin-left: 0; } }

@media only screen and (min-width: 989px) and (max-width: 1015px) {
  .siteFooter-nav .siteFooter-links.links-list li:nth-child(4) {
    clear: both; }
    .siteFooter-nav .siteFooter-links.links-list li:nth-child(4) a {
      border: none;
      padding-left: 0;
      margin-left: 0; } }

@media only screen and (min-width: 1015px) {
  .siteFooter-nav .siteFooter-links.links-list li:nth-child(5) {
    clear: both; }
    .siteFooter-nav .siteFooter-links.links-list li:nth-child(5) a {
      border: none;
      padding-left: 0;
      margin-left: 0; } }

.cookie-banner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  z-index: 1000; }
  .cookie-banner-container .cookie-banner {
    position: relative;
    background: #f4f4f4;
    font-size: 0.875rem;
    border: 0.5px solid rgba(151, 151, 151, 0.3);
    border-radius: 0.125rem;
    color: #484848;
    padding: 0.75rem;
    line-height: 1.6; }
    .cookie-banner-container .cookie-banner .close-button {
      cursor: pointer;
      display: block;
      margin: 0.25rem auto 0;
      padding: 0.55rem 1rem; }
    .cookie-banner-container .cookie-banner .cookie-banner-content {
      text-align: center;
      margin: 0 auto; }
  @media only screen and (min-width: 681px) {
    .cookie-banner-container .cookie-banner {
      padding-right: 10rem; }
      .cookie-banner-container .cookie-banner .close-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        margin: unset; } }
  @media only screen and (min-width: 1025px) {
    .cookie-banner-container .cookie-banner {
      padding-right: 10rem; }
      .cookie-banner-container .cookie-banner .cookie-banner-content {
        max-width: 50rem; } }

.gdpr-hidden {
  display: none; }

.message-text {
  display: block;
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 10000; }
  .message-text .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: -2.5rem;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem; }
    .message-text .icon-wrapper .icon {
      margin-right: 0.625rem;
      margin-top: 0.125rem;
      height: 1.875rem;
      width: 1.875rem; }
  .message-text .message {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    max-width: 60%;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem; }
  .message-text .close-tip-message {
    position: absolute;
    top: 0.125rem;
    right: 0.125rem; }
    .message-text .close-tip-message .icon.icon-x {
      stroke: #484848;
      height: 1.875rem;
      width: 1.875rem;
      margin-top: 0.125rem; }
  .message-text.message-text-confirmation {
    background-color: #FAFAFA;
    border-bottom: 1px solid #484848; }
    .message-text.message-text-confirmation .icon.icon-confirmation {
      fill: #4faf4e; }
  .message-text.message-text-warning, .message-text.message-text-info {
    background-color: #fee259; }
    .message-text.message-text-warning .icon.icon-warning, .message-text.message-text-warning .icon.icon-info, .message-text.message-text-info .icon.icon-warning, .message-text.message-text-info .icon.icon-info {
      fill: #484848; }
  .message-text.message-text-error {
    background-color: #d74937; }
    .message-text.message-text-error .icon.icon-error {
      fill: #FFFFFF; }
    .message-text.message-text-error .message {
      color: #FFFFFF; }
    .message-text.message-text-error .icon.icon-x {
      stroke: #FFFFFF; }

* {
  margin: 0; }

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  /* fix font issues in webkit browsers on osx/ios */
  -moz-osx-font-smoothing: grayscale;
  /* fix font issues in firefox on osx */ }

.pageWrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -17.5rem; }
  @media only screen and (min-width: 681px) {
    .pageWrap {
      margin-bottom: -26.5rem; } }

.pageWrap:after {
  content: "";
  display: block; }

.pageWrap:after {
  height: 17.5rem; }
  @media only screen and (min-width: 681px) {
    .pageWrap:after {
      height: 26.5rem; } }

svg {
  pointer-events: none; }

.loan-figure {
  position: relative;
  margin: 0;
  background-color: #efefef; }
  .loan-figure .loan-message {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 6.75px;
    font-size: 18px;
    line-height: 1.357rem;
    background-color: rgba(255, 255, 255, 0.8);
    color: #484848; }
    .loan-figure .loan-message.urgent {
      color: #d74937; }
  .loan-figure .loan-image-wrap {
    position: relative; }
    .loan-figure .loan-image-wrap img {
      margin: 0 auto;
      max-height: 28.75rem; }
    .loan-figure .loan-image-wrap .icon-youtube {
      position: absolute;
      height: 80px;
      width: 80px;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px; }
    .loan-figure .loan-image-wrap iframe {
      display: block;
      margin: 0 auto; }
  .loan-figure .carousel-nav {
    background-color: rgba(51, 51, 51, 0.3);
    display: none;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    margin-top: -50px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .loan-figure .carousel-nav svg {
      stroke: #FFFFFF; }
  .loan-figure .carousel-prev {
    left: 0; }
    .loan-figure .carousel-prev .icon {
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
  .loan-figure .carousel-next {
    right: 0; }
    .loan-figure .carousel-next .icon {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
  .loan-figure .carousel-nav:hover {
    background-color: rgba(51, 51, 51, 0.6);
    cursor: pointer; }
  .loan-figure .icon-small-chevron {
    width: 50px;
    height: 50px;
    margin-top: -27px;
    position: absolute;
    top: 50%; }
  .loan-figure .icon-small-chevron:hover {
    cursor: pointer; }
  .loan-figure .loan-figure-carousel .loan-image-wrap {
    opacity: 0;
    position: absolute; }

.loan-image-footer .icon-match {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.1875rem;
  vertical-align: middle; }

.loan-image-footer .matching-message {
  background-color: rgba(255, 255, 255, 0.8);
  height: 2.5rem;
  width: 100%;
  padding-right: 2.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0; }
  .loan-image-footer .matching-message span {
    line-height: 2.5rem;
    vertical-align: middle; }

.loan-image-footer .favorite-link {
  background-image: url("about:blank");
  position: absolute;
  bottom: 0;
  right: 0;
  border: none; }

.loan-image-footer .favorite-link.is-favorite .icon-star {
  color: #fee259;
  opacity: 1; }

.loan-image-footer .icon-star {
  background-color: #484848;
  color: #FFFFFF;
  fill: none;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem;
  opacity: .5;
  vertical-align: bottom; }

.flag-experiment .flag-container {
  display: inline-block;
  width: 4rem;
  height: 3rem; }
  .flag-experiment .flag-container img {
    max-width: 100%;
    height: 100%;
    width: 100%; }

.fundraising-meter {
  background-color: #efefef;
  position: relative;
  border: none;
  padding: 0; }
  .fundraising-meter .meter {
    background-color: #4faf4e; }
  .fundraising-meter.repaying .meter {
    background-color: #999; }
  .fundraising-meter .caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center; }

@media only screen and (min-width: 481px) {
  .no-touch .filter .filters-menu-list {
    padding-top: 1.875rem; }
  .no-touch .filter #misc-filters-container .small-touch {
    display: none; }
  .no-touch .filter #misc-filters-container label a {
    display: inline-block; } }

.filter .small-touch {
  visibility: visible;
  height: auto; }
  @media only screen and (min-width: 481px) {
    .filter .small-touch {
      visibility: hidden;
      height: 0; } }

.filter .medium-notouch {
  visibility: hidden;
  height: 0;
  margin: 0; }
  @media only screen and (min-width: 481px) {
    .filter .medium-notouch {
      display: block;
      visibility: visible;
      height: auto;
      margin: 0.9375rem; } }

.filter .large-touch {
  visibility: visible;
  height: auto; }
  @media only screen and (min-width: 681px) {
    .filter .large-touch {
      visibility: hidden;
      height: 0; } }

@media only screen and (min-width: 481px) {
  .filter .filter-header {
    height: 0;
    overflow: hidden; } }

.filter .filter-distribution-icon {
  margin-left: 12.5rem;
  margin-top: 0.625rem;
  border: 1px solid #484848;
  padding: 0.0625rem 0.3125rem;
  width: 1.5625rem;
  height: 1.5625rem; }

.filter .filter-distribution-icon a {
  color: #484848; }

.filter .button_box {
  padding-left: 3.75rem; }
  @media only screen and (max-width: 480px) {
    .filter .button_box {
      padding-top: 0.625rem; } }

@media only screen and (max-width: 480px) {
  .filter .filter-header {
    margin: 0.5em;
    text-align: center;
    color: #484848; } }

@media only screen and (max-width: 480px) {
  .filter .filter-header-title {
    margin-left: -1.875rem; } }

.filter .filter-component {
  margin: 0;
  min-height: 2.75rem;
  cursor: pointer;
  border-bottom: 1px solid #D8D8C8;
  padding: 0; }
  @media only screen and (min-width: 481px) {
    .filter .filter-component {
      min-height: initial;
      border: 0;
      padding: 0.625rem 0; } }

@media small-only {
  .filter .filter-component input {
    width: 16.25rem; } }

.filter .mobile-apply-filters-button {
  display: block;
  width: 17.875rem;
  background: #25a7e2;
  color: #FFFFFF;
  margin: auto;
  text-align: center;
  border: 0;
  height: 2.5rem; }

.filter .mobile-filter-sub-menu {
  font-size: 0.8em;
  color: #484848; }

.filter .mobile-filter-title {
  font-size: 0.8em;
  font-weight: bold; }

.filter h3 {
  font-size: 0.8em;
  font-weight: bold;
  color: #999;
  margin: 0.5em 0.6666666667rem; }
  @media only screen and (min-width: 481px) {
    .filter h3 {
      font-size: 1em;
      color: #999;
      margin: 0 0.6666666667rem 0.555555555rem 0.6666666667rem; } }
  .filter h3 .subtext {
    line-height: 1.125rem;
    font-weight: normal;
    font-size: 0.7rem; }
    .filter h3 .subtext a {
      color: inherit;
      padding: inherit;
      transition: inherit;
      text-decoration: underline; }
      .filter h3 .subtext a:hover {
        color: #006ed3;
        text-decoration: none;
        background: none; }
    @media only screen and (min-width: 481px) {
      .filter h3 .subtext {
        font-size: 0.7777777778rem; } }

.filter .interact {
  color: #484848;
  font-weight: normal; }

.filter .expandable-filter {
  padding: 1.075rem 0.75rem;
  margin: 0;
  visibility: visible; }
  @media only screen and (min-width: 481px) {
    .filter .expandable-filter {
      display: none; } }

.filter .filter-keywords-search-box {
  color: #484848;
  width: 12.5rem;
  margin: 0 0.6666666667rem 0.3333333333rem;
  padding-right: 1.5rem; }
  @media only screen and (min-width: 481px) {
    .filter .filter-keywords-search-box {
      width: 14.0625rem;
      margin: 0 0.6666666667rem; } }

.filter .filter-slider {
  color: #4faf4e;
  border: 0;
  padding: 0.2777777777rem 1rem 0 1rem; }

.filter .filter-slider-item {
  font-size: 0.8em;
  margin-bottom: 2.2222222222rem; }

.filter .filter-slider-inner {
  margin: 0.2777777777rem 0.5rem;
  width: 12.8125rem; }

.filter .country-filter-box, .filter .return-to-top {
  margin: 0 0.75rem; }
  .filter .country-filter-box a, .filter .return-to-top a {
    padding: 0;
    color: #118aec; }

.filter .return-to-top {
  font-size: 0.875rem; }
  .filter .return-to-top a {
    color: #118aec; }
    .filter .return-to-top a:hover {
      text-decoration: underline; }

.filter .partner_filter_text {
  margin-left: 0.3125rem;
  color: #118aec; }

.filter .partner_filter_text a {
  color: #118aec; }

.filter .partner_filter_text:hover {
  text-decoration: underline; }

.filter #misc-filters-container {
  margin-bottom: 0; }
  .filter #misc-filters-container li > a {
    font-size: 0.7rem;
    line-height: 2.75rem;
    margin-left: -2.1875rem;
    color: #118aec; }
    .filter #misc-filters-container li > a:hover {
      color: #006ed3;
      background: none; }
  .filter #misc-filters-container label a {
    padding: 0;
    margin: 0;
    display: none; }

.filter .borrower-filter-box {
  position: relative;
  border: 1px solid #484848;
  text-align: center;
  display: inline-table;
  vertical-align: middle;
  width: 8.9375rem;
  height: 2.1875rem;
  margin-top: 0.3125rem; }
  @media only screen and (min-width: 481px) {
    .filter .borrower-filter-box {
      width: 6.5625rem;
      height: 1.5625rem; } }

.filter .borrower-filter-box-right {
  position: relative;
  border: 1px solid #484848;
  text-align: center;
  border-left: 0;
  display: inline-table;
  vertical-align: middle;
  width: 8.9375rem;
  height: 2.1875rem;
  margin-left: -0.3125rem;
  margin-top: 0.3125rem; }
  @media only screen and (min-width: 481px) {
    .filter .borrower-filter-box-right {
      width: 6.5625rem;
      height: 1.5625rem; } }

.filter .borrower-input {
  display: none; }

.filter .borrower-label {
  border: 0;
  display: table-cell;
  vertical-align: middle; }
  @media only screen and (max-width: 480px) {
    .filter .borrower-label {
      color: #484848; } }

.filter .checkbox-input {
  padding-left: 2.1875rem;
  height: 2.75rem;
  display: inline-table;
  width: 15rem;
  border-bottom: 1px solid #D8D8C8; }
  @media only screen and (min-width: 481px) {
    .filter .checkbox-input {
      padding-left: 0.8125rem;
      height: auto;
      margin-left: 0.3125rem;
      border-bottom: 0;
      margin-bottom: 0.53125rem;
      display: block; } }

.filter input[type=checkbox] {
  margin-right: 0.5rem;
  margin-bottom: 0;
  float: left; }
  @media only screen and (max-width: 480px) {
    .filter input[type=checkbox] {
      display: none; } }

@media only screen and (max-width: 480px) {
  .filter input[type=checkbox]:checked + label:before {
    content: '';
    display: inline-block;
    width: 0.375rem;
    height: 0.75rem;
    border: solid #4faf4e;
    border-width: 0 2px 2px 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-right: 0.625rem;
    margin-left: -1.125rem; } }

.filter .checkbox-input-span {
  margin-left: 0.1875rem;
  font-size: 0.8em;
  color: #484848;
  border: 0;
  line-height: 100%;
  display: table-cell;
  text-transform: none;
  vertical-align: middle; }

.filter .filter-button-group-ul {
  background: #f5f5f5;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(50, 50, 50, 0.75); }
  @media only screen and (min-width: 481px) {
    .filter .filter-button-group-ul {
      background: #fff;
      box-shadow: none; } }
  .filter .filter-button-group-ul .subtext {
    font-size: 0.7rem;
    color: #999;
    padding-left: 0.75rem;
    display: none; }
    @media only screen and (max-width: 480px) {
      .filter .filter-button-group-ul .subtext {
        display: inline-table; } }
    .filter .filter-button-group-ul .subtext a {
      color: inherit;
      padding: 0;
      transition: inherit;
      text-decoration: underline;
      background: none; }
      .filter .filter-button-group-ul .subtext a:hover {
        color: #006ed3;
        text-decoration: none;
        background: none; }

.filter .no-border {
  border: 0; }

.filter .extra-padding-bottom {
  padding-bottom: 0.625rem; }

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

.filter .icon-globe {
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle; }

.filter .icon-large-chevron {
  margin-right: 0.75rem; }

.filter hr {
  margin: 0;
  color: #D8D8C8; }

.filter .checkbox-facet, .filter .country-facet {
  font-size: 0.8em; }

.filter .country-label-disabled {
  color: #d8d8d8; }

.filter .filter-keywords-clear-button {
  display: none;
  padding: 0;
  right: 1.125rem;
  position: absolute;
  top: 0.625rem;
  height: 0.9375rem;
  width: 0.9375rem; }
  .filter .filter-keywords-clear-button:hover {
    background: transparent; }
  .filter .filter-keywords-clear-button .icon-x {
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    stroke: #999; }

.filter .button.view-results-button {
  width: 100%;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.25rem;
  margin: 0; }

#location-search-form .icon {
  position: absolute;
  height: 2.3125rem;
  left: 1rem;
  z-index: 100;
  fill: #666; }

#location-search-form .search-box {
  color: #484848;
  width: 100%;
  margin: 0;
  padding-left: 2rem; }

#location-search-form .no-results {
  display: none; }

#location-search-form.empty .no-results {
  display: inline; }

#location-search-form .twitter-typeahead {
  width: 100%; }

.location-search-menu {
  width: calc(12.5rem + 1px); }

.filter-button-group-ul {
  padding: 0; }
  @media only screen and (min-width: 481px) {
    .filter-button-group-ul {
      padding: 0; } }

.filter-button-group-ul-bottom {
  margin-top: 0.5em;
  line-height: 1em;
  padding: 0 0.7rem; }
  @media only screen and (min-width: 481px) {
    .filter-button-group-ul-bottom {
      padding: 0; } }

.noUi-handle-lower div, .noUi-handle-upper div {
  position: absolute;
  color: #888888;
  bottom: -1.5625rem;
  text-align: center;
  width: 1.125rem;
  font-size: 0.8em; }

.mobile-filters {
  background: #fbfcfc;
  margin-top: 0.5em; }

.left-off-canvas-toggle {
  margin: 0.625rem 0.3125rem; }

.filter-links {
  font-size: 0.7em;
  visibility: hidden;
  float: left; }
  .filter-links.save-search-button {
    margin-left: 0;
    float: none;
    font-size: 1.125rem; }

@media only screen and (min-width: 481px) {
  .filter-links, .filter-links.save-search-button {
    font-size: 0.77777778rem;
    float: none; } }

#filter-loan-status-dropdown {
  box-sizing: content-box;
  border: 1px solid #484848;
  width: 13.125rem;
  margin: 0 0.6666666667rem 0.3333333333rem;
  height: 1.125rem;
  color: #484848; }
  @media only screen and (min-width: 481px) {
    #filter-loan-status-dropdown {
      margin: 0 0.6666666667rem; } }

.country-filter-text {
  vertical-align: middle; }

.filters-done-button {
  position: absolute;
  right: 0.0625rem;
  top: 0;
  margin-top: 0.625rem;
  margin-right: 0.9375rem;
  font-size: .7rem; }
  @media only screen and (min-width: 481px) {
    .filters-done-button {
      display: none; } }

#filter-keywords-search-box-container {
  position: relative; }

.touch .filter .expandable-filter {
  display: block; }

.touch .filter .small-touch {
  visibility: visible;
  height: auto; }

.touch .filter .medium-notouch {
  visibility: hidden;
  height: 0;
  margin: 0;
  display: none; }

.touch .filter .large-touch {
  visibility: visible;
  height: auto; }

.touch .filter .button_box {
  padding-top: 0.625rem; }

.touch .filter .filter-header {
  margin: 0.5em 0;
  text-align: center;
  color: #484848;
  height: auto; }

.touch .filter .filter-header-title {
  margin-left: -1.875rem; }

.touch .filter .filter-component {
  margin: 0;
  min-height: 2.75rem;
  cursor: pointer;
  border-bottom: 1px solid #D8D8C8;
  padding-bottom: 0; }

.touch .filter input[type=checkbox] {
  margin-right: 0.5rem;
  margin-bottom: 0;
  float: left;
  visibility: hidden; }

.touch .filter input[type=checkbox] + label {
  margin: 0; }

.touch .filter input[type=checkbox]:checked + label:before {
  content: '';
  display: inline-block;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #4faf4e;
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin-right: 0.75rem;
  margin-left: -1.125rem; }

.touch .filter .checkbox-input-span {
  display: table-cell;
  text-transform: none;
  vertical-align: middle; }

.touch .filter h3 {
  font-size: 0.8em;
  font-weight: bold;
  color: #999; }

.touch .filter .filter-keywords-search-box {
  color: #484848;
  border: 1px solid #484848;
  width: 12.5rem;
  margin: 0 0.6666666667rem 0.3333333333rem; }
  .touch .filter .filter-keywords-search-box::-ms-clear {
    display: none; }

.touch .filter #misc-filters-container {
  margin-bottom: 0; }

.touch .filter .borrower-filter-box {
  width: 8.9375rem;
  height: 2.1875rem; }

.touch .filter .borrower-filter-box-right {
  width: 8.9375rem;
  height: 2.1875rem; }

.touch .filter .checkbox-input {
  padding-left: 2.1875rem;
  height: 2.75rem;
  display: inline-table;
  width: 15rem;
  border-bottom: 1px solid #D8D8C8;
  margin-left: 0; }
  .touch .filter .checkbox-input input[type=checkbox] {
    display: none; }

.touch .filter .filter-button-group-ul {
  background: #f5f5f5;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(50, 50, 50, 0.75); }
  .touch .filter .filter-button-group-ul .subtext {
    display: inline-table;
    padding-left: 0.75rem; }

.touch .filter .extra-padding-bottom {
  padding-bottom: 0.625rem; }

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

.touch .filter .no-border {
  border: 0; }

.touch .filter .filter-links {
  font-size: 0.7em;
  visibility: hidden;
  float: left; }
  .touch .filter .filter-links.save-search-button {
    margin-left: 0;
    float: none;
    font-size: 1em; }

.touch .filter .filter-clear-button {
  font-size: 0.7em;
  visibility: hidden;
  margin-left: 0.625rem;
  float: left; }

.touch .filter .filters-close-icon {
  position: absolute;
  right: 0.0625rem;
  display: block; }

.touch .desktop-clear-button {
  display: none; }

.list-view-header {
  display: none;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #efefef;
  border-bottom: 1px solid #d8d8d8; }
  @media only screen and (min-width: 761px) {
    .list-view .list-view-header {
      display: table; } }
  .list-view-header > div {
    float: left; }
  .list-view-header .loan-country {
    width: 46%; }
  .list-view-header .partner-trustee {
    width: calc(30% - 6.5625rem);
    padding-right: 0.75rem; }
  .list-view-header .loan-length {
    width: calc(24% - 6.5625rem);
    padding-right: 0.75rem; }

@media only screen and (min-width: 761px) {
  .list-view ul.loancards-list {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
    margin: 0 -0.625rem 1.25rem; }
    .list-view ul.loancards-list:before, .list-view ul.loancards-list:after {
      content: " ";
      display: table; }
    .list-view ul.loancards-list:after {
      clear: both; }
    .list-view ul.loancards-list > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .list-view ul.loancards-list > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 100%; }
      .list-view ul.loancards-list > li:nth-of-type(1n) {
        clear: none; }
      .list-view ul.loancards-list > li:nth-of-type(1n+1) {
        clear: both; }
    .list-view ul.loancards-list li {
      padding-bottom: 0; }
      .list-view ul.loancards-list li:nth-child(2n) .loan-card {
        background-color: #efefef; }
        .list-view ul.loancards-list li:nth-child(2n) .loan-card .fundraising-meter {
          background-color: #FFFFFF; } }

.loan-card {
  height: 100%;
  position: relative;
  min-width: 18.75rem;
  background-color: #FFFFFF; }
  .loan-card.row {
    margin: auto;
    max-width: 30rem; }
  .loading .loan-card {
    opacity: 0.2; }
  .move-right.loading .loan-card {
    opacity: 1; }
    @media only screen and (min-width: 681px) {
      .move-right.loading .loan-card {
        opacity: 0.2; } }
  .loan-card .columns {
    padding: 0; }
  .loan-card p {
    margin-bottom: 0.25rem; }
  .loan-card .borrower-partner-trustee, .loan-card .borrower-loan-length {
    display: none;
    padding: 0 0.5rem;
    z-index: 1; }
    .loan-card .borrower-partner-trustee span, .loan-card .borrower-loan-length span {
      display: block;
      color: #666;
      font-size: 0.75rem;
      line-height: 1.125rem; }
  .list-view .loan-card .borrower-partner-trustee, .list-view .loan-card .borrower-loan-length {
    display: block; }
  @media only screen and (min-width: 761px) {
    .list-view .loan-card {
      max-width: none;
      height: auto !important;
      background-color: #FAFAFA;
      border-bottom: 1px solid #d8d8d8;
      padding: 1rem; }
      .list-view .loan-card .borrower-partner-trustee, .list-view .loan-card .borrower-loan-length {
        border: none;
        padding: 0 0.75rem 0 0; }
        .list-view .loan-card .borrower-partner-trustee span, .list-view .loan-card .borrower-loan-length span {
          display: none; }
      .list-view .loan-card .borrower-image-wrap {
        width: 6.25rem; }
      .list-view .loan-card .borrower-details-wrap {
        width: calc(46% - 6.25rem);
        padding-right: 0.75rem; }
      .list-view .loan-card .borrower-partner-trustee {
        width: calc(30% - 6.5625rem); }
      .list-view .loan-card .borrower-loan-length {
        width: calc(24% - 6.5625rem); }
      .list-view .loan-card .borrower-footer-wrap {
        width: 13.125rem; }
      .list-view .loan-card:hover {
        box-shadow: none; } }
  @media only screen and (min-width: 1200px) {
    .list-view .loan-card .borrower-image-wrap {
      width: 9.375rem; }
    .list-view .loan-card .borrower-details-wrap {
      width: calc(46% - 9.375rem); } }
  .loan-card .loan-message {
    font-size: 0.875rem;
    line-height: 1.357rem;
    color: #484848; }
    .loan-card .loan-message.urgent {
      color: #d74937; }
  .loan-card .image-edit-buttons {
    position: absolute;
    z-index: 1;
    display: none; }
    .loan-card .image-edit-buttons a {
      display: inline-block;
      float: left;
      padding: 0.25rem;
      line-height: 0;
      background-color: #484848;
      opacity: 0.5; }
      .loan-card .image-edit-buttons a:hover {
        opacity: 1; }
      .loan-card .image-edit-buttons a .icon {
        fill: #FFFFFF;
        width: 1.5rem;
        height: 1.5rem; }
      .loan-card .image-edit-buttons a .icon-edit {
        -ms-transform: translate(6%, -10%);
            transform: translate(6%, -10%); }
    .loan-card .image-edit-buttons a.loading .icon-refresh {
      animation: spin 1s linear infinite; }

@keyframes spin {
  100% {
    transform: rotate(-360deg); } }
  .loan-card .borrower-image-wrap {
    z-index: 1; }
  .loan-card .borrower-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 62.5%;
    background-size: cover;
    background-color: #efefef; }
    .loan-card .borrower-image .loan-message {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0 0.25rem;
      background-color: rgba(255, 255, 255, 0.8); }
    @media only screen and (min-width: 761px) {
      .list-view .loan-card .borrower-image {
        padding-bottom: 100%; }
        .list-view .loan-card .borrower-image .loan-message {
          display: none; } }
  .loan-card .loan-image-footer {
    position: relative; }
    .loan-card .loan-image-footer .icon-match {
      height: 2rem;
      width: 2rem; }
    .loan-card .loan-image-footer .matching-message {
      font-size: 0.875rem;
      height: 2rem;
      padding-right: 2rem; }
      @media only screen and (min-width: 761px) {
        .list-view .loan-card .loan-image-footer .matching-message {
          display: none; } }
      .loan-card .loan-image-footer .matching-message span {
        line-height: 2rem; }
    .loan-card .loan-image-footer .icon-star {
      height: 2rem;
      width: 2rem; }
  .loan-card .borrower-details-wrap {
    padding: 0 0.5rem;
    z-index: 1; }
    @media only screen and (min-width: 761px) {
      .list-view .loan-card .borrower-details-wrap {
        border: none; }
        .list-view .loan-card .borrower-details-wrap .loan-message {
          display: block; } }
    .loan-card .borrower-details-wrap a, .loan-card .borrower-details-wrap a:visited {
      color: #118aec; }
    .loan-card .borrower-details-wrap .loan-message {
      display: none; }
  .loan-card .country {
    display: inline;
    white-space: nowrap; }
    .loan-card .country span.f16 {
      margin-right: 0.25rem; }
    @media only screen and (min-width: 761px) {
      .list-view .loan-card .country {
        display: block;
        position: relative;
        padding-left: 1.1rem;
        white-space: normal;
        line-height: 1.25rem;
        padding-bottom: 0.25rem; }
        .list-view .loan-card .country span {
          position: absolute;
          top: 0.15rem;
          left: 0; } }
  .loan-card .borrower-footer-wrap {
    overflow: hidden;
    position: static;
    height: 4.5rem; }
    .loan-card .borrower-footer-wrap:before {
      content: '';
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8;
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 0; }
    .loan-card .borrower-footer-wrap .fundraising-meter {
      height: 1.5rem;
      width: 100%;
      margin: 0; }
    .loan-card .borrower-footer-wrap .floater {
      position: absolute;
      width: 100%;
      bottom: 0;
      z-index: 1; }
    @media only screen and (min-width: 761px) {
      .list-view .loan-card .borrower-footer-wrap {
        overflow: visible;
        height: auto; }
        .list-view .loan-card .borrower-footer-wrap .floater {
          position: static; }
        .list-view .loan-card .borrower-footer-wrap.vertical-centering {
          position: relative;
          padding-bottom: 6.25rem; }
          .list-view .loan-card .borrower-footer-wrap.vertical-centering .floater {
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            bottom: auto; }
        .list-view .loan-card .borrower-footer-wrap:before {
          display: none; }
        .list-view .loan-card .borrower-footer-wrap .fundraising-meter {
          position: relative; } }
    @media only screen and (min-width: 1200px) {
      .list-view .loan-card .borrower-footer-wrap.vertical-centering {
        padding-bottom: 9.375rem; } }
    .loan-card .borrower-footer-wrap .icon-match {
      position: absolute;
      left: 0;
      height: 1.5rem;
      width: 1.5rem; }
    .loan-card .borrower-footer-wrap .matching-message {
      position: relative;
      margin-top: 1rem;
      font-size: 0.875rem;
      padding-left: 1.75rem;
      display: none; }
      @media only screen and (min-width: 761px) {
        .list-view .loan-card .borrower-footer-wrap .matching-message {
          display: block; } }
      .loan-card .borrower-footer-wrap .matching-message span {
        display: inline-block;
        line-height: 1.3; }
  .loan-card:hover {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
    .loan-card:hover .image-edit-buttons {
      display: block; }
    .loan-card:hover .bottom-bar {
      height: 3rem; }

.no-touch .borrower-footer-wrap {
  height: 0;
  margin-top: 1.5rem; }
  .no-touch .borrower-footer-wrap .fundraising-meter {
    position: absolute;
    bottom: 0; }

@media only screen and (min-width: 761px) {
  .no-touch .list-view .borrower-footer-wrap {
    margin-top: 0; } }

.no-touch .bottom-bar {
  position: absolute;
  bottom: 0;
  height: 0;
  overflow: hidden; }
  .no-touch .bottom-bar.no-hide {
    height: 3rem; }
  .no-touch .bottom-bar.show-short {
    height: 1.5rem; }
    .no-touch .bottom-bar.show-short .button, .no-touch .bottom-bar.show-short .message {
      height: 1.5rem;
      line-height: 1.5rem;
      font-size: 0.875rem; }
      .no-touch .bottom-bar.show-short .button .icon, .no-touch .bottom-bar.show-short .message .icon {
        height: 1.5rem;
        width: 0.875rem; }
      .no-touch .bottom-bar.show-short .button span, .no-touch .bottom-bar.show-short .message span {
        padding-left: 1.25rem; }

.bottom-bar {
  width: 100%;
  transition: height 200ms ease-out; }
  .bottom-bar.lent-to-list-view {
    display: none; }
  @media only screen and (min-width: 761px) {
    .list-view .bottom-bar {
      position: static;
      height: 3rem; }
      .list-view .bottom-bar.lent-to-list-view {
        display: block; }
      .list-view .bottom-bar.hide-for-touch {
        display: block !important; }
      .list-view .bottom-bar.ended {
        display: none; }
      .list-view .bottom-bar:first-child {
        margin-top: 1.75rem; }
      .list-view .bottom-bar .button, .list-view .bottom-bar .message {
        font-size: 1rem;
        height: 2.5rem;
        line-height: 2.5rem; }
        .list-view .bottom-bar .button .icon, .list-view .bottom-bar .message .icon {
          height: 2.5rem; }
      .list-view .bottom-bar.show-short {
        margin-top: 0;
        height: 1.75rem; }
        .list-view .bottom-bar.show-short .button, .list-view .bottom-bar.show-short .button:hover {
          height: 1.75rem;
          line-height: 1.75rem;
          font-size: 0.875rem;
          background: none;
          color: #484848; }
          .list-view .bottom-bar.show-short .button .icon, .list-view .bottom-bar.show-short .button:hover .icon {
            height: 1.75rem;
            fill: #4faf4e;
            width: 0.875rem; } }
  .bottom-bar .button, .bottom-bar .message {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.125rem;
    font-weight: normal;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    white-space: nowrap;
    color: #FFFFFF; }
    .bottom-bar .button:hover, .bottom-bar .button:active, .bottom-bar .button:visited, .bottom-bar .button:focus, .bottom-bar .message:hover, .bottom-bar .message:active, .bottom-bar .message:visited, .bottom-bar .message:focus {
      color: #FFFFFF; }
    .bottom-bar .button.half-width, .bottom-bar .message.half-width {
      width: 50%; }
      .bottom-bar .button.half-width:first-child, .bottom-bar .message.half-width:first-child {
        border-right: 0.0625rem solid #FFFFFF; }
    @media only screen and (min-width: 761px) {
      .list-view .bottom-bar .button:nth-child(1), .list-view .bottom-bar .message:nth-child(1) {
        width: 100%; }
      .list-view .bottom-bar .button:nth-child(2), .list-view .bottom-bar .message:nth-child(2) {
        display: none; } }
    .bottom-bar .button .icon, .bottom-bar .message .icon {
      fill: #FFFFFF;
      width: 1rem;
      height: 3rem;
      position: absolute; }
    .bottom-bar .button span, .bottom-bar .message span {
      padding-left: 1.5rem; }
    .bottom-bar .button .loading-spinner, .bottom-bar .message .loading-spinner {
      height: 1.2rem;
      width: 1.2rem;
      margin-right: 0.75rem;
      vertical-align: middle; }
      .bottom-bar .button .loading-spinner .line, .bottom-bar .message .loading-spinner .line {
        background-color: #FFFFFF; }
  .bottom-bar .button.success {
    background-color: #49953f; }
    .bottom-bar .button.success:hover, .bottom-bar .button.success:active {
      background-color: #49953f; }
  .bottom-bar .message {
    background-color: #49953f;
    text-align: center; }

.message-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .message-card .message {
    -ms-flex-positive: 1;
        flex-grow: 1;
    border: solid #d8d8d8;
    border-width: 1px 1px 0;
    padding: 0.75rem; }
    .message-card .message h2 {
      font-weight: bold; }
    .message-card .message p {
      font-size: 1.125rem; }
  .message-card .action {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .message-card .action .button {
      width: 100%;
      margin: 0;
      padding: 0;
      height: 3rem;
      line-height: 3rem;
      font-size: 1.125rem;
      font-weight: normal; }
  @media only screen and (min-width: 761px) {
    .list-view .message-card {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .list-view .message-card .message {
        border: none;
        padding: 0 1rem 0 0; }
      .list-view .message-card .action {
        width: 13.125rem; }
        .list-view .message-card .action .button {
          height: 2.5rem;
          line-height: 2.5rem;
          font-size: 1rem; } }

@media only screen and (min-width: 761px) {
  .list-view .list-view-header.is-loan-card-2 {
    display: table;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #efefef;
    border-bottom: 1px solid #d8d8d8; }
    .list-view .list-view-header.is-loan-card-2 .loan-country {
      width: calc(44.5% - 6.25rem); }
    .list-view .list-view-header.is-loan-card-2 .partner-trustee {
      width: calc(28% - 6.25rem); }
    .list-view .list-view-header.is-loan-card-2 .loan-length {
      width: calc(24% - 6.25rem); } }

@media only screen and (min-width: 761px) {
  .list-view .loan-card-2 .favorite-link {
    position: absolute;
    bottom: 0;
    right: 0; } }

.list-view .loan-card-2 .loan-card-2-loan-length {
  display: none; }

.loan-card-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  position: relative;
  min-width: 18.75rem;
  background-color: white;
  border: 1px solid #d8d8d8; }
  .loan-card-2.row {
    margin: auto;
    max-width: 30rem; }
  .loading .loan-card-2 {
    opacity: 0.2; }
  .move-right.loading .loan-card-2 {
    opacity: 1; }
    @media only screen and (min-width: 681px) {
      .move-right.loading .loan-card-2 {
        opacity: 0.2; } }
  .loan-card-2 .favorite-star-wrapper {
    position: relative; }
    .loan-card-2 .favorite-star-wrapper .favorite-link {
      position: absolute;
      bottom: 0;
      right: 0;
      border: none; }
    .loan-card-2 .favorite-star-wrapper .icon-star {
      height: 2rem;
      width: 2rem;
      fill: transparent;
      color: #FFFFFF;
      opacity: 0.6;
      background-color: #484848;
      padding: .5rem;
      vertical-align: bottom; }
  .loan-card-2 .is-favorite .icon-star {
    opacity: 1;
    color: #fee259; }
  .loan-card-2 .loan-card-2-details-wrap {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 1rem 1.25rem 0;
    text-align: center; }
    .loan-card-2 .loan-card-2-details-wrap a, .loan-card-2 .loan-card-2-details-wrap a:visited {
      color: #118aec; }
  .loan-card-2 .loan-card-2-borrower-name {
    font-size: 1.375rem;
    line-height: 1.375rem;
    font-weight: 400; }
  .loan-card-2 .loan-card-2-country {
    margin: 0.3125rem 0 0.5625rem;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    color: #999; }
  .loan-card-2 .loan-card-2-use {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300; }
  .loan-card-2 .loan-card-2-loan-length {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-weight: 300; }
    .loan-card-2 .loan-card-2-loan-length span {
      font-weight: bold; }
  .loan-card-2 .loan-message, .loan-card-2 .short-loan-message {
    color: #484848; }
  .loan-card-2 .short-loan-message {
    display: none; }
  .loan-card-2 .image-edit-buttons {
    z-index: 1; }
    .loan-card-2 .image-edit-buttons a {
      display: inline-block;
      float: left;
      padding: 0.25rem;
      line-height: 0;
      background-color: #484848;
      opacity: 0.5; }
      .loan-card-2 .image-edit-buttons a:hover {
        opacity: 1; }
      .loan-card-2 .image-edit-buttons a .icon {
        fill: #FFFFFF;
        width: 1.5rem;
        height: 1.5rem; }
      .loan-card-2 .image-edit-buttons a .icon-edit {
        -ms-transform: translate(6%, -10%);
            transform: translate(6%, -10%); }
    .loan-card-2 .image-edit-buttons a.loading .icon-refresh {
      animation: spin 1s linear infinite; }

@keyframes spin {
  100% {
    transform: rotate(-360deg); } }
  .loan-card-2 .loan-card-2-image-wrap {
    z-index: 1; }
  .loan-card-2 .loan-card-2-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 62.5%;
    background-size: cover;
    background-color: #efefef; }
  .loan-card-2 .borrower-partner-trustee,
  .loan-card-2 .borrower-loan-length {
    display: none; }
  .loan-card-2 .fundraising-meter {
    height: 0.5rem;
    width: 100%;
    margin: 0 0 0.5rem 0;
    border-radius: 0.5rem;
    background-color: #d8d8d8; }
    .loan-card-2 .fundraising-meter .meter {
      border-radius: 0.5rem; }
  .loan-card-2 .loan-card-2-footer-wrap {
    height: 9.0625rem;
    padding: 0.625rem 1.25rem 1.25rem;
    text-align: center; }
  .loan-card-2:hover {
    box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1); }
    .loan-card-2:hover .image-edit-buttons {
      display: block; }
  .loan-card-2 .left-and-to-go-line, .loan-card-2 .matching-line {
    font-size: 0.875rem; }
  .loan-card-2 .left-and-to-go-line {
    height: 0.875rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-style: italic;
    color: #4faf4e;
    margin-bottom: 0.625rem; }
  .loan-card-2 .matching-line {
    height: 1.375rem;
    line-height: 1.375rem;
    font-weight: 300;
    margin-bottom: 0.1875rem;
    max-width: 85vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .loan-card-2 .matching-line .icon-match {
      fill: #666;
      color: #d8d8d8;
      height: 1.375rem;
      width: 1.375rem;
      position: static;
      left: auto;
      vertical-align: middle; }

.list-view .loan-card-2 .borrower-partner-trustee,
.list-view .loan-card-2 .borrower-loan-length {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 0.5rem 1.25rem 0;
  text-align: center; }
  .list-view .loan-card-2 .borrower-partner-trustee span,
  .list-view .loan-card-2 .borrower-loan-length span {
    font-weight: bold; }

.list-view .loan-card-2 .borrower-loan-length {
  padding-bottom: 0.5rem; }

@media only screen and (min-width: 761px) {
  .list-view .is-loan-card-2 li:nth-child(2n+0) .loan-card-2 {
    background-color: #efefef; }
  .list-view .loan-card-bottom-buffer.show-for-touch.is-loan-card-2 {
    height: 0; }
  .list-view .loan-card-2 {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
    width: 100%; }
    .list-view .loan-card-2 .loan-card-2-use,
    .list-view .loan-card-2 .borrower-partner-trustee,
    .list-view .loan-card-2 .borrower-loan-length {
      padding-left: 0;
      text-align: left; }
      .list-view .loan-card-2 .loan-card-2-use span,
      .list-view .loan-card-2 .borrower-partner-trustee span,
      .list-view .loan-card-2 .borrower-loan-length span {
        display: none; }
  .list-view .loan-card-2-image-wrap {
    padding-left: 0.75rem;
    padding-top: 0.625rem;
    width: 6.25rem; }
  .list-view .loan-card-2-image {
    padding-bottom: 100%; }
  .list-view .loan-card-2-details-wrap {
    padding: 0.5rem 1rem 0;
    text-align: left;
    width: calc(38% - 6.25rem); }
  .list-view .loan-card-2-borrower-name {
    font-size: 1rem; }
  .list-view .borrower-partner-trustee,
  .list-view .borrower-loan-length {
    padding-right: 1rem;
    padding-top: 0.625rem; }
  .list-view .borrower-partner-trustee {
    width: calc(27% - 6.25rem); }
  .list-view .borrower-loan-length {
    width: calc(24% - 6.25rem); }
  .list-view .loan-card-2-footer-wrap {
    height: auto;
    min-width: 15rem;
    margin-top: 0.25rem;
    width: calc(33% - 6.25rem); }
  .list-view .left-and-to-go-line .loan-message {
    display: none; }
  .list-view .left-and-to-go-line .short-loan-message {
    display: inline; }
  .list-view .matching-line {
    height: auto;
    line-height: 0.875rem;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
    padding-bottom: 0.125rem; } }

.bottom-bar-2 {
  width: 100%; }
  .bottom-bar-2 .button, .bottom-bar-2 .message {
    height: 2.9375rem;
    line-height: 2.9375rem;
    font-size: 1.125rem;
    font-weight: normal;
    color: #FFFFFF;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem #006ed3; }
    .bottom-bar-2 .button:hover, .bottom-bar-2 .button:active, .bottom-bar-2 .button:visited, .bottom-bar-2 .button:focus, .bottom-bar-2 .message:hover, .bottom-bar-2 .message:active, .bottom-bar-2 .message:visited, .bottom-bar-2 .message:focus {
      color: #FFFFFF; }
    .bottom-bar-2 .button .lend-button:hover, .bottom-bar-2 .button .lend-button:active, .bottom-bar-2 .button .lend-button:visited, .bottom-bar-2 .button .lend-button:focus, .bottom-bar-2 .message .lend-button:hover, .bottom-bar-2 .message .lend-button:active, .bottom-bar-2 .message .lend-button:visited, .bottom-bar-2 .message .lend-button:focus {
      background-color: #1f92ba; }
    .bottom-bar-2 .button .icon, .bottom-bar-2 .message .icon {
      fill: #FFFFFF;
      width: 1rem;
      height: 3rem;
      position: absolute; }
    .bottom-bar-2 .button span, .bottom-bar-2 .message span {
      padding-left: 1.5rem; }
    .bottom-bar-2 .button .loading-spinner, .bottom-bar-2 .message .loading-spinner {
      height: 1.2rem;
      width: 1.2rem;
      margin-right: 0.75rem;
      vertical-align: middle; }
      .bottom-bar-2 .button .loading-spinner .line, .bottom-bar-2 .message .loading-spinner .line {
        background-color: #FFFFFF; }
  .bottom-bar-2 .message {
    background-color: #006ed3;
    font-style: italic; }
  .bottom-bar-2 .button.success {
    color: #484848;
    background-color: #FFFFFF;
    border: 0.0625rem solid #484848;
    box-shadow: 0 0.125rem #333; }
    .bottom-bar-2 .button.success:hover, .bottom-bar-2 .button.success:active {
      border: 0.0625rem solid #118aec;
      box-shadow: 0 0.125rem #118aec;
      color: #118aec; }
      .bottom-bar-2 .button.success:hover .icon, .bottom-bar-2 .button.success:active .icon {
        color: #118aec; }
    .bottom-bar-2 .button.success .icon {
      color: #484848;
      width: 1.875rem;
      height: 1.875rem;
      vertical-align: middle;
      position: relative;
      margin-top: -0.3125rem;
      margin-right: 0.3125rem; }

@media only screen and (min-width: 761px) {
  .list-view .bottom-bar-2 .button,
  .list-view .bottom-bar-2 .message {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem; } }

.message-card-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .message-card-2 .bottom-bar-2 {
    padding: 1.25rem 1.25rem 1.375rem; }
  .message-card-2 .message {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0.75rem; }
    .message-card-2 .message h2 {
      font-weight: bold; }
    .message-card-2 .message p {
      font-size: 1.125rem; }
  @media only screen and (min-width: 761px) {
    .list-view .message-card-2 {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
      .list-view .message-card-2 .message {
        border: none; }
      .list-view .message-card-2 .bottom-bar-2 {
        padding: 0 1.25rem 0 0;
        text-align: right; }
        .list-view .message-card-2 .bottom-bar-2 .button {
          width: 12.5rem; } }

.mini-loan-card .image {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative; }
  .mini-loan-card .image img {
    position: absolute;
    width: 100%; }

.mini-loan-card .fundraising-meter {
  margin-bottom: 0;
  height: 2rem; }
  .mini-loan-card .fundraising-meter .caption {
    font-size: 0.875rem;
    line-height: 2rem; }

.mini-loan-card .dedication {
  display: block;
  position: relative;
  width: 100%;
  height: 2rem;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1rem; }
  .mini-loan-card .dedication .icon {
    position: absolute;
    left: 0;
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem; }
  .mini-loan-card .dedication span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media only screen and (min-width: 681px) and (max-width: 760px) {
    .mini-loan-card .dedication {
      padding-left: 0.25rem; }
      .mini-loan-card .dedication .icon {
        display: none; } }

.mini-loan-card .fully-repaid {
  width: 100%;
  background-color: #4faf4e;
  text-align: center; }
  .mini-loan-card .fully-repaid .wrapper {
    display: inline-block;
    position: relative;
    padding-left: 1.1rem;
    color: #FFFFFF;
    font-size: 0.875rem;
    line-height: 2rem; }
    .mini-loan-card .fully-repaid .wrapper .icon {
      position: absolute;
      top: -2%;
      left: 0;
      width: 0.9rem;
      height: 2rem;
      fill: #FFFFFF; }

.mini-loan-card .spacer {
  width: 100%;
  height: 2rem; }

.mini-loan-card .status, .mini-loan-card .name, .mini-loan-card .activity, .mini-loan-card .country {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.mini-loan-card .status {
  margin-top: 0.35rem; }

.mini-loan-card .country span {
  vertical-align: text-top;
  margin-right: 0.25rem; }

.paging {
  text-align: center;
  white-space: nowrap; }
  .no-touch .paging .button:hover .icon {
    stroke: #006ed3; }
  .no-touch .paging .button.disabled:hover .icon, .no-touch .paging .button[disabled]:hover .icon {
    stroke: #999; }
  .paging .button {
    display: inline-block;
    width: calc(30% - 1.875rem);
    border-width: 1px;
    padding-left: 0;
    padding-right: 0; }
    .paging .button.hidden {
      display: none; }
    .paging .button.first, .paging .button.last {
      border-width: 0px;
      box-shadow: none;
      background-color: #FAFAFA;
      color: #118aec; }
      .paging .button.first:hover, .paging .button.last:hover {
        text-decoration: underline;
        color: #118aec;
        box-shadow: none; }
    @media only screen and (min-width: 481px) {
      .paging .button {
        width: calc(27% - 1.875rem);
        max-width: 7.5rem;
        max-width: 10rem; } }
    .paging .button.previous {
      margin-right: 1.25rem;
      padding-left: 0.5rem; }
      .paging .button.previous .icon {
        right: calc(50% + 1.1rem);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      @media only screen and (min-width: 481px) and (max-width: 680px) {
        .paging .button.previous .icon {
          right: calc(75%); } }
      @media only screen and (min-width: 681px) {
        .paging .button.previous {
          padding-left: 3rem;
          padding-right: 2rem; } }
    .paging .button.next {
      padding-right: 0.5rem; }
      .paging .button.next .icon {
        left: calc(50% + 1.1rem);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
      @media only screen and (min-width: 481px) and (max-width: 680px) {
        .paging .button.next .icon {
          left: calc(75%); } }
      @media only screen and (min-width: 681px) {
        .paging .button.next {
          padding-left: 2rem;
          padding-right: 3rem; } }
    .paging .button.disabled .icon, .paging .button[disabled] .icon {
      stroke: #999; }
  .paging .icon {
    position: absolute;
    top: 0;
    height: 2.75rem;
    width: 1rem; }
    @media only screen and (min-width: 481px) {
      .paging .icon {
        height: 4rem;
        width: 2rem; } }

.twoLineHeader {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.sitewide-appeal-wrapper {
  display: none;
  background-color: #FAFAFA; }
  .sitewide-appeal-wrapper .sitewide-appeal-loading {
    display: block;
    text-align: center; }
    .sitewide-appeal-wrapper .sitewide-appeal-loading .loading-spinner {
      width: 2rem;
      height: 2rem;
      margin: .5rem; }
  .sitewide-appeal-wrapper .sitewide-appeal {
    display: none;
    padding: 1rem 0.625rem 0.75rem; }
    .sitewide-appeal-wrapper .sitewide-appeal .sitewide-header h2 {
      margin-bottom: 0.5rem;
      font-weight: 700;
      position: relative;
      padding-right: 2.5rem;
      line-height: 1.825rem; }
      .sitewide-appeal-wrapper .sitewide-appeal .sitewide-header h2 .icon-large-chevron {
        position: absolute;
        top: 0.25rem;
        right: 0;
        height: 1.5625rem;
        width: 1.5625rem;
        transition: transform .3s ease; }
    .sitewide-appeal-wrapper .sitewide-appeal .sitewide-header[aria-expanded="true"] .icon-large-chevron {
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    @media only screen and (min-width: 481px) {
      .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder {
        height: 9.6875rem; } }
    .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap {
      padding: 1rem; }
      @media only screen and (min-width: 481px) {
        .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap {
          padding: 0;
          position: absolute;
          right: -5.3125rem;
          top: 0.625rem;
          transition: top 500ms ease-in-out, opacity 500ms ease-in-out; } }
      .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer {
        position: relative;
        border: none;
        padding: 0;
        margin-top: -2.6875rem;
        height: 0.375rem;
        margin-right: 0.625rem;
        margin-bottom: 0;
        z-index: 10; }
        @media only screen and (min-width: 481px) {
          .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer {
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
            position: relative;
            width: 9.375rem;
            top: 5.5rem;
            left: -3rem;
            max-width: 7.5rem; } }
        .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer .inner-meter {
          background-color: #D94830;
          display: block;
          height: 100%;
          float: left;
          border-radius: 0.1875rem;
          transition: width 2500ms ease-in-out;
          width: 0;
          max-width: 100%; }
        .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer.meter-bg {
          margin-top: -1.25rem;
          left: 0;
          height: 1.375rem;
          border-radius: 1.375rem;
          margin-right: 0;
          z-index: 2; }
          @media only screen and (min-width: 481px) {
            .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer.meter-bg {
              left: -3rem;
              top: 5rem; } }
          .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer.meter-bg .inner-meter {
            background: #484848;
            width: 100%;
            float: none;
            border-radius: 1.375rem; }
        .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer.meter-center {
          margin-top: -3.6875rem;
          margin-left: -0.3125rem;
          margin-right: 0.25rem;
          height: 0.875rem;
          z-index: 6; }
          @media only screen and (min-width: 481px) {
            .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer.meter-center {
              top: 5.25rem;
              left: -2.6875rem; } }
          .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer.meter-center .inner-meter {
            width: 100%;
            background: #FAFAFA;
            float: none;
            border-radius: 0.4375rem; }
      .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer-bulb {
        background-color: #D94830;
        position: relative;
        display: inline-block;
        border-radius: 1.25rem;
        height: 1.25rem;
        width: 1.25rem;
        left: -0.625rem;
        top: -0.8125rem;
        z-index: 9; }
        @media only screen and (min-width: 481px) {
          .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer-bulb {
            left: 0.125rem;
            top: 8.1875rem; } }
        .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer-bulb.meter-bg {
          background: #484848;
          width: 2.25rem;
          height: 2.25rem;
          border-radius: 2.25rem;
          left: -1.125rem;
          top: -1.8125rem;
          z-index: 1; }
          @media only screen and (min-width: 481px) {
            .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer-bulb.meter-bg {
              left: -0.375rem;
              top: 7.1875rem; } }
        .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer-bulb.meter-center {
          background: #FAFAFA;
          width: 1.75rem;
          height: 1.75rem;
          top: -1.3125rem;
          left: -0.875rem;
          z-index: 5; }
          @media only screen and (min-width: 481px) {
            .sitewide-appeal-wrapper .sitewide-appeal .thermometer-holder .thermometer-wrap .thermometer-bulb.meter-center {
              left: -0.125rem;
              top: 7.6875rem; } }
    .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .row {
      padding-top: 0.75rem; }
    .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .message {
      overflow: hidden;
      line-height: 1.325rem;
      margin-bottom: 1.5rem;
      font-weight: 300; }
      .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .message .closing {
        margin-top: 0.625rem; }
    .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons {
      margin: 0 auto;
      display: table; }
      @media only screen and (min-width: 481px) {
        .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons {
          margin: 0; } }
      .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons li {
        width: inherit;
        padding-bottom: 0; }
        @media only screen and (min-width: 481px) {
          .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons li {
            width: unset; } }
        .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons li .mini {
          margin-bottom: 0;
          font-size: 0.875rem;
          height: 2rem;
          line-height: .2rem;
          padding: 1.125rem; }
      .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons .other-amount {
        cursor: pointer;
        font-size: 0.925rem;
        width: 100%;
        text-align: center;
        line-height: 2.5; }
        @media only screen and (min-width: 481px) {
          .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons .other-amount {
            width: 7rem;
            padding: 0; } }
        .sitewide-appeal-wrapper .sitewide-appeal .sitewide-body .donation-buttons .other-amount a:visited {
          color: #118aec; }

.hp-slideshow-wrapper {
  position: relative;
  margin: 0; }
  .hp-slideshow-wrapper .icon-small-chevron {
    width: 5rem;
    height: 5rem;
    margin-top: -2.5rem;
    position: absolute;
    top: 50%; }
  .hp-slideshow-wrapper .icon-small-chevron:hover {
    cursor: pointer; }
  .hp-slideshow-wrapper .hp-slideshow-arrow {
    background-color: transparent;
    display: none;
    position: absolute;
    top: 0;
    width: 5rem;
    height: 100%;
    margin-top: 0;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .hp-slideshow-wrapper .hp-slideshow-arrow .icon {
      stroke: #e6e5e5;
      pointer-events: all;
      cursor: pointer; }
    .hp-slideshow-wrapper .hp-slideshow-arrow:hover {
      cursor: pointer; }
      .hp-slideshow-wrapper .hp-slideshow-arrow:hover .icon {
        stroke: #FFFFFF; }
  .hp-slideshow-wrapper .hp-slideshow-prev-arrow {
    left: 0; }
    .hp-slideshow-wrapper .hp-slideshow-prev-arrow .icon {
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
      margin-left: 0.625rem; }
  .hp-slideshow-wrapper .hp-slideshow-next-arrow {
    right: 0;
    width: 3.125rem;
    overflow: hidden; }
    .hp-slideshow-wrapper .hp-slideshow-next-arrow .icon {
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
      margin-left: -0.625rem; }
  .hp-slideshow-wrapper .slick-prev,
  .hp-slideshow-wrapper .slick-next {
    display: inline;
    cursor: pointer; }
  .hp-slideshow-wrapper .slick-dots {
    position: absolute;
    bottom: 0.625rem;
    display: block;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media only screen and (max-width: 680px) {
      .hp-slideshow-wrapper .slick-dots {
        display: none !important; } }
  .hp-slideshow-wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.4375rem;
    padding: 0;
    cursor: pointer; }
  .hp-slideshow-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0.125rem solid #FFFFFF;
    border-radius: 1.125rem;
    outline: none;
    background-color: black;
    opacity: 0.5; }
  .hp-slideshow-wrapper .slick-dots li button:hover,
  .hp-slideshow-wrapper .slick-dots li button:focus {
    outline: none; }
  .hp-slideshow-wrapper .slick-dots li.slick-active button {
    background-color: #FFFFFF;
    opacity: 1; }
  .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper {
    display: inherit;
    text-align: center; }
    .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper .hp-holiday-slide-button {
      margin: 0 auto;
      margin-top: 45%;
      background-color: #A22626; }
      .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper .hp-holiday-slide-button:hover {
        background-color: #8C1F1F; }
      @media only screen and (min-width: 681px) {
        .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper .hp-holiday-slide-button {
          margin-top: 55%; } }
      @media only screen and (min-width: 681px) and (max-width: 760px) {
        .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper .hp-holiday-slide-button {
          font-size: 1rem;
          line-height: 2.75rem;
          height: 2.5625rem;
          margin-top: 51%; } }
      @media only screen and (min-width: 761px) and (max-width: 988px) {
        .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper .hp-holiday-slide-button {
          font-size: 1rem;
          height: 2.5625rem;
          line-height: 2.75rem;
          margin-top: 51%; } }
      @media only screen and (min-width: 1441px) {
        .hp-slideshow-wrapper .hp-slide.holiday-slide .hp-element.text-over-image .hp-holiday-slide-button-wrapper .hp-holiday-slide-button {
          margin-top: 42%; } }

.hp-slide {
  display: none; }
  .hp-slide:first-of-type {
    display: block; }
  .hp-slide.slick-slide {
    display: block; }

.hp-element-wrapper {
  width: 100%; }
  @media only screen and (min-width: 681px) {
    .hp-element-wrapper {
      width: 50%;
      float: left; } }

.hp-element {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 62.5%; }
  @media only screen and (min-width: 681px) {
    .hp-element {
      padding-bottom: 80.16%; } }
  @media only screen and (min-width: 1441px) {
    .hp-element {
      padding-bottom: 62.5%; } }
  .hp-element img {
    width: 100%;
    position: absolute; }
  .hp-element .slide-overlay, .hp-element .slide-overlay-attribution, .hp-element .slide-overlay-attribution-detail {
    margin: 0;
    padding: 0 3.75rem;
    font-weight: bold; }
    @media only screen and (max-width: 480px) {
      .hp-element .slide-overlay, .hp-element .slide-overlay-attribution, .hp-element .slide-overlay-attribution-detail {
        padding: 0 2.5rem; } }
  .hp-element .attribution {
    margin-top: 0.5625rem; }
  .hp-element .attribution-left, .hp-element .attribution-right {
    position: absolute;
    top: 66%; }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .hp-element .attribution-left, .hp-element .attribution-right {
        top: 74%; } }
    @media only screen and (min-width: 681px) {
      .hp-element .attribution-left, .hp-element .attribution-right {
        top: 80%; } }
  .hp-element .attribution-left {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 681px) {
      .hp-element .attribution-left {
        text-align: left;
        left: 5%; } }
  .hp-element .attribution-right {
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 681px) {
      .hp-element .attribution-right {
        text-align: right;
        width: 95%; } }
  .hp-element .attribution-detail {
    font-weight: normal; }

@keyframes tapPulse {
  0% {
    background-color: #247037; }
  60% {
    background-color: #2e8f46; }
  100% {
    background-color: #247037; } }

.hp-how-it-works-wrapper {
  width: 100%;
  background-color: #4faf4e;
  padding-bottom: 1rem; }
  #lend .hp-how-it-works-wrapper {
    position: relative; }
  @media only screen and (min-width: 681px) {
    .hp-how-it-works-wrapper {
      padding-bottom: 2rem; } }
  .hp-how-it-works-wrapper .how-it-works-title {
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: -0.5rem; }
    @media only screen and (min-width: 681px) {
      .hp-how-it-works-wrapper .how-it-works-title {
        color: #4faf4e;
        padding-top: 1.5rem; } }
  .hp-how-it-works-wrapper .scroll-down-icon svg {
    height: 1.5rem;
    width: 1.5rem;
    stroke: #FFFFFF; }
    #lend .hp-how-it-works-wrapper .scroll-down-icon svg {
      visibility: hidden; }
  .hp-how-it-works-wrapper .how-it-works-content-wrapper {
    padding-top: 12vw;
    padding-bottom: 12vw; }
    @media only screen and (min-width: 681px) {
      .hp-how-it-works-wrapper .how-it-works-content-wrapper {
        padding-top: 0;
        padding-bottom: 0; } }
  .hp-how-it-works-wrapper .how-it-works-illustration-wrapper {
    position: relative;
    height: 60vw; }
    @media only screen and (min-width: 681px) {
      .hp-how-it-works-wrapper .how-it-works-illustration-wrapper {
        height: 26vw;
        margin: 5rem auto; } }
  .hp-how-it-works-wrapper .how-it-works-illustration {
    position: absolute;
    left: 50%;
    width: 60vw;
    height: 60vw;
    margin-left: -30vw; }
    @media only screen and (min-width: 681px) {
      .hp-how-it-works-wrapper .how-it-works-illustration {
        width: 26vw;
        height: 26vw;
        margin-left: -13vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-choose, .hp-how-it-works-wrapper .how-it-works-illustration .icon-lend, .hp-how-it-works-wrapper .how-it-works-illustration .icon-repaid, .hp-how-it-works-wrapper .how-it-works-illustration .icon-repeat {
      position: absolute;
      fill: #49953f;
      color: #247037;
      opacity: 0.5;
      height: 22vw;
      width: 22vw;
      margin-left: -11vw; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-choose, .hp-how-it-works-wrapper .how-it-works-illustration .icon-lend, .hp-how-it-works-wrapper .how-it-works-illustration .icon-repaid, .hp-how-it-works-wrapper .how-it-works-illustration .icon-repeat {
          fill: #FFFFFF;
          color: #4faf4e;
          opacity: 1;
          height: 7vw;
          width: 7vw;
          margin-left: -3.5vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration svg.icon.active {
      fill: #FFFFFF;
      color: #4faf4e;
      opacity: 1; }
    .hp-how-it-works-wrapper .how-it-works-illustration svg.icon-curved-arrow.active {
      fill: #FFFFFF; }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-choose {
      top: 0%;
      left: 50%;
      margin-top: -11vw; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-choose {
          margin-top: -3.5vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-lend {
      top: 50%;
      left: 100%;
      margin-top: -11vw; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-lend {
          margin-top: -3.5vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-repaid {
      bottom: 0%;
      left: 50%;
      margin-bottom: -11vw; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-repaid {
          margin-bottom: -3.5vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-repeat {
      top: 50%;
      left: 0;
      margin-top: -11vw; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-repeat {
          margin-top: -3.5vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-2, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-3, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-4 {
      position: absolute;
      height: 22vw;
      width: 22vw;
      z-index: 5;
      opacity: 0.5; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-2, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-3, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-4 {
          height: 11vw;
          width: 11vw;
          fill: #49953f;
          opacity: 1; } }
      .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1.active, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-2.active, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-3.active, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-4.active {
        fill: #FFFFFF; }
        @media only screen and (min-width: 681px) {
          .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1.active, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-2.active, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-3.active, .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-4.active {
            fill: #49953f; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1 {
      top: 0;
      left: 39vw;
      margin-top: -2vw;
      -ms-transform: rotate(283deg);
          transform: rotate(283deg); }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1 {
          left: 15.3vw;
          margin-top: -1.25vw;
          -ms-transform: rotate(283deg);
              transform: rotate(283deg); } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1.active {
      left: 38vw; }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-1.active {
          left: 15.3vw; } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-2 {
      top: 38.45vw;
      right: -3vw;
      -ms-transform: rotate(10deg);
          transform: rotate(10deg); }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-2 {
          left: 16vw;
          top: 15.4vw;
          -ms-transform: rotate(13deg);
              transform: rotate(13deg); } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-3 {
      bottom: -3vw;
      left: 0;
      -ms-transform: rotate(103deg);
          transform: rotate(103deg); }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-3 {
          bottom: -1.35vw;
          left: -0.37vw;
          -ms-transform: rotate(101deg);
              transform: rotate(101deg); } }
    .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-4 {
      top: -0.25vw;
      left: -3vw;
      -ms-transform: rotate(193deg);
          transform: rotate(193deg); }
      @media only screen and (min-width: 681px) {
        .hp-how-it-works-wrapper .how-it-works-illustration .icon-curved-arrow.arrow-4 {
          top: -0.45vw;
          left: -1.2vw;
          -ms-transform: rotate(192deg);
              transform: rotate(192deg); } }
    .hp-how-it-works-wrapper .how-it-works-illustration .tap-button {
      position: absolute;
      top: 20.5vw;
      left: 20.5vw;
      height: 19vw;
      width: 19vw;
      line-height: 19vw;
      text-align: center;
      border-radius: 9.5vw;
      border: 0.1875rem solid white;
      color: #FFFFFF;
      animation: tapPulse 3s linear infinite; }
  .hp-how-it-works-wrapper div.step-1, .hp-how-it-works-wrapper div.step-2, .hp-how-it-works-wrapper div.step-3, .hp-how-it-works-wrapper div.step-4, .hp-how-it-works-wrapper div.small-step-1, .hp-how-it-works-wrapper div.small-step-2, .hp-how-it-works-wrapper div.small-step-3, .hp-how-it-works-wrapper div.small-step-4 {
    text-align: center; }
    .hp-how-it-works-wrapper div.step-1 p.featured, .hp-how-it-works-wrapper div.step-2 p.featured, .hp-how-it-works-wrapper div.step-3 p.featured, .hp-how-it-works-wrapper div.step-4 p.featured, .hp-how-it-works-wrapper div.small-step-1 p.featured, .hp-how-it-works-wrapper div.small-step-2 p.featured, .hp-how-it-works-wrapper div.small-step-3 p.featured, .hp-how-it-works-wrapper div.small-step-4 p.featured {
      color: #FFFFFF;
      font-weight: bold;
      margin-bottom: 0.015625rem; }
      .hp-how-it-works-wrapper div.step-1 p.featured + p, .hp-how-it-works-wrapper div.step-2 p.featured + p, .hp-how-it-works-wrapper div.step-3 p.featured + p, .hp-how-it-works-wrapper div.step-4 p.featured + p, .hp-how-it-works-wrapper div.small-step-1 p.featured + p, .hp-how-it-works-wrapper div.small-step-2 p.featured + p, .hp-how-it-works-wrapper div.small-step-3 p.featured + p, .hp-how-it-works-wrapper div.small-step-4 p.featured + p {
        color: #FFFFFF; }
        @media only screen and (min-width: 681px) {
          .hp-how-it-works-wrapper div.step-1 p.featured + p, .hp-how-it-works-wrapper div.step-2 p.featured + p, .hp-how-it-works-wrapper div.step-3 p.featured + p, .hp-how-it-works-wrapper div.step-4 p.featured + p, .hp-how-it-works-wrapper div.small-step-1 p.featured + p, .hp-how-it-works-wrapper div.small-step-2 p.featured + p, .hp-how-it-works-wrapper div.small-step-3 p.featured + p, .hp-how-it-works-wrapper div.small-step-4 p.featured + p {
            color: #247037; } }
  .hp-how-it-works-wrapper div.small-step-1, .hp-how-it-works-wrapper div.small-step-2, .hp-how-it-works-wrapper div.small-step-3, .hp-how-it-works-wrapper div.small-step-4 {
    margin: 0 auto;
    width: 80vw;
    min-height: 6.25rem; }
    @media only screen and (max-width: 680px) {
      .hp-how-it-works-wrapper div.small-step-1, .hp-how-it-works-wrapper div.small-step-2, .hp-how-it-works-wrapper div.small-step-3, .hp-how-it-works-wrapper div.small-step-4 {
        min-height: 4.5rem; } }
    .hp-how-it-works-wrapper div.small-step-1 p.featured + p, .hp-how-it-works-wrapper div.small-step-2 p.featured + p, .hp-how-it-works-wrapper div.small-step-3 p.featured + p, .hp-how-it-works-wrapper div.small-step-4 p.featured + p {
      font-size: 0.875rem;
      line-height: 1rem; }
  .hp-how-it-works-wrapper div.step-1, .hp-how-it-works-wrapper div.step-3 {
    width: 40vw;
    margin: 0 auto; }
  .hp-how-it-works-wrapper div.step-2, .hp-how-it-works-wrapper div.step-4 {
    position: absolute;
    width: 30vw;
    margin-top: 11.5vw; }
  .hp-how-it-works-wrapper div.step-2 {
    right: 2vw; }
  .hp-how-it-works-wrapper div.step-4 {
    left: 2vw; }
  .hp-how-it-works-wrapper a.learn-more-link {
    color: #247037;
    text-decoration: underline; }
    @media only screen and (max-width: 680px) {
      .hp-how-it-works-wrapper a.learn-more-link {
        font-size: 0.875rem;
        line-height: 1rem; } }
  .hp-how-it-works-wrapper .close-icon {
    display: none; }
    #lend .hp-how-it-works-wrapper .close-icon {
      display: block;
      position: absolute;
      top: 1.25rem;
      right: 0.625rem; }
    .hp-how-it-works-wrapper .close-icon .icon-x {
      stroke: #aee15c;
      height: 1.5625rem;
      width: 1.5625rem; }

.home-page-categories-wrapper .category-link-grid {
  display: none; }

@media only screen and (max-width: 480px) {
  .home-page-categories-wrapper .photo-headline {
    background: -webkit-linear-gradient(transparent, transparent), url(https://www-kiva-org.global.ssl.fastly.net/cms/page/images/start-sm-std.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

@media only screen and (min-width: 481px) and (max-width: 680px) {
  .home-page-categories-wrapper .photo-headline {
    background: -webkit-linear-gradient(transparent, transparent), url(https://www-kiva-org.global.ssl.fastly.net/cms/page/images/start-med-std.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

@media only screen and (min-width: 681px) {
  .home-page-categories-wrapper .photo-headline {
    background: -webkit-linear-gradient(transparent, transparent), url(https://www-kiva-org.global.ssl.fastly.net/cms/page/images/start-lg-std.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.home-stats-wrapper {
  background: #247037; }
  .home-stats-wrapper .home-stats {
    text-align: center;
    font-weight: bold; }
    @media only screen {
      .home-stats-wrapper .home-stats {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    @media only screen and (min-width: 681px) {
      .home-stats-wrapper .home-stats {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
    .home-stats-wrapper .home-stats .stat {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
      .home-stats-wrapper .home-stats .stat .data-point {
        color: #FFFFFF;
        padding-bottom: 0.625rem;
        white-space: nowrap; }
        @media only screen and (max-width: 480px) {
          .home-stats-wrapper .home-stats .stat .data-point.growing-statistic {
            font-size: 1.75rem;
            line-height: 2rem; } }
        @media only screen and (min-width: 481px) {
          .home-stats-wrapper .home-stats .stat .data-point.growing-statistic {
            font-size: 2.25rem;
            line-height: 2.25rem; } }
      .home-stats-wrapper .home-stats .stat .icon {
        color: #FFFFFF;
        height: 1.5rem;
        width: 1.5rem;
        fill: #247037; }
      .home-stats-wrapper .home-stats .stat .description {
        font-size: 0.875rem;
        line-height: 110%;
        color: #4faf4e; }
        .home-stats-wrapper .home-stats .stat .description.top-row {
          padding-bottom: 1.875rem; }

.home-how-stats-simple {
  background: #FAFAFA; }
  .home-how-stats-simple .row {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center;
    font-weight: 300;
    border-top: 4px solid white;
    border-bottom: 4px solid white; }
    @media only screen and (max-width: 680px) {
      .home-how-stats-simple .row {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media only screen and (min-width: 681px) {
      .home-how-stats-simple .row {
        display: -ms-flexbox;
        display: flex; } }
  .home-how-stats-simple .how-it-works,
  .home-how-stats-simple .stat {
    margin-right: 2px; }
  .home-how-stats-simple .how-it-works {
    display: inline-block; }
    .home-how-stats-simple .how-it-works h2, .home-how-stats-simple .how-it-works h1 {
      color: #247037;
      margin-top: 0; }
    .home-how-stats-simple .how-it-works h1 {
      font-weight: 400; }
    .home-how-stats-simple .how-it-works ul {
      display: inline-block;
      margin-left: 0;
      list-style: none;
      text-align: left; }
      .home-how-stats-simple .how-it-works ul li {
        line-height: 1.5rem;
        padding: .25rem 0;
        font-size: 1rem;
        line-height: 1.75rem; }
        .home-how-stats-simple .how-it-works ul li span.circle-item {
          line-height: 1.5rem;
          color: #4faf4e;
          border-radius: 1.5rem;
          border: 1px solid #4faf4e;
          margin-right: .4rem;
          width: 1.5rem;
          height: 1.5rem;
          display: inline-block;
          text-align: center; }
    .home-how-stats-simple .how-it-works .learn-more-link {
      color: #118aec;
      margin: 0; }
    @media only screen and (max-width: 680px) {
      .home-how-stats-simple .how-it-works p {
        margin-bottom: 0; } }
  .home-how-stats-simple .stat {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 680px) {
      .home-how-stats-simple .stat {
        padding-top: 3.125rem; } }
    .home-how-stats-simple .stat .data-point {
      color: #247037;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 0.625rem;
      white-space: nowrap; }
      .home-how-stats-simple .stat .data-point.growing-statistic {
        font-size: 2.25rem;
        line-height: 2.25rem; }
      @media only screen and (max-width: 680px) {
        .home-how-stats-simple .stat .data-point {
          font-weight: 400; } }
    .home-how-stats-simple .stat .icon {
      color: #247037;
      height: 1.5rem;
      width: 1.5rem;
      fill: #FAFAFA; }
    .home-how-stats-simple .stat .description {
      font-size: .9rem;
      line-height: 135%;
      color: #4faf4e; }
      .home-how-stats-simple .stat .description.top-row {
        padding-bottom: 2.5rem; }
  @media only screen and (min-width: 681px) {
    .home-how-stats-simple .center-column {
      border-left: 4px solid white;
      border-right: 4px solid white; } }

.home-fact-map {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem; }
  .home-fact-map .map-row {
    position: relative;
    overflow: hidden; }
  .home-fact-map .map-img {
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    height: 75%;
    max-width: none; }
  .home-fact-map .columns {
    padding-bottom: 1.875rem; }
  .home-fact-map h1 {
    margin: 0;
    color: #4faf4e;
    font-size: 2.5rem;
    font-weight: normal; }
  .home-fact-map h2 {
    margin: 0.2rem 0;
    font-size: 1.3125rem;
    line-height: 1.6875rem;
    color: #4faf4e; }
  .home-fact-map p, .home-fact-map a, .home-fact-map a:visited, .home-fact-map a:focus {
    color: #999;
    font-weight: 300; }
  .home-fact-map p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0; }
  .home-fact-map .stars {
    padding: 0.5rem 0 0.3rem; }
    .home-fact-map .stars .icon {
      width: 1.25rem;
      height: 1.25rem;
      margin: 0 0.25rem;
      color: #4faf4e;
      fill: none; }
  .home-fact-map .last-row {
    padding-bottom: 0; }
  @media only screen and (min-width: 681px) {
    .home-fact-map {
      margin-bottom: 2rem; }
      .home-fact-map .map-row {
        padding-top: 2.4rem; }
      .home-fact-map .map-img {
        width: 100%;
        height: auto; }
      .home-fact-map h1 {
        font-size: 2.5rem;
        font-weight: normal; }
      .home-fact-map h2 {
        font-size: 1.625rem;
        line-height: 2.25rem; }
      .home-fact-map .big-number {
        font-size: 150%; }
      .home-fact-map p {
        font-size: 1rem;
        line-height: 1.5; }
      .home-fact-map .last-row {
        padding: 4.5% 0 9%; } }

.home-hero-exp .hp-slideshow2-wrapper {
  position: relative; }

.home-hero-exp .hp-slide2 {
  /* to avoid FOUC on before slideshow is initialized */
  display: none; }

.home-hero-exp .hp-slide2:first-of-type,
.home-hero-exp .hp-slide2.slick-slide {
  display: block; }

.home-hero-exp .headline-bar {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.home-hero-exp .headline, .home-hero-exp .mask-wrapper {
  -ms-flex: 1 auto;
      flex: 1 auto;
  text-align: center; }

.home-hero-exp .headline {
  min-width: 20rem;
  max-width: 46.875rem;
  padding: 1.125rem 1.25rem 2.75rem;
  font-family: "PostGrotesk", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  background-color: #4faf4e;
  opacity: 0.9;
  color: #FFFFFF; }
  .home-hero-exp .headline .bolder {
    font-weight: 400; }
  @media only screen and (max-width: 480px) {
    .home-hero-exp .headline {
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media only screen and (min-width: 681px) and (max-width: 700px) {
    .home-hero-exp .headline {
      font-size: 2.125rem; } }

.home-hero-exp .headline p {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.75rem;
  line-height: 2rem; }
  @media only screen and (max-width: 480px) {
    .home-hero-exp .headline p {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.home-hero-exp .no-mask,
.home-hero-exp .mask {
  height: 50%; }

.home-hero-exp .mask {
  background-color: #ffffff; }

.home-hero-exp .button-holder {
  text-align: center;
  margin: -1.875rem 0 0 0;
  z-index: 10; }

.home-hero-exp.holiday-hero .headline {
  background-color: #4faf4e;
  opacity: 0.9;
  color: #FFFFFF; }

.home-hero-exp.holiday-hero .headline p {
  line-height: 3rem;
  font-size: 2.2rem;
  margin-top: 0; }
  @media only screen and (max-width: 480px) {
    .home-hero-exp.holiday-hero .headline p {
      line-height: 2.1rem;
      font-size: 1.4rem;
      margin-top: 0; } }

a.visitLink,
a.visitLink:visited {
  color: #4faf4e; }

div.about-headline-wrapper {
  height: 0;
  position: relative; }
  @media only screen and (max-width: 480px) {
    div.about-headline-wrapper {
      padding-bottom: 86.04%; } }
  @media only screen and (min-width: 481px) {
    div.about-headline-wrapper {
      padding-bottom: 43.05%; } }
  @media (min-width: 1901px) {
    div.about-headline-wrapper {
      text-align: center; } }

div.aboutIntro {
  padding-top: 2.25rem; }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    div.aboutIntro {
      padding-top: 5.625rem; } }
  div.aboutIntro svg {
    width: 3.75rem;
    height: 3.75rem; }
  div.aboutIntro svg,
  div.aboutIntro p {
    padding-bottom: 1.25rem; }

.joinSection {
  overflow: auto;
  background-color: #247037;
  padding: 0.625rem; }
  .joinSection .joinText {
    line-height: 4.0625rem; }
  .joinSection .joinLinkWrapper {
    padding-top: 1.25rem; }
  .joinSection .hrDivider {
    color: #4faf4e;
    border-color: #4faf4e;
    background-color: #4faf4e;
    margin-bottom: 2.1875rem; }

div.about-video-wrapper {
  position: relative;
  cursor: pointer;
  height: 0; }
  div.about-video-wrapper a:hover {
    text-decoration: none; }
  @media only screen and (max-width: 480px) {
    div.about-video-wrapper {
      padding-bottom: 57.46%; } }
  @media only screen and (min-width: 481px) {
    div.about-video-wrapper {
      padding-bottom: 31.05%; } }
  div.about-video-wrapper .button-wrapper {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 40%; }
    @media only screen and (min-width: 481px) {
      div.about-video-wrapper .button-wrapper {
        top: 40%; } }
  div.about-video-wrapper .play-button {
    position: relative;
    width: 16rem;
    padding: 0.5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    color: white; }
    div.about-video-wrapper .play-button:hover {
      background-color: black; }
    @media only screen and (max-width: 480px) {
      div.about-video-wrapper .play-button {
        margin: 0 auto; } }
    @media only screen and (min-width: 481px) {
      div.about-video-wrapper .play-button {
        left: 40%; } }
    @media only screen and (min-width: 761px) {
      div.about-video-wrapper .play-button {
        font-size: 1.5rem;
        line-height: 2.25rem;
        width: 24rem; } }
    @media only screen and (min-width: 989px) {
      div.about-video-wrapper .play-button {
        left: 50%; } }
    div.about-video-wrapper .play-button svg.icon-triangle {
      width: 1rem;
      height: 0.875rem;
      fill: #fff;
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      @media only screen and (min-width: 761px) {
        div.about-video-wrapper .play-button svg.icon-triangle {
          width: 1.5rem;
          height: 1.375rem; } }

a.aboutJoinLink,
a.aboutJoinLink:visited {
  color: #aee15c; }

.what-makes-us-unique {
  margin-bottom: 2rem; }
  .what-makes-us-unique p.large-text-left {
    line-height: 1.875rem; }
  @media only screen and (min-width: 681px) and (max-width: 760px) {
    .what-makes-us-unique .unique-title-text {
      height: 4.5rem; } }
  @media only screen and (min-width: 761px) and (max-width: 988px) {
    .what-makes-us-unique .unique-title-text {
      height: 4.5rem; } }
  .what-makes-us-unique svg {
    width: 4.375rem;
    height: 4.375rem;
    margin-top: 1.875rem; }
    @media only screen and (min-width: 481px) {
      .what-makes-us-unique svg {
        width: 7.5rem;
        height: 7.5rem; } }
  @media only screen and (max-width: 480px) {
    .what-makes-us-unique .photo-headline {
      background: -webkit-linear-gradient(transparent, transparent), url(https://www.kiva.org/cms/page/images/unique-sm-std.jpg);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .what-makes-us-unique .photo-headline {
      background: -webkit-linear-gradient(transparent, transparent), url(https://www.kiva.org/cms/page/images/unique-med-std.jpg);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media only screen and (min-width: 681px) {
    .what-makes-us-unique .photo-headline {
      background: -webkit-linear-gradient(transparent, transparent), url(https://www.kiva.org/cms/page/images/unique-lg-std.jpg);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }

.aboutStatsContainer {
  overflow: auto;
  background-color: #247037; }
  .aboutStatsContainer .topStats {
    background: url("//www-kiva-org.global.ssl.fastly.net/cms/map-bg-2018.min__0.svg") no-repeat;
    background-size: contain;
    background-position: center center; }
    @media only screen and (max-width: 480px) {
      .aboutStatsContainer .topStats {
        background-size: cover; } }
    .aboutStatsContainer .topStats .row {
      display: inline-block; }
      @media only screen and (max-width: 480px) {
        .aboutStatsContainer .topStats .row .stat {
          line-height: 1.5625rem; } }
      @media only screen and (min-width: 481px) and (max-width: 680px) {
        .aboutStatsContainer .topStats .row .stat {
          line-height: 1.5625rem; } }
      @media only screen and (min-width: 681px) {
        .aboutStatsContainer .topStats .row .seeMore {
          padding-bottom: 2.1875rem; } }
    .aboutStatsContainer .topStats .row1 {
      padding: 1.875rem 0 2.1875rem 0; }
    .aboutStatsContainer .topStats .row2 {
      padding-bottom: 2.1875rem; }
    .aboutStatsContainer .topStats .row3 {
      padding-bottom: 2.1875rem; }
  .aboutStatsContainer .seeMoreSection .SeeMore,
  .aboutStatsContainer .seeMoreSection .SeeMore:hover,
  .aboutStatsContainer .seeMoreSection .SeeMore:active {
    background-color: #247037; }
  .aboutStatsContainer .seeMoreSection .ac-container .ac-dropdown-icon svg {
    height: 1.875rem;
    stroke: #aee15c;
    position: relative;
    width: 3.75rem; }
  .aboutStatsContainer .seeMoreSection .ac-container .ac-body {
    transition: height 1s ease-in-out; }
    .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer {
      background: url(//www.kiva.org/cms/page/images/numbers-bg-sm-std-new.min_.svg);
      background-position: center;
      background-size: contain;
      background-repeat: repeat-y; }
      @media only screen and (min-width: 681px) {
        .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer {
          background: url(//www.kiva.org/cms/page/images/numbers-bg-lg-std.min_.svg);
          background-size: 100%; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row {
        padding: 0 0.3125rem;
        display: inline-block; }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row1TextContainer {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row1TextContainer {
            padding-top: 5.625rem; } }
        @media only screen and (min-width: 681px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row1TextContainer {
            padding-top: 10rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row1StatContainer {
        padding-right: 1.25rem; }
        @media only screen and (min-width: 681px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row1StatContainer {
            padding-right: 9.375rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row2TextContainer {
        margin-top: 1.25rem; }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row2StatContainer {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row2StatContainer {
            padding-top: 15rem;
            padding-left: 1.5625rem; } }
        @media only screen and (min-width: 681px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row2StatContainer {
            padding-top: 28.0625rem;
            padding-left: 3.125rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row3TextContainer {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row3TextContainer {
            padding-top: 3.75rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row4 {
        padding-top: 2.1875rem; }
      @media only screen and (min-width: 681px) {
        .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row4StatsContainer {
          text-align: center; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row5TextContainer {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row5TextContainer {
            padding-top: 18.75rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row5TextContainer2 {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row5TextContainer2 {
            margin-top: -4.6875rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row6StatContainer {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) and (max-width: 680px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row6StatContainer {
            text-align: right !important; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer #row6LargeView {
        padding-top: 6.875rem; }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row6aTextContainer {
        padding-top: 7.5rem; }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row6aStatContainer2 {
        padding-top: 2.1875rem; }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row7 {
        padding-top: 2.1875rem; }
        @media only screen and (min-width: 481px) {
          .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row7 {
            padding-top: 3.125rem; } }
      .aboutStatsContainer .seeMoreSection .ac-container .ac-body .aboutSeeMoreContainer .row7TextContainer {
        padding-top: 2.1875rem; }

.loan-lifecycle-wrapper {
  background: url("//www.kiva.org/cms/page/images/kiva-works-med-std.jpg") no-repeat;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  padding-bottom: 6.25rem; }
  .loan-lifecycle-wrapper .how-kiva-works-title {
    top: 3.75rem;
    line-height: 1.875rem;
    padding-bottom: 1.25rem;
    max-width: 42.1875rem;
    margin: 0 auto;
    padding: 1.875rem 0.3125rem; }
    .loan-lifecycle-wrapper .how-kiva-works-title h1 {
      margin: 0;
      padding: 0 0.75rem; }
  .loan-lifecycle-wrapper .text-frame {
    border: white 0.3125rem solid;
    margin: auto;
    width: 55%;
    max-width: 21.875rem;
    min-width: 14.0625rem;
    min-height: 7.5rem;
    cursor: pointer; }
    .loan-lifecycle-wrapper .text-frame .text-step {
      margin: auto; }
      .loan-lifecycle-wrapper .text-frame .text-step a:visited {
        color: #118aec; }
      .loan-lifecycle-wrapper .text-frame .text-step.step-1 {
        padding: 2.6875rem 1.5625rem; }
      .loan-lifecycle-wrapper .text-frame .text-step.step-2 {
        padding: 1.25rem 0.625rem;
        max-width: 15.625rem; }
      .loan-lifecycle-wrapper .text-frame .text-step.step-3 {
        padding: 3.75rem 0.625rem 1.25rem 0.625rem; }
        @media only screen and (min-width: 481px) {
          .loan-lifecycle-wrapper .text-frame .text-step.step-3 {
            padding: 5rem 0.625rem 1.25rem 0.625rem; } }
  .loan-lifecycle-wrapper .text-box {
    background-color: #FFFFFF;
    cursor: pointer; }
  .loan-lifecycle-wrapper .dotted-line {
    height: 8.75rem;
    width: 0;
    border-left: white 0.3125rem dashed;
    margin: 0 auto; }
  .loan-lifecycle-wrapper .loan-disbursal-wrapper {
    padding: 0 0.9375rem; }
    .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container {
      border: white 0.1875rem solid;
      background-color: rgba(0, 0, 0, 0.8);
      max-width: 31.25rem;
      margin: 0 auto; }
      .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .dotted-line {
        height: 4.6875rem; }
      .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .icon-choose {
        color: #FFFFFF;
        fill: #000000;
        display: block;
        margin: -0.1875rem auto;
        width: 5rem;
        height: 5rem; }
        @media only screen and (min-width: 481px) {
          .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .icon-choose {
            width: 8.125rem;
            height: 8.125rem; } }
      .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .text-frame-icon-overlay {
        border: white 0.3125rem solid;
        margin: auto;
        width: 67.5%;
        margin-top: -2.5rem;
        min-height: 7.5rem;
        cursor: pointer; }
        @media only screen and (min-width: 481px) {
          .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .text-frame-icon-overlay {
            margin-top: -4.6875rem; } }
      .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container {
        background-color: #4faf4e;
        margin: 0 auto 1.25rem auto;
        height: 100%;
        width: 67.5%;
        max-width: 20.875rem;
        min-width: 14.0625rem;
        min-height: 7.5rem; }
        @media only screen and (min-width: 481px) {
          .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container {
            margin-bottom: 6.25rem; } }
        .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .fundraising-period-text-wrapper .fundraising-period-title {
          font-weight: bold; }
        .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .icon-lend {
          color: #FFFFFF;
          fill: #4faf4e;
          display: inline-block;
          margin: 0 auto;
          width: 5rem;
          height: 5rem; }
          @media only screen and (min-width: 481px) {
            .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .icon-lend {
              width: 8.125rem;
              height: 8.125rem; } }
        .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .dotted-line {
          height: 15.625rem; }
        .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .text-frame {
          margin: 0 auto;
          width: 100%;
          cursor: auto; }
        .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .step-4 {
          padding: 1.875rem 0.625rem; }
        .loan-lifecycle-wrapper .loan-disbursal-wrapper .loan-disbursal-container .fundraising-period-container .step-5 {
          padding: 1.9375rem 0.625rem;
          max-width: 7.5rem; }
  .loan-lifecycle-wrapper .text-frame-icon-overlay {
    border: white 0.3125rem solid;
    margin: auto;
    width: 55%;
    margin-top: -2.5rem;
    max-width: 21.875rem;
    min-width: 14.0625rem;
    min-height: 7.5rem;
    cursor: pointer; }
    @media only screen and (min-width: 481px) {
      .loan-lifecycle-wrapper .text-frame-icon-overlay {
        margin-top: -4.6875rem; } }
  .loan-lifecycle-wrapper .no-select {
    cursor: auto; }
  .loan-lifecycle-wrapper .icon-repaid,
  .loan-lifecycle-wrapper .icon-repeat {
    color: #FFFFFF;
    fill: #484848;
    display: block;
    width: 5rem;
    height: 5rem;
    margin: -0.1875rem auto; }
    @media only screen and (min-width: 481px) {
      .loan-lifecycle-wrapper .icon-repaid,
      .loan-lifecycle-wrapper .icon-repeat {
        width: 8.125rem;
        height: 8.125rem; } }
  .loan-lifecycle-wrapper .step-6,
  .loan-lifecycle-wrapper .step-7 {
    padding: 3.75rem 0.625rem 1.25rem 0.625rem; }
    @media only screen and (min-width: 481px) {
      .loan-lifecycle-wrapper .step-6,
      .loan-lifecycle-wrapper .step-7 {
        padding: 5.3125rem 0.625rem 1.25rem 0.625rem; } }

.about_how .reveal-modal-bg a:visited {
  color: #118aec; }

.faq-section {
  padding: 4.6875rem 1.25rem 6.25rem 1.25rem;
  background-color: black;
  box-shadow: 0 -0.625rem 5rem 3.125rem #000; }
  .faq-section .faq-container {
    max-width: 50rem;
    margin: 0 auto; }
    .faq-section .faq-container a:visited {
      color: #118aec; }
    .faq-section .faq-container .faq-title {
      border-top: 0.0625rem solid #FFFFFF;
      padding: 0.625rem 0;
      margin: 0; }
    .faq-section .faq-container .accordion-container .ac-title {
      border-top: 0.0625rem solid #FFFFFF;
      color: #FFFFFF; }
      .faq-section .faq-container .accordion-container .ac-title .icon-small-chevron {
        stroke: #FFFFFF; }
    .faq-section .faq-container .accordion-container .ac-body p {
      color: #FFFFFF; }
      @media only screen and (min-width: 681px) {
        .faq-section .faq-container .accordion-container .ac-body p {
          font-size: 1.125rem; } }
    .faq-section .faq-container .help-center-link {
      border-top: 0.0625rem solid #FFFFFF;
      padding: 0.625rem 0 5rem 0; }

.borrower-profile-wrapper .loan-image-footer {
  display: none; }

.borrower-profile-wrapper .line-break {
  margin: auto 0.9375rem;
  padding: 0.6rem 0;
  border: 0;
  border-top: 1px solid #999; }
  @media only screen and (min-width: 681px) {
    .borrower-profile-wrapper .line-break {
      margin: auto; } }

.borrower-profile-wrapper .loan-figure {
  padding-left: 0;
  padding-right: 0; }

.borrower-profile-wrapper .row {
  position: relative;
  padding-bottom: 0; }
  .borrower-profile-wrapper .row .line-break {
    margin: 1rem 0.9375rem 0; }
    @media only screen and (min-width: 989px) {
      .borrower-profile-wrapper .row .line-break {
        margin-left: 0; } }

.borrower-profile-wrapper .loan-image-info-row {
  min-height: 21.875rem; }
  @media only screen and (min-width: 481px) {
    .borrower-profile-wrapper .loan-image-info-row .right-content {
      padding-left: 1.5rem; } }
  @media only screen and (min-width: 989px) {
    .borrower-profile-wrapper .loan-image-info-row .right-content {
      padding-right: 0; } }

@media only screen and (min-width: 481px) {
  .borrower-profile-wrapper {
    padding-top: 1rem; } }

@media only screen and (min-width: 681px) {
  .borrower-profile-wrapper .loan-story, .borrower-profile-wrapper .loan-details {
    padding-top: 1rem; } }

.borrower-profile-wrapper .borrower-profile-pieces {
  max-width: none; }
  @media only screen and (min-width: 681px) {
    .borrower-profile-wrapper .borrower-profile-pieces {
      background: linear-gradient(90deg, #FAFAFA 50%, #efefef 50%);
      border-top: 1px solid #999;
      border-bottom: 1px solid #999; } }
  .borrower-profile-wrapper .borrower-profile-pieces > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
  .borrower-profile-wrapper .borrower-profile-pieces .left-content {
    padding: 0; }
    .borrower-profile-wrapper .borrower-profile-pieces .left-content section {
      padding-left: 1rem;
      padding-right: 1rem; }
      .borrower-profile-wrapper .borrower-profile-pieces .left-content section.loan-tags, .borrower-profile-wrapper .borrower-profile-pieces .left-content section.comments-and-updates {
        padding-left: 0;
        padding-right: 0; }
      .borrower-profile-wrapper .borrower-profile-pieces .left-content section.loan-description, .borrower-profile-wrapper .borrower-profile-pieces .left-content section.all-previous-loan-details, .borrower-profile-wrapper .borrower-profile-pieces .left-content section.previous-loan-details {
        padding-left: 0; }
      @media only screen and (min-width: 989px) {
        .borrower-profile-wrapper .borrower-profile-pieces .left-content section {
          padding-left: 0; } }
    @media only screen and (max-width: 480px) {
      .borrower-profile-wrapper .borrower-profile-pieces .left-content {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 681px) {
      .borrower-profile-wrapper .borrower-profile-pieces .left-content {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: 58.3%;
        background-color: #FAFAFA;
        border-right: 1px solid #999; } }
  .borrower-profile-wrapper .borrower-profile-pieces .right-content {
    display: none; }
    @media only screen and (min-width: 681px) {
      .borrower-profile-wrapper .borrower-profile-pieces .right-content {
        display: block;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: 41.5%;
        background-color: #efefef; } }
    @media only screen and (min-width: 989px) {
      .borrower-profile-wrapper .borrower-profile-pieces .right-content {
        padding-right: 0; } }
    .borrower-profile-wrapper .borrower-profile-pieces .right-content .line-break {
      margin-left: 0;
      margin-right: 0; }
  .borrower-profile-wrapper .borrower-profile-pieces .ac-title {
    padding-right: 1.75rem;
    cursor: pointer; }
    .borrower-profile-wrapper .borrower-profile-pieces .ac-title .icon-large-chevron {
      stroke-width: 0.4375rem; }

.borrower-profile-wrapper .exp-story-hidden .line-break:first-child {
  display: none; }

.borrower-profile-wrapper .exp-story-hidden .hide-for-large-up .line-break {
  display: block; }

.borrower-profile-wrapper .exp-story-hidden .hide-for-large-up:first-child .line-break:first-child {
  display: none; }

@media only screen and (min-width: 481px) {
  .borrower-profile-wrapper .exp-story-hidden .line-break:nth-child(2) {
    display: none; } }

.borrower-profile-wrapper .exp-story-hidden section:nth-child(2) {
  padding-top: 1rem; }

.borrower-profile-wrapper .exp-story-hidden .hide-for-large-up section:nth-child(2) {
  padding-top: 0; }

.borrower-profile-wrapper .exp-story-hidden .hide-for-large-up:first-child section:nth-child(2) {
  padding-top: 1rem; }

@media only screen and (min-width: 481px) {
  .borrower-profile-wrapper .exp-story-hidden section:nth-child(3) {
    padding-top: 1rem; } }

.category-card {
  transform-style: preserve-3d;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56.17%; }
  .category-card img {
    position: absolute; }
  .category-card div.category-card-title-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .category-card p {
    padding: 0 0.375rem;
    margin: 0;
    text-align: center;
    text-shadow: 1px 1px 3px #333; }
  .category-card.search-card {
    background-color: #118aec;
    z-index: 100;
    overflow: visible; }
    .category-card.search-card .color-card-center {
      padding: 5% 0.5rem 0; }
    .category-card.search-card .twitter-typeahead {
      max-width: 10rem;
      margin: 0 auto;
      display: block !important; }
    .category-card.search-card input {
      margin: 0 auto;
      max-width: 10rem; }
      @media only screen and (max-width: 480px) {
        .category-card.search-card input {
          padding: 0 0.25rem;
          height: 1.5rem; } }
      .category-card.search-card input::-webkit-input-placeholder {
        /* Chrome, Safari, Opera */
        text-align: center; }
      .category-card.search-card input:-moz-placeholder {
        /* Firefox 18- */
        text-align: center; }
      .category-card.search-card input::-moz-placeholder {
        /* Firefox 19+ */
        text-align: center; }
      .category-card.search-card input:-ms-input-placeholder {
        /* IE10-11 */
        text-align: center !important; }
      .category-card.search-card input::-ms-input-placeholder {
        /* Edge */
        text-align: center; }
      .category-card.search-card input::-webkit-input-placeholder {
        /* CSS Working Draft */
        text-align: center; }
      .category-card.search-card input:-ms-input-placeholder {
        /* CSS Working Draft */
        text-align: center; }
      .category-card.search-card input::placeholder {
        /* CSS Working Draft */
        text-align: center; }
    .category-card.search-card .category-card-title {
      margin-top: 0.4rem; }

.no-touch .category-card:hover > .category-card-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute; }
  .no-touch .category-card:hover > .category-card-overlay .category-image {
    opacity: 0.5; }
  .no-touch .category-card:hover > .category-card-overlay .category-card-title {
    text-decoration: underline;
    -webkit-text-decoration-color: #FFFFFF;
            text-decoration-color: #FFFFFF; }

.solid-color-card.all-loans-card {
  background-color: #4faf4e; }

.solid-color-card .color-card-center {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.solid-color-card .category-card-title {
  margin: 0;
  text-align: center;
  text-shadow: none; }

.no-touch .solid-color-card:hover > .category-card-overlay {
  width: 100%;
  height: 100%;
  background-color: #247037;
  position: absolute; }
  .no-touch .solid-color-card:hover > .category-card-overlay .category-card-title {
    text-decoration: underline;
    -webkit-text-decoration-color: #FFFFFF;
            text-decoration-color: #FFFFFF; }

.category-card-title {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.25rem; }
  .category-card-title p {
    padding: 0 0.375rem; }

.category-card-grid li {
  padding: 1px; }
  @media only screen and (min-width: 481px) {
    .category-card-grid li {
      padding: 2px; } }

div.category-cards-header {
  padding-top: 1rem; }
  div.category-cards-header p {
    margin: 0; }
  div.category-cards-header svg {
    height: 3.125rem;
    width: 6.25rem;
    padding: 0.5rem 0 1rem 0; }

.all-categories {
  background-color: #4faf4e; }

.secondary-category-link {
  border-bottom: 1px solid #d8d8d8; }

.category-link-grid {
  padding-top: 0.5rem; }
  .category-link-grid li {
    padding-top: 0.5rem;
    padding-bottom: 0; }
  .category-link-grid li > div {
    padding-bottom: 0.5rem; }

.basic-category-grid {
  padding: 0; }
  .basic-category-grid h1.impact,
  .basic-category-grid p.featured {
    color: #666;
    margin: 0;
    padding: 3rem;
    text-align: center; }
  .basic-category-grid h1.impact {
    color: #484848;
    font-weight: 300;
    padding-top: 0; }
  .basic-category-grid p.featured {
    font-size: 1.5rem;
    line-height: 2.25rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; }
  @media only screen and (max-width: 480px) {
    .basic-category-grid p.impact,
    .basic-category-grid p.featured {
      padding: 3rem 0;
      font-size: 1rem;
      line-height: 1.75rem; } }
  .basic-category-grid .category-card img {
    width: 100%; }
  .basic-category-grid .category-card div.category-card-title-wrap {
    top: 80%; }
  .basic-category-grid .more-categories-card .category-card {
    background-color: rgba(17, 138, 236, 0.7); }
    .basic-category-grid .more-categories-card .category-card div.color-card-center {
      top: 50%; }
    .basic-category-grid .more-categories-card .category-card:hover > .category-card-overlay {
      background-color: #118aec; }
  @media only screen and (max-width: 480px) {
    .basic-category-grid .more-categories-card {
      width: 100%; }
      .basic-category-grid .more-categories-card .category-card {
        height: 4rem;
        padding: 0; }
        .basic-category-grid .more-categories-card .category-card div.color-card-center {
          top: 50%; } }

.category-monthly-good-promo {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem; }
  .category-monthly-good-promo .container {
    width: 100%; }
  .category-monthly-good-promo .promo {
    width: 100%;
    max-width: 60.375rem;
    margin: 0 auto; }
  .category-monthly-good-promo .promo img {
    width: 100%;
    max-width: 60.375rem;
    height: auto; }
  .category-monthly-good-promo .imagewrapper {
    position: relative; }
  .category-monthly-good-promo .imagewrapper span {
    position: absolute;
    left: 0;
    top: 0; }
  .category-monthly-good-promo .imagewrapper h2 {
    margin-bottom: 0; }
  .category-monthly-good-promo .imagewrapper p {
    margin-top: 0; }
  @media screen and (min-width: 320px) {
    .category-monthly-good-promo .imagewrapper span {
      padding: 10% 0.625rem 0.625rem 4%;
      text-align: left; } }
  @media only screen and (min-width: 481px) {
    .category-monthly-good-promo .imagewrapper span {
      padding: 10% 0.625rem 0.625rem 4%;
      text-align: left; } }
  @media only screen and (min-width: 681px) {
    .category-monthly-good-promo .imagewrapper span {
      padding: 0.9375rem 0.625rem 0.625rem 8%;
      text-align: center;
      -ms-transform: scale(0.85);
      transform: scale(0.85);
      -ms-transform-origin: 85% 0 0;
      transform-origin: 85% 0 0; } }
  @media only screen and (min-width: 761px) {
    .category-monthly-good-promo .imagewrapper span {
      -ms-transform: scale(1);
      transform: scale(1);
      -ms-transform-origin: 100% 0 0;
      transform-origin: 100% 0 0; } }

.off-canvas-wrap,
.showLendView .pageWrap,
.showCategoryView .pageWrap {
  background-color: #FAFAFA; }

.triple-state-buttons, .quintuple-state-buttons {
  margin: 0 0.75rem 0.375rem; }

.loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  pointer-events: none;
  display: none; }
  .loading .loading-overlay {
    display: block; }
  .loading-overlay .loading-spinner {
    position: fixed;
    top: 50%;
    right: 50%;
    -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    width: 3rem;
    height: 3rem;
    transition: right 500ms ease; }
    .loading-overlay .loading-spinner .line {
      background-color: #000000; }

.move-right .loading-overlay .loading-spinner {
  right: calc((100% - 15.6875rem) / 2); }
  .move-right .loading-overlay .loading-spinner .line {
    background-color: #FFFFFF; }
    @media only screen and (min-width: 681px) {
      .move-right .loading-overlay .loading-spinner .line {
        background-color: #000000; } }
  @media only screen and (min-width: 1550px) {
    .move-right .loading-overlay .loading-spinner {
      right: 50%; } }

#partnersFilter {
  width: calc(100% - 1.625rem);
  margin-left: 0.75rem;
  padding: 0; }
  #partnersFilter + .select2-container {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem; }
    #partnersFilter + .select2-container .select2-selection {
      border: 1px solid #484848;
      border-radius: 0; }
    #partnersFilter + .select2-container input {
      box-shadow: none;
      padding: 0;
      margin-bottom: 0;
      font-size: 0.875rem;
      height: 1.357rem; }

.select2-results__option, .select2-selection__choice {
  font-size: 0.875rem;
  line-height: 1.357rem; }

.select2-results__option--highlighted {
  background-color: #118aec; }

.left-off-canvas-menu {
  border-right: 0.0625rem solid #CCCCCC;
  border-bottom: 0.0625rem solid #CCCCCC; }
  .left-off-canvas-menu .country-filter-text:hover {
    text-decoration: underline;
    color: #0d8ebb; }

.heading-region {
  margin-top: 1.25rem;
  padding: 0 0.625rem; }
  @media only screen and (min-width: 681px) {
    .heading-region {
      padding: 0 1.25rem; } }

.control-region {
  padding: 0 0.625rem; }
  @media only screen and (min-width: 681px) {
    .control-region {
      padding: 0 1.25rem; } }
  .control-region .control-box {
    width: 100%;
    padding-top: 0.625rem; }
  .control-region .filter-menu-button {
    width: 6rem;
    margin: 0;
    color: #484848;
    float: left;
    background: transparent; }
    .control-region .filter-menu-button:hover, .control-region .filter-menu-button:active {
      background-color: #FFFFFF;
      color: #118aec; }
      .control-region .filter-menu-button:hover svg, .control-region .filter-menu-button:active svg {
        stroke: #118aec; }
    @media only screen and (min-width: 481px) {
      .control-region .filter-menu-button {
        width: 8rem; } }
    .control-region .filter-menu-button svg {
      display: none; }
      @media only screen and (min-width: 481px) {
        .control-region .filter-menu-button svg {
          display: inline; } }
  .control-region .view-buttons {
    float: right;
    margin-right: 0.75rem; }
    @media only screen and (max-width: 360px) {
      .control-region .view-buttons {
        margin-right: 0.6rem; } }
    @media only screen and (min-width: 481px) {
      .control-region .view-buttons {
        margin-right: 2rem; } }
  .control-region .filter-menu-sort {
    float: right;
    margin-top: -2px; }
  .control-region .filter-menu-sort-text {
    float: left;
    padding-top: 0.3rem;
    font-weight: bold;
    font-size: 0.7rem; }
    @media only screen and (min-width: 481px) {
      .control-region .filter-menu-sort-text {
        font-size: 0.9em;
        margin-top: 0.1rem; } }
  .control-region .filter-menu-sort-dropdown {
    float: right; }
    .control-region .filter-menu-sort-dropdown #filter-loan-sort-dropdown {
      cursor: pointer; }
  .control-region .filter-dropdown {
    height: 1.625rem;
    border-color: #333;
    font-weight: bold;
    font-size: 0.6666666667rem;
    width: 8rem;
    padding: 0 0.5rem;
    margin-top: 0.15rem; }
    @media only screen and (min-width: 481px) {
      .control-region .filter-dropdown {
        font-size: 0.8888888889rem;
        height: 2rem;
        width: 10rem; } }
  .control-region .filter-loan-count {
    float: left;
    color: #999; }
  .control-region .filter-links {
    visibility: visible; }
  .control-region .category-description {
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.357rem; }
    @media only screen and (min-width: 681px) {
      .control-region .category-description {
        font-size: 1rem;
        line-height: 1.75rem; } }

.inner-wrap {
  width: calc(100% + 16.9375rem);
  max-width: 90rem;
  transform: translate3d(-16.9375rem, 0, 0);
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 681px) {
    .inner-wrap {
      width: calc(100% + 15.6875rem);
      transform: translate3d(-15.6875rem, 0, 0); } }
  .inner-wrap .left-off-canvas-menu {
    float: left;
    -ms-transform: none;
        transform: none;
    margin-right: 1.25rem;
    position: absolute;
    overflow-y: hidden; }
    @media only screen and (min-width: 681px) {
      .inner-wrap .left-off-canvas-menu {
        margin-right: 0; } }
  .inner-wrap .filter-column {
    min-width: 16.9375rem; }
    @media only screen and (min-width: 681px) {
      .inner-wrap .filter-column {
        min-width: 15.6875rem; } }
    @media only screen and (min-width: 1052px) {
      .inner-wrap .filter-column {
        min-width: 16.9375rem; } }
  .inner-wrap .exit-off-canvas {
    left: 15.6875rem; }
  .move-right > .inner-wrap {
    -ms-transform: none;
        transform: none; }
    .move-right > .inner-wrap .left-off-canvas-menu {
      position: relative;
      overflow-y: auto; }

.results-overlay-text {
  pointer-events: none;
  display: none;
  z-index: 1002;
  color: white;
  text-align: center;
  position: fixed;
  top: 50%;
  right: calc((100% - 15.6875rem) / 2);
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  max-width: calc(100% - 15.6875rem); }
  .results-overlay-text .loan-count {
    font-weight: bold;
    line-height: 100%; }
  .results-overlay-text .small {
    line-height: 110%;
    opacity: .8; }
  .move-right .results-overlay-text {
    display: block; }
    @media only screen and (min-width: 681px) {
      .move-right .results-overlay-text {
        display: none; } }
  .loading .results-overlay-text {
    display: none; }

.off-canvas-wrap .spacer-column {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

.off-canvas-wrap .main-column {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.off-canvas-wrap .exit-off-canvas {
  -ms-flex: none;
      flex: none; }

@media only screen and (min-width: 681px) {
  .off-canvas-wrap .loancards-list {
    margin: 0 0rem; }
  .off-canvas-wrap .spacer-column {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .off-canvas-wrap .main-column {
    -ms-flex-positive: 0;
        flex-grow: 0;
    min-width: calc(100% - 15.6875rem); } }

@media only screen and (min-width: 989px) {
  .off-canvas-wrap .inner-wrap {
    max-width: none;
    width: calc(50% + 46.625rem);
    transform: translate3d(calc(100% - 93.25rem), 0, 0); }
  .off-canvas-wrap .left-off-canvas-menu {
    transform: translate3d(-100%, 0, 0); }
  .off-canvas-wrap .main-column {
    min-width: 61.875rem; }
  .off-canvas-wrap.move-right .inner-wrap {
    -ms-transform: none;
        transform: none; }
  .off-canvas-wrap.move-right .left-off-canvas-menu {
    -ms-transform: none;
        transform: none; } }

@media only screen and (min-width: 1052px) {
  .off-canvas-wrap .control-region {
    padding: 0; }
  .off-canvas-wrap .heading-region {
    padding: 0; }
  .off-canvas-wrap .inner-wrap {
    width: calc(50% + 47.875rem);
    transform: translate3d(calc(100% - 95.75rem), 0, 0); } }

@media only screen and (min-width: 1550px) {
  .off-canvas-wrap .inner-wrap {
    width: 100%;
    -ms-transform: none;
        transform: none; } }

@media only screen and (min-width: 989px) {
  .off-canvas-wrap:not(.list-view) .loancards-list {
    margin: 0 0rem; } }

@media only screen and (min-width: 1052px) {
  .off-canvas-wrap:not(.list-view) .results-region .loancards-list {
    margin: 0 -1.25rem; } }

.no-results-text {
  padding: 1.25rem; }
  @media only screen and (min-width: 681px) {
    .no-results-text.absolute {
      position: absolute;
      top: auto;
      bottom: 0; } }
  .move-right .no-results-text {
    display: none; }
    @media only screen and (min-width: 681px) {
      .move-right .no-results-text {
        display: block; } }

.selected-filters-box {
  position: relative;
  overflow: hidden;
  height: 1.57rem;
  margin: 0.25rem 0; }
  .selected-filters-box.hide {
    display: none; }
  .selected-filters-box.expanded {
    height: auto; }
  .selected-filters-box .control {
    line-height: 1.5rem;
    right: 0;
    text-align: right; }

.selected-filters {
  list-style: none;
  margin: 0;
  position: relative;
  padding-right: 6.75rem;
  pointer-events: none; }
  .selected-filters:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    right: 3.0625rem;
    width: 3.6875rem;
    height: 1.5rem;
    background-color: #FAFAFA;
    pointer-events: auto; }
    @media only screen and (min-width: 481px) {
      .selected-filters:after {
        display: block; } }
  .selected-filters li {
    display: inline-block; }

.filter-indicator {
  font-size: 0.875rem;
  line-height: 1.357rem;
  display: inline-block;
  margin-right: 0.375rem;
  margin-bottom: .125rem;
  padding-right: 0.25rem;
  background-color: #d2f0f8;
  border: 1px solid #006ed3;
  color: #006ed3;
  word-break: break-all;
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: normal;
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;
  /* Opera 7 */ }
  .filter-indicator .close-control {
    cursor: pointer;
    position: relative;
    margin-left: 0.25rem;
    padding-right: 0.125rem;
    pointer-events: auto;
    font-weight: normal; }

.loancards-list li {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #999; }
  @media only screen and (min-width: 681px) {
    .loancards-list li {
      padding: 0 1.25rem 2.5rem;
      margin-bottom: 0;
      border-bottom: none; } }

.loan-card-bottom-buffer {
  padding-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: none; }
  @media only screen and (min-width: 681px) {
    .loan-card-bottom-buffer {
      padding-bottom: 0;
      border-bottom: 1px solid #999;
      height: 1.875rem; } }

.secondary-nav.filter-loan-count {
  padding: 0.4375rem 0;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  width: 100%;
  margin-bottom: 1.25rem; }
  .secondary-nav.filter-loan-count .selected-filters-box .filter-controls {
    float: right;
    font-size: 0.77777778rem; }
    .secondary-nav.filter-loan-count .selected-filters-box .filter-controls .filter-clear-button {
      font-size: 0.77777778rem;
      float: none; }

.finances .main h2 {
  color: #4faf4e;
  margin-top: 2rem; }

.finances .main .awards {
  text-align: center; }
  .finances .main .awards p {
    color: #999999; }

.finances .main .huge {
  font-weight: bold; }

.finances .main ul {
  margin-left: 0; }
  .finances .main ul.tertiary-nav {
    margin-left: -1.1111111rem; }
  .finances .main ul li {
    list-style: none; }
  .finances .main ul#entities {
    margin-left: 20px;
    margin-bottom: 0;
    padding-bottom: 0px; }
    .finances .main ul#entities li {
      padding-bottom: 35px;
      list-style: disc; }
  .finances .main ul.irs-filings {
    margin-bottom: 0; }

.finances .main .pdf-version {
  margin-left: 1.25rem; }

.finances .main blockquote {
  border-left: none;
  padding-left: 3.75rem;
  font-style: italic; }
  .finances .main blockquote cite a {
    color: #118aec; }

.finances .main .archives-title {
  max-width: 500px;
  margin-top: 8px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer; }
  .finances .main .archives-title .ac-dropdown-icon {
    float: right; }
  .finances .main .archives-title .ac-dropdown-icon .icon {
    position: relative;
    right: 0; }

.leadership .main .bod h1 {
  margin-bottom: 0; }

.leadership .main h2 {
  font-weight: bold;
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .leadership .main h2 {
      text-align: left; } }

.leadership .main .mgmt-team {
  margin-bottom: 2.5rem; }

.leadership .main .avatar {
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .leadership .main .avatar {
      text-align: left; } }

.leadership .main .avatar img {
  border-radius: 50%;
  width: 100%;
  max-width: 12.5rem; }

.leadership .main .board {
  padding: 1.25rem 0; }
  .leadership .main .board:nth-child(2n) {
    background-color: #efefef; }

.leadership .main .board .row {
  padding: 0 1rem; }

.green-bolded {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #4faf4e; }

.black-underlined {
  text-decoration: underline;
  color: #484848 !important; }
  .black-underlined a:visited {
    color: #484848 !important; }

.black-underlined:hover {
  color: #118aec !important; }

.loan-story .reviewer-image {
  float: left;
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem; }

.loan-story .ac-body {
  margin-top: 1rem; }

.loan-story .ac-title {
  position: relative; }

.loan-story #ac-translation-body p {
  margin-bottom: 0; }

.loan-story .icon {
  width: 1.875rem;
  height: 1.875rem; }

.loan-story .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.about-zip {
  position: relative; }
  .about-zip .ac-title-text {
    margin-right: 1.625rem; }
  .about-zip .ac-body {
    margin-top: 2rem; }
  .about-zip .ac-title {
    position: relative; }
  .about-zip .icon-label {
    float: left; }
  .about-zip .inline-list {
    display: inline; }
  .about-zip .icon {
    width: 1.875rem;
    height: 1.875rem; }
  .about-zip .icon-large-chevron {
    position: absolute;
    top: 0.333333rem !important; }

.loan-tags {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem; }
  .loan-tags .ac-title {
    position: relative; }
    .loan-tags .ac-title .ac-title-text {
      padding-left: 1rem; }
      @media only screen and (min-width: 989px) {
        .loan-tags .ac-title .ac-title-text {
          padding-left: 0; } }
    .loan-tags .ac-title .icon-large-chevron {
      top: 0.333333rem !important; }
  .loan-tags .tag-info {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem; }
    @media only screen and (min-width: 989px) {
      .loan-tags .tag-info {
        margin-left: 0; } }
    .loan-tags .tag-info .selected-tags {
      margin-bottom: 1rem; }
      .loan-tags .tag-info .selected-tags a:visited {
        color: #118aec; }
      .loan-tags .tag-info .selected-tags span:last-child .divider {
        display: none; }
    .loan-tags .tag-info .tag-toggler {
      text-decoration: underline;
      cursor: pointer; }
    .loan-tags .tag-info .tag-directions {
      display: none; }
  .loan-tags .all-tags {
    height: 0;
    overflow: hidden; }
    .loan-tags .all-tags ul {
      list-style-type: none;
      margin: 0; }
      .loan-tags .all-tags ul li:nth-of-type(odd) {
        background-color: #efefef; }
      .loan-tags .all-tags ul li input {
        display: none; }
        .loan-tags .all-tags ul li input:checked + label .icon {
          fill: #4faf4e; }
        .loan-tags .all-tags ul li input:checked + label:after {
          display: block; }
      .loan-tags .all-tags ul li label {
        display: -ms-flexbox;
        display: flex; }
        .loan-tags .all-tags ul li label .checkmark-container {
          pointer-events: none;
          margin-top: auto;
          margin-bottom: auto;
          margin-left: 0.625rem;
          margin-right: 1.25rem; }
          .loan-tags .all-tags ul li label .checkmark-container .icon {
            fill: #d8d8d8;
            width: 2.75rem;
            height: 2.75rem; }
        .loan-tags .all-tags ul li label .name-and-description {
          width: 100%;
          pointer-events: none;
          padding-top: 1rem;
          padding-bottom: 1rem; }
          .loan-tags .all-tags ul li label .name-and-description p {
            margin-bottom: 0; }
          .loan-tags .all-tags ul li label .name-and-description .name {
            font-weight: bold;
            text-decoration: underline; }
    @media only screen and (min-width: 761px) {
      .loan-tags .all-tags.hide-for-touch {
        padding-left: 1rem;
        padding-right: 1rem; }
        .loan-tags .all-tags.hide-for-touch ul li:nth-of-type(odd) {
          background-color: transparent; }
        .loan-tags .all-tags.hide-for-touch ul li input {
          display: block;
          float: left;
          margin-top: 1.4375rem;
          margin-right: 0.3125rem; }
        .loan-tags .all-tags.hide-for-touch ul li label .checkmark-container {
          display: none; }
        .loan-tags .all-tags.hide-for-touch ul li label .description {
          margin-left: -1.125rem; } }
    @media only screen and (min-width: 989px) {
      .loan-tags .all-tags.hide-for-touch {
        padding-left: 0; } }
  .loan-tags .icon {
    width: 1.875rem;
    height: 1.875rem; }
  .loan-tags .icon-large-chevron {
    position: absolute;
    top: 0.333333rem !important; }

.why-special .ac-title {
  position: relative; }

.why-special .icon-label {
  float: left; }

.why-special .endorser {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem; }
  .why-special .endorser:before, .why-special .endorser:after {
    content: " ";
    display: table; }
  .why-special .endorser:after {
    clear: both; }
  .why-special .endorser p {
    margin-bottom: 0; }
  @media only screen {
    .why-special .endorser .profile-photo, .why-special .endorser .name-and-title {
      text-align: center; } }
  @media only screen and (min-width: 681px) {
    .why-special .endorser .profile-photo, .why-special .endorser .name-and-title {
      display: inline-block;
      float: left;
      text-align: left; } }
  .why-special .endorser .circle-avatar {
    margin-left: 0;
    width: 3.125rem;
    height: 3.125rem; }
    @media only screen and (min-width: 681px) {
      .why-special .endorser .circle-avatar {
        margin-right: 1.25rem;
        margin-top: -0.125rem; } }

.why-special .endorsement {
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem; }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .why-special .endorsement {
      margin-left: 2rem;
      margin-right: 2rem; } }
  @media only screen and (min-width: 681px) {
    .why-special .endorsement {
      text-align: left;
      margin-right: 1rem; } }
  @media only screen and (min-width: 989px) {
    .why-special .endorsement {
      max-width: 85%; } }

.why-special .icon {
  width: 1.875rem;
  height: 1.875rem; }

.why-special .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.lender-count h2, .lender-count div {
  display: inline-block; }

.pfp-meter .warning,
.current-status-meter .warning {
  color: #d74937; }

.pfp-meter .lender-count {
  color: #4faf4e; }

.pfp-meter .amount-raised .fundraising-meter {
  height: .7rem; }

.current-status-meter {
  margin-top: 1.25rem; }
  @media only screen and (min-width: 481px) {
    .current-status-meter {
      margin-top: 0; } }
  @media only screen and (max-width: 480px) {
    .current-status-meter .lender-count div {
      font-size: 0.875rem; } }
  .current-status-meter .row {
    max-width: none; }
  .current-status-meter .amount-raised .inline {
    display: inline-block;
    color: #4faf4e; }
  .current-status-meter .amount-raised h2 {
    margin-top: 0; }
  .current-status-meter .goal-stats {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem; }
    .current-status-meter .goal-stats .days-left-stat {
      float: left; }
    .current-status-meter .goal-stats .amount-to-go-stat {
      float: right; }
  .current-status-meter .raised-info {
    padding-bottom: 0.5625rem;
    margin: 0; }
    .current-status-meter .raised-info div, .current-status-meter .raised-info .lender-count {
      padding: 0; }
    @media only screen and (max-width: 480px) {
      .current-status-meter .raised-info {
        padding-bottom: 0; }
        .current-status-meter .raised-info .lender-count {
          float: right; }
        .current-status-meter .raised-info div, .current-status-meter .raised-info .lender-count {
          font-size: 0.875rem;
          display: inline-block; }
          .current-status-meter .raised-info div.loan-total, .current-status-meter .raised-info .lender-count.loan-total {
            text-align: left; }
          .current-status-meter .raised-info div.black-underlined, .current-status-meter .raised-info .lender-count.black-underlined {
            text-align: right; } }
  .current-status-meter.warning .amount-raised * {
    color: #d74937; }
  .current-status-meter.warning .fundraising-meter .meter {
    background-color: #d74937; }

.loan-gist {
  /*
	 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
	 *
	 * [1] IE9
	 * [2] IE10+
	 */
  /* 1 */
  /* 2 */ }
  .loan-gist img[src*=".svg"] {
    width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .loan-gist img[src*=".svg"] {
      width: 100%; } }
  .loan-gist .row {
    margin: 0 auto; }
  @media only screen and (max-width: 680px) {
    .loan-gist .country-info-wrapper {
      font-size: 0.875rem; } }
  .loan-gist .country-info-wrapper .country-image {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.1875rem; }
  .loan-gist .borrower-name {
    font-weight: bold;
    margin: 0; }
    @media only screen and (min-width: 481px) {
      .loan-gist .borrower-name {
        font-weight: normal;
        font-size: 2.125rem;
        line-height: 2.375rem;
        padding-bottom: 0.5rem; } }

.lenders-teams .ac-body {
  margin-top: 1rem; }
  .lenders-teams .ac-body ul {
    display: block;
    padding: 0;
    margin: 0 -0.3125rem; }
    .lenders-teams .ac-body ul:before, .lenders-teams .ac-body ul:after {
      content: " ";
      display: table; }
    .lenders-teams .ac-body ul:after {
      clear: both; }
    .lenders-teams .ac-body ul > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.3125rem 0.625rem; }
    .lenders-teams .ac-body ul > li {
      list-style: none;
      padding: 0 0.3125rem 0.625rem;
      width: 20%; }
      .lenders-teams .ac-body ul > li:nth-of-type(1n) {
        clear: none; }
      .lenders-teams .ac-body ul > li:nth-of-type(5n+1) {
        clear: both; }
    @media only screen and (min-width: 481px) {
      .lenders-teams .ac-body ul {
        display: block;
        padding: 0;
        margin: 0 -0.625rem; }
        .lenders-teams .ac-body ul:before, .lenders-teams .ac-body ul:after {
          content: " ";
          display: table; }
        .lenders-teams .ac-body ul:after {
          clear: both; }
        .lenders-teams .ac-body ul > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0.625rem 1.25rem; }
        .lenders-teams .ac-body ul > li {
          list-style: none;
          padding: 0 0.625rem 1.25rem;
          width: 20%; }
          .lenders-teams .ac-body ul > li:nth-of-type(1n) {
            clear: none; }
          .lenders-teams .ac-body ul > li:nth-of-type(5n+1) {
            clear: both; } }
  .lenders-teams .ac-body li a {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    margin-bottom: 0.5rem; }
  .lenders-teams .ac-body .avatar-initial span {
    font-size: calc(1.2rem + (3.4 - 1.2) * ((100vw - 17.78rem) / (37.78 - 17.78))); }
    @media only screen and (min-width: 681px) {
      .lenders-teams .ac-body .avatar-initial span {
        font-size: calc(1.7rem + (2.75 - 1.7) * ((100vw - 37.78rem) / (55 - 37.78))); } }
    @media only screen and (min-width: 989px) {
      .lenders-teams .ac-body .avatar-initial span {
        font-size: 2.75rem; } }
  .lenders-teams .ac-body .circle-avatar {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0; }
  .lenders-teams .ac-body .lender-name, .lenders-teams .ac-body .lender-location {
    display: block;
    font-size: 0.75rem;
    line-height: 1.125rem;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap; }
    @media only screen and (min-width: 481px) {
      .lenders-teams .ac-body .lender-name, .lenders-teams .ac-body .lender-location {
        text-overflow: ellipsis;
        font-size: 0.875rem;
        line-height: 1.357rem; } }
  .lenders-teams .ac-body .lender-controls, .lenders-teams .ac-body .team-controls {
    text-align: center; }
    .lenders-teams .ac-body .lender-controls .loading-spinner, .lenders-teams .ac-body .team-controls .loading-spinner {
      vertical-align: top;
      width: 1.2rem;
      height: 1.2rem;
      margin-left: -1.45rem; }
    .lenders-teams .ac-body .lender-controls a, .lenders-teams .ac-body .team-controls a {
      display: inline-block;
      margin-bottom: 1.1111111111rem; }
  .lenders-teams .ac-body .anonymous-lender-message, .lenders-teams .ac-body .beyond-cutoff-message {
    margin-bottom: 1rem; }
  .lenders-teams .ac-body .lenders, .lenders-teams .ac-body .teams {
    margin-top: 1rem; }
  .lenders-teams .ac-body #ac-more-lenders-body, .lenders-teams .ac-body #ac-more-teams-body {
    margin-top: 0; }

.lenders-teams .ac-title {
  position: relative; }

.lenders-teams .icon {
  width: 1.875rem;
  height: 1.875rem; }

.lenders-teams .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.field-partner-details .ac-body {
  margin-top: 1rem; }

.field-partner-details .ac-title {
  position: relative; }

.field-partner-details .field-partner-iconography {
  padding-bottom: 0.5rem;
  text-align: center; }
  .field-partner-details .field-partner-iconography .field-partner-image-wrapper {
    padding-bottom: 0.5rem;
    height: 12rem;
    overflow: hidden; }
    .field-partner-details .field-partner-iconography .field-partner-image-wrapper .field-partner-image {
      height: 100%; }
  @media only screen and (min-width: 481px) {
    .field-partner-details .field-partner-iconography {
      text-align: left; }
      .field-partner-details .field-partner-iconography .field-partner-image-wrapper {
        padding-bottom: 0.5rem;
        height: 8rem;
        overflow: hidden; }
        .field-partner-details .field-partner-iconography .field-partner-image-wrapper .field-partner-image {
          height: 100%; } }

.field-partner-details .why-we-work-with-them {
  padding-bottom: 1rem; }

.field-partner-details .field-partner-data .black-underlined {
  display: inline-block; }

.field-partner-details .field-partner-data .bold {
  font-weight: bold;
  padding-left: 0.3rem; }

.field-partner-details .field-partner-data .datum strong {
  display: inline-block; }

.field-partner-details .more-on-field-partner {
  padding-top: 1rem; }

.field-partner-details .icon {
  width: 1.875rem;
  height: 1.875rem; }

.field-partner-details .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.trustee-details .ac-body {
  margin-top: 1rem; }

.trustee-details .ac-title {
  position: relative; }

.trustee-details .trustee-iconography {
  padding-bottom: 0.5rem;
  text-align: center; }
  .trustee-details .trustee-iconography .trustee-image-wrapper {
    padding-bottom: 0.5rem;
    height: 12rem;
    overflow: hidden; }
    .trustee-details .trustee-iconography .trustee-image-wrapper .trustee-image {
      height: 100%; }
  @media only screen and (min-width: 481px) {
    .trustee-details .trustee-iconography {
      text-align: left; }
      .trustee-details .trustee-iconography .trustee-image-wrapper {
        padding-bottom: 0.5rem;
        height: 8rem;
        overflow: hidden; }
        .trustee-details .trustee-iconography .trustee-image-wrapper .trustee-image {
          height: 100%; } }

.trustee-details .trustee-data .black-underlined {
  display: inline-block; }

.trustee-details .trustee-data .bold {
  font-weight: bold;
  padding-left: 0.3rem; }

.trustee-details .trustee-data .datum strong {
  display: inline-block; }

.trustee-details .why-endorse {
  padding-top: 1rem; }

.trustee-details .icon {
  width: 1.875rem;
  height: 1.875rem; }

.trustee-details .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.more-loan-info .ac-body {
  margin-top: 1rem; }

.more-loan-info .ac-title {
  position: relative; }

.more-loan-info h3 {
  font-size: 1rem;
  font-weight: bold; }

.more-loan-info .override-styling-from-db span[style] {
  color: #484848 !important;
  font-family: PostGrotesk, Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important; }

.more-loan-info .override-styling-from-db {
  margin-bottom: 1rem; }

.more-loan-info .icon {
  width: 1.875rem;
  height: 1.875rem; }

.more-loan-info .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.country-info .ac-body {
  margin-top: 1rem; }

.country-info .ac-title {
  position: relative; }

.country-info .country-map {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  height: 16rem;
  width: 100%;
  background-color: #aee15c; }
  .country-info .country-map #mapPane {
    height: 100%; }

.country-info .country-stats {
  padding-bottom: 1rem;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: -0.5rem; }
  .country-info .country-stats [class*="block-grid-"] {
    margin: 0; }
  .country-info .country-stats ul li {
    padding: 0; }
    .country-info .country-stats ul li .data-point {
      color: #4faf4e;
      font-weight: bold;
      padding-bottom: 0.625rem; }
    @media only screen and (min-width: 681px) {
      .country-info .country-stats ul li {
        text-align: left; }
        .country-info .country-stats ul li:nth-child(2) div {
          padding-right: 20px; } }

.country-info .icon {
  width: 1.875rem;
  height: 1.875rem; }

.country-info .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.loan-details .ac-body {
  margin-top: 1rem; }

.loan-details .ac-title {
  position: relative; }

.loan-details .loan-term {
  padding-top: 0.1rem;
  padding-bottom: 1rem;
  text-align: center; }
  @media only screen and (min-width: 481px) {
    .loan-details .loan-term {
      text-align: left;
      padding-bottom: 0.5rem; } }
  .loan-details .loan-term .green-bolded {
    padding-top: 0.5rem;
    font-size: 2rem; }
    @media only screen and (min-width: 481px) {
      .loan-details .loan-term .green-bolded {
        padding-top: 0; } }
  .loan-details .loan-term .featured {
    padding-top: 0.5rem; }
    @media only screen and (min-width: 481px) {
      .loan-details .loan-term .featured {
        padding-top: 0; } }
  .loan-details .loan-term .icon-recycle {
    height: 3rem;
    color: #999;
    fill: #999; }
    @media only screen and (min-width: 481px) {
      .loan-details .loan-term .icon-recycle {
        width: 3.425rem; } }

.loan-details .loan-stats .black-underlined {
  display: inline-block; }

.loan-details .loan-stats .bold {
  font-weight: bold;
  padding-left: 0.3rem; }

.loan-details .loan-stats .risk-rating .icon {
  height: 1rem;
  width: 1.125rem;
  fill: transparent; }

.loan-details .loan-stats .risk-rating .empty-star {
  color: #efefef; }

.loan-details .loan-stats .stat strong {
  display: inline-block; }

.loan-details .icon {
  width: 1.875rem;
  height: 1.875rem; }

.loan-details .icon-large-chevron {
  position: absolute;
  top: 0.333333rem !important; }

.lend-action-holder {
  display: none; }
  @media only screen and (min-width: 681px) {
    .lend-action-holder {
      position: relative;
      display: block;
      min-height: 98px;
      width: 100%;
      margin: 15px 0 0 0;
      padding: 0;
      transition: margin .4s; } }
  @media only screen and (min-width: 681px) {
    .lend-action-holder.pinned {
      position: absolute;
      bottom: 0; } }

.lend-action, .lend-action.row {
  width: 100%;
  margin: 0;
  position: relative; }
  .lend-action .lend-button-wrapper, .lend-action.row .lend-button-wrapper {
    display: inline;
    padding: 0; }
    button#lend-button-amount-selector .lend-action .lend-button-wrapper:hover, .lend-action .lend-button-wrapper:active, button#lend-button-amount-selector .lend-action.row .lend-button-wrapper:hover, .lend-action.row .lend-button-wrapper:active {
      color: #006ed3;
      border-color: #006ed3; }
    .lend-action .lend-button-wrapper .lend-action-button, .lend-action.row .lend-button-wrapper .lend-action-button {
      outline: 0 !important;
      width: 100%;
      font-size: 1.2rem;
      margin-bottom: 0; }
  .lend-action .lend-values-button [aria-expanded="false"] .icon, .lend-action.row .lend-values-button [aria-expanded="false"] .icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .lend-action .lend-values-button [aria-expanded="true"] .icon, .lend-action.row .lend-values-button [aria-expanded="true"] .icon {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .lend-action .lend-values-button .lend-action-button, .lend-action.row .lend-values-button .lend-action-button {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    line-height: 1.5rem; }
    .lend-action .lend-values-button .lend-action-button:after, .lend-action.row .lend-values-button .lend-action-button:after {
      right: 0.5rem;
      border-width: 0.4rem; }
    .lend-action .lend-values-button .lend-action-button .icon, .lend-action.row .lend-values-button .lend-action-button .icon {
      transition: transform 0.3s ease-in-out;
      height: 0.75rem;
      fill: #484848;
      width: 0.75rem; }
    .lend-action .lend-values-button .lend-action-button:hover .icon, .lend-action .lend-values-button .lend-action-button:active .icon, .lend-action.row .lend-values-button .lend-action-button:hover .icon, .lend-action.row .lend-values-button .lend-action-button:active .icon {
      fill: #006ed3; }
  .lend-action .lend-now-button, .lend-action.row .lend-now-button {
    padding-left: 0.3125rem; }
  .lend-action .find-new-loan, .lend-action.row .find-new-loan {
    border-width: 0.0625rem;
    width: 100%;
    padding: 0;
    margin: 0; }
  .lend-action .f-dropdown, .lend-action.row .f-dropdown {
    margin-top: 0;
    max-width: 28.125rem;
    border-top: none; }
    .lend-action .f-dropdown li a, .lend-action.row .f-dropdown li a {
      font-size: 1rem; }
      .lend-action .f-dropdown li a:hover, .lend-action .f-dropdown li a:active, .lend-action.row .f-dropdown li a:hover, .lend-action.row .f-dropdown li a:active {
        color: #FFFFFF;
        background-color: #006ed3; }
  .lend-action .proceed-to-checkout-button, .lend-action.row .proceed-to-checkout-button {
    outline: none;
    background-color: #FFFFFF;
    border: 0.125rem solid #484848;
    border-radius: 0.125rem;
    box-shadow: 0 0.125rem #333;
    color: #484848;
    height: 2.9375rem;
    line-height: 2.9375rem;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    margin-bottom: 0;
    white-space: nowrap; }
    @media only screen and (min-width: 989px) {
      .lend-action .proceed-to-checkout-button, .lend-action.row .proceed-to-checkout-button {
        font-size: 1.25rem; } }
    .lend-action .proceed-to-checkout-button .icon, .lend-action.row .proceed-to-checkout-button .icon {
      width: 1.875rem;
      height: 1.875rem;
      position: relative;
      top: 0.4375rem; }
    .lend-action .proceed-to-checkout-button:hover, .lend-action.row .proceed-to-checkout-button:hover {
      border-color: #118aec;
      color: #118aec;
      box-shadow: 0 1px #118aec; }
  .lend-action .green-button, .lend-action.row .green-button {
    background-color: #49953f; }
  .lend-action .no-padding, .lend-action.row .no-padding {
    padding: 0; }
  .lend-action #already-supported-message, .lend-action.row #already-supported-message {
    text-align: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  .lend-action .not-eligible-message, .lend-action.row .not-eligible-message {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fee259;
    margin-bottom: 0.5rem; }

.mobile-lend-action {
  position: fixed;
  max-width: none;
  bottom: 0;
  z-index: 1200;
  background-color: #FFFFFF;
  box-shadow: 0px -1px 3px 0px rgba(51, 51, 51, 0.3); }
  .mobile-lend-action .button {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    line-height: 1.2; }
    .mobile-lend-action .button #basket-text {
      font-size: 0.6rem;
      position: absolute;
      top: -24%;
      right: 48.3%; }
  .mobile-lend-action .basket-buttons .columns {
    padding: 0; }
    .mobile-lend-action .basket-buttons .columns:nth-child(2) {
      padding: 0 0.0625rem 0 0; }
  .mobile-lend-action .button.setting.cart-icon {
    margin-top: 0.625rem;
    width: 4.0625rem;
    float: right; }
    .mobile-lend-action .button.setting.cart-icon:hover .icon-cart, .mobile-lend-action .button.setting.cart-icon:active .icon-cart {
      stroke: #118aec; }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .mobile-lend-action .button.setting.cart-icon {
        width: 4.6875rem;
        height: 4.6875rem;
        margin-top: 0.75rem;
        margin-left: -0.1875rem; } }
    .mobile-lend-action .button.setting.cart-icon svg {
      height: 1.5625rem;
      width: 1.5625rem; }
      @media only screen and (min-width: 481px) and (max-width: 680px) {
        .mobile-lend-action .button.setting.cart-icon svg {
          height: 1.875rem;
          width: 1.875rem;
          margin-top: 0.625rem;
          margin-left: -0.3125rem; } }
  .mobile-lend-action #already-supported-message-mobile {
    text-align: center;
    background-color: #d8d8d8; }
  .mobile-lend-action .not-eligible-message-mobile {
    text-align: center;
    background-color: #fee259;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .mobile-lend-action .lend-action-button .button {
    padding: 0.8rem 0; }
  .mobile-lend-action .footer-basket-amount {
    color: #FFFFFF;
    padding-top: 0.375rem; }
  .mobile-lend-action .footer-basket-button {
    margin-right: 0.625rem; }
  .mobile-lend-action .lend-button-wrapper {
    margin: 0.625rem 0 0.625rem 1rem; }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .mobile-lend-action .lend-button-wrapper .button {
        padding: 1.375rem 0; } }
  .mobile-lend-action .mobile-already-in-basket {
    outline: none;
    width: 100%;
    padding-right: 0;
    font-size: 1.155556rem; }
    @media only screen and (min-width: 989px) {
      .mobile-lend-action .mobile-already-in-basket {
        font-size: 1.5555555556rem; } }
    .mobile-lend-action .mobile-already-in-basket .icon-confirmation-wrapper {
      display: inline-block;
      vertical-align: middle;
      padding-top: 0.5625rem;
      margin-right: 0.3125rem; }
      .mobile-lend-action .mobile-already-in-basket .icon-confirmation-wrapper .icon {
        z-index: 999;
        width: 2.0625rem;
        height: 2.0625rem;
        fill: white; }
    .mobile-lend-action .mobile-already-in-basket .basket-amount {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0.625rem; }
  .mobile-lend-action .lend-values-select-wrapper {
    padding: 0; }
    .mobile-lend-action .lend-values-select-wrapper .lend-values-select {
      direction: rtl;
      padding-right: 2.5rem;
      height: 3.125rem;
      margin: 0.625rem 0 0.625rem 0.625rem;
      border-radius: 0.125rem;
      border: 1px solid #999;
      background: #FFFFFF;
      outline: none;
      color: #484848;
      font-size: 1.25rem;
      box-shadow: 0 0.125rem #666; }
      @media only screen and (min-width: 481px) {
        .mobile-lend-action .lend-values-select-wrapper .lend-values-select {
          height: 4.5625rem;
          padding-right: 3.4375rem; } }
    .mobile-lend-action .lend-values-select-wrapper .lend-arrow {
      width: 1.3125rem;
      fill: #484848;
      right: 3%;
      top: 44%;
      height: 16%;
      position: absolute;
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
      @media only screen and (min-width: 481px) {
        .mobile-lend-action .lend-values-select-wrapper .lend-arrow {
          right: 9%; } }

.adding-to-basket {
  background-color: #006ed3;
  color: #FFFFFF;
  font-size: 1rem;
  height: 2.9375rem;
  line-height: 2.9375rem;
  padding: 0;
  text-align: center; }
  .adding-to-basket .loader {
    height: 1rem;
    line-height: 3rem;
    padding-right: 1rem; }

.mobile-adding-to-basket {
  background-color: #118aec;
  color: #FFFFFF;
  font-size: 1.556rem;
  font-family: PostGrotesk, Arial, Helvetica, sans-serif;
  height: 3rem;
  line-height: 3rem;
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 1200; }
  .mobile-adding-to-basket .loader {
    height: 1rem;
    line-height: 3rem;
    padding-right: 1rem; }

#basket-button {
  padding-right: 0; }

.browse-more-loans {
  text-align: center;
  margin-bottom: 0.625rem; }

.value-in-basket {
  text-align: center;
  margin-bottom: 0.625rem; }

.loan-use {
  text-align: left;
  max-width: 100%; }
  @media only screen and (min-width: 481px) {
    .loan-use {
      text-align: center;
      max-width: 80%;
      margin: 0 auto; }
      .loan-use h2 {
        margin-bottom: 1.25rem; } }

.full-width-green-bar {
  background-color: #247037;
  color: #aee15c; }
  @media only screen and (max-width: 360px) {
    .full-width-green-bar {
      font-size: 0.875rem; } }

.no-touch .fund-a-loan-bar:hover {
  text-decoration: underline; }

.fund-a-loan-bar {
  cursor: pointer; }
  .holiday_mode .fund-a-loan-bar, .promo_mode .fund-a-loan-bar {
    border-top: 1px solid #49953f; }
    @media only screen and (min-width: 989px) {
      .holiday_mode .fund-a-loan-bar, .promo_mode .fund-a-loan-bar {
        border: none; } }

.question-icon {
  display: inline-block;
  height: 1.5625rem;
  width: 1.5625rem;
  line-height: 1.5625rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.75rem;
  margin: 0.25rem 0 0.25rem 0.25rem;
  font-weight: bold;
  text-align: center;
  color: #247037;
  background-color: #aee15c; }

.comments-and-updates {
  padding-left: 0;
  padding-right: 0; }
  .comments-and-updates .comments-and-updates-title {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    .comments-and-updates .comments-and-updates-title h2 {
      width: 80%;
      margin-left: 1rem; }
      @media only screen and (min-width: 989px) {
        .comments-and-updates .comments-and-updates-title h2 {
          margin-left: 0; } }
    .comments-and-updates .comments-and-updates-title .ac-dropdown-icon {
      padding-top: 0.5rem; }
  .comments-and-updates .ac-body .comment-form fieldset {
    border-style: none;
    margin-bottom: 0;
    margin-top: 0; }
    @media only screen and (min-width: 989px) {
      .comments-and-updates .ac-body .comment-form fieldset {
        padding-left: 0; } }
  .comments-and-updates .ac-body .comment-submit-block, .comments-and-updates .ac-body .subscribe-block, .comments-and-updates .ac-body .unsubscribe-block {
    padding-left: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block; }
    @media only screen and (min-width: 989px) {
      .comments-and-updates .ac-body .comment-submit-block, .comments-and-updates .ac-body .subscribe-block, .comments-and-updates .ac-body .unsubscribe-block {
        padding-left: 0; } }
  .comments-and-updates .ac-body .comment-submit, .comments-and-updates .ac-body .comment-subscribe, .comments-and-updates .ac-body .comment-unsubscribe {
    margin-right: 0.5rem;
    float: left;
    width: 9rem; }
  .comments-and-updates .ac-body .updates {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media only screen and (min-width: 989px) {
      .comments-and-updates .ac-body .updates {
        padding-left: 0; } }
  @media only screen and (min-width: 681px) {
    .comments-and-updates .ac-body .comments {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media only screen and (min-width: 989px) {
    .comments-and-updates .ac-body .comments {
      padding-left: 0; } }
  .comments-and-updates .ac-body .comments .comment {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 96%; }
    @media only screen and (min-width: 681px) {
      .comments-and-updates .ac-body .comments .comment {
        padding: 1rem 0.5rem 1rem 0.5rem; } }
    .comments-and-updates .ac-body .comments .comment:nth-of-type(odd) {
      background-color: #efefef; }
    .comments-and-updates .ac-body .comments .comment .commenter-image {
      margin-left: 0; }
    .comments-and-updates .ac-body .comments .comment .borrower-image {
      float: right;
      margin-right: 1rem; }
      .comments-and-updates .ac-body .comments .comment .borrower-image .circle-avatar {
        margin-right: 0; }
      @media only screen and (min-width: 681px) {
        .comments-and-updates .ac-body .comments .comment .borrower-image {
          margin-right: 0.5rem; } }
    .comments-and-updates .ac-body .comments .comment .non-borrower-image {
      float: left;
      margin-left: 1rem; }
      .comments-and-updates .ac-body .comments .comment .non-borrower-image .circle-avatar {
        margin-left: 0; }
      @media only screen and (min-width: 681px) {
        .comments-and-updates .ac-body .comments .comment .non-borrower-image {
          margin-left: 0.5rem; } }
    .comments-and-updates .ac-body .comments .comment .comment-header {
      color: #999; }
    .comments-and-updates .ac-body .comments .comment .comment-content .comment-text {
      margin-bottom: 0.5rem;
      word-wrap: break-word; }
    .comments-and-updates .ac-body .comments .comment .borrower-text div {
      margin-right: 5rem;
      margin-left: 1rem; }
    .comments-and-updates .ac-body .comments .comment .non-borrower-text div {
      margin-right: 1rem;
      margin-left: 5rem; }
    .comments-and-updates .ac-body .comments .comment .flagged {
      color: #d74937; }
  .comments-and-updates .icon {
    width: 1.875rem;
    height: 1.875rem; }
  .comments-and-updates .icon-large-chevron {
    position: absolute;
    top: 0.333333rem !important; }

.repayment-schedule .repayment-warning {
  padding: 0.75rem 0 2.5rem; }

.press .main h2 {
  color: #4faf4e;
  margin-top: 2rem; }

.press .main .highlight {
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .press .main .highlight {
      text-align: left; } }

.press .main .highlight p {
  color: #999;
  font-style: italic;
  padding-bottom: 2.5rem;
  text-align: left; }

.press .main .highlight-wrapper {
  padding-bottom: 64.3%;
  width: 100%;
  height: 0;
  position: relative;
  margin: 0 auto 1.25rem;
  display: block; }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .press .main .highlight-wrapper {
      width: 70%;
      padding-bottom: 45.01%; } }

.press .main .highlight-wrapper img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.press .main .press-release p {
  color: #999; }

.press p {
  color: #999; }

div.siteMapPageWrap {
  padding: 2.2222222222rem 1rem; }
  div.siteMapPageWrap nav.siteMapContainer .pageTitle {
    font-weight: bold; }
    @media only screen {
      div.siteMapPageWrap nav.siteMapContainer .pageTitle {
        font-size: 1.75rem; } }
  div.siteMapPageWrap nav.siteMapContainer .siteMapList {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    div.siteMapPageWrap nav.siteMapContainer .siteMapList a:visited {
      color: #118aec; }
    div.siteMapPageWrap nav.siteMapContainer .siteMapList p {
      margin-bottom: 0.3125rem;
      font-weight: bold; }

.due-diligence hr {
  margin-top: 0; }

.due-diligence .ac-body {
  margin-top: 1rem; }

.due-diligence .ac-title {
  position: relative;
  cursor: pointer; }

.row-termsofuse {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%; }

ul.termsofuse {
  margin-left: 2rem; }

p.title-termsofuse {
  margin-left: 3rem; }

p.body-termsofuse {
  margin-left: 6rem; }

#final-section-padding-termsofuse {
  padding-bottom: 1rem; }

.privacy-list-item {
  margin-bottom: 1rem; }

.trustee-profile {
  margin-top: 1rem; }
  .trustee-profile .summary dd {
    margin-bottom: .5rem; }
  .trustee-profile .summary dt {
    margin-bottom: 0; }
  .trustee-profile .q-and-a dl {
    line-height: 1rem; }
  .trustee-profile .q-and-a dl dd {
    margin-bottom: 1rem; }
  .trustee-profile .q-and-a dt {
    margin-top: 1rem;
    margin-bottom: .5rem; }

.trustee-application {
  margin-top: 1rem; }
  .trustee-application .button.setting, .trustee-application .button.setting:visited {
    color: #484848; }
  .trustee-application h3 {
    margin-top: 1.25rem; }
    @media only screen and (min-width: 481px) {
      .trustee-application h3 {
        margin-top: 2.5rem; } }
  .trustee-application .preview-button {
    vertical-align: bottom;
    margin-right: 0.625rem;
    margin-top: 1.25rem; }
  .trustee-application form.review ul {
    list-style: none; }
    .trustee-application form.review ul li .description {
      font-weight: bold; }
  .trustee-application .scrollable_container {
    height: 25rem;
    overflow-y: scroll;
    border: 1px solid #DDDDDD;
    margin-bottom: 1.5625rem;
    padding: 1.25rem; }

.trustee-filters {
  padding: .5rem;
  background-color: #efefef; }
  .trustee-filters .tf-item {
    display: inline-block;
    white-space: nowrap;
    text-align: right;
    float: left;
    width: 100%; }
    @media only screen and (min-width: 481px) {
      .trustee-filters .tf-item {
        width: 50%; } }
    @media only screen and (min-width: 681px) {
      .trustee-filters .tf-item {
        width: 33.3333333333%; } }
    @media only screen and (min-width: 989px) {
      .trustee-filters .tf-item {
        width: auto; } }
    .trustee-filters .tf-item label {
      display: inline-block;
      color: #484848;
      line-height: 2rem; }
    .trustee-filters .tf-item input[type="text"], .trustee-filters .tf-item select {
      display: inline-block;
      width: 8rem;
      height: 1.9rem;
      line-height: 0.9rem;
      margin: 0.25rem;
      vertical-align: middle; }

.trustee-results-region .result-count {
  text-align: right;
  color: #666;
  margin-top: 1rem; }

.trustee-results-region .trustee-listing-row {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.trustee-listing-row .stats {
  margin-top: 0.25rem; }

.trustee-listing-row .image {
  text-align: center;
  margin-top: 2rem; }
  @media only screen and (min-width: 481px) {
    .trustee-listing-row .image {
      margin-top: 0; } }

.trustee-listing-row .story {
  margin: 1rem; }
  @media only screen and (min-width: 481px) {
    .trustee-listing-row .story {
      margin: 0; } }

.trustee-listing-row .name-location, .trustee-listing-row .stats {
  text-align: center; }
  @media only screen and (min-width: 481px) {
    .trustee-listing-row .name-location, .trustee-listing-row .stats {
      text-align: left; } }

.trustee-listing-row img {
  max-height: 8rem; }

/* organism */
.trustee-dashboard-main {
  margin-bottom: 3rem; }
  .trustee-dashboard-main .trustee-name {
    margin-bottom: 1rem; }

/* organism */
.search-borrower-bar {
  background-color: #efefef;
  padding: 1rem; }

/* organism */
.borrower-network-listing .header-bar {
  background-color: #efefef;
  padding: 0.5rem; }

.borrower-network-listing .item-bar {
  padding: 0.5rem; }

/* organism */
.pending-endorsements .item-bar {
  padding: 1rem; }

.pending-endorsements .show-more-pending, .pending-endorsements .show-less-pending {
  text-align: center;
  text-decoration: underline;
  padding-top: 0.5rem;
  padding-bottom: 1rem; }

.dashboard-main .search-borrower-bar, .borrower-network .search-borrower-bar {
  margin-top: 1rem; }

.dashboard-main .borrower-item-row:nth-child(even), .borrower-network .borrower-item-row:nth-child(even) {
  background-color: #efefef; }

/* organism */
.trustee-impact-stats .statistic-display {
  padding: 1rem; }

/* molecule */
.trustee-borrower-actions {
  vertical-align: center; }
  .trustee-borrower-actions a {
    display: block;
    margin-bottom: 0.6rem; }
  .trustee-borrower-actions a.button {
    padding: 0; }

.portfolio h2 {
  color: #4faf4e; }

.portfolio .bottom-rule {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.portfolio .top-wrapper .row.bottom-rule {
  margin-bottom: 1.5rem; }

.portfolio .top-wrapper .credit-breakdown {
  color: #999; }

.portfolio .top-wrapper .days {
  color: #d74937; }

.portfolio-main .bottom-rule {
  padding-bottom: 0; }

.portfolio-main .lender-name {
  margin-bottom: 1.35rem;
  margin-top: 1.25rem;
  color: #484848; }

.portfolio-main .top-wrapper .button {
  width: 100%;
  font-size: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem; }

.portfolio-main .top-wrapper table.table-basic {
  border: 0px; }

.portfolio-main .top-wrapper table.balance-details {
  margin-top: 1rem; }
  .portfolio-main .top-wrapper table.balance-details tr {
    background: none !important;
    border-bottom: 1px solid #d8d8d8; }
    .portfolio-main .top-wrapper table.balance-details tr:last-child {
      border-bottom: 0px; }
  .portfolio-main .top-wrapper table.balance-details td {
    padding: 0.75rem 0rem; }
  .portfolio-main .top-wrapper table.balance-details td:last-child {
    text-align: right; }
  .portfolio-main .top-wrapper table.balance-details h5 {
    margin-bottom: .15rem;
    margin-top: .35rem; }

.portfolio-main .statistic-display {
  text-align: center; }

.portfolio-main .statistics-bar .row {
  padding-bottom: 1rem; }

.portfolio-main .statistics-bar svg {
  pointer-events: auto; }

.portfolio-main .extra-stat-row {
  margin-top: 1rem; }

.recent-loans {
  margin-top: 1rem;
  position: relative; }
  .recent-loans h2 a {
    font-size: 1rem;
    margin-left: 0.75rem; }
  .recent-loans .icon-toggle {
    position: absolute;
    right: 0;
    top: 0.2rem; }
    .recent-loans .icon-toggle input:checked + label .icon {
      fill: #FFFFFF; }
    .recent-loans .icon-toggle .icon-map {
      width: 60%; }
  .recent-loans .map-pane {
    display: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 53%; }
    .recent-loans .map-pane .geo-chart {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 119%; }
    .recent-loans .map-pane svg {
      pointer-events: auto; }

.loan-update {
  margin-bottom: 1rem !important; }
  .loan-update .loan-update-image {
    text-align: center; }
  .loan-update .loan-update-info .loan-update-label {
    text-align: center;
    color: #999;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 681px) {
      .loan-update .loan-update-info .loan-update-label {
        text-align: left; } }
  .loan-update .loan-update-info .loan-update-title {
    padding-bottom: 0.4rem;
    text-align: center;
    display: block; }
    @media only screen and (min-width: 681px) {
      .loan-update .loan-update-info .loan-update-title {
        text-align: left; } }
  .loan-update .loan-update-info .loan-update-content {
    font-weight: 300; }
  .loan-update .loan-update-info .loan-update-timestamp {
    margin-top: 0.5rem; }
    @media only screen and (min-width: 681px) {
      .loan-update .loan-update-info .loan-update-timestamp {
        margin-top: 2rem;
        text-align: right; } }

.recent-updates {
  margin-top: 1rem;
  position: relative; }
  .recent-updates h2 {
    margin-top: 0 !important; }
  .recent-updates h2 a {
    font-size: 1rem;
    margin-left: 0.75rem; }

.deposited-lent-widget {
  margin: 2rem auto;
  margin-top: 0;
  width: 225px;
  height: 225px;
  position: relative;
  text-align: center; }
  .deposited-lent-widget.auto-deposit-version {
    margin: 0 auto 3rem; }
  @media only screen and (min-width: 681px) {
    .deposited-lent-widget {
      width: 180px;
      height: 200px;
      margin: 2rem auto; } }
  .deposited-lent-widget .icon.icon-recycle {
    position: absolute;
    top: 0;
    left: 0;
    height: 225px;
    width: 225px;
    fill: transparent;
    opacity: 0.25; }
    @media only screen and (min-width: 681px) {
      .deposited-lent-widget .icon.icon-recycle {
        top: 10px;
        height: 180px;
        width: 180px; } }
  .deposited-lent-widget .statistic {
    line-height: 1rem;
    padding: 0;
    margin: 0; }
  .deposited-lent-widget .small-statistic-legend {
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
    padding: 0; }
  .deposited-lent-widget .deposited-amount, .deposited-lent-widget .lent-amount {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
  .deposited-lent-widget .deposited-amount {
    top: 0; }
    .deposited-lent-widget .deposited-amount .small-statistic-legend {
      margin-bottom: 0.5rem; }
  .deposited-lent-widget .lent-amount {
    bottom: 0; }
    .deposited-lent-widget .lent-amount .small-statistic-legend {
      margin-top: 0.5rem; }
  .deposited-lent-widget .credit-summary-link {
    position: absolute;
    bottom: -30px;
    width: 100%; }

.teams-title a {
  margin-left: 0.5rem; }

.teams-title, .teams-subtitle {
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .teams-title, .teams-subtitle {
      text-align: left; } }

.teams-subtitle {
  margin-bottom: 0.75rem; }

.team-attributions .attribution-title {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.team-attributions .button {
  color: #333;
  min-width: 90%;
  margin-left: 5%; }
  @media only screen and (min-width: 681px) {
    .team-attributions .button {
      margin-left: 0;
      min-width: 60%; } }

.team-attribution-display {
  display: block; }
  .team-attribution-display .team-image {
    float: left;
    margin-left: 0; }
  .team-attribution-display .attribution-data {
    margin-left: 2.5rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 681px) {
      .team-attribution-display .attribution-data {
        margin-left: 3.5rem; } }

.distribution-charts {
  margin-bottom: 1rem; }
  .no-js .distribution-charts section.content {
    display: none; }
  .distribution-charts span {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 0.5rem; }
    @media only screen and (min-width: 681px) {
      .distribution-charts span {
        text-align: left; } }
  .distribution-charts .pie-chart {
    width: 100%; }
    .distribution-charts .pie-chart svg {
      pointer-events: auto; }
    @media only screen and (min-width: 681px) {
      .distribution-charts .pie-chart {
        width: 70%; } }
  .distribution-charts .distribution-table {
    width: 100%;
    text-align: center; }
    .distribution-charts .distribution-table table {
      border: none;
      margin-bottom: 0; }
    .distribution-charts .distribution-table td:last-child {
      text-align: right; }
    @media only screen and (min-width: 681px) {
      .distribution-charts .distribution-table {
        width: 70%; } }
  .distribution-charts .loading-spinner {
    display: block;
    margin: 2rem auto;
    width: 3rem;
    height: 3rem; }

.loan-count-graph-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%; }
  @media only screen and (min-width: 681px) {
    .loan-count-graph-wrapper {
      padding-bottom: 60%; } }
  .loan-count-graph-wrapper .loan-count-graph {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 200ms; }
    .loan-count-graph-wrapper .loan-count-graph svg {
      pointer-events: auto; }

.avg-kiva-compare-table .update-timestamp {
  color: #999;
  margin-right: 0.625rem; }

.avg-kiva-compare-table table {
  border: none; }

.my-loans-lent-stats li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.my-loans-lent-stats .stat-value {
  margin-left: 0.5rem;
  text-align: right;
  font-weight: bold; }

.export-button {
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
  float: right;
  margin-left: 1.25rem; }
  @media only screen and (min-width: 481px) {
    .export-button {
      margin-bottom: .5rem; } }

.loans-table-wrapper {
  position: relative; }
  .loans-table-wrapper .loader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    display: none; }
    .loans-table-wrapper .loader-overlay .loading-spinner {
      width: 2.5rem;
      height: 2.5rem;
      left: 50%;
      top: 3.5rem;
      -ms-transform: translate(-50%);
          transform: translate(-50%); }
  .loans-table-wrapper.loading .loader-overlay {
    display: block; }
  .loans-table-wrapper .shadow-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: inset -1.125rem 0 1.5rem -1rem rgba(0, 0, 0, 0.25); }
    @media only screen and (min-width: 989px) {
      .loans-table-wrapper .shadow-overlay {
        display: none; } }
  .loans-table-wrapper .scroll-wrapper {
    width: 100%;
    overflow-x: scroll; }
    .loans-table-wrapper .scroll-wrapper .no-loans {
      display: none;
      font-size: 14px;
      padding-top: 15px;
      padding-bottom: 15px; }
      .loans-table-wrapper .scroll-wrapper .no-loans a {
        float: left; }

.my-loans h1 {
  margin-bottom: 0; }

.my-loans .zero-loans-prompt {
  margin-top: 1.25rem; }

.my-loans .bottom-rule {
  padding: 0; }

.my-loans .avg-kiva-compare-table {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  @media only screen and (min-width: 681px) {
    .my-loans .avg-kiva-compare-table {
      margin-left: 0;
      margin-right: 0; } }
  .my-loans .avg-kiva-compare-table .show-white {
    background-color: #FFFFFF; }
  .my-loans .avg-kiva-compare-table .show-gray {
    background-color: #FAFAFA; }

.my-loans .loans-table-messages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: end;
      align-items: flex-end;
  margin: 2rem 0 0.25rem; }
  .my-loans .loans-table-messages .sort-message {
    font-weight: 100;
    color: #999; }
  .my-loans .loans-table-messages .loan-count {
    font-weight: 100;
    text-align: right;
    white-space: nowrap;
    margin-left: 1rem; }

.my-loans .filter-title {
  display: none;
  margin-bottom: 0.25rem;
  font-weight: bold;
  color: #999; }
  @media only screen and (min-width: 681px) {
    .my-loans .filter-title {
      display: inline-block; } }

.my-loans .filter-toggle {
  display: inline-block;
  float: left; }
  @media only screen and (min-width: 681px) {
    .my-loans .filter-toggle {
      display: none; } }
  .my-loans .filter-toggle a {
    padding: 0 1rem;
    margin-bottom: 0.75rem; }

.my-loans .filter-clear {
  display: inline-block;
  float: right;
  line-height: 1.625rem; }
  .my-loans .filter-clear:visited {
    color: #118aec; }
  @media only screen and (min-width: 481px) {
    .my-loans .filter-clear {
      line-height: 2rem; } }

.my-loans select {
  min-width: 6rem;
  padding: 0 1.2rem 0 0.5rem;
  margin-top: -0.5rem;
  height: 1.5rem;
  font-weight: normal; }
  @media only screen and (min-width: 481px) {
    .my-loans select {
      min-width: 5rem; } }

.my-loans .pagination-region {
  margin: 1rem 0 5rem; }

.my-loans #loan-filters input {
  height: 1.5rem; }

.my-loans #loan-filters label {
  display: inline; }

.my-loans #loan-filters select {
  width: 5rem;
  display: inline; }

@media only screen and (min-width: 681px) {
  .my-loans #loan-filters {
    height: auto; } }

.my-loans #loan-filters form .columns {
  padding: 0; }

@media only screen and (min-width: 481px) {
  .my-loans #loan-filters form .other-filters {
    text-align: right; } }

@media only screen and (min-width: 880px) {
  .my-loans #loan-filters form .search-string {
    width: 33%; }
  .my-loans #loan-filters form .status-filter {
    width: 28%;
    padding: 0 0.9375rem; }
  .my-loans #loan-filters form .other-filters {
    width: 39%; } }

@media only screen and (min-width: 989px) {
  .my-loans #loan-filters form .search-string {
    width: 38%; }
  .my-loans #loan-filters form .status-filter {
    width: 25%; }
  .my-loans #loan-filters form .other-filters {
    width: 37%; } }

table.loans-table {
  border: none;
  font-weight: 100;
  margin: 0; }
  table.loans-table th {
    padding-right: 0; }
  table.loans-table td {
    vertical-align: top;
    padding-right: 0; }
    table.loans-table td:first-child {
      padding-left: 0;
      min-width: 3.125rem;
      text-align: center; }
      table.loans-table td:first-child svg {
        width: 3.125rem;
        margin-top: 0.5rem;
        display: block; }
      table.loans-table td:first-child svg.icon-match {
        height: 1.6875rem; }
      table.loans-table td:first-child svg.icon-dedicate-heart {
        height: 1.3125rem; }
  table.loans-table .amount {
    text-align: right; }
  table.loans-table .country span {
    margin-right: 0.25rem;
    vertical-align: top; }
  table.loans-table .date-lent {
    white-space: nowrap; }
  table.loans-table .promo-credit {
    margin-top: 1rem; }
  table.loans-table .dedication span, table.loans-table .date-lent, table.loans-table .promo-credit, table.loans-table .progress-verb, table.loans-table .arrears-amount {
    color: #999;
    font-size: 0.75rem;
    line-height: 1.125rem; }
  table.loans-table .dedication span {
    display: block;
    line-height: 0.8rem;
    margin-top: 0.1rem; }
  table.loans-table .team {
    display: block; }
    table.loans-table .team img {
      width: 2.1875rem;
      display: block; }

table.repayments-list {
  width: auto;
  background: none;
  border: none; }
  table.repayments-list tr:nth-of-type(even) {
    background: none; }
  table.repayments-list tr td {
    color: #FFFFFF;
    padding: 0 0 0 0.5rem; }
    table.repayments-list tr td:first-child {
      padding-left: 0; }
    table.repayments-list tr td.amount {
      padding-left: 1rem;
      text-align: right; }
    @media only screen and (min-width: 481px) {
      table.repayments-list tr td {
        font-size: 1rem;
        line-height: 1.75rem; } }

.partner-with-us p, .partner-with-us ul {
  font-weight: 300; }

.partner-with-us p.impact {
  font-weight: bold; }

.partner-with-us .maxframe {
  max-width: 55rem; }

.partner-with-us #intro {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.partner-with-us .program {
  text-align: center; }

.partner-with-us .program p {
  text-align: left; }

.partner-with-us svg.icon-match {
  height: 3.5rem;
  width: 3.375rem; }

.partner-with-us svg.icon-grants {
  height: 3.5rem;
  width: 3.6875rem; }

.partner-with-us svg.icon-corporate-engagement {
  height: 3.5rem;
  width: 3.8125rem; }

.partner-with-us #our-partners {
  background: #efefef;
  text-align: center;
  padding: 1.25rem 0;
  margin: 1.25rem 0 2.5rem 0; }

.partner-with-us .program h2, .partner-with-us #our-partners h2 {
  font-size: 1.1666666667rem;
  line-height: 1rem;
  color: #484848;
  margin-top: 1.25rem; }

.partner-with-us #partner-logos img {
  padding-top: 1.25rem;
  width: 6.94444444rem; }

.partner-with-us #our-partners p {
  padding-top: 1.25rem; }

.partner-with-us .faq-container {
  margin: 2.5rem 0; }

.partner-with-us .cite-picture {
  width: 3.0625rem;
  padding-right: 0; }

.partner-with-us .cite-name {
  padding-left: 0; }
  @media only screen and (max-width: 480px) {
    .partner-with-us .cite-name {
      padding-left: 1em; } }
  @media only screen and (min-width: 681px) and (max-width: 760px) {
    .partner-with-us .cite-name {
      padding-left: .5em; } }

.partner-with-us h2 {
  color: #4faf4e;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.partner-with-us hr {
  margin: 2.5rem 0; }

.partner-with-us .checklist ul {
  list-style-position: outside;
  list-style: none;
  padding: 0; }

.partner-with-us .checklist li:before {
  content: '';
  display: inline-block;
  height: .8rem;
  width: .8rem;
  position: absolute;
  left: .8rem;
  margin-top: .4rem;
  background-image: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  list-style-position: outside; }

.partner-with-us blockquote {
  border: none;
  padding: 0;
  margin: 1.5rem 0 .5rem 0;
  font-style: italic; }

.partner-with-us cite p {
  font-size: .8rem;
  line-height: 1rem; }

.partner-with-us cite a {
  color: #118aec; }

.partner-with-us .testimonials .small-collapse, .partner-with-us .testimonials .medium-collapse {
  padding: 0 0.9375rem; }

.partner-with-us .testimonials .name-title {
  padding-left: .2rem; }
  @media only screen and (min-width: 681px) {
    .partner-with-us .testimonials .name-title {
      padding-left: .8rem; } }

.partner-with-us .checklist li {
  margin-left: .8rem; }

.partner-with-us .how-it-works .bottom-buffer {
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 681px) {
    .partner-with-us .how-it-works .bottom-buffer {
      margin-bottom: 5rem; } }

.partner-with-us .how-it-works .cite {
  font-size: .8rem;
  font-style: italic;
  line-height: 1.4rem;
  margin-top: 1.25rem; }

.partner-with-us .how-it-works .numberbtn {
  background: #4faf4e;
  border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4rem;
  margin-right: 0.625rem;
  text-align: center;
  width: 1.4rem;
  font-size: 1rem; }

.partner-with-us .how-it-works h3 {
  margin: 0.25rem 0 1.375rem 0;
  line-height: 1rem;
  font-size: 1.375rem; }

.partner-with-us .col-centered {
  text-align: center; }

.partner-with-us .bottompage-buffer {
  margin-bottom: 2.5rem; }

.partner-with-us .partner-with-us-headline-wrapper {
  position: relative;
  padding-bottom: 85.93%; }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .partner-with-us .partner-with-us-headline-wrapper {
      padding-bottom: 54.66%; } }
  @media only screen and (min-width: 681px) {
    .partner-with-us .partner-with-us-headline-wrapper {
      padding-bottom: 43.03%; } }

.partner-with-us .partner-with-us-headline-wrapper > img {
  position: absolute;
  width: 100%; }

@media only screen and (min-width: 681px) {
  .partner-with-us .grants-right-col-buffer {
    padding-left: 2.5rem; } }

.partner-with-us .medium-statistic-bold {
  color: #666;
  font-size: 2.25rem;
  font-weight: bold; }

.partner-with-us .small-statistic {
  color: #666;
  font-size: 1.4375rem;
  line-height: 1.4375rem; }

.partner-with-us .bottom-no-buffer {
  padding: 0.9375rem; }

.partner-with-us .bottom h3 {
  padding-top: 5.625rem; }

.partner-with-us .how-it-works .graphic-padding {
  padding: 0 1.875rem 0 1.5625rem; }

.partner-with-us .how-it-works .top-pad {
  padding-top: 1.5625rem; }

.partner-with-us .logo-list {
  padding: 1.25rem; }
  .partner-with-us .logo-list img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle; }

.partner-with-us .small-block-grid-1 ul, .partner-with-us .small-block-grid-2 ul, .partner-with-us .medium-block-grid-1 ul, .partner-with-us .medium-block-grid-2 ul, .partner-with-us .medium-block-grid-3 ul, .partner-with-us .medium-block-grid-4 ul, .partner-with-us .small-block-grid-3 ul {
  padding: 0; }

.partner-with-us .small-block-grid-1 li, .partner-with-us .small-block-grid-2 li, .partner-with-us .medium-block-grid-1 li, .partner-with-us .medium-block-grid-2 li, .partner-with-us .medium-block-grid-3 li, .partner-with-us .medium-block-grid-4 li, .partner-with-us .medium-block-grid-5 li {
  padding: 1.5625rem; }

.partner-with-us .small-block-grid-3 li {
  padding: 1.375rem; }

.partner-with-us .medium-block-grid-5 li {
  padding: 0.9375rem; }

.partner-with-us .ac-title {
  cursor: pointer; }

.partner-with-us .hr-bottom {
  margin-bottom: 45px; }

.donation-intro-text {
  text-align: center;
  padding: 1.25rem 0; }
  @media only screen and (min-width: 681px) {
    .donation-intro-text {
      text-align: left; } }

.donation-sidebar {
  padding-top: 1.25rem; }
  @media only screen and (min-width: 681px) {
    .donation-sidebar {
      float: right;
      padding-top: 1.875rem; } }
  .donation-sidebar .kiva-promise-wrapper {
    padding-bottom: 1.25rem; }
    .donation-sidebar .kiva-promise-wrapper svg.icon {
      padding: 0.625rem 0;
      width: 100%; }
  .donation-sidebar .charity-nav-wrapper img {
    margin-top: -2.1875rem;
    margin-bottom: -1.875rem; }

.donation-faq {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

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

.donation-appeal {
  margin-top: -1.875rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 681px) {
    .donation-appeal {
      margin-top: 1.875rem;
      margin-left: 1.25rem;
      margin-right: 1.25rem;
      margin-bottom: 0; } }
  .donation-appeal .row {
    background-color: #d8d8d8;
    text-align: center;
    font-weight: bold;
    padding: 0.625rem; }
  .donation-appeal .appeal-header {
    color: #247037;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 0.3125rem; }
    @media only screen and (min-width: 681px) {
      .donation-appeal .appeal-header {
        font-size: 1rem;
        line-height: 1.75rem;
        margin-bottom: 0.125rem; } }
  .donation-appeal .outer-meter-wrapper {
    max-width: 14.0625rem;
    margin: 0 auto; }
    .donation-appeal .outer-meter-wrapper .inner-meter-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-bottom: 50%;
      margin-top: 0.625rem; }
      .donation-appeal .outer-meter-wrapper .inner-meter-wrapper .meter {
        position: absolute;
        box-sizing: border-box;
        border-radius: 100%;
        border: 1.875rem solid #FFFFFF;
        border-bottom: 1.875rem solid #4faf4e;
        border-right: 1.875rem solid #4faf4e;
        width: 100%;
        height: 200%;
        margin: 0 auto;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .donation-appeal .amount-raised {
    color: #4faf4e;
    margin-top: -1.5rem;
    font-size: 1.75rem; }
    @media only screen and (min-width: 681px) and (max-width: 760px) {
      .donation-appeal .amount-raised {
        font-size: 1rem;
        margin-top: -1.1875rem; } }
  .donation-appeal .bottom-message {
    margin-top: 0.3125rem; }

.donation-paypal-holder .disclaimer {
  color: #999; }

.donation-spinner .loading-spinner .line {
  background-color: #FFFFFF; }

.microfinance #sidebar {
  padding-top: 2.5rem; }

.microfinance h3 {
  padding-bottom: 1.25rem; }

.microfinance .stat {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 3.75rem; }

.microfinance .data-point {
  color: #4faf4e;
  margin-bottom: rem-cacl(10); }

.microfinance .icon {
  color: #4faf4e;
  height: 1.5rem;
  width: 1.5rem;
  fill: #FFFFFF; }

.fellows-page, .interns-page {
  /* EVIDENTLY UNEEDED, BUT I'M HESITANT TO DELETE JUST YET

		.fellows-headline-wrapper {
		height: 0;
		position: relative;

		@media only screen and (max-width: 480px) {
			padding-bottom: 86%;
		}
		@media only screen and (min-width:481px) and (max-width:680px) {
			padding-bottom: 54.7%;
		}
		@media only screen and (min-width:681px) {
			padding-bottom: 43%;
		}
	}*/ }
  .fellows-page .faq-container p, .interns-page .faq-container p {
    line-height: 1.5; }
  .fellows-page .extra-lineheight, .interns-page .extra-lineheight {
    line-height: 1.5rem; }
  .fellows-page .fellpadbtm, .interns-page .fellpadbtm {
    padding-bottom: 1.5rem; }
  .fellows-page .fellpadtop, .interns-page .fellpadtop {
    padding-top: 1.5rem; }
  .fellows-page .fellpad, .interns-page .fellpad {
    padding: 1.5rem 0rem 1.5rem 0rem; }
  .fellows-page .row-fellows-anchors, .interns-page .row-fellows-anchors {
    margin: 0 auto;
    max-width: 60rem;
    width: 100%;
    text-align: center; }
  .fellows-page .featured-fellows, .interns-page .featured-fellows {
    text-align: left; }
  .fellows-page .fellows-video-wrapper, .interns-page .fellows-video-wrapper {
    position: relative;
    cursor: pointer;
    height: 0;
    padding-bottom: 67.2%;
    margin-bottom: 1.25rem; }
    .fellows-page .fellows-video-wrapper a:hover, .interns-page .fellows-video-wrapper a:hover {
      text-decoration: none; }
    .fellows-page .fellows-video-wrapper .button-wrapper, .interns-page .fellows-video-wrapper .button-wrapper {
      position: absolute;
      top: 42%;
      left: 0;
      width: 100%;
      height: 40%; }
    .fellows-page .fellows-video-wrapper .play-button, .interns-page .fellows-video-wrapper .play-button {
      position: relative;
      padding: 0.5rem;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.7);
      color: white; }
      .fellows-page .fellows-video-wrapper .play-button:hover, .interns-page .fellows-video-wrapper .play-button:hover {
        background-color: black; }
      @media only screen and (max-width: 480px) {
        .fellows-page .fellows-video-wrapper .play-button, .interns-page .fellows-video-wrapper .play-button {
          margin: 0 auto;
          top: -5%;
          font-size: 1.14rem;
          padding: 0.75rem; } }
      @media only screen and (min-width: 481px) and (max-width: 680px) {
        .fellows-page .fellows-video-wrapper .play-button, .interns-page .fellows-video-wrapper .play-button {
          left: 0;
          top: 7%;
          font-size: 1.55rem;
          padding: 1rem; } }
      @media only screen and (min-width: 681px) and (max-width: 760px) {
        .fellows-page .fellows-video-wrapper .play-button, .interns-page .fellows-video-wrapper .play-button {
          left: 0;
          top: -6%; } }
      @media only screen and (min-width: 761px) and (max-width: 988px) {
        .fellows-page .fellows-video-wrapper .play-button, .interns-page .fellows-video-wrapper .play-button {
          left: 0;
          font-size: 1.14rem;
          padding: 0.75rem;
          top: 2%; } }
      @media only screen and (min-width: 989px) and (max-width: 99999999px) {
        .fellows-page .fellows-video-wrapper .play-button, .interns-page .fellows-video-wrapper .play-button {
          top: -4%;
          left: 0;
          font-size: 1.55rem;
          padding: 1rem; } }
      .fellows-page .fellows-video-wrapper .play-button svg.icon-triangle, .interns-page .fellows-video-wrapper .play-button svg.icon-triangle {
        width: 1rem;
        height: 0.875rem;
        fill: #fff;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
        @media only screen and (min-width: 481px) and (max-width: 680px) {
          .fellows-page .fellows-video-wrapper .play-button svg.icon-triangle, .interns-page .fellows-video-wrapper .play-button svg.icon-triangle {
            width: 1.375rem;
            height: 1.25rem; } }
        @media only screen and (min-width: 761px) and (max-width: 988px) {
          .fellows-page .fellows-video-wrapper .play-button svg.icon-triangle, .interns-page .fellows-video-wrapper .play-button svg.icon-triangle {
            width: 1.25rem;
            height: 1.125rem; } }
        @media only screen and (min-width: 989px) and (max-width: 99999999px) {
          .fellows-page .fellows-video-wrapper .play-button svg.icon-triangle, .interns-page .fellows-video-wrapper .play-button svg.icon-triangle {
            width: 1.5rem;
            height: 1.375rem; } }
  .fellows-page .fellowsStatsContainer, .interns-page .fellowsStatsContainer {
    overflow: auto;
    background-color: #247037; }
    .fellows-page .fellowsStatsContainer .topStats, .interns-page .fellowsStatsContainer .topStats {
      background: url("//www-kiva-org.global.ssl.fastly.net/cms/map-bg-2018.min__0.svg") no-repeat;
      background-size: contain;
      background-position: center center; }
      @media only screen and (max-width: 480px) {
        .fellows-page .fellowsStatsContainer .topStats, .interns-page .fellowsStatsContainer .topStats {
          background-size: cover; } }
      .fellows-page .fellowsStatsContainer .topStats .row, .interns-page .fellowsStatsContainer .topStats .row {
        display: inline-block; }
        @media only screen {
          .fellows-page .fellowsStatsContainer .topStats .row .stat, .interns-page .fellowsStatsContainer .topStats .row .stat {
            line-height: 1.5625rem;
            font-size: 3rem; } }
        @media only screen and (min-width: 681px) {
          .fellows-page .fellowsStatsContainer .topStats .row .stat, .interns-page .fellowsStatsContainer .topStats .row .stat {
            line-height: 1.5625rem;
            font-size: 2.5rem; } }
      .fellows-page .fellowsStatsContainer .topStats .row1, .interns-page .fellowsStatsContainer .topStats .row1 {
        padding: 1.875rem 0 0 0; }
      .fellows-page .fellowsStatsContainer .topStats .row2, .interns-page .fellowsStatsContainer .topStats .row2 {
        padding: 0 0 1.875rem 0; }
  .fellows-page .fellows-head, .interns-page .fellows-head {
    color: #4faf4e; }
  .fellows-page .fellows-tesimonial .avatar-fellows, .interns-page .fellows-tesimonial .avatar-fellows {
    text-align: center; }
    @media only screen and (min-width: 681px) {
      .fellows-page .fellows-tesimonial .avatar-fellows, .interns-page .fellows-tesimonial .avatar-fellows {
        text-align: left; } }
  .fellows-page .fellows-tesimonial .avatar-fellows img, .interns-page .fellows-tesimonial .avatar-fellows img {
    border-radius: 50%;
    width: 100%;
    max-width: 15.625rem;
    padding-bottom: 0.3125rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .fellows-page .dates-title, .interns-page .dates-title {
    text-align: center;
    color: #247037;
    font-size: 1.66rem;
    padding-bottom: 0.5rem; }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .fellows-page .dates-title, .interns-page .dates-title {
        font-size: 2rem; } }
  .fellows-page .dates-date, .interns-page .dates-date {
    text-align: center;
    color: #247037;
    margin-bottom: 0; }
  .fellows-page .fellows-chevron, .interns-page .fellows-chevron {
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    width: 100%;
    height: 1.5rem;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 681px) {
      .fellows-page .fellows-chevron, .interns-page .fellows-chevron {
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        width: 185%; } }
    @media only screen and (min-width: 681px) and (max-width: 760px) {
      .fellows-page .fellows-chevron, .interns-page .fellows-chevron {
        margin-top: 2.95rem; } }
    @media only screen and (min-width: 761px) and (max-width: 988px) {
      .fellows-page .fellows-chevron, .interns-page .fellows-chevron {
        margin-top: 1.6rem; } }
  .fellows-page .fellows-steps-head, .interns-page .fellows-steps-head {
    color: white;
    text-align: center; }
  .fellows-page .fellows-steps-subhead, .interns-page .fellows-steps-subhead {
    color: white;
    text-align: center;
    margin: auto; }
    @media only screen and (min-width: 761px) {
      .fellows-page .fellows-steps-subhead, .interns-page .fellows-steps-subhead {
        width: 43.75rem; } }
  .fellows-page .steps-white-feat, .interns-page .steps-white-feat {
    margin: auto;
    padding: 3.75rem 0.625rem 1.25rem 0.625rem; }
    @media only screen and (min-width: 481px) {
      .fellows-page .steps-white-feat, .interns-page .steps-white-feat {
        padding: 5.3125rem 0.625rem 0.3125rem 0.625rem; } }
  .fellows-page .fellows-text-step, .interns-page .fellows-text-step {
    margin: auto;
    padding: 0.5rem 0.5rem 0rem 0.5rem; }
    @media only screen and (min-width: 481px) {
      .fellows-page .fellows-text-step, .interns-page .fellows-text-step {
        padding: 1.25rem 1.25rem 0.3125rem 1.25rem; } }
  .fellows-page .steps-green-feat, .interns-page .steps-green-feat {
    color: #4faf4e;
    margin: auto;
    padding: 1rem 0.5rem 1.5rem 0.5rem; }
    @media only screen and (min-width: 481px) {
      .fellows-page .steps-green-feat, .interns-page .steps-green-feat {
        padding: 1.25rem 0.625rem 1.875rem 0.625rem; } }
  .fellows-page .fellows-step-wrapper, .interns-page .fellows-step-wrapper {
    padding: 0 0.9375rem;
    cursor: pointer; }
    .fellows-page .fellows-step-wrapper .fellows-text-frame-icon-overlay, .interns-page .fellows-step-wrapper .fellows-text-frame-icon-overlay {
      border: white 0.3125rem solid;
      background-color: rgba(0, 0, 0, 0.8);
      margin: auto;
      max-width: 31.25rem;
      margin-top: -2.5rem;
      min-height: 7.5rem; }
      @media only screen and (min-width: 481px) {
        .fellows-page .fellows-step-wrapper .fellows-text-frame-icon-overlay, .interns-page .fellows-step-wrapper .fellows-text-frame-icon-overlay {
          margin-top: -4.6875rem; } }
  .fellows-page .fellows-apply-wrapper, .interns-page .fellows-apply-wrapper {
    /*background-size: cover;*/
    min-height: 100%;
    min-width: 100%;
    padding-bottom: 5rem;
    cursor: pointer; }
    @media only screen and (max-width: 480px) {
      .fellows-page .fellows-apply-wrapper, .interns-page .fellows-apply-wrapper {
        background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellows-steps-bkgrnd-sm-std.jpg") no-repeat;
        background-color: #000000; } }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .fellows-page .fellows-apply-wrapper, .interns-page .fellows-apply-wrapper {
        background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellows-steps-bkgrnd-med-std_0.jpg") no-repeat;
        background-color: #000000; } }
    @media only screen and (min-width: 681px) and (max-width: 760px) {
      .fellows-page .fellows-apply-wrapper, .interns-page .fellows-apply-wrapper {
        background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellows-steps-bkgrnd-lg-std.jpg") no-repeat;
        background-color: #000000; } }
    @media only screen and (min-width: 761px) and (max-width: 988px) {
      .fellows-page .fellows-apply-wrapper, .interns-page .fellows-apply-wrapper {
        background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellows-steps-bkgrnd-xl-std.jpg") no-repeat;
        background-color: #000000; } }
    @media only screen and (min-width: 989px) and (max-width: 99999999px) {
      .fellows-page .fellows-apply-wrapper, .interns-page .fellows-apply-wrapper {
        background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellows-steps-bkgrnd-xxl-std.jpg") no-repeat;
        background-color: #000000; } }
    .fellows-page .fellows-apply-wrapper .dotted-line, .interns-page .fellows-apply-wrapper .dotted-line {
      height: 8.75rem;
      width: 0;
      border-left: white 0.3125rem dashed;
      margin: 0 auto; }
    .fellows-page .fellows-apply-wrapper .no-select, .interns-page .fellows-apply-wrapper .no-select {
      cursor: auto; }
  .fellows-page .mousepadtop, .interns-page .mousepadtop {
    padding-top: 3.75rem; }
  .fellows-page .fellows-cta-wrapper, .interns-page .fellows-cta-wrapper {
    height: 0;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .fellows-page .fellows-cta-wrapper, .interns-page .fellows-cta-wrapper {
        padding-bottom: 65%; } }
    @media only screen and (min-width: 481px) {
      .fellows-page .fellows-cta-wrapper, .interns-page .fellows-cta-wrapper {
        padding-bottom: 35%; } }
  .fellows-page .sevenfour-text, .interns-page .sevenfour-text {
    color: #FFFFFF;
    text-shadow: 1px 1px 3px #247037;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .fellows-page .sevenfour-text h2, .interns-page .sevenfour-text h2 {
      color: #FFFFFF; }
  .fellows-page .countries-map, .interns-page .countries-map {
    background-repeat: no-repeat; }
    @media only screen and (min-width: 681px) {
      .fellows-page .countries-map, .interns-page .countries-map {
        background-image: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellowscountries-largeup.gif");
        height: 305px;
        width: 100%; } }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .fellows-page .countries-map, .interns-page .countries-map {
        background-image: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellowscountries-medium.gif");
        height: 220px;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .fellows-page .countries-map, .interns-page .countries-map {
        background-image: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/fellowscountries-small.gif");
        height: 220px;
        width: 100%; } }
  @media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 680px) {
    .fellows-page .lifestyle-photo, .interns-page .lifestyle-photo {
      padding-bottom: 2rem; } }
  .fellows-page .testimony-text, .interns-page .testimony-text {
    padding: 1rem 0 1rem 0; }

.interns-page .impact_intro_header, .fellows-page .impact_intro_header {
  margin-top: 0; }

.interns-page .intern-teams ul, .fellows-page .intern-teams ul {
  margin-bottom: 0;
  line-spacing: 1.5rem; }

.interns-page .interns-apply-wrapper, .fellows-page .interns-apply-wrapper {
  /*background-size: cover;*/
  min-height: 100%;
  min-width: 100%;
  padding-bottom: 5rem;
  cursor: pointer; }
  @media only screen and (max-width: 480px) {
    .interns-page .interns-apply-wrapper, .fellows-page .interns-apply-wrapper {
      background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/interns-steps-bkgrnd-sm-std2.jpg") no-repeat;
      background-color: #000000; } }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .interns-page .interns-apply-wrapper, .fellows-page .interns-apply-wrapper {
      background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/interns-steps-bkgrnd-med-std2.jpg") no-repeat;
      background-color: #000000; } }
  @media only screen and (min-width: 681px) and (max-width: 760px) {
    .interns-page .interns-apply-wrapper, .fellows-page .interns-apply-wrapper {
      background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/interns-steps-bkgrnd-lg-std4.jpg") no-repeat;
      background-color: #000000; } }
  @media only screen and (min-width: 761px) and (max-width: 988px) {
    .interns-page .interns-apply-wrapper, .fellows-page .interns-apply-wrapper {
      background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/interns-steps-bkgrnd-xl-std5.jpg") no-repeat;
      background-color: #000000; } }
  @media only screen and (min-width: 989px) and (max-width: 99999999px) {
    .interns-page .interns-apply-wrapper, .fellows-page .interns-apply-wrapper {
      background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/interns-steps-bkgrnd-xxl-std.jpg") no-repeat;
      background-color: #000000; } }
  .interns-page .interns-apply-wrapper .dotted-line, .fellows-page .interns-apply-wrapper .dotted-line {
    height: 8.75rem;
    width: 0;
    border-left: white 0.3125rem dashed;
    margin: 0 auto; }
  .interns-page .interns-apply-wrapper .no-select, .fellows-page .interns-apply-wrapper .no-select {
    cursor: auto; }

@media only screen and (min-width: 681px) {
  .interns-page .intern-pad-right, .fellows-page .intern-pad-right {
    padding-right: 2rem; } }

@media only screen and (min-width: 681px) {
  .interns-page .intern-pad-left, .fellows-page .intern-pad-left {
    padding-left: 2rem; } }

.interns-page .intern-extra-pad, .fellows-page .intern-extra-pad {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.interns-page .intern-extra-padtop, .fellows-page .intern-extra-padtop {
  padding-top: 3rem; }

.interns-page .intern-extra-padbtm, .fellows-page .intern-extra-padbtm {
  padding-bottom: 3rem; }

.interns-page .icon-apply, .interns-page .icon-interview, .interns-page .icon-matchmaking, .interns-page .icon-offer, .interns-page .icon-screen, .fellows-page .icon-apply, .fellows-page .icon-interview, .fellows-page .icon-matchmaking, .fellows-page .icon-offer, .fellows-page .icon-screen {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: -0.1875rem auto; }
  @media only screen and (min-width: 481px) {
    .interns-page .icon-apply, .interns-page .icon-interview, .interns-page .icon-matchmaking, .interns-page .icon-offer, .interns-page .icon-screen, .fellows-page .icon-apply, .fellows-page .icon-interview, .fellows-page .icon-matchmaking, .fellows-page .icon-offer, .fellows-page .icon-screen {
      width: 8.125rem;
      height: 8.125rem; } }

.add-credit .add-credit-state {
  margin-bottom: 2rem; }

.add-credit .add-credit-form .monthly-deposit-field, .add-credit .add-credit-form #continue-button {
  margin-bottom: 1rem; }

.add-credit .add-credit-form .monthly-deposit-field a {
  font-size: 0.875rem; }

.add-credit .add-credit-form .paypal-message {
  color: #999; }

@media only screen and (min-width: 481px) {
  .add-credit .add-credit-form [data-abide] small.error {
    padding: 0 0.5rem;
    margin-top: 1rem; } }

.withdraw-credit .withdraw-request-display .statistic-display {
  padding-bottom: 2.5rem;
  padding-top: 1.25rem; }

.withdraw-credit .pending-withdrawals-large div, .withdraw-credit .pending-withdrawals div {
  margin-bottom: 1.25rem; }

.withdraw-credit-confirm .withdraw-credit-graphic {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  @media only screen and (max-width: 680px) {
    .withdraw-credit-confirm .withdraw-credit-graphic {
      height: 12rem; } }
  .withdraw-credit-confirm .withdraw-credit-graphic .columns {
    padding-left: 1rem;
    padding-right: 1rem; }
  .withdraw-credit-confirm .withdraw-credit-graphic .withdrawal-amount-requested {
    margin-top: 1.5rem;
    color: #4faf4e;
    font-size: 2rem; }
    @media only screen and (max-width: 680px) {
      .withdraw-credit-confirm .withdraw-credit-graphic .withdrawal-amount-requested {
        margin-top: -2rem;
        margin-bottom: 1.5rem; } }

.withdraw-credit-confirm .confirm-withdrawal-form {
  margin-right: 0.1rem !important;
  margin-left: 0.1rem !important; }
  @media only screen and (min-width: 681px) {
    .withdraw-credit-confirm .confirm-withdrawal-form .request-withdrawal-button {
      margin-right: 1rem; } }

.confirmation-arrow {
  height: 5.5rem;
  position: relative; }
  .confirmation-arrow hr,
  .confirmation-arrow .icon-triangle {
    height: 100%;
    position: absolute; }
  .confirmation-arrow .label-in-box {
    position: absolute;
    left: 50%;
    top: -13%;
    -ms-transform: translate(-50%);
        transform: translate(-50%);
    height: 100%; }
    @media only screen and (max-width: 680px) {
      .confirmation-arrow .label-in-box {
        margin-top: 2rem;
        top: -20%; } }
    .confirmation-arrow .label-in-box p {
      background: #fff;
      font-size: 0.65rem;
      min-width: 6rem; }
      @media only screen and (min-width: 681px) {
        .confirmation-arrow .label-in-box p {
          border: 0.1rem solid #247037;
          padding: 1rem; } }
  @media only screen and (min-width: 681px) {
    .confirmation-arrow hr {
      border-top: 0.5rem solid #247037;
      width: 97%;
      left: 3%;
      top: 16%; } }
  @media only screen and (max-width: 680px) {
    .confirmation-arrow hr {
      border-left: 0.25rem solid #247037;
      border-right: 0.25rem solid #247037;
      border-top: none;
      left: 50%;
      top: -30%;
      -ms-transform: translate(-50%);
          transform: translate(-50%); } }
  .confirmation-arrow .icon-triangle {
    fill: #247037;
    width: 2.5rem;
    margin-top: -3.4rem;
    top: 109%;
    left: 50%;
    -ms-transform: rotate(180deg) translate(50%);
        transform: rotate(180deg) translate(50%);
    position: absolute; }
    @media only screen and (min-width: 681px) {
      .confirmation-arrow .icon-triangle {
        margin-top: 0;
        top: -9%;
        left: 90%;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

.paypal-profile-iconography {
  height: 100%;
  font-size: 0.65rem; }
  .paypal-profile-iconography .iconography-bubble {
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%);
        transform: translate(-50%); }
    @media only screen and (max-width: 680px) {
      .paypal-profile-iconography .iconography-bubble {
        margin-top: 1rem; } }
    .paypal-profile-iconography .iconography-bubble .icon-payPal {
      width: 4rem;
      height: 2rem; }
    .paypal-profile-iconography .iconography-bubble .circle-avatar {
      margin-left: 0;
      margin-right: 0; }

.messages h1 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1rem; }
  @media only screen and (min-width: 681px) {
    .messages h1 {
      font-size: 2.25rem; } }

.messages .message-count {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0.5rem; }

.messages .guidelines {
  color: #999; }

.messages .message-list-wrapper {
  position: relative; }
  .messages .message-list-wrapper.has-messages, .messages .message-list-wrapper.loading {
    min-height: 4rem; }
  .messages .message-list-wrapper .loader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    pointer-events: none;
    display: none; }
    .messages .message-list-wrapper .loader-overlay .loading-spinner {
      width: 2.5rem;
      height: 2.5rem;
      left: 50%;
      top: 2rem;
      -ms-transform: translate(-50%);
          transform: translate(-50%); }
  .messages .message-list-wrapper.loading .loader-overlay {
    display: block;
    pointer-events: auto; }

.messages .message-list {
  list-style: none;
  margin-left: 0;
  border-top: 1px solid #d8d8d8; }
  .messages .message-list .lender-message {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 1.5rem; }

.messages .pagination {
  margin: 1.5rem 0 2.5rem; }

.borrowerDashboard_endorsements .sitewide-appeal-wrapper,
.borrowerDashboard_home .sitewide-appeal-wrapper,
.borrowerDashboard_transactions .sitewide-appeal-wrapper {
  display: none; }

.borrower-dashboard-main .loan-info {
  margin-bottom: 2rem; }

.borrower-dashboard-main .borrower-image {
  text-align: center;
  display: block;
  margin: auto; }

.borrower-dashboard-main .loan-status {
  color: #4faf4e; }
  .borrower-dashboard-main .loan-status.warning {
    color: #d74937; }

.borrower-dashboard-main .current-status-meter {
  margin-top: 0; }
  @media only screen and (max-width: 480px) {
    .borrower-dashboard-main .current-status-meter .amount-raised h2 {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

.borrower-dashboard-main .action-button {
  text-align: center;
  margin-top: 1.5rem; }
  .borrower-dashboard-main .action-button a {
    margin: 0.5rem 0; }
  @media only screen and (min-width: 481px) {
    .borrower-dashboard-main .action-button {
      margin-top: 1rem; } }

.borrower-dashboard-main .profile-link {
  font-size: 0.875rem;
  line-height: 1.357rem; }
  @media only screen and (min-width: 481px) {
    .borrower-dashboard-main .profile-link {
      font-size: 1rem;
      line-height: 1.75rem; } }

.borrower-dashboard-main .loading-spinner {
  margin: 2rem;
  width: 3rem;
  height: 3rem; }

.borrower-dashboard-endorsements h2 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: bold;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 681px) {
    .borrower-dashboard-endorsements h2 {
      font-size: 1.75rem;
      line-height: 2.25rem;
      font-weight: normal; } }

.borrower-dashboard-endorsements .borrower-endorsement-rows-region {
  margin: 0 0 2rem 0;
  list-style: none;
  text-align: center; }
  .borrower-dashboard-endorsements .borrower-endorsement-rows-region .loading-spinner {
    width: 3rem;
    height: 3rem; }
  .borrower-dashboard-endorsements .borrower-endorsement-rows-region li {
    text-align: left;
    margin-bottom: 0.75rem; }

.borrower-dashboard-transactions .loading-spinner {
  width: 3rem;
  height: 3rem; }

.borrower-landing-page {
  /*Slideshow Styles*/ }
  .borrower-landing-page .hero-wrapper {
    position: relative;
    max-width: 120rem;
    margin: 0 auto; }
    .borrower-landing-page .hero-wrapper .image-wrapper {
      position: relative;
      padding-bottom: 100%; }
      @media only screen and (min-width: 481px) {
        .borrower-landing-page .hero-wrapper .image-wrapper {
          padding-bottom: 80.5882352941%; } }
      @media only screen and (min-width: 681px) {
        .borrower-landing-page .hero-wrapper .image-wrapper {
          padding-bottom: 55.2734375%; } }
      @media only screen and (min-width: 1025px) {
        .borrower-landing-page .hero-wrapper .image-wrapper {
          padding-bottom: 53.4722222222%; } }
      @media only screen and (min-width: 1441px) {
        .borrower-landing-page .hero-wrapper .image-wrapper {
          padding-bottom: 44.4270833333%; } }
    .borrower-landing-page .hero-wrapper .full-width-image {
      position: absolute; }
    .borrower-landing-page .hero-wrapper .start-box-wrapper {
      width: calc(100% - 1rem);
      margin: -8rem 0.5rem 2rem; }
      @media only screen and (min-width: 481px) {
        .borrower-landing-page .hero-wrapper .start-box-wrapper {
          text-align: center;
          margin-top: -30%; } }
      @media only screen and (min-width: 681px) {
        .borrower-landing-page .hero-wrapper .start-box-wrapper {
          position: absolute;
          margin-top: 0;
          top: 30%;
          text-align: left; } }
      @media only screen and (min-width: 1025px) {
        .borrower-landing-page .hero-wrapper .start-box-wrapper {
          top: 25%; } }
    .borrower-landing-page .hero-wrapper .start-box {
      display: inline-block;
      position: relative;
      background-color: #FFFFFF;
      border-radius: 1rem;
      box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
      padding: 0.5rem 1rem;
      text-align: left; }
      @media only screen and (min-width: 681px) {
        .borrower-landing-page .hero-wrapper .start-box {
          width: auto; } }
      @media only screen and (min-width: 1025px) {
        .borrower-landing-page .hero-wrapper .start-box {
          padding: 1rem 3rem; } }
      .borrower-landing-page .hero-wrapper .start-box h1 {
        font-size: 2rem;
        line-height: 2rem; }
        @media only screen and (min-width: 1025px) {
          .borrower-landing-page .hero-wrapper .start-box h1 {
            font-size: 3rem;
            line-height: 3rem; } }
      .borrower-landing-page .hero-wrapper .start-box p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 2rem; }
        @media only screen and (min-width: 1025px) {
          .borrower-landing-page .hero-wrapper .start-box p {
            font-size: 2rem;
            line-height: 2.5rem;
            margin-bottom: 3rem; } }
    .borrower-landing-page .hero-wrapper .button-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center; }
      @media only screen and (min-width: 481px) {
        .borrower-landing-page .hero-wrapper .button-row {
          -ms-flex-pack: justify;
              justify-content: space-between; } }
      .borrower-landing-page .hero-wrapper .button-row .button {
        padding: 0 1rem;
        line-height: 3rem; }
        @media only screen and (min-width: 761px) {
          .borrower-landing-page .hero-wrapper .button-row .button {
            padding: 0 1.5rem;
            line-height: 3.5rem; } }
      .borrower-landing-page .hero-wrapper .button-row .get-started {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -ms-flex-positive: 1;
            flex-grow: 1; }
        @media only screen and (min-width: 481px) {
          .borrower-landing-page .hero-wrapper .button-row .get-started {
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
            -ms-flex-order: 1;
                order: 1;
            margin-left: 1rem; } }

@media only screen and (max-width: 480px) {
  .borrower-landing-page .overlay, .borrower-landing-page .overlay-bold {
    font-size: 1rem; } }
  .borrower-landing-page p.row a.button {
    margin-top: 1.25rem; }
  .borrower-landing-page .tagline {
    text-align: center;
    margin: 3rem auto 0; }
    .borrower-landing-page .tagline svg.icon {
      width: 2.5rem;
      height: 2.5rem; }
  .borrower-landing-page .value-props {
    text-align: center;
    margin: 1rem auto 2rem; }
    .borrower-landing-page .value-props svg.icon {
      width: 7.5rem;
      height: 7.5rem; }
    .borrower-landing-page .value-props p {
      max-width: 90%;
      margin: 0 auto 1.25rem; }
    .borrower-landing-page .value-props .columns {
      margin-bottom: 2rem; }
  .borrower-landing-page .bl-slideshow-wrapper .paging.row .bl-arrow {
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 4.4444444444rem;
    height: 100%;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .borrower-landing-page .bl-slideshow-wrapper .paging.row .bl-arrow .icon {
    stroke: #efefef; }
  .borrower-landing-page .bl-slideshow-wrapper .paging.row .bl-prev-arrow {
    left: 0; }
  .borrower-landing-page .bl-slideshow-wrapper .paging.row .bl-prev-arrow .icon {
    -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    margin-left: -1.55555555rem; }
  .borrower-landing-page .bl-slideshow-wrapper .paging.row .bl-next-arrow {
    right: 0;
    overflow: hidden; }
  .borrower-landing-page .bl-slideshow-wrapper .paging.row .bl-next-arrow .icon {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    margin-left: -2.555556rem; }
  .borrower-landing-page .how-it-works {
    margin: 2rem 0 2.5rem;
    text-align: center; }
    .borrower-landing-page .how-it-works .row {
      position: relative;
      margin-bottom: 3rem; }
    .borrower-landing-page .how-it-works .dotted-line {
      position: absolute;
      height: 80%;
      top: 10%;
      left: 50%;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      border-color: #999;
      border-style: dashed;
      border-width: 0 0.125rem; }
      @media only screen and (min-width: 761px) {
        .borrower-landing-page .how-it-works .dotted-line {
          height: 0;
          width: 80%;
          top: 2.5rem;
          left: 10%;
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
          border-width: 0.125rem 0; } }
    .borrower-landing-page .how-it-works .columns {
      margin-bottom: 6rem;
      background-color: #FFFFFF; }
      .borrower-landing-page .how-it-works .columns:last-of-type {
        margin-bottom: 0; }
      @media only screen and (min-width: 761px) {
        .borrower-landing-page .how-it-works .columns {
          margin-bottom: 0;
          background: none; } }
    .borrower-landing-page .how-it-works svg.icon {
      width: 5rem;
      height: 5rem;
      fill: #FFFFFF;
      color: #4faf4e;
      margin-bottom: 0.25rem; }
    .borrower-landing-page .how-it-works h2 {
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0.25rem; }
    .borrower-landing-page .how-it-works span {
      color: #999;
      display: block;
      margin-bottom: 0.25rem; }
    .borrower-landing-page .how-it-works p {
      margin: 0 auto 0.25rem;
      max-width: 20rem; }
      @media only screen and (min-width: 761px) {
        .borrower-landing-page .how-it-works p {
          max-width: 11rem; } }
  .borrower-landing-page .external-validation {
    background-color: #efefef;
    font-style: italic;
    text-align: center;
    margin: 2rem auto;
    padding: 1.5rem 0 1rem; }
    .borrower-landing-page .external-validation img {
      height: 2rem;
      margin: 1.5rem 0; }
    .borrower-landing-page .external-validation p {
      font-weight: normal;
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin: 0 auto 2rem;
      max-width: 14rem; }
      @media only screen and (min-width: 761px) {
        .borrower-landing-page .external-validation p {
          max-width: 15rem; } }
  .borrower-landing-page .the-why-wrapper {
    padding: 1.25rem 0;
    margin-bottom: 1rem; }
    .borrower-landing-page .the-why-wrapper .the-why-text {
      color: #666; }
  .borrower-landing-page .do-you-qualify {
    background-color: #4faf4e;
    color: #FFFFFF;
    padding: 1.5rem 0 1rem;
    margin-bottom: 2rem; }
    .borrower-landing-page .do-you-qualify h2 {
      color: #FFFFFF;
      text-align: center;
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .borrower-landing-page .do-you-qualify ul {
      list-style: none;
      margin: 0 0 1.5rem; }
    .borrower-landing-page .do-you-qualify li {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0.5rem;
      font-size: 1.125rem;
      line-height: 1.75rem; }
    .borrower-landing-page .do-you-qualify svg.icon {
      width: 1.25rem;
      height: 1.25rem;
      fill: #FFFFFF;
      margin-right: 0.5rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .borrower-landing-page .do-you-qualify .columns:last-child {
      text-align: center; }
      @media only screen and (max-width: 480px) {
        .borrower-landing-page .do-you-qualify .columns:last-child {
          padding: 0; } }
      @media only screen and (min-width: 761px) {
        .borrower-landing-page .do-you-qualify .columns:last-child {
          text-align: right; } }
    .borrower-landing-page .do-you-qualify .button {
      width: auto;
      margin-bottom: 1.5rem; }
  .borrower-landing-page .faqs {
    margin: 5rem auto 4rem; }

.email-type-unsubscribe {
  margin-bottom: 5rem; }
  .email-type-unsubscribe h1 {
    margin: 3rem 0 2rem; }
  .email-type-unsubscribe .icon-confirmation {
    fill: #4faf4e; }
  .email-type-unsubscribe .icon-error {
    fill: #d74937; }
  .email-type-unsubscribe .icon-error,
  .email-type-unsubscribe .icon-confirmation {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: bottom;
    margin-bottom: 0.1875rem; }
    @media only screen and (min-width: 481px) and (max-width: 680px) {
      .email-type-unsubscribe .icon-error,
      .email-type-unsubscribe .icon-confirmation {
        height: 2.25rem;
        width: 2.25rem; } }
    @media only screen and (min-width: 681px) {
      .email-type-unsubscribe .icon-error,
      .email-type-unsubscribe .icon-confirmation {
        height: 3rem;
        width: 3rem;
        margin-bottom: 0.25rem; } }

#checkoutWrap label {
  background: transparent;
  color: #666; }

#checkoutWrap ul.list-items {
  margin: 0;
  padding: 0; }
  #checkoutWrap ul.list-items > li {
    list-style-type: none; }

#checkoutWrap .loan-reservation {
  display: block;
  color: #999; }

#checkoutWrap .red {
  color: #d74937; }

#checkoutWrap .basket-contents .loan-row {
  display: block;
  padding: 1rem .5rem;
  border-bottom: 1px solid #d8d8d8; }
  #checkoutWrap .basket-contents .loan-row .loan-image a {
    display: block; }
    #checkoutWrap .basket-contents .loan-row .loan-image a img {
      display: block;
      width: auto; }
  #checkoutWrap .basket-contents .loan-row .loan-details {
    padding: 0 .5rem;
    font-size: 1rem; }
    #checkoutWrap .basket-contents .loan-row .loan-details p {
      margin: 0;
      font-weight: bold; }
    @media only screen and (min-width: 535px) and (max-width: 680px) {
      #checkoutWrap .basket-contents .loan-row .loan-details .small-text, #checkoutWrap .basket-contents .loan-row .loan-details .mini-loan-card .status, .mini-loan-card #checkoutWrap .basket-contents .loan-row .loan-details .status, #checkoutWrap .basket-contents .loan-row .loan-details .mini-loan-card .name, .mini-loan-card #checkoutWrap .basket-contents .loan-row .loan-details .name, #checkoutWrap .basket-contents .loan-row .loan-details .mini-loan-card .activity, .mini-loan-card #checkoutWrap .basket-contents .loan-row .loan-details .activity, #checkoutWrap .basket-contents .loan-row .loan-details .mini-loan-card .country, .mini-loan-card #checkoutWrap .basket-contents .loan-row .loan-details .country, #checkoutWrap .basket-contents .loan-row .loan-details .statistic-display .statistic-link, .statistic-display #checkoutWrap .basket-contents .loan-row .loan-details .statistic-link, #checkoutWrap .basket-contents .loan-row .loan-details .statistic-display .statistic-additional-text, .statistic-display #checkoutWrap .basket-contents .loan-row .loan-details .statistic-additional-text {
        font-size: .7rem;
        line-height: .8rem; } }
    #checkoutWrap .basket-contents .loan-row .loan-details .loan-title {
      font-size: 1rem;
      line-height: 1.3rem;
      margin: .25rem 0; }
    @media only screen and (min-width: 681px) {
      #checkoutWrap .basket-contents .loan-row .loan-details .loan-title {
        font-size: 1.4rem;
        line-height: 1.5rem; } }
    #checkoutWrap .basket-contents .loan-row .loan-details .loan-sponsor {
      color: #999; }
  @media only screen and (min-width: 681px) {
    #checkoutWrap .basket-contents .loan-row .loan-details {
      padding: 0 .8rem; } }
  #checkoutWrap .basket-contents .loan-row .loan-totals .amount-select,
  #checkoutWrap .basket-contents .loan-row .loan-totals .donation-item-amount {
    float: right;
    direction: rtl;
    text-align: right;
    height: auto;
    font-size: .9rem;
    padding-right: 1rem;
    padding-left: 0;
    max-width: 5rem;
    border-color: #d8d8d8;
    background-color: #FFFFFF; }
  #checkoutWrap .basket-contents .loan-row .loan-totals .donation-item-amount {
    color: #484848;
    padding-right: .5rem;
    margin-bottom: 0; }
  #checkoutWrap .basket-contents .loan-row .loan-totals .donation-item-controls a {
    line-height: 1.4rem; }
  @media only screen and (min-width: 681px) {
    #checkoutWrap .basket-contents .loan-row .loan-totals .amount-select,
    #checkoutWrap .basket-contents .loan-row .loan-totals .donation-item-amount {
      font-size: 1.4rem;
      max-width: 7.5rem; } }
  #checkoutWrap .basket-contents .loan-row .loan-totals .remove-loan,
  #checkoutWrap .basket-contents .loan-row .loan-totals .update-item,
  #checkoutWrap .basket-contents .loan-row .loan-totals .remove-item {
    display: block;
    text-align: right;
    float: right;
    clear: right; }

@media only screen and (min-width: 681px) {
  #checkoutWrap .basket-contents .loan-row {
    padding: 1rem 0; } }

#checkoutWrap .basket-contents .simple-donation-ui {
  padding: .5rem 0;
  border-bottom: 1px solid #d8d8d8; }
  #checkoutWrap .basket-contents .simple-donation-ui > .columns {
    padding: 0 .5rem; }
  #checkoutWrap .basket-contents .simple-donation-ui span {
    line-height: 1.6em; }
  @media only screen and (min-width: 681px) {
    #checkoutWrap .basket-contents .simple-donation-ui > .columns {
      padding: 0 inherit; }
    #checkoutWrap .basket-contents .simple-donation-ui .span {
      text-align: right; } }
  #checkoutWrap .basket-contents .simple-donation-ui .donation-edit #donation-edit-amount {
    font-weight: bold;
    max-width: 6.25rem;
    width: auto;
    text-align: right;
    font-size: 1rem;
    float: right;
    margin: 0;
    box-shadow: none; }
  #checkoutWrap .basket-contents .simple-donation-ui .donation-edit a.donation-update-button {
    display: block;
    text-align: right;
    line-height: 1.4rem;
    clear: right; }

#checkoutWrap .payment-contents #payment-item-region {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8; }

#checkoutWrap .payment-contents .payment-item-table {
  border: none; }
  #checkoutWrap .payment-contents .payment-item-table th {
    padding: .6rem .8rem; }
  #checkoutWrap .payment-contents .payment-item-table td {
    padding: 1rem .8rem; }
  #checkoutWrap .payment-contents .payment-item-table .item-price-header {
    text-align: right; }
  #checkoutWrap .payment-contents .payment-item-table .donate-repayments-header {
    max-width: 4rem; }
    #checkoutWrap .payment-contents .payment-item-table .donate-repayments-header a {
      color: #118aec;
      cursor: default;
      text-decoration: none; }

#checkoutWrap .payment-contents .payment-item .item-info {
  line-height: 1.2rem; }
  #checkoutWrap .payment-contents .payment-item .item-info .item-title {
    margin: 0; }
  #checkoutWrap .payment-contents .payment-item .item-info .loan-reservation {
    display: block; }

#checkoutWrap .payment-contents .payment-item .item-price {
  text-align: right; }
  #checkoutWrap .payment-contents .payment-item .item-price p {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0; }

#checkoutWrap .payment-contents .payment-item .item-repayment input {
  margin: 0; }

#checkoutWrap .checkout-totals {
  padding: 0;
  text-align: right; }
  #checkoutWrap .checkout-totals .totals-row {
    padding: .2rem .5rem; }
    #checkoutWrap .checkout-totals .totals-row label {
      display: inline-block;
      float: left;
      font-size: 1rem;
      color: #484848;
      line-height: 1.4rem;
      text-decoration: inherit; }
    #checkoutWrap .checkout-totals .totals-row span {
      display: inline-block;
      font-weight: bold;
      width: 6.25rem;
      font-size: 1rem;
      line-height: 1.4rem;
      text-decoration: inherit; }
    #checkoutWrap .checkout-totals .totals-row .apply-link,
    #checkoutWrap .checkout-totals .totals-row .remove-link {
      font-size: .8rem;
      line-height: 1.4rem;
      margin-right: .5rem; }
    #checkoutWrap .checkout-totals .totals-row del {
      text-decoration: line-through; }
  @media only screen and (min-width: 681px) {
    #checkoutWrap .checkout-totals .totals-row label {
      float: none; } }
  #checkoutWrap .checkout-totals .grand-total {
    border-top: 1px solid #d8d8d8; }

#checkoutWrap .basket-operations,
#checkoutWrap .payment-operations {
  padding: 1rem .5rem; }
  #checkoutWrap .basket-operations .basket-buttons,
  #checkoutWrap .basket-operations .payment-buttons,
  #checkoutWrap .payment-operations .basket-buttons,
  #checkoutWrap .payment-operations .payment-buttons {
    display: block;
    float: right; }

div.invite-headline-wrapper {
  height: 0;
  position: relative; }
  @media only screen and (max-width: 480px) {
    div.invite-headline-wrapper {
      padding-bottom: 70%; } }
  @media only screen and (min-width: 481px) {
    div.invite-headline-wrapper {
      padding-bottom: 37%; } }
  @media (min-width: 1901px) {
    div.invite-headline-wrapper {
      text-align: center; } }
  @media screen and (max-width: 780px) {
    div.invite-headline-wrapper .profile-photo {
      border-radius: 6.25rem;
      height: 6.25rem;
      width: 6.25rem; } }
  @media screen and (min-width: 780px) {
    div.invite-headline-wrapper .profile-photo {
      border-radius: 9.375rem;
      height: 9.375rem;
      width: 9.375rem; } }
  @media screen and (max-width: 560px) {
    div.invite-headline-wrapper .title {
      font-size: 1.75rem !important;
      line-height: 1.82rem; } }

div.invite-intro {
  padding-top: 2.25rem; }
  @media only screen and (min-width: 481px) {
    div.invite-intro {
      padding-top: 3.125rem; } }
  div.invite-intro .title {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 3rem; }
    @media only screen and (max-width: 480px) {
      div.invite-intro .title {
        font-size: 1.5rem;
        line-height: 1.8rem; } }
  div.invite-intro button.cta {
    font-size: 1.16666rem;
    font-weight: normal;
    margin-bottom: 0; }
  @media only screen and (min-width: 481px) {
    div.invite-intro .hrDivider {
      color: #d8d8d8;
      border-color: #d8d8d8;
      margin-bottom: 2.1875rem; } }

@media only screen and (min-width: 681px) {
  div.invite-elevator-pitch {
    margin-bottom: 1.5625rem; } }

div.invite-elevator-pitch .description {
  margin-top: 1.25rem; }
  div.invite-elevator-pitch .description p {
    font-size: 1.55555rem;
    line-height: 2rem; }
    @media only screen and (max-width: 480px) {
      div.invite-elevator-pitch .description p {
        font-size: 1rem;
        line-height: 1.33333rem; } }
  @media only screen and (min-width: 681px) {
    div.invite-elevator-pitch .description {
      margin-top: 0; } }

div.invite-about {
  overflow: hidden;
  background-color: #4faf4e;
  padding: 1.875rem 0 0 0; }
  div.invite-about .title {
    color: #247037;
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 3rem; }
  div.invite-about .subtitle {
    color: #247037;
    font-size: 1.55555rem;
    line-height: 2rem;
    weight: 300; }
    @media only screen and (max-width: 480px) {
      div.invite-about .subtitle {
        font-size: 1.22222rem;
        line-height: 1.5rem;
        weight: 300; } }
  div.invite-about .divider {
    width: 0.0625rem;
    background-color: #49953f;
    height: 2.5rem;
    margin-top: 2.5rem; }
  div.invite-about .stats {
    margin-top: 1.125rem;
    text-align: center;
    font-weight: normal; }
    div.invite-about .stats .value {
      color: #FFFFFF;
      font-size: 1.66666rem;
      line-height: 1.38888rem;
      font-weight: bold; }
      @media only screen and (min-width: 681px) {
        div.invite-about .stats .value {
          font-size: 3.11111rem;
          line-height: 3.55555rem; } }
    div.invite-about .stats .stars {
      font-size: 1.75rem; }
      @media only screen and (min-width: 960px) {
        div.invite-about .stats .stars {
          font-size: 2rem; } }
    div.invite-about .stats .title {
      color: #FFFFFF;
      margin-top: 0.625rem;
      font-size: .8rem;
      line-height: .8rem;
      font-weight: 300; }
      @media only screen and (min-width: 681px) {
        div.invite-about .stats .title {
          font-size: 1rem;
          line-height: 1.33333rem;
          font-weight: 300; } }

div.invite-how-kiva-works {
  padding: 3.375rem 0 1.875rem 0; }
  div.invite-how-kiva-works .section-title {
    color: #4faf4e;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1.875rem; }
  div.invite-how-kiva-works .step {
    margin-bottom: 0; }
    div.invite-how-kiva-works .step .number {
      color: #247037;
      font-size: 2.25rem;
      line-height: 1.5rem; }
    div.invite-how-kiva-works .step .title {
      color: #247037;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: normal; }
    div.invite-how-kiva-works .step .description {
      color: #333333;
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 300; }
  @media only screen and (max-width: 480px) {
    div.invite-how-kiva-works .photo {
      min-width: 100%;
      max-width: 100%;
      height: auto; }
    div.invite-how-kiva-works .photo-column {
      padding-right: 10px; } }

div.invite-footer-wrapper {
  position: relative;
  height: 0; }
  @media only screen and (max-width: 480px) {
    div.invite-footer-wrapper {
      padding-bottom: 57.46%; } }
  @media only screen and (min-width: 481px) {
    div.invite-footer-wrapper {
      padding-bottom: 29.05%; } }
  div.invite-footer-wrapper .title {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 3rem; }
    @media only screen and (max-width: 680px) {
      div.invite-footer-wrapper .title {
        color: #4faf4e; } }
    @media only screen and (min-width: 681px) {
      div.invite-footer-wrapper .title {
        color: #FFFFFF; } }
  div.invite-footer-wrapper .actNow {
    margin-top: 1.5625rem; }
  div.invite-footer-wrapper button.cta {
    font-size: 1.16666rem;
    font-weight: normal; }

div.citation cite {
  width: 100%;
  color: #666;
  font-size: 0.7rem; }
  @media only screen and (min-width: 481px) {
    div.citation cite {
      white-space: nowrap; } }

div.gift-headline-wrapper {
  height: 0;
  position: relative; }
  @media only screen and (max-width: 480px) {
    div.gift-headline-wrapper {
      padding-bottom: 70%; } }
  @media only screen and (min-width: 481px) {
    div.gift-headline-wrapper {
      padding-bottom: 37%; } }
  @media (min-width: 1901px) {
    div.gift-headline-wrapper {
      text-align: center; } }

div.gift-intro {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

@media medium-down {
  div.gift-card .photo, div.kiva-store .photo {
    min-width: 100%;
    max-width: 100%;
    height: auto; } }

div.gift-card .text-section, div.kiva-store .text-section {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media only screen and (max-width: 480px) {
    div.gift-card .text-section, div.kiva-store .text-section {
      padding-top: 2.5rem; } }

@media only screen and (min-width: 481px) {
  div.gift-card button, div.kiva-store button {
    margin-bottom: 3.125rem; } }

@media only screen and (max-width: 480px) {
  div.gift-card button.card, div.kiva-store button.card {
    margin-bottom: 5rem; }
  div.gift-card button.store, div.kiva-store button.store {
    margin-bottom: 3.125rem; } }

.portfolio-donations {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .portfolio-donations .donor-name-label {
    color: #999; }
  .portfolio-donations .donor-name {
    line-height: 100%;
    margin-top: 0; }
  .portfolio-donations .donation-stats .yearly-donation {
    margin-bottom: 1rem; }
    .portfolio-donations .donation-stats .yearly-donation .statistic-label {
      line-height: 2rem; }
  .portfolio-donations .donation-stats .yearly-donation:first-child {
    padding-bottom: 1rem;
    border-bottom: 1px solid #d8d8d8; }
  .portfolio-donations .donation-listing .dataTable th img {
    vertical-align: middle; }
  .portfolio-donations .donation-listing .dataTables_paginate a,
  .portfolio-donations .donation-listing .dataTables_info {
    font-size: .8rem;
    color: #666;
    margin-right: 10px; }
  .portfolio-donations .donation-listing a.paginate_active {
    color: #484848; }
  .portfolio-donations .donation-listing a.paginate_button_disabled {
    color: #999; }
  .portfolio-donations .kiva-tax-info address {
    font-size: 1rem;
    font-style: normal; }
  @media only screen and (max-width: 480px) {
    .portfolio-donations .kiva-tax-info .print-export-info {
      padding-top: 1rem; } }
  .portfolio-donations .info-link .icon {
    height: 1rem;
    width: 1rem;
    vertical-align: text-top;
    margin-right: .2222222222rem; }

#build #tipMsg {
  display: none; }

#build.appsShowView .application-container {
  border: 2px solid #d8d8d8;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px; }

#build.appsShowView section {
  margin-top: 15px;
  margin-bottom: 15px; }

#build.appsShowView h3 {
  border-bottom: 2px solid #d8d8d8; }

#build.appsShowView .sub-section {
  margin-top: 30px; }
  #build.appsShowView .sub-section .detail {
    margin-left: 20px;
    margin-bottom: 30px; }
    #build.appsShowView .sub-section .detail h4 {
      margin-bottom: 3px; }

#build.appsShowView .actions {
  float: right; }
  #build.appsShowView .actions .button {
    display: block;
    margin-bottom: 10px; }
  #build.appsShowView .actions .publish-note {
    font-size: 0.875rem;
    line-height: 1.357rem; }

#build.appsShowView .hd h2 {
  display: inline; }

@media only screen and (min-width: 481px) {
  #build.appsShowView .hd .status {
    float: right; } }

#build.appsShowView .essentials {
  overflow: hidden; }
  #build.appsShowView .essentials img {
    float: left;
    margin: 0 10px 5px 0;
    height: 73px;
    width: 73px; }

#build.appsShowView .quickstats {
  text-align: center; }
  #build.appsShowView .quickstats .stat {
    display: inline-block;
    margin: 5%; }

#build.appsShowView .oauth-details #appview-consumerSecret {
  display: none; }

#build.appsShowView .destructive-actions a {
  color: white; }
  #build.appsShowView .destructive-actions a:hover {
    text-decoration: none; }

#build.appsShowView .button.main-option {
  color: white;
  background-color: #d74937; }

#build.appsEditView a.cancel {
  position: absolute;
  margin-left: 10px; }

#build.dashboard .app-preview {
  position: relative;
  min-height: 100px;
  background-color: #FAFAFA;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #efefef; }
  #build.dashboard .app-preview:hover {
    background-color: #efefef;
    cursor: pointer; }
  #build.dashboard .app-preview img {
    margin-right: 10px;
    vertical-align: top; }
  #build.dashboard .app-preview .details {
    display: inline-block;
    max-width: 75%;
    margin-bottom: 25px; }
  #build.dashboard .app-preview .status {
    position: absolute;
    right: 5px;
    bottom: 5px; }

#build .status-marker {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  vertical-align: middle; }
  #build .status-marker.Registered {
    background-color: #fee259; }
  #build .status-marker.Published {
    background-color: #4faf4e; }
  #build .status-marker.Disabled {
    background-color: #d74937; }

.careers-page .hrDivider {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }

.careers-page .quick-links {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 481px) and (max-width: 680px) {
    .careers-page .quick-links {
      font-size: 0.9375rem; } }
  @media only screen and (max-width: 480px) {
    .careers-page .quick-links {
      font-size: 0.59375rem; } }

.careers-page .extra-lineheight {
  line-height: 1.5rem; }

.careers-page .padding-bottom {
  padding-bottom: 3.75rem; }

.careers-page .padding-top {
  padding-top: 3.75rem; }

.careers-page .padding {
  padding: 1.5rem 0rem 1.5rem 0rem; }

.careers-page .photo {
  min-width: 100%;
  max-width: 100%;
  height: auto; }

.careers-page .col5-unit {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 20%;
  float: left;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.careers-page .page-title {
  color: #000000;
  margin-bottom: 1.25rem; }

.careers-page ul li {
  font-weight: 300; }

.careers-page .faq-container .faq-title {
  border-top: 0;
  font-weight: bold; }

.careers-page .faq-container p {
  line-height: 1.45; }

.careers-page .our-values h1 {
  color: #FFFFFF;
  margin: 0; }
  @media only screen and (max-width: 480px) {
    .careers-page .our-values h1 {
      margin-top: 0.3125rem;
      font-size: 1.25rem;
      line-height: 1.25rem; } }

.careers-page .our-values .body-text {
  color: #aee15c; }
  @media only screen and (min-width: 681px) and (max-width: 880px) {
    .careers-page .our-values .body-text {
      font-size: 0.9375rem; } }
  @media only screen and (max-width: 680px) {
    .careers-page .our-values .body-text {
      font-size: 0.71875rem; } }
  @media only screen and (max-width: 520px) {
    .careers-page .our-values .body-text {
      font-size: 0.375rem;
      line-height: 0.9375rem; } }

.careers-page .our-values .value_container {
  background-color: #247037;
  width: 100%;
  padding-top: 100%;
  position: relative; }

.careers-page .our-values .value_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.careers-page .what-people-saying .quote_container {
  background-color: #FFFFFF;
  width: 3.625rem;
  margin-top: -30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

.careers-page .what-people-saying .quote_inner_container {
  fill: #4faf4e; }

.careers-page .what-people-saying .quotes {
  text-align: center; }
  .careers-page .what-people-saying .quotes .frame {
    border: 1px solid #d8d8d8;
    padding: 0.625rem; }
  @media only screen and (max-width: 480px) {
    .careers-page .what-people-saying .quotes .columns {
      margin-bottom: 1.25rem; } }
  .careers-page .what-people-saying .quotes .featured {
    font-style: italic; }

.careers-page .stats {
  overflow: auto;
  background-color: #247037; }
  .careers-page .stats .top-stats {
    background: url("//www-kiva-org.global.ssl.fastly.net/cms/page/images/map-bg.min_.svg") no-repeat;
    background-size: contain;
    background-position: center center; }
    @media only screen and (max-width: 480px) {
      .careers-page .stats .top-stats {
        background-size: cover; } }
    .careers-page .stats .top-stats .row {
      display: inline-block; }
      @media only screen {
        .careers-page .stats .top-stats .row .stat {
          line-height: 1.5625rem;
          font-size: 3rem; } }
      @media only screen and (min-width: 681px) {
        .careers-page .stats .top-stats .row .stat {
          line-height: 1.5625rem;
          font-size: 3.35rem; } }
    .careers-page .stats .top-stats .row1 {
      padding: 1.875rem 0 0 0; }
    .careers-page .stats .top-stats .row2 {
      padding: 0 0 1.875rem 0; }
  .careers-page .stats .featured {
    color: #4faf4e; }

.careers-page #jobs-listing {
  margin-bottom: 1.875rem; }
  .careers-page #jobs-listing h2 {
    font-weight: 700;
    font-size: 2.25rem;
    color: #4faf4e; }
  .careers-page #jobs-listing .job-department {
    font-size: 1.4375rem;
    font-weight: 300;
    line-height: 1.75rem;
    margin-top: 1.875rem; }
  .careers-page #jobs-listing h3:nth-child(1) > .job-department {
    margin-top: 0; }
  .careers-page #jobs-listing .job-information {
    padding: 0.9375rem 0 0.625rem 1.25rem;
    background-color: #d8d8d8; }
  .careers-page #jobs-listing .job-title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
    margin-bottom: 0.625rem; }
    .careers-page #jobs-listing .job-title a {
      font-weight: bold;
      color: #000000; }
  .careers-page #jobs-listing .job-location {
    margin-bottom: 0.3125rem;
    font-weight: 300; }

.careers-page .kiva-love .profile {
  padding-bottom: 3.75rem; }

.careers-page .kiva-love .avatar {
  border-radius: 50%; }

@media only screen and (min-width: 536px) {
  .careers-page .kiva-love .newline {
    display: none; } }

@media only screen and (max-width: 480px) {
  .careers-page .about-video-wrapper .button-wrapper {
    top: 45%; } }

@media only screen and (max-width: 760px) {
  .careers-page .about-video-wrapper > div > div > a > span.white, .careers-page .about-video-wrapper > div > div > a > span.overlay, .careers-page .about-video-wrapper > div > div > a > span.overlay-bold, .careers-page .about-video-wrapper > div > div > a > span.slide-overlay, .careers-page .about-video-wrapper > div > div > a > span.slide-overlay-attribution, .careers-page .about-video-wrapper > div > div > a > span.slide-overlay-attribution-detail {
    font-size: 1.125rem; } }

.careers-page .benefits ul {
  margin-top: 0.9375rem; }

.careers-page .social_media {
  padding-top: 1.5625rem; }
  .careers-page .social_media .logos {
    padding-bottom: 170px; }
  .careers-page .social_media #logos a {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .facebookLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_facebook.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .twitterLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_twitter.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .instagramLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_instagram.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .youtubeLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_youtube.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .pinterestLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_pinterest.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .linkedinLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_linkedIn.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }
  .careers-page .social_media .themuseLogo {
    background: url(https://www-kiva-org.global.ssl.fastly.net/img/icon/social_themuse.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    margin-left: 19px; }

.email-settings {
  pointer-events: auto; }
  .email-settings .loading-spinner {
    width: 3rem;
    height: 3rem;
    margin-left: 50%;
    -ms-transform: translate(-50%);
        transform: translate(-50%);
    display: none; }
  .email-settings.loading .loading-spinner {
    display: inline-block; }
  .email-settings.loading form {
    display: none; }
  .email-settings.global-unsubscribe .region-block {
    opacity: .5;
    pointer-events: none; }
  .email-settings .input-wrapper {
    position: relative; }
    .email-settings .input-wrapper label {
      margin-bottom: 0.6rem; }
    .email-settings .input-wrapper input[type="checkbox"] {
      position: absolute;
      top: 0.1rem; }
      .email-settings .input-wrapper input[type="checkbox"] + label {
        margin-left: 1.25rem; }
    .email-settings .input-wrapper select {
      height: 1.75rem;
      padding: 0 1.5rem 0 0.5rem; }
    .email-settings .input-wrapper.nested {
      margin-top: -0.5rem;
      margin-bottom: 0.5rem; }
  .email-settings .global-region {
    margin: 1rem 0; }
    .email-settings .global-region label {
      display: inline-block;
      font-size: 1.2rem;
      margin-right: 1rem; }
    .email-settings .global-region select {
      display: inline-block;
      max-width: 13.5rem;
      margin-top: .5rem; }
  .email-settings .region-block {
    margin-bottom: 1rem; }
    .email-settings .region-block h3 {
      display: inline-block; }
    .email-settings .region-block .select-all,
    .email-settings .region-block .deselect-all {
      display: inline-block;
      margin-left: 1rem;
      margin-bottom: 1rem; }
    .email-settings .region-block .region-inner {
      margin-left: 1rem; }
    .email-settings .region-block select {
      display: block;
      margin-bottom: 1rem;
      width: auto; }
  .email-settings .region-inner a {
    display: inline-block;
    margin-bottom: 0.5rem; }
  .email-settings .submit-region {
    margin: 1rem 0; }
    .email-settings .submit-region .region-inner {
      margin-left: 1rem; }
    .email-settings .submit-region .button {
      width: auto;
      margin: 0;
      padding: 0 1.25rem; }
    .email-settings .submit-region .loading-spinner {
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem;
      margin: 0 0.25rem 0 0;
      -ms-transform: none;
          transform: none;
      vertical-align: middle; }
      .email-settings .submit-region .loading-spinner .line {
        background-color: #FFFFFF; }
    .email-settings .submit-region a {
      display: inline-block;
      margin-left: 1rem;
      line-height: 3rem; }

.rtp-page {
  /* TEAM LEADERS : START */
  /* TEAM LEADERS : END */
  /* STATS : START */
  /* STATS : END */
  /* STEPS : START */
  /* STEPS : END */
  /* LEARN MORE : START */
  /* LEARN MORE : END */
  /* APPLY NOW : START */
  /* APPLY NOW : END */ }
  .rtp-page h1 {
    color: #4faf4e;
    margin-top: 0;
    margin-bottom: 1.875rem; }
  .rtp-page h2 {
    margin-top: 3.125rem;
    margin-bottom: 1.875rem; }
  .rtp-page ul li {
    font-weight: 300; }
  .rtp-page a {
    font-weight: 300; }
  .rtp-page .photo {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 3.125rem; }
  .rtp-page .hr-divider {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }
  .rtp-page .rtp-editing {
    padding-top: 3.125rem; }
  .rtp-page .rtp-lead .ready-to-apply {
    margin-bottom: 3.125rem; }
  .rtp-page .rtp-lead div.read-more-link {
    margin-bottom: 3.125rem; }
  @media only screen and (max-width: 480px) {
    .rtp-page .rtp-lead .show-for-small-only img {
      margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .rtp-page .ready-to-apply {
      margin-bottom: 3.125rem; } }
  .rtp-page div.hide-for-small-only img:nth-child(1) {
    margin-bottom: 0; }
  .rtp-page div.hide-for-small-only img:nth-child(2) {
    margin-top: 3.125rem; }
  .rtp-page div.show-for-small-only.small-12.columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .rtp-page .rtp-header .text-frame {
    position: absolute;
    top: 40%;
    width: 100%; }
    @media only screen and (min-width: 480px) and (max-width: 590px) {
      .rtp-page .rtp-header .text-frame {
        top: 20% !important; } }
  .rtp-page .rtp-chevron {
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    width: 100%;
    min-width: 2.5rem;
    height: 1.5rem;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 681px) {
      .rtp-page .rtp-chevron {
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        width: 185%; } }
  .rtp-page .dates-title {
    text-align: center;
    color: #247037;
    font-size: 1.66rem;
    line-height: 1.66rem;
    padding-bottom: 0.5rem; }
  .rtp-page .dates-date {
    text-align: center;
    color: #247037;
    margin-bottom: 0;
    font-size: 0.875rem; }
  .rtp-page .rtp-stats-container {
    overflow: auto;
    background-color: #4faf4e;
    color: #247037; }
    @media only screen and (max-width: 480px) {
      .rtp-page .rtp-stats-container .top-stats {
        background-size: cover; } }
    .rtp-page .rtp-stats-container .top-stats .row {
      display: inline-block; }
      @media only screen {
        .rtp-page .rtp-stats-container .top-stats .row .stat {
          line-height: 1.5625rem; } }
      @media only screen and (min-width: 681px) {
        .rtp-page .rtp-stats-container .top-stats .row .stat {
          line-height: 1.5625rem; } }
    .rtp-page .rtp-stats-container .top-stats .row1 h1 {
      color: #247037;
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; }
    .rtp-page .rtp-stats-container .top-stats .row2 h1 {
      color: #FFFFFF; }
    .rtp-page .rtp-stats-container .top-stats .row2 .featured {
      margin-top: 1.875rem;
      margin-bottom: 3.125rem; }
  .rtp-page .rtp-steps {
    padding-top: 3.125rem; }
    .rtp-page .rtp-steps .header p.featured {
      margin-bottom: 3.125rem; }
      @media only screen and (min-width: 880px) and (max-width: 1550px) {
        .rtp-page .rtp-steps .header p.featured {
          padding-left: 5%;
          padding-right: 5%; } }
    .rtp-page .rtp-steps .header p:last-of-type {
      margin-bottom: 0; }
    .rtp-page .rtp-steps .content {
      text-align: center; }
      @media only screen and (max-width: 534px) {
        .rtp-page .rtp-steps .content {
          text-align: left; } }
    .rtp-page .rtp-steps .hr-divider {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; }
    .rtp-page .rtp-steps .steps {
      min-height: 100%;
      min-width: 100%;
      background-size: contain;
      padding-top: 3.125rem;
      margin-bottom: 3.125rem;
      padding-bottom: 3.125rem; }
      @media only screen and (max-width: 480px) {
        .rtp-page .rtp-steps .steps {
          background: url("//www.kiva.org/cms/page/images/rtp-steps-bkgrnd-sm-std.jpg") no-repeat; } }
      @media only screen and (min-width: 481px) and (max-width: 680px) {
        .rtp-page .rtp-steps .steps {
          background: url("//www.kiva.org/cms/page/images/rtp-steps-bkgrnd-med-std.jpg") no-repeat; } }
      @media only screen and (min-width: 681px) and (max-width: 760px) {
        .rtp-page .rtp-steps .steps {
          background: url("//www.kiva.org/cms/page/images/rtp-steps-bkgrnd-lg-std.jpg") no-repeat; } }
      @media only screen and (min-width: 761px) and (max-width: 988px) {
        .rtp-page .rtp-steps .steps {
          background: url("//www.kiva.org/cms/page/images/rtp-steps-bkgrnd-xl-std.jpg") no-repeat; } }
      @media only screen and (min-width: 989px) {
        .rtp-page .rtp-steps .steps {
          background: url("//www.kiva.org/cms/page/images/rtp-steps-bkgrnd-xxl-std.jpg") no-repeat; } }
      .rtp-page .rtp-steps .steps .text-frame {
        border: white 0.3125rem solid;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        max-width: 28.125rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; }
        @media only screen and (max-width: 480px) {
          .rtp-page .rtp-steps .steps .text-frame {
            max-width: 21.875rem; } }
        @media only screen and (min-width: 300px) and (max-width: 360px) {
          .rtp-page .rtp-steps .steps .text-frame {
            max-width: 18.125rem; } }
        .rtp-page .rtp-steps .steps .text-frame p {
          margin-bottom: 0; }
        .rtp-page .rtp-steps .steps .text-frame h2 {
          margin-top: 0;
          margin-bottom: 1.875rem; }
      .rtp-page .rtp-steps .steps .dotted-line {
        height: 2.5rem;
        width: 0;
        border-left: white 0.3125rem dashed;
        margin: 0 auto; }
      .rtp-page .rtp-steps .steps .footer {
        margin-top: 2.5rem;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%; }
        @media only screen and (max-width: 680px) {
          .rtp-page .rtp-steps .steps .footer {
            text-align: left;
            padding-left: 1.25rem;
            padding-right: 1.25rem; } }
  .rtp-page .rtp-learn-more {
    text-align: center;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 480px) {
      .rtp-page .rtp-learn-more {
        text-align: left; } }
    @media only screen and (min-width: 880px) and (max-width: 1550px) {
      .rtp-page .rtp-learn-more .row {
        padding-left: 5%;
        padding-right: 5%; } }
  .rtp-page .rtp-apply-now {
    margin-bottom: 3.125rem; }
    .rtp-page .rtp-apply-now .text-frame {
      position: absolute;
      top: 35%;
      width: 100%; }
      @media only screen and (min-width: 480px) and (max-width: 590px) {
        .rtp-page .rtp-apply-now .text-frame {
          top: 20% !important; } }

.legacy-giving a {
  color: #118aec;
  font-weight: 300; }

.legacy-giving li {
  font-weight: 300; }

.legacy-giving span {
  font-weight: bold; }

.legacy-giving .section {
  margin-bottom: 2.5rem; }

.legacy-giving .section h2 {
  margin-bottom: 1.875rem; }

.legacy-giving .padding-top {
  padding-top: 1.5625rem; }

@media only screen and (min-width: 481px) {
  .legacy-giving .section.address {
    text-align: center; }
  .legacy-giving .vertical-line {
    border-right: 1px solid #d8d8d8; }
  .legacy-giving .leave-donation {
    padding-right: 3.125rem; }
  .legacy-giving .leave-funds {
    padding-left: 3.125rem; }
  .legacy-giving .padding-bottom {
    padding-bottom: 1.5625rem; }
  .legacy-giving .padding-top {
    padding-top: 3.125rem; } }

.ac-container.ac-title {
  margin: 0;
  display: block;
  position: relative; }
  .ac-container.ac-title h2 {
    width: 90%; }

.ac-container .ac-dropdown-icon {
  display: inline; }
  .ac-container .ac-dropdown-icon .icon {
    position: absolute;
    right: 1px;
    margin-top: .2rem;
    height: 1rem;
    width: 1.5625rem;
    fill: none;
    stroke: #484848;
    transition: transform 0.3s ease-in-out; }
    .ac-container .ac-dropdown-icon .icon.loan-tags-dropdown {
      right: 1rem; }

.ac-container .ac-input:checked + .ac-title .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.ac-container[aria-expanded="true"] .icon {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.ac-container .ac-input {
  display: none; }

.ac-body, [data-kv-accordion] + * {
  overflow: hidden;
  transition: height 500ms ease-in-out; }
  .ac-body[aria-hidden="true"], .ac-body[aria-hidden="false"], [data-kv-accordion] + *[aria-hidden="true"], [data-kv-accordion] + *[aria-hidden="false"] {
    display: block; }
  .ac-body[aria-hidden="true"], [data-kv-accordion] + *[aria-hidden="true"] {
    height: 0; }

.arrow-steps ul li.arrow:after, .arrow-steps ul li.arrow:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-steps {
  margin-top: 1rem; }
  .arrow-steps ul {
    margin-left: 0; }
    .arrow-steps ul li {
      display: inline-block;
      height: 32px;
      margin-left: -4px;
      padding-left: 2rem;
      padding-right: 1rem;
      line-height: 30px;
      background: transparent;
      text-align: center;
      color: #247037;
      position: relative;
      border-top: 1px solid #484848;
      border-bottom: 1px solid #484848;
      font-size: 18px; }
      .arrow-steps ul li a {
        color: #247037; }
      .arrow-steps ul li:first-of-type {
        margin-left: 0; }
      .arrow-steps ul li:last-of-type {
        border-right: 1px solid #484848; }
      .arrow-steps ul li.active {
        background-color: #247037;
        color: #FFFFFF;
        border-bottom: 1px solid #247037; }
        .arrow-steps ul li.active a {
          color: #FFFFFF; }
      .arrow-steps ul li.arrow:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #FFFFFF;
        border-width: 15px;
        margin-top: -15px; }
      .arrow-steps ul li.arrow:before {
        border-color: rgba(51, 51, 51, 0);
        border-left-color: #484848;
        border-width: 16px;
        margin-top: -16px; }
      .arrow-steps ul li.arrow.active:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #247037; }

.checkout-steps {
  margin: 0; }
  .checkout-steps ul {
    line-height: 100%;
    margin: 0; }
    .checkout-steps ul li {
      width: 33%; }
      @media only screen and (max-width: 480px) {
        .checkout-steps ul li {
          font-size: 0.875rem;
          padding-left: 1rem;
          padding-right: 0;
          height: 26px;
          line-height: 24px; } }
      @media only screen and (max-width: 480px) {
        .checkout-steps ul li.arrow:after {
          border-width: 12px;
          margin-top: -12px; } }
      @media only screen and (max-width: 480px) {
        .checkout-steps ul li.arrow:before {
          border-width: 13px;
          margin-top: -13px; } }
      @media only screen and (max-width: 480px) {
        .checkout-steps ul li.arrow.active:after {
          border-width: 12px 0 12px 12px; } }
    .checkout-steps ul li:last-child {
      width: 34%;
      padding-left: 0;
      padding-right: 0em;
      margin-right: -4px;
      border-right: 1px solid #484848; }
      .checkout-steps ul li:last-child:after {
        width: 0;
        height: 0;
        border: none; }
      .checkout-steps ul li:last-child:before {
        border: none; }

.triple-state-buttons, .quintuple-state-buttons {
  position: relative;
  background-color: #FFFFFF; }
  .triple-state-buttons label.ts-label, .triple-state-buttons label.qs-label, .quintuple-state-buttons label.ts-label, .quintuple-state-buttons label.qs-label {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    line-height: 2.1875rem;
    border: 0.0625rem solid #484848;
    color: #484848; }
    .triple-state-buttons label.ts-label:hover, .triple-state-buttons label.qs-label:hover, .quintuple-state-buttons label.ts-label:hover, .quintuple-state-buttons label.qs-label:hover {
      color: #4faf4e;
      border-color: #4faf4e; }
    .triple-state-buttons label.ts-label:nth-of-type(even), .triple-state-buttons label.qs-label:nth-of-type(even), .quintuple-state-buttons label.ts-label:nth-of-type(even), .quintuple-state-buttons label.qs-label:nth-of-type(even) {
      border-left: none; }
    .triple-state-buttons label.ts-label.ts-floater, .triple-state-buttons label.ts-label.qs-floater, .triple-state-buttons label.qs-label.ts-floater, .triple-state-buttons label.qs-label.qs-floater, .quintuple-state-buttons label.ts-label.ts-floater, .quintuple-state-buttons label.ts-label.qs-floater, .quintuple-state-buttons label.qs-label.ts-floater, .quintuple-state-buttons label.qs-label.qs-floater {
      display: none;
      position: absolute;
      border-color: #484848; }
  .triple-state-buttons label.qs-label:nth-of-type(3n), .triple-state-buttons label.qs-label:nth-of-type(4n), .quintuple-state-buttons label.qs-label:nth-of-type(3n), .quintuple-state-buttons label.qs-label:nth-of-type(4n) {
    border-top: none; }
  .triple-state-buttons input, .quintuple-state-buttons input {
    display: none; }
    .triple-state-buttons input:checked + label.ts-label,
    .triple-state-buttons input:checked + label.qs-label, .quintuple-state-buttons input:checked + label.ts-label,
    .quintuple-state-buttons input:checked + label.qs-label {
      border-color: #4faf4e;
      color: #FFFFFF;
      background-color: #4faf4e;
      font-weight: bold; }
      .triple-state-buttons input:checked + label.ts-label:hover,
      .triple-state-buttons input:checked + label.qs-label:hover, .quintuple-state-buttons input:checked + label.ts-label:hover,
      .quintuple-state-buttons input:checked + label.qs-label:hover {
        color: #FFFFFF; }
    .triple-state-buttons input.ts-left:checked ~ label.ts-floater,
    .triple-state-buttons input.qs-left-top:checked ~ label.qs-floater, .quintuple-state-buttons input.ts-left:checked ~ label.ts-floater,
    .quintuple-state-buttons input.qs-left-top:checked ~ label.qs-floater {
      display: block;
      left: 0;
      top: 0; }
    .triple-state-buttons input.ts-right:checked ~ label.ts-floater,
    .triple-state-buttons input.qs-right-top:checked ~ label.qs-floater, .quintuple-state-buttons input.ts-right:checked ~ label.ts-floater,
    .quintuple-state-buttons input.qs-right-top:checked ~ label.qs-floater {
      display: block;
      right: 0;
      top: 0;
      border-left: none; }
    .triple-state-buttons input.qs-left-bottom:checked ~ label.qs-floater, .quintuple-state-buttons input.qs-left-bottom:checked ~ label.qs-floater {
      display: block;
      left: 0;
      bottom: 0; }
    .triple-state-buttons input.qs-right-bottom:checked ~ label.qs-floater, .quintuple-state-buttons input.qs-right-bottom:checked ~ label.qs-floater {
      display: block;
      right: 0;
      bottom: 0;
      border-left: none; }

.loading-spinner {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 4rem; }
  .loading-spinner .line {
    position: absolute;
    width: 10%;
    height: 30%;
    background: #000000;
    animation: fade 0.7s linear infinite; }
  .loading-spinner .line:nth-of-type(1) {
    left: 25.2512626585%;
    top: 74.7487373415%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    animation-delay: -0.6125s; }
  .loading-spinner .line:nth-of-type(2) {
    left: 15%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
    animation-delay: -0.525s; }
  .loading-spinner .line:nth-of-type(3) {
    left: 25.2512626585%;
    top: 25.2512626585%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
        transform: translateX(-50%) translateY(-50%) rotate(135deg);
    animation-delay: -0.4375s; }
  .loading-spinner .line:nth-of-type(4) {
    left: 49.9999999996%;
    top: 15.0000000026%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
        transform: translateX(-50%) translateY(-50%) rotate(180deg);
    animation-delay: -0.35s; }
  .loading-spinner .line:nth-of-type(5) {
    left: 74.7487372807%;
    top: 25.2512630138%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg);
        transform: translateX(-50%) translateY(-50%) rotate(225deg);
    animation-delay: -0.2625s; }
  .loading-spinner .line:nth-of-type(6) {
    left: 84.9999960166%;
    top: 50.0000193811%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(270deg);
        transform: translateX(-50%) translateY(-50%) rotate(270deg);
    animation-delay: -0.175s; }
  .loading-spinner .line:nth-of-type(7) {
    left: 74.7486010708%;
    top: 74.7493050202%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(315deg);
        transform: translateX(-50%) translateY(-50%) rotate(315deg);
    animation-delay: -0.0875s; }
  .loading-spinner .line:nth-of-type(8) {
    left: 49.9971040667%;
    top: 85.0105428415%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(360deg);
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    animation-delay: 0s; }

@keyframes fade {
  0% {
    opacity: 1; }
  75%, 100% {
    opacity: 0; } }

.decision-point-lightbox .button {
  width: 100%;
  min-width: 12rem;
  padding: 0;
  font-size: 1rem; }
  .decision-point-lightbox .button.main-option {
    margin-right: 1.25rem; }
  .decision-point-lightbox .button.alternative-option {
    background: transparent;
    border: solid 1px #FFFFFF; }
  @media only screen and (min-width: 681px) {
    .decision-point-lightbox .button {
      width: auto;
      padding: 0 2rem; } }

#help-text-lightbox .row {
  padding: 1.111rem; }
  #help-text-lightbox .row .columns {
    padding: 0; }

.repayment-schedule-lightbox a:visited {
  color: #118aec; }

.repayment-schedule-lightbox .show-advanced, .repayment-schedule-lightbox .hide-advanced {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.repayment-schedule-lightbox .repayment-schedule-wrapper {
  white-space: nowrap;
  overflow-x: scroll; }
  .repayment-schedule-lightbox .repayment-schedule-wrapper td:last-of-type {
    white-space: normal; }
  .repayment-schedule-lightbox .repayment-schedule-wrapper .simple-repayment-schedule .icon-checkbox-good, .repayment-schedule-lightbox .repayment-schedule-wrapper .simple-repayment-schedule .icon-checkbox-bad, .repayment-schedule-lightbox .repayment-schedule-wrapper .advanced-repayment-schedule .icon-checkbox-good, .repayment-schedule-lightbox .repayment-schedule-wrapper .advanced-repayment-schedule .icon-checkbox-bad {
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
    width: 1rem;
    margin-right: 0.25rem; }

#credit-summary-table a.close-reveal-modal {
  position: absolute; }

.credit-summary-lightbox .credit-summary-wrapper {
  overflow-x: scroll;
  background-color: #FFFFFF; }
  .credit-summary-lightbox .credit-summary-wrapper table tr:nth-of-type(even) {
    background-color: #efefef; }
  .credit-summary-lightbox .credit-summary-wrapper .credit-summary {
    border-style: none; }
  .credit-summary-lightbox .credit-summary-wrapper th#creditsDescriptor {
    background-color: #d8d8d8; }
  .credit-summary-lightbox .credit-summary-wrapper .totalCredit, .credit-summary-lightbox .credit-summary-wrapper .totalDebit, .credit-summary-lightbox .credit-summary-wrapper .creditSummaryTotal {
    font-size: 1.375rem;
    line-height: 1.875rem;
    background-color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0.9375rem; }
    @media only screen and (min-width: 681px) {
      .credit-summary-lightbox .credit-summary-wrapper .totalCredit, .credit-summary-lightbox .credit-summary-wrapper .totalDebit, .credit-summary-lightbox .credit-summary-wrapper .creditSummaryTotal {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
  .credit-summary-lightbox .credit-summary-wrapper .creditSummaryTotal {
    color: #484848; }
  .credit-summary-lightbox .credit-summary-wrapper .totalCredit {
    color: #4faf4e; }
  .credit-summary-lightbox .credit-summary-wrapper .totalDebit {
    color: #d74937; }

#save-search-modal .save-search-header {
  color: #FFFFFF; }

#save-search-modal input {
  margin-bottom: 0; }

#save-search-modal label {
  color: #FFFFFF;
  margin-bottom: 0.625rem; }

#save-search-modal .submit-save-search {
  width: 100%; }
  @media only screen and (min-width: 481px) {
    #save-search-modal .submit-save-search {
      font-size: 1.15rem; } }

#save-search-modal [for=save-search-alert] {
  display: block; }

#save-search-modal .save-search-alert-box {
  margin: 0.625rem 0; }

#save-search-modal .lightbox-content .inner {
  padding: 0; }

#save-search-modal .lightbox-content .save-search-alert-label {
  display: block;
  text-indent: -1.375rem;
  padding-left: 1.375rem; }
  #save-search-modal .lightbox-content .save-search-alert-label .save-search-alert-checkbox {
    margin-right: 0.3125rem; }
    @media only screen and (max-width: 480px) {
      #save-search-modal .lightbox-content .save-search-alert-label .save-search-alert-checkbox {
        vertical-align: middle; } }

div.flag-comment-lightbox input {
  margin-bottom: 0; }

div.flag-comment-lightbox label {
  color: #FFFFFF;
  margin-bottom: 10px; }

div.flag-comment-lightbox .submit-flag {
  width: 100%; }
  @media only screen and (min-width: 481px) {
    div.flag-comment-lightbox .submit-flag {
      font-size: 1.15rem; } }

div.flag-comment-lightbox .lightbox-content .inner {
  padding: 0; }

#countrySelectModal .lightbox-content {
  padding-top: 0; }

#countrySelectModal .white-background-box {
  position: relative;
  padding: 4rem 1.25rem; }

#countrySelectModal #filter-country-submit {
  width: 100%;
  bottom: -1.25rem;
  position: fixed;
  max-width: none;
  height: 4.125rem;
  line-height: 2.75rem;
  z-index: 1200;
  left: 0;
  color: #FFFFFF;
  box-shadow: 0px -1px 3px 0px rgba(51, 51, 51, 0.3); }

#countrySelectModal a.close-reveal-modal {
  position: absolute;
  top: 0;
  float: right;
  padding: 1.25rem; }

@media only screen and (min-width: 681px) {
  .csscolumns #countrySelectModal #country-list {
    column-count: 2; } }

@media only screen and (min-width: 989px) {
  .csscolumns #countrySelectModal #country-list {
    column-count: 3; } }

.csscolumns #countrySelectModal #country-list .region-name {
  break-inside: avoid;
  padding-top: 1rem; }

.no-csscolumns #countrySelectModal #country-list {
  width: 14rem;
  margin: 0 auto;
  padding-left: 3rem; }

#countrySelectModal .checkbox-input:first-of-type {
  margin-top: 0.4375rem; }

#countrySelectModal .checkbox-input input {
  margin-top: 0.1875rem;
  margin-right: 0; }

#countrySelectModal .checkbox-input label {
  vertical-align: middle; }

@media only screen and (max-width: 480px) {
  #countrySelectModal .region-name {
    line-height: 2.5rem; }
  #countrySelectModal .country {
    border-bottom: 1px solid #d8d8d8; }
    #countrySelectModal .country:first-of-type {
      border-top: 1px solid #d8d8d8; }
    #countrySelectModal .country .country-name {
      font-size: 1rem; } }

.reveal-modal button.get-started-button {
  display: block;
  margin: 1.5rem auto;
  position: static;
  color: #FFFFFF;
  font-size: 1.25rem; }
  @media only screen and (min-width: 681px) {
    .reveal-modal button.get-started-button {
      font-size: 1.5rem; } }

#countries-lent-to-lightbox p {
  font-weight: normal; }

.country-list-heading {
  margin-bottom: 0.5rem;
  font-weight: bold; }

.portfolio-countries-list {
  column-count: 1;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 989px) {
    .portfolio-countries-list {
      column-count: 2; } }

.inactive-account-settings #inactivity_form label {
  color: #FFFFFF;
  margin: 0 0 0.25rem 0;
  max-width: calc(100% - 1.5rem);
  vertical-align: top; }

.inactive-account-settings #inactivity_form input[type="radio"] {
  margin-right: 0.25rem; }

.inactive-account-settings #inactivity_form .save-my-settings {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.inactive-account-settings #inactivity_form #email_input {
  display: none; }

.inactive-account-settings #inactivity_form .return-to-paypal:checked ~ #email_input {
  display: block; }

#compose-message-modal .compose-message-content {
  margin-top: 1rem;
  height: 100%;
  padding: 0.5rem 0 1rem;
  background-color: #FAFAFA; }
  @media only screen and (min-width: 681px) {
    #compose-message-modal .compose-message-content {
      padding: 2rem 0; } }
  #compose-message-modal .compose-message-content .lender-avatar .circle-avatar {
    width: 6rem;
    height: 6rem;
    margin-top: -1rem;
    margin-left: -1rem; }
    @media only screen and (min-width: 681px) {
      #compose-message-modal .compose-message-content .lender-avatar .circle-avatar {
        margin-top: -1.75rem; } }
  #compose-message-modal .compose-message-content .other-lender-info {
    vertical-align: middle;
    color: #484848; }
    @media only screen and (min-width: 681px) {
      #compose-message-modal .compose-message-content .other-lender-info {
        text-align: center;
        padding-top: 0;
        min-width: 10rem;
        padding-left: 0.5rem; } }
  #compose-message-modal .compose-message-content .submit-message-btn {
    padding: 0; }
    #compose-message-modal .compose-message-content .submit-message-btn button {
      padding: 0; }
  #compose-message-modal .compose-message-content .message-disclaimer {
    color: #484848;
    padding: 0; }
    @media only screen and (min-width: 481px) {
      #compose-message-modal .compose-message-content .message-disclaimer {
        padding-left: 1rem; } }

#compose-message-modal .message-error-content {
  background-color: #FAFAFA;
  color: #484848;
  padding: 1rem;
  margin-top: 1rem; }

.photo-headline {
  margin-top: 2rem;
  padding: 0 2rem;
  color: #484848;
  background: -o-linear-gradient(transparent, transparent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

@media only screen and (max-width: 480px) {
  .photo-headline {
    background: -webkit-linear-gradient(transparent, transparent), url(https://www.kiva.org/cms/page/images/start-sm-std.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

@media only screen and (min-width: 481px) and (max-width: 680px) {
  .photo-headline {
    background: -webkit-linear-gradient(transparent, transparent), url(https://www.kiva.org/cms/page/images/start-med-std.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

@media only screen and (min-width: 681px) {
  .photo-headline {
    background: -webkit-linear-gradient(transparent, transparent), url(https://www.kiva.org/cms/page/images/start-lg-std.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; } }

.social-media-list-wrapper {
  margin: 2.5rem auto; }
  .social-media-list-wrapper .follow-us {
    margin-bottom: 0.625rem;
    color: #4faf4e;
    font-weight: bold; }
  .social-media-list-wrapper .social-media-icon-list {
    max-width: 90vw;
    margin: 0 auto; }
    @media only screen and (min-width: 681px) {
      .social-media-list-wrapper .social-media-icon-list {
        max-width: 50vw; } }
    .social-media-list-wrapper .social-media-icon-list li {
      width: 18vw;
      margin: 0; }
      @media only screen and (min-width: 681px) {
        .social-media-list-wrapper .social-media-icon-list li {
          width: 10vw; } }
    .social-media-list-wrapper .social-media-icon-list svg, .social-media-list-wrapper .social-media-icon-list a {
      width: 15vw;
      max-width: 5.625rem;
      height: 15vw;
      margin: 0 auto; }
      @media only screen and (min-width: 681px) {
        .social-media-list-wrapper .social-media-icon-list svg, .social-media-list-wrapper .social-media-icon-list a {
          width: 7vw;
          height: 7vw; } }

.text-on-background-image {
  position: relative;
  background-size: cover; }
  .text-on-background-image .wrapper {
    display: table;
    width: 100%; }
    .text-on-background-image .wrapper .container {
      display: table-row; }
      .text-on-background-image .wrapper .container .content {
        display: table-cell;
        padding: 1.875rem;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (min-width: 481px) {
          .text-on-background-image .wrapper .container .content {
            height: 15.625rem; } }
        .text-on-background-image .wrapper .container .content p {
          margin-bottom: 0; }

.view-buttons input {
  display: none; }
  .view-buttons input:checked + label {
    display: none;
    background-color: #484848; }
    @media only screen and (min-width: 481px) {
      .view-buttons input:checked + label {
        display: block; } }
    .view-buttons input:checked + label .icon-list {
      stroke: #FFFFFF; }
    .view-buttons input:checked + label .icon-grid {
      fill: #FFFFFF; }

.view-buttons input + label {
  margin: 0;
  line-height: 0;
  height: 1.625rem;
  width: 2.03125rem;
  text-align: center;
  float: left;
  border: 1px solid #484848; }
  @media only screen and (min-width: 481px) {
    .view-buttons input + label {
      height: 2rem;
      width: 2.5rem; }
      .view-buttons input + label:first-of-type {
        border-right: none; }
      .view-buttons input + label:last-of-type {
        border-left: none; } }

.view-buttons svg {
  width: 50%;
  height: 100%; }

.statistic-display {
  text-align: center; }
  @media only screen and (min-width: 681px) {
    .statistic-display {
      text-align: left; } }
  .statistic-display .statistic-label {
    margin-bottom: 3px; }
  .statistic-display .icon {
    height: 1rem;
    width: 1rem;
    vertical-align: text-top;
    margin-right: 0.25rem; }
  .statistic-display .statistic-additional-text {
    color: #999; }

.icon-toggle input {
  display: none; }
  .icon-toggle input:checked + label {
    background-color: #484848; }

.icon-toggle input + label {
  margin: 0;
  line-height: 0;
  height: 1.625rem;
  width: 2.03125rem;
  text-align: center;
  float: left;
  border: 1px solid #484848; }
  @media only screen and (min-width: 481px) {
    .icon-toggle input + label {
      height: 2rem;
      width: 2.5rem; }
      .icon-toggle input + label:first-of-type {
        border-right: none; }
      .icon-toggle input + label:last-of-type {
        border-left: none; } }

.icon-toggle svg {
  width: 50%;
  height: 100%; }

.faq-container .ac-container .question-wrap {
  display: inline;
  font-weight: bold;
  padding-right: 1.875rem; }

.faq-container .ac-container.ac-title {
  border-top: 0.0625rem solid black;
  padding: 0.3125rem 0;
  cursor: pointer; }

.faq-container .faq-title {
  border-top: 0.0625rem solid black;
  padding: 0.625rem 0;
  margin: 0; }

.trustee-endorse-lightbox .button {
  width: 100%; }
  @media only screen and (max-width: 680px) {
    .trustee-endorse-lightbox .button {
      font-size: 1rem; } }

.trustee-endorse-lightbox .img {
  width: 100%; }

.trustee-endorse-lightbox .why-endorse {
  width: 100%;
  height: 6rem; }

#trustee-invite-link-edit-lightbox .noPadding {
  padding: 0; }

#trustee-invite-link-edit-lightbox .prefix {
  background: #d8d8d8; }

/* 2016 Holiday Kiva Card up-sell banner on basket*/
.kivaCardUpsellLink .holidayKivaCardBannerImg {
  width: 96%;
  display: block;
  margin: 0 auto; }

.donation-page-form input[type="radio"] {
  display: none; }

.donation-page-form input[type="radio"]:checked + label,
.donation-page-form input[type="radio"]:hover + label,
.donation-page-form input[type="radio"]:hover + label.button {
  background-color: #4faf4e;
  border: 1px solid #484848;
  box-shadow: 0 1px #484848;
  color: white; }

.donation-page-form .amount-input {
  width: 100%;
  height: 3.125rem; }

.donation-page-form .donate-monthly-checkbox {
  padding-top: 0.625rem; }
  .donation-page-form .donate-monthly-checkbox .donateMonthly {
    padding-left: 0.625rem; }

.donation-page-form label {
  display: inline-block;
  width: 100%;
  height: 2.8125rem;
  padding-top: 0.625rem;
  margin-bottom: 0.625rem; }

.donation-page-form label.amount-button {
  height: 3.125rem;
  margin-left: 0;
  line-height: 1.625rem; }
  @media only screen and (max-width: 480px) {
    .donation-page-form label.amount-button {
      padding-top: 0.8125rem;
      padding-left: 1.625rem; } }

.pagination {
  text-align: center;
  font-weight: bold; }
  .pagination a {
    padding: 0 0.25rem; }
    .pagination a:visited {
      color: #118aec; }
    .pagination a.disabled {
      cursor: default;
      color: #d8d8d8; }
      .pagination a.disabled:hover, .pagination a.disabled:active, .pagination a.disabled:focus {
        text-decoration: none;
        color: #d8d8d8;
        outline: none; }
      .pagination a.disabled:visited {
        color: #d8d8d8; }

.avatar-initials a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.avatar-initial:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.2rem solid;
  border-radius: 50%;
  background-color: #FFFFFF; }

.avatar-initial div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden; }

.avatar-initial span.letter {
  display: inline-block;
  line-height: 0;
  height: 100%;
  -ms-transform: translate(0, -33%);
      transform: translate(0, -33%);
  font-weight: bold;
  font-size: calc(2.8rem + (4.3 - 2.8) * ((100vw - 38rem) / (55 - 38))); }

.avatar-initial span.strut {
  display: inline-block;
  height: 100%; }

.initial-A {
  color: #4faf4e; }
  .initial-A:hover {
    color: #4faf4e; }
  .initial-A:before {
    border-color: #4faf4e; }

.initial-B {
  color: #006ed3; }
  .initial-B:hover {
    color: #006ed3; }
  .initial-B:before {
    border-color: #006ed3; }

.initial-C {
  color: #5141A5; }
  .initial-C:hover {
    color: #5141A5; }
  .initial-C:before {
    border-color: #5141A5; }

.initial-D {
  color: #d74937; }
  .initial-D:hover {
    color: #d74937; }
  .initial-D:before {
    border-color: #d74937; }

.initial-E {
  color: #F8E71C; }
  .initial-E:hover {
    color: #F8E71C; }
  .initial-E:before {
    border-color: #F8E71C; }

.initial-F {
  color: #247037; }
  .initial-F:hover {
    color: #247037; }
  .initial-F:before {
    border-color: #247037; }

.initial-G {
  color: #6AE0FF; }
  .initial-G:hover {
    color: #6AE0FF; }
  .initial-G:before {
    border-color: #6AE0FF; }

.initial-H {
  color: #A54195; }
  .initial-H:hover {
    color: #A54195; }
  .initial-H:before {
    border-color: #A54195; }

.initial-I {
  color: #3200B2; }
  .initial-I:hover {
    color: #3200B2; }
  .initial-I:before {
    border-color: #3200B2; }

.initial-J {
  color: #FF030E; }
  .initial-J:hover {
    color: #FF030E; }
  .initial-J:before {
    border-color: #FF030E; }

.initial-K {
  color: #FF7E03; }
  .initial-K:hover {
    color: #FF7E03; }
  .initial-K:before {
    border-color: #FF7E03; }

.initial-L {
  color: #66FE8D; }
  .initial-L:hover {
    color: #66FE8D; }
  .initial-L:before {
    border-color: #66FE8D; }

.initial-M {
  color: #B2A500; }
  .initial-M:hover {
    color: #B2A500; }
  .initial-M:before {
    border-color: #B2A500; }

.initial-N {
  color: #B25C00; }
  .initial-N:hover {
    color: #B25C00; }
  .initial-N:before {
    border-color: #B25C00; }

.initial-O {
  color: #FFAA50; }
  .initial-O:hover {
    color: #FFAA50; }
  .initial-O:before {
    border-color: #FFAA50; }

.initial-P {
  color: #F90AFF; }
  .initial-P:hover {
    color: #F90AFF; }
  .initial-P:before {
    border-color: #F90AFF; }

.initial-Q {
  color: #aee15c; }
  .initial-Q:hover {
    color: #aee15c; }
  .initial-Q:before {
    border-color: #aee15c; }

.initial-R {
  color: #FF4F57; }
  .initial-R:hover {
    color: #FF4F57; }
  .initial-R:before {
    border-color: #FF4F57; }

.initial-S {
  color: #A3A6FF; }
  .initial-S:hover {
    color: #A3A6FF; }
  .initial-S:before {
    border-color: #A3A6FF; }

.initial-T {
  color: #FFD803; }
  .initial-T:hover {
    color: #FFD803; }
  .initial-T:before {
    border-color: #FFD803; }

.initial-U {
  color: #118aec; }
  .initial-U:hover {
    color: #118aec; }
  .initial-U:before {
    border-color: #118aec; }

.initial-V {
  color: #49953f; }
  .initial-V:hover {
    color: #49953f; }
  .initial-V:before {
    border-color: #49953f; }

.initial-W {
  color: #49953f; }
  .initial-W:hover {
    color: #49953f; }
  .initial-W:before {
    border-color: #49953f; }

.initial-X {
  color: #999; }
  .initial-X:hover {
    color: #999; }
  .initial-X:before {
    border-color: #999; }

.initial-Y {
  color: #0066a9; }
  .initial-Y:hover {
    color: #0066a9; }
  .initial-Y:before {
    border-color: #0066a9; }

.initial-Z {
  color: #484848; }
  .initial-Z:hover {
    color: #484848; }
  .initial-Z:before {
    border-color: #484848; }

.lender-message .other-lender {
  color: #999;
  line-height: 1.5;
  margin-bottom: 1rem;
  position: relative; }
  .lender-message .other-lender .circle-avatar {
    width: 3rem;
    height: 3rem;
    margin-left: 0;
    margin-right: 0; }
  .lender-message .other-lender .lender-avatar {
    position: absolute; }
  .lender-message .other-lender div {
    margin-left: 4rem; }

.lender-message .message-body {
  clear: both;
  word-wrap: break-word; }

.whats-next-wrapper {
  border-top: 0.0625rem solid #999;
  border-bottom: 0.0625rem solid #999;
  margin: 0 0 2.1875rem;
  padding-top: 1.5625rem; }
  .whats-next-wrapper .whats-next-action {
    display: inline-block;
    margin-bottom: 1.5625rem;
    margin-top: 0.625rem; }
  .whats-next-wrapper .paging.row {
    max-width: 45.5625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

@media only screen and (min-width:989px) {
  .whats-next-wrapper .paging.row {
    padding-right: 0; } }
    .whats-next-wrapper .paging.row .slick-dots {
      height: 0;
      margin: 0; }
    .whats-next-wrapper .paging.row .slick-dots li {
      display: inline-block;
      margin: 0.4375rem;
      cursor: pointer; }
    .whats-next-wrapper .paging.row .slick-dots li button {
      line-height: 0;
      width: 1rem;
      height: 1rem;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0.125rem solid #999;
      background-color: #FFFFFF;
      border-radius: 1rem;
      box-shadow: none;
      top: 0.75rem; }
    .whats-next-wrapper .paging.row .slick-dots li.slick-active button {
      background-color: #999; }

@media only screen {
  .whats-next-wrapper .paging.row .previous-button,
  .whats-next-wrapper .paging.row .next-button {
    padding: 1rem 2rem;
    width: 40%; }
    .whats-next-wrapper .paging.row .previous-button .previous-arrow, .whats-next-wrapper .paging.row .previous-button .next-arrow,
    .whats-next-wrapper .paging.row .next-button .previous-arrow,
    .whats-next-wrapper .paging.row .next-button .next-arrow {
      width: 1.125rem;
      height: 2.75rem;
      top: 0.25rem; }
  @media only screen and (max-width: 480px) {
    .whats-next-wrapper .paging.row .previous-button .previous-arrow, .whats-next-wrapper .paging.row .previous-button .next-arrow,
    .whats-next-wrapper .paging.row .next-button .previous-arrow,
    .whats-next-wrapper .paging.row .next-button .next-arrow {
      top: 0.375rem;
      right: calc(50% + 1.8rem); } }
  @media only screen and (min-width:481px) {
    .whats-next-wrapper .paging.row .previous-button .previous-arrow, .whats-next-wrapper .paging.row .previous-button .next-arrow,
    .whats-next-wrapper .paging.row .next-button .previous-arrow,
    .whats-next-wrapper .paging.row .next-button .next-arrow {
      top: 0.375rem;
      right: calc(50% + 2.7rem); } }
  @media only screen and (max-width: 480px) {
    .whats-next-wrapper .paging.row .previous-button .next-arrow,
    .whats-next-wrapper .paging.row .next-button .next-arrow {
      left: calc(50% + 0.9rem); } }
  @media only screen and (min-width:481px) {
    .whats-next-wrapper .paging.row .previous-button .next-arrow,
    .whats-next-wrapper .paging.row .next-button .next-arrow {
      left: calc(50% + 2.7rem); } } }

.upcoming-repayments {
  border-top: 1px solid #d8d8d8;
  margin-bottom: 1rem; }
  .upcoming-repayments table {
    border: none;
    margin-bottom: 1rem; }
    .upcoming-repayments table tr {
      background-color: #FFFFFF; }
      .upcoming-repayments table tr.overdue {
        background-color: #fee259; }
    .upcoming-repayments table td {
      padding-right: 0;
      font-weight: 100; }
    .upcoming-repayments table td:last-of-type {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-right: 0.625rem;
      text-align: right; }
      @media only screen and (min-width: 481px) {
        .upcoming-repayments table td:last-of-type {
          padding-right: 1.25rem; } }
    .upcoming-repayments table .button {
      padding: 0 1rem;
      margin: 0;
      height: 1.5rem;
      line-height: 1.5rem; }
      @media only screen and (min-width: 481px) {
        .upcoming-repayments table .button {
          font-size: 1rem;
          height: 1.8rem;
          line-height: 1.8rem; } }
    @media only screen and (min-width: 481px) {
      .upcoming-repayments table th, .upcoming-repayments table td {
        font-size: 1rem;
        line-height: 1.75rem; } }
  .upcoming-repayments .more-info {
    text-align: center;
    font-size: 0.875rem; }
    @media only screen and (min-width: 481px) {
      .upcoming-repayments .more-info {
        font-size: 1rem; } }

.endorsement-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .endorsement-select.active {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
  .endorsement-select.loading label .icon {
    display: none; }
  .endorsement-select.loading .loading-spinner {
    display: inline-block; }
  .endorsement-select .loading-spinner {
    display: none;
    width: 1.6rem;
    height: 1.6rem; }
    .endorsement-select .loading-spinner .line {
      background-color: #FFFFFF; }
  .endorsement-select label {
    padding: 0.75rem 1rem;
    position: relative;
    background-color: #FAFAFA; }
    .endorsement-select label input {
      float: left; }
    .endorsement-select label span {
      pointer-events: none;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #d8d8d8;
      padding-top: 0.75rem;
      text-align: center; }
    .endorsement-select label .icon {
      width: 0.8rem;
      height: 0.8rem;
      fill: #FFFFFF;
      visibility: hidden; }
    .endorsement-select label :checked + span {
      border: none;
      background-color: #4faf4e; }
      .endorsement-select label :checked + span .icon {
        visibility: visible; }
  .endorsement-select .endorsement {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0.5rem;
    border: 1px solid #d8d8d8;
    border-left: none; }
    .endorsement-select .endorsement .ac-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0.5rem; }
      .endorsement-select .endorsement .ac-title img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 0;
        margin-right: 0.5rem; }
      .endorsement-select .endorsement .ac-title h3 {
        -ms-flex-positive: 1;
            flex-grow: 1;
        margin: 0 0.5rem 0 0;
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.75rem; }
      .endorsement-select .endorsement .ac-title .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease-in-out; }
    .endorsement-select .endorsement .ac-body {
      margin-bottom: 0; }
    @media only screen and (min-width: 681px) {
      .endorsement-select .endorsement {
        padding: 0.5rem 0.75rem; }
        .endorsement-select .endorsement .ac-title img, .endorsement-select .endorsement .ac-title h3 {
          margin-right: 1rem; }
        .endorsement-select .endorsement .ac-body {
          margin-left: 4.125rem; } }

.browserNotice {
  font-size: 1.4286em;
  padding: 7px 0; }
  .browserNotice .browserNoticeText {
    vertical-align: middle;
    margin-right: 40px; }
  .browserNotice .browserNoticeSprite {
    background: url(../images/browser.png) no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px;
    vertical-align: middle; }
  .browserNotice .browserNoticeIe {
    background-position: 0 0; }
  .browserNotice .browserNoticeChrome {
    background-position: -31px 0; }
  .browserNotice .browserNoticeFirefox {
    background-position: -62px 0; }
  .browserNotice .browserNoticeSafari {
    background-position: -93px 0; }

@media print {
  * {
    transition: none !important; }
  body, p, span, h1, h2, h3, h4, h5, h6, pre, blockquote, strong, b, .black-underlined {
    color: black !important; }
  html, body {
    font-size: 14px; }
  .print-1 {
    width: 8.3333333333%; }
  .print-2 {
    width: 16.6666666667%; }
  .print-3 {
    width: 25%; }
  .print-4 {
    width: 33.3333333333%; }
  .print-5 {
    width: 41.6666666667%; }
  .print-6 {
    width: 50%; }
  .print-7 {
    width: 58.3333333333%; }
  .print-8 {
    width: 66.6666666667%; }
  .print-9 {
    width: 75%; }
  .print-10 {
    width: 83.3333333333%; }
  .print-11 {
    width: 91.6666666667%; }
  .print-12 {
    width: 100%; }
  .print-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .print-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .print-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .print-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .print-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%; }
    .print-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .print-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .print-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .print-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .print-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .print-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%; }
    .print-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .print-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%; }
    .print-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .print-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .print-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .print-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%; }
    .print-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .print-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .print-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .print-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%; }
    .print-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .print-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%; }
    .print-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .print-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
  table thead {
    -webkit-print-color-adjust: exact;
    background-color: #F5F5F5 !important;
    box-shadow: inset 0 0 0 1000px #F5F5F5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#F5F5F5')"; }
  table tr:nth-of-type(even) {
    -webkit-print-color-adjust: exact;
    background-color: #F9F9F9 !important;
    box-shadow: inset 0 0 0 1000px #F9F9F9 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F9F9F9', endColorstr='#F9F9F9')"; }
  .row {
    max-width: none; }
  .global-promo-bar,
  .sitewide-appeal,
  .top-nav .columns:not(.logo-area),
  .siteFooter,
  .fund-a-loan-bar,
  #ac-how-it-works,
  .carousel-nav,
  .loan-image-footer,
  .lend-action,
  .mobile-lend-action,
  .ac-container .ac-dropdown-icon,
  .padding-pillow,
  .pageWrap:after {
    display: none !important; }
  .ac-body, [data-kv-accordion] + * {
    height: auto !important; }
  #ac-previous-loan-details-body,
  .lenders-teams,
  .comments-and-updates,
  .loan-tags,
  .field-partner-image-wrapper,
  .trustee-image-wrapper {
    display: none; }
    #ac-previous-loan-details-body + hr,
    .lenders-teams + hr,
    .comments-and-updates + hr,
    .loan-tags + hr,
    .field-partner-image-wrapper + hr,
    .trustee-image-wrapper + hr {
      display: none; }
  section.why-special,
  section.loan-details,
  section.about-zip,
  section.country-info,
  section.repayment-schedule {
    page-break-inside: avoid; }
  .top-nav {
    background: none; }
    .top-nav .logo-area .header-button {
      border: none;
      background: none; }
      .top-nav .logo-area .header-button .icon {
        fill: #4faf4e;
        width: 6rem;
        height: 4rem; }
  .green-bolded {
    color: #4faf4e !important; }
  figure.loan-figure .slick-list {
    height: auto !important; }
  figure.loan-figure .slick-track {
    width: 100% !important;
    -ms-transform: none !important;
        transform: none !important; }
  figure.loan-figure .loan-image-wrap {
    width: 100% !important; }
    figure.loan-figure .loan-image-wrap:not([data-slick-index="0"]) {
      display: none; }
  .fundraising-meter {
    -webkit-print-color-adjust: exact;
    background-color: #efefef !important;
    box-shadow: inset 0 0 0 1000px #efefef !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#efefef', endColorstr='#efefef')";
    border: none;
    border-bottom: 1.5625rem solid #efefef; }
    .fundraising-meter .meter {
      -webkit-print-color-adjust: exact;
      background-color: #4faf4e !important;
      box-shadow: inset 0 0 0 1000px #4faf4e !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4faf4e', endColorstr='#4faf4e')";
      border: none;
      border-bottom: 1.5625rem solid #4faf4e; }
    .fundraising-meter.repaying .meter {
      -webkit-print-color-adjust: exact;
      background-color: #999 !important;
      box-shadow: inset 0 0 0 1000px #999 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999', endColorstr='#999')";
      border-color: #999; }
  .country-image {
    width: 3.75rem; }
  .borrower-profile-wrapper .borrower-profile-pieces > .row {
    display: block; }
  .green-bolded.endorsement {
    font-size: 1.5rem;
    line-height: 2rem; }
  .endorser {
    display: none; }
  .loan-details .loan-term .icon-recycle {
    width: 3.0444rem; }
  .about-zip .icon {
    width: auto;
    height: auto;
    float: none; }
  .icons.socialmedia {
    display: block;
    margin: 0; }
    .icons.socialmedia li:not(:last-child) {
      margin-bottom: 0.5rem; }
    .icons.socialmedia a svg {
      vertical-align: middle; }
    .icons.socialmedia a[href]:after {
      content: attr(href); }
  .repayment-schedule h2 a {
    text-decoration: none; }
  #repayment-schedule-tables {
    display: block !important;
    visibility: visible !important;
    position: relative !important; }
    #repayment-schedule-tables > .row {
      padding: 0;
      margin: 0; }
    #repayment-schedule-tables .repayment-schedule-lightbox {
      padding-top: 1rem; }
    #repayment-schedule-tables .close-reveal-modal, #repayment-schedule-tables .featured, #repayment-schedule-tables .show-advanced, #repayment-schedule-tables .hide-advanced {
      display: none; }
  .comments-and-updates + .hide-for-large-up > hr,
  .loan-tags + .hide-for-large-up > hr {
    display: none; } }
