/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 3, ../sass/_ribbon.scss */
.ribbon-wrapper {
  position: relative;
  z-index: 90;
}

/* line 8, ../sass/_ribbon.scss */
.ribbon-content-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}

/* line 17, ../sass/_ribbon.scss */
.ribbon {
  font-size: 14px;
  font-weight: normal;
  color: #F8F8EE;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #00af8c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00af8c), to(#007c63));
  background-image: -webkit-linear-gradient(top, #00af8c, #007c63);
  background-image: -moz-linear-gradient(top, #00af8c, #007c63);
  background-image: -ms-linear-gradient(top, #00af8c, #007c63);
  background-image: -o-linear-gradient(top, #00af8c, #007c63);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/* line 44, ../sass/_ribbon.scss */
.ribbon.alert {
  background-color: #e77a65;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e77a65), to(#e05439));
  background-image: -webkit-linear-gradient(top, #e77a65, #e05439);
  background-image: -moz-linear-gradient(top, #e77a65, #e05439);
  background-image: -ms-linear-gradient(top, #e77a65, #e05439);
  background-image: -o-linear-gradient(top, #e77a65, #e05439);
}

/* Controlling default Joyride styles */
/* Here, we're setting the tip dont styles */
/* This changes the nub size */
/* This adjusts the styles for the timer when its enabled */
/* This changes up the styles for the close button */
/* When Joyride is filling the screen, we use this style for the bg */
/* Change to 9999px for always mobile layout */
/* line 286, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 291, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 296, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 312, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 318, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 322, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 335, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 338, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 342, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 344, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 348, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 355, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.left, .message_detail .avatarArea, .message_listing_row .message_toolbar .c_message_toolbar_left {
  float: left !important;
}

/* line 356, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 357, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left, .profilePage .settings-value {
  text-align: left !important;
}

/* line 358, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right, .profilePage .settings-label {
  text-align: right !important;
}

/* line 359, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 360, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 361, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 367, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 370, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 380, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 383, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
.row, .fundraiser_card .progress_row, .fundraiser_small .progress_row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .fundraiser_card .progress_row:before, .fundraiser_small .progress_row:before, .row:after, .fundraiser_card .progress_row:after, .fundraiser_small .progress_row:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after, .fundraiser_card .progress_row:after, .fundraiser_small .progress_row:after {
  clear: both;
}
/* line 120, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column, .fundraiser_card .collapse.progress_row > .column, .fundraiser_small .collapse.progress_row > .column,
.row.collapse > .columns,
.fundraiser_card .collapse.progress_row > .columns,
.fundraiser_small .collapse.progress_row > .columns,
.profilePage .row.collapse > .settings-label,
.fundraiser_card .profilePage .collapse.progress_row > .settings-label,
.profilePage .fundraiser_card .collapse.progress_row > .settings-label,
.fundraiser_small .profilePage .collapse.progress_row > .settings-label,
.profilePage .fundraiser_small .collapse.progress_row > .settings-label,
.profilePage .row.collapse > .settings-value,
.fundraiser_card .profilePage .collapse.progress_row > .settings-value,
.profilePage .fundraiser_card .collapse.progress_row > .settings-value,
.fundraiser_small .profilePage .collapse.progress_row > .settings-value,
.profilePage .fundraiser_small .collapse.progress_row > .settings-value,
.fundraiser_card .row.collapse > .progress_section,
.fundraiser_card .collapse.progress_row > .progress_section,
.fundraiser_card .row.collapse > .button_section,
.fundraiser_card .collapse.progress_row > .button_section,
.fundraiser_small .row.collapse > .progress_section,
.fundraiser_small .collapse.progress_row > .progress_section,
.fundraiser_small .row.collapse > .button_section,
.fundraiser_small .collapse.progress_row > .button_section {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row, .fundraiser_card .collapse.progress_row .row, .fundraiser_small .collapse.progress_row .row, .row.collapse .fundraiser_card .progress_row, .fundraiser_card .row.collapse .progress_row, .fundraiser_card .collapse.progress_row .progress_row, .row.collapse .fundraiser_small .progress_row, .fundraiser_small .row.collapse .progress_row, .fundraiser_small .collapse.progress_row .progress_row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row, .fundraiser_card .progress_row .row, .fundraiser_small .progress_row .row, .row .fundraiser_card .progress_row, .fundraiser_card .row .progress_row, .fundraiser_card .progress_row .progress_row, .row .fundraiser_small .progress_row, .fundraiser_small .row .progress_row, .fundraiser_small .progress_row .progress_row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .fundraiser_card .progress_row .row:before, .fundraiser_small .progress_row .row:before, .row .fundraiser_card .progress_row:before, .fundraiser_card .row .progress_row:before, .fundraiser_card .progress_row .progress_row:before, .row .fundraiser_small .progress_row:before, .fundraiser_small .row .progress_row:before, .fundraiser_small .progress_row .progress_row:before, .row .row:after, .fundraiser_card .progress_row .row:after, .fundraiser_small .progress_row .row:after, .row .fundraiser_card .progress_row:after, .fundraiser_card .row .progress_row:after, .fundraiser_card .progress_row .progress_row:after, .row .fundraiser_small .progress_row:after, .fundraiser_small .row .progress_row:after, .fundraiser_small .progress_row .progress_row:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after, .fundraiser_card .progress_row .row:after, .fundraiser_small .progress_row .row:after, .row .fundraiser_card .progress_row:after, .fundraiser_card .row .progress_row:after, .fundraiser_card .progress_row .progress_row:after, .row .fundraiser_small .progress_row:after, .fundraiser_small .row .progress_row:after, .fundraiser_small .progress_row .progress_row:after {
  clear: both;
}
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse, .fundraiser_card .progress_row .row.collapse, .fundraiser_small .progress_row .row.collapse, .row .fundraiser_card .collapse.progress_row, .fundraiser_card .row .collapse.progress_row, .fundraiser_card .progress_row .collapse.progress_row, .row .fundraiser_small .collapse.progress_row, .fundraiser_small .row .collapse.progress_row, .fundraiser_small .progress_row .collapse.progress_row {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .fundraiser_card .progress_row .row.collapse:before, .fundraiser_small .progress_row .row.collapse:before, .row .fundraiser_card .collapse.progress_row:before, .fundraiser_card .row .collapse.progress_row:before, .fundraiser_card .progress_row .collapse.progress_row:before, .row .fundraiser_small .collapse.progress_row:before, .fundraiser_small .row .collapse.progress_row:before, .fundraiser_small .progress_row .collapse.progress_row:before, .row .row.collapse:after, .fundraiser_card .progress_row .row.collapse:after, .fundraiser_small .progress_row .row.collapse:after, .row .fundraiser_card .collapse.progress_row:after, .fundraiser_card .row .collapse.progress_row:after, .fundraiser_card .progress_row .collapse.progress_row:after, .row .fundraiser_small .collapse.progress_row:after, .fundraiser_small .row .collapse.progress_row:after, .fundraiser_small .progress_row .collapse.progress_row:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after, .fundraiser_card .progress_row .row.collapse:after, .fundraiser_small .progress_row .row.collapse:after, .row .fundraiser_card .collapse.progress_row:after, .fundraiser_card .row .collapse.progress_row:after, .fundraiser_card .progress_row .collapse.progress_row:after, .row .fundraiser_small .collapse.progress_row:after, .fundraiser_small .row .collapse.progress_row:after, .fundraiser_small .progress_row .collapse.progress_row:after {
  clear: both;
}

/* line 131, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns,
.profilePage .settings-label,
.profilePage .settings-value,
.fundraiser_card .progress_section,
.fundraiser_card .button_section,
.large_fundraiser .fundraiser_card .progress_section,
.fundraiser_small .progress_section,
.fundraiser_small .button_section {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns,
  .profilePage .settings-label,
  .profilePage .settings-value,
  .fundraiser_card .progress_section,
  .fundraiser_card .button_section,
  .large_fundraiser .fundraiser_card .progress_section,
  .fundraiser_small .progress_section,
  .fundraiser_small .button_section {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6, .profilePage .settings-label, .profilePage .settings-value, .fundraiser_card .progress_section, .fundraiser_card .button_section {
    position: relative;
    width: 50%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12, .large_fundraiser .fundraiser_card .progress_section, .fundraiser_small .progress_section, .fundraiser_small .button_section {
    position: relative;
    width: 100%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered,
  .profilePage .small-centered.settings-label,
  .profilePage .small-centered.settings-value,
  .fundraiser_card .small-centered.progress_section,
  .fundraiser_card .small-centered.button_section,
  .fundraiser_small .small-centered.progress_section,
  .fundraiser_small .small-centered.button_section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0, .fundraiser_card .progress_row .large-offset-0, .fundraiser_small .progress_row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1, .fundraiser_card .progress_row .large-offset-1, .fundraiser_small .progress_row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2, .fundraiser_card .progress_row .large-offset-2, .fundraiser_small .progress_row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3, .fundraiser_card .progress_row .large-offset-3, .fundraiser_small .progress_row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4, .fundraiser_card .progress_row .large-offset-4, .fundraiser_small .progress_row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5, .fundraiser_card .progress_row .large-offset-5, .fundraiser_small .progress_row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6, .fundraiser_card .progress_row .large-offset-6, .fundraiser_small .progress_row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7, .fundraiser_card .progress_row .large-offset-7, .fundraiser_small .progress_row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8, .fundraiser_card .progress_row .large-offset-8, .fundraiser_small .progress_row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9, .fundraiser_card .progress_row .large-offset-9, .fundraiser_small .progress_row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10, .fundraiser_card .progress_row .large-offset-10, .fundraiser_small .progress_row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11, .fundraiser_card .progress_row .large-offset-11, .fundraiser_small .progress_row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered,
  .profilePage .large-centered.settings-label,
  .profilePage .large-centered.settings-value,
  .fundraiser_card .large-centered.progress_section,
  .fundraiser_card .large-centered.button_section,
  .fundraiser_small .large-centered.progress_section,
  .fundraiser_small .large-centered.button_section {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered,
  .profilePage .large-uncentered.settings-label,
  .profilePage .large-uncentered.settings-value,
  .fundraiser_card .large-uncentered.progress_section,
  .fundraiser_card .large-uncentered.button_section,
  .fundraiser_small .large-uncentered.progress_section,
  .fundraiser_small .large-uncentered.button_section {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, ../sass/foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite,
  .profilePage .large-uncentered.opposite.settings-label,
  .profilePage .large-uncentered.opposite.settings-value,
  .fundraiser_card .large-uncentered.opposite.progress_section,
  .fundraiser_card .large-uncentered.opposite.button_section,
  .fundraiser_small .large-uncentered.opposite.progress_section,
  .fundraiser_small .large-uncentered.opposite.button_section {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 84, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 125, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
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) {
  /* line 243, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  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) {
  /* line 273, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../sass/foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead, .lead.faqBody, .lead.guideShortDescription {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader, .profilePage .settings-value h5 {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
.membersPage tr span.fullName,
h5,
h6,
.helpPage .helpRightColumn section .helprow,
pre,
form,
p,
.faqBody,
.guideShortDescription,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #3F9B77;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #388969;
}
/* line 160, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
p, .faqBody, .guideShortDescription {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 174, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
p aside, .faqBody aside, .guideShortDescription aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, .membersPage tr span.fullName, h5, h6, .helpPage .helpRightColumn section .helprow {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
/* line 192, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h1 small, h1 .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body h1 .pending, h2 small, h2 .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body h2 .pending, h3 small, h3 .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body h3 .pending, h4 small, .membersPage tr span.fullName small, h4 .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body h4 .pending, .membersPage tr span.fullName .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .membersPage tr span.fullName .pending, h5 small, h5 .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body h5 .pending, h6 small, .helpPage .helpRightColumn section .helprow small, h6 .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body h6 .pending, .helpPage .helpRightColumn section .helprow .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .helpPage .helpRightColumn section .helprow .pending {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 199, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 200, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em;
}

/* line 201, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 202, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h4, .membersPage tr span.fullName {
  font-size: 1.125em;
}

/* line 203, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 204, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
h6, .helpPage .helpRightColumn section .helprow {
  font-size: 1em;
}

/* line 208, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
small, .message_listing_row.c_pending .c_body .pending {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: rgba(156, 45, 24, 0.7);
}

/* Lists */
/* line 241, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}
/* line 253, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 269, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
/* line 317, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
/* line 321, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 331, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p,
blockquote .faqBody,
blockquote .guideShortDescription {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 338, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 344, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 768px) {
  /* line 368, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, .membersPage tr span.fullName, h5, h6, .helpPage .helpRightColumn section .helprow {
    line-height: 1.4;
  }

  /* line 369, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 370, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em;
  }

  /* line 371, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 372, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  h4, .membersPage tr span.fullName {
    font-size: 1.4375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 383, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 392, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  p, .faqBody, .guideShortDescription,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, ../sass/foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 171, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #3F9B77;
  border-color: #30775b;
  color: #F8F8EE;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #30775b;
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #F8F8EE;
}
/* line 176, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary, .joyride-content-wrapper .button {
  background-color: #DCDFC2;
  border-color: #c9cda1;
  color: rgba(248, 248, 238, 0.7);
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .joyride-content-wrapper .button:hover, .button.secondary:focus, .joyride-content-wrapper .button:focus {
  background-color: #c9cda1;
}
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .joyride-content-wrapper .button:hover, .button.secondary:focus, .joyride-content-wrapper .button:focus {
  color: rgba(248, 248, 238, 0.7);
}
/* line 177, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #578F77;
  border-color: #446f5d;
  color: #F8F8EE;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #446f5d;
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #F8F8EE;
}
/* line 178, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: rgba(221, 65, 36, 0.7);
  border-color: rgba(178, 51, 28, 0.7);
  color: #F8F8EE;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: rgba(178, 51, 28, 0.7);
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #F8F8EE;
}
/* line 180, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
/* line 181, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
/* line 182, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 183, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 185, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 186, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 188, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3F9B77;
  border-color: #30775b;
  color: #F8F8EE;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #30775b;
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #F8F8EE;
}
/* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #3F9B77;
}
/* line 189, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .joyride-content-wrapper .disabled.button, .button[disabled].secondary, .joyride-content-wrapper [disabled].button {
  background-color: #DCDFC2;
  border-color: #c9cda1;
  color: rgba(248, 248, 238, 0.7);
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .joyride-content-wrapper .disabled.button:hover, .button.disabled.secondary:focus, .joyride-content-wrapper .disabled.button:focus, .button[disabled].secondary:hover, .joyride-content-wrapper [disabled].button:hover, .button[disabled].secondary:focus, .joyride-content-wrapper [disabled].button:focus {
  background-color: #c9cda1;
}
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .joyride-content-wrapper .disabled.button:hover, .button.disabled.secondary:focus, .joyride-content-wrapper .disabled.button:focus, .button[disabled].secondary:hover, .joyride-content-wrapper [disabled].button:hover, .button[disabled].secondary:focus, .joyride-content-wrapper [disabled].button:focus {
  color: rgba(248, 248, 238, 0.7);
}
/* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .joyride-content-wrapper .disabled.button:hover, .button.disabled.secondary:focus, .joyride-content-wrapper .disabled.button:focus, .button[disabled].secondary:hover, .joyride-content-wrapper [disabled].button:hover, .button[disabled].secondary:focus, .joyride-content-wrapper [disabled].button:focus {
  background-color: #DCDFC2;
}
/* line 190, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #578F77;
  border-color: #446f5d;
  color: #F8F8EE;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #446f5d;
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #F8F8EE;
}
/* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #578F77;
}
/* line 191, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: rgba(221, 65, 36, 0.7);
  border-color: rgba(178, 51, 28, 0.7);
  color: #F8F8EE;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: rgba(178, 51, 28, 0.7);
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: #F8F8EE;
}
/* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
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: rgba(221, 65, 36, 0.7);
}

/* line 196, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
/* line 198, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
/* line 199, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
/* line 200, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 215, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 223, ../sass/foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 264, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row, form .fundraiser_card .progress_row .row, .fundraiser_card form .progress_row .row, form .fundraiser_small .progress_row .row, .fundraiser_small form .progress_row .row, form .row .fundraiser_card .progress_row, .fundraiser_card form .row .progress_row, form .fundraiser_card .progress_row .progress_row, .fundraiser_card form .progress_row .progress_row, form .row .fundraiser_small .progress_row, .fundraiser_small form .row .progress_row, form .fundraiser_small .progress_row .progress_row, .fundraiser_small form .progress_row .progress_row {
  margin: 0 -0.5em;
}
/* line 69, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column, form .fundraiser_card .progress_row .row .column, .fundraiser_card form .progress_row .row .column, form .fundraiser_small .progress_row .row .column, .fundraiser_small form .progress_row .row .column, form .row .fundraiser_card .progress_row .column, .fundraiser_card form .row .progress_row .column, form .fundraiser_card .progress_row .progress_row .column, .fundraiser_card form .progress_row .progress_row .column, form .row .fundraiser_small .progress_row .column, .fundraiser_small form .row .progress_row .column, form .fundraiser_small .progress_row .progress_row .column, .fundraiser_small form .progress_row .progress_row .column,
form .row .row .columns,
form .fundraiser_card .progress_row .row .columns,
.fundraiser_card form .progress_row .row .columns,
form .fundraiser_small .progress_row .row .columns,
.fundraiser_small form .progress_row .row .columns,
form .row .fundraiser_card .progress_row .columns,
.fundraiser_card form .row .progress_row .columns,
form .fundraiser_card .progress_row .progress_row .columns,
.fundraiser_card form .progress_row .progress_row .columns,
form .row .fundraiser_small .progress_row .columns,
.fundraiser_small form .row .progress_row .columns,
form .fundraiser_small .progress_row .progress_row .columns,
.fundraiser_small form .progress_row .progress_row .columns,
form .row .row .profilePage .settings-label,
.profilePage form .row .row .settings-label,
form .fundraiser_card .progress_row .row .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .row .settings-label,
.fundraiser_card form .progress_row .row .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .row .settings-label,
form .fundraiser_small .progress_row .row .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .row .settings-label,
.fundraiser_small form .progress_row .row .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .row .settings-label,
form .row .fundraiser_card .progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_card .progress_row .settings-label,
.fundraiser_card form .row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .row .progress_row .settings-label,
form .fundraiser_card .progress_row .progress_row .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .progress_row .settings-label,
.fundraiser_card form .progress_row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .progress_row .settings-label,
form .row .fundraiser_small .progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_small .progress_row .settings-label,
.fundraiser_small form .row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .row .progress_row .settings-label,
form .fundraiser_small .progress_row .progress_row .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .progress_row .settings-label,
.fundraiser_small form .progress_row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .progress_row .settings-label,
form .row .row .profilePage .settings-value,
.profilePage form .row .row .settings-value,
form .fundraiser_card .progress_row .row .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .row .settings-value,
.fundraiser_card form .progress_row .row .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .row .settings-value,
form .fundraiser_small .progress_row .row .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .row .settings-value,
.fundraiser_small form .progress_row .row .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .row .settings-value,
form .row .fundraiser_card .progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_card .progress_row .settings-value,
.fundraiser_card form .row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .row .progress_row .settings-value,
form .fundraiser_card .progress_row .progress_row .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .progress_row .settings-value,
.fundraiser_card form .progress_row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .progress_row .settings-value,
form .row .fundraiser_small .progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_small .progress_row .settings-value,
.fundraiser_small form .row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .row .progress_row .settings-value,
form .fundraiser_small .progress_row .progress_row .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .progress_row .settings-value,
.fundraiser_small form .progress_row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .progress_row .settings-value,
form .row .row .fundraiser_card .progress_section,
.fundraiser_card form .row .row .progress_section,
form .fundraiser_card .progress_row .row .progress_section,
.fundraiser_card form .progress_row .row .progress_section,
form .row .fundraiser_card .progress_row .progress_section,
.fundraiser_card form .row .progress_row .progress_section,
form .fundraiser_card .progress_row .progress_row .progress_section,
.fundraiser_card form .progress_row .progress_row .progress_section,
form .row .row .fundraiser_card .button_section,
.fundraiser_card form .row .row .button_section,
form .fundraiser_card .progress_row .row .button_section,
.fundraiser_card form .progress_row .row .button_section,
form .row .fundraiser_card .progress_row .button_section,
.fundraiser_card form .row .progress_row .button_section,
form .fundraiser_card .progress_row .progress_row .button_section,
.fundraiser_card form .progress_row .progress_row .button_section,
form .row .row .fundraiser_small .progress_section,
.fundraiser_small form .row .row .progress_section,
form .fundraiser_small .progress_row .row .progress_section,
.fundraiser_small form .progress_row .row .progress_section,
form .row .fundraiser_small .progress_row .progress_section,
.fundraiser_small form .row .progress_row .progress_section,
form .fundraiser_small .progress_row .progress_row .progress_section,
.fundraiser_small form .progress_row .progress_row .progress_section,
form .row .row .fundraiser_small .button_section,
.fundraiser_small form .row .row .button_section,
form .fundraiser_small .progress_row .row .button_section,
.fundraiser_small form .progress_row .row .button_section,
form .row .fundraiser_small .progress_row .button_section,
.fundraiser_small form .row .progress_row .button_section,
form .fundraiser_small .progress_row .progress_row .button_section,
.fundraiser_small form .progress_row .progress_row .button_section {
  padding: 0 0.5em;
}
/* line 73, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse, form .fundraiser_card .progress_row .row.collapse, .fundraiser_card form .progress_row .row.collapse, form .fundraiser_small .progress_row .row.collapse, .fundraiser_small form .progress_row .row.collapse, form .row .fundraiser_card .collapse.progress_row, .fundraiser_card form .row .collapse.progress_row, form .fundraiser_card .progress_row .collapse.progress_row, .fundraiser_card form .progress_row .collapse.progress_row, form .row .fundraiser_small .collapse.progress_row, .fundraiser_small form .row .collapse.progress_row, form .fundraiser_small .progress_row .collapse.progress_row, .fundraiser_small form .progress_row .collapse.progress_row {
  margin: 0;
}
/* line 75, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column, form .fundraiser_card .progress_row .row.collapse .column, .fundraiser_card form .progress_row .row.collapse .column, form .fundraiser_small .progress_row .row.collapse .column, .fundraiser_small form .progress_row .row.collapse .column, form .row .fundraiser_card .collapse.progress_row .column, .fundraiser_card form .row .collapse.progress_row .column, form .fundraiser_card .progress_row .collapse.progress_row .column, .fundraiser_card form .progress_row .collapse.progress_row .column, form .row .fundraiser_small .collapse.progress_row .column, .fundraiser_small form .row .collapse.progress_row .column, form .fundraiser_small .progress_row .collapse.progress_row .column, .fundraiser_small form .progress_row .collapse.progress_row .column,
form .row .row.collapse .columns,
form .fundraiser_card .progress_row .row.collapse .columns,
.fundraiser_card form .progress_row .row.collapse .columns,
form .fundraiser_small .progress_row .row.collapse .columns,
.fundraiser_small form .progress_row .row.collapse .columns,
form .row .fundraiser_card .collapse.progress_row .columns,
.fundraiser_card form .row .collapse.progress_row .columns,
form .fundraiser_card .progress_row .collapse.progress_row .columns,
.fundraiser_card form .progress_row .collapse.progress_row .columns,
form .row .fundraiser_small .collapse.progress_row .columns,
.fundraiser_small form .row .collapse.progress_row .columns,
form .fundraiser_small .progress_row .collapse.progress_row .columns,
.fundraiser_small form .progress_row .collapse.progress_row .columns,
form .row .row.collapse .profilePage .settings-label,
.profilePage form .row .row.collapse .settings-label,
form .fundraiser_card .progress_row .row.collapse .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .row.collapse .settings-label,
.fundraiser_card form .progress_row .row.collapse .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .row.collapse .settings-label,
form .fundraiser_small .progress_row .row.collapse .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .row.collapse .settings-label,
.fundraiser_small form .progress_row .row.collapse .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .row.collapse .settings-label,
form .row .fundraiser_card .collapse.progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_card .collapse.progress_row .settings-label,
.fundraiser_card form .row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .row .collapse.progress_row .settings-label,
form .fundraiser_card .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .collapse.progress_row .settings-label,
.fundraiser_card form .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .collapse.progress_row .settings-label,
form .row .fundraiser_small .collapse.progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_small .collapse.progress_row .settings-label,
.fundraiser_small form .row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .row .collapse.progress_row .settings-label,
form .fundraiser_small .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .collapse.progress_row .settings-label,
.fundraiser_small form .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .collapse.progress_row .settings-label,
form .row .row.collapse .profilePage .settings-value,
.profilePage form .row .row.collapse .settings-value,
form .fundraiser_card .progress_row .row.collapse .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .row.collapse .settings-value,
.fundraiser_card form .progress_row .row.collapse .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .row.collapse .settings-value,
form .fundraiser_small .progress_row .row.collapse .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .row.collapse .settings-value,
.fundraiser_small form .progress_row .row.collapse .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .row.collapse .settings-value,
form .row .fundraiser_card .collapse.progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_card .collapse.progress_row .settings-value,
.fundraiser_card form .row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .row .collapse.progress_row .settings-value,
form .fundraiser_card .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .collapse.progress_row .settings-value,
.fundraiser_card form .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .collapse.progress_row .settings-value,
form .row .fundraiser_small .collapse.progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_small .collapse.progress_row .settings-value,
.fundraiser_small form .row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .row .collapse.progress_row .settings-value,
form .fundraiser_small .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .collapse.progress_row .settings-value,
.fundraiser_small form .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .collapse.progress_row .settings-value,
form .row .row.collapse .fundraiser_card .progress_section,
.fundraiser_card form .row .row.collapse .progress_section,
form .fundraiser_card .progress_row .row.collapse .progress_section,
.fundraiser_card form .progress_row .row.collapse .progress_section,
form .row .fundraiser_card .collapse.progress_row .progress_section,
.fundraiser_card form .row .collapse.progress_row .progress_section,
form .fundraiser_card .progress_row .collapse.progress_row .progress_section,
.fundraiser_card form .progress_row .collapse.progress_row .progress_section,
form .row .row.collapse .fundraiser_card .button_section,
.fundraiser_card form .row .row.collapse .button_section,
form .fundraiser_card .progress_row .row.collapse .button_section,
.fundraiser_card form .progress_row .row.collapse .button_section,
form .row .fundraiser_card .collapse.progress_row .button_section,
.fundraiser_card form .row .collapse.progress_row .button_section,
form .fundraiser_card .progress_row .collapse.progress_row .button_section,
.fundraiser_card form .progress_row .collapse.progress_row .button_section,
form .row .row.collapse .fundraiser_small .progress_section,
.fundraiser_small form .row .row.collapse .progress_section,
form .fundraiser_small .progress_row .row.collapse .progress_section,
.fundraiser_small form .progress_row .row.collapse .progress_section,
form .row .fundraiser_small .collapse.progress_row .progress_section,
.fundraiser_small form .row .collapse.progress_row .progress_section,
form .fundraiser_small .progress_row .collapse.progress_row .progress_section,
.fundraiser_small form .progress_row .collapse.progress_row .progress_section,
form .row .row.collapse .fundraiser_small .button_section,
.fundraiser_small form .row .row.collapse .button_section,
form .fundraiser_small .progress_row .row.collapse .button_section,
.fundraiser_small form .progress_row .row.collapse .button_section,
form .row .fundraiser_small .collapse.progress_row .button_section,
.fundraiser_small form .row .collapse.progress_row .button_section,
form .fundraiser_small .progress_row .collapse.progress_row .button_section,
.fundraiser_small form .progress_row .collapse.progress_row .button_section {
  padding: 0;
}
/* line 77, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input, form .fundraiser_card .progress_row .row.collapse input, .fundraiser_card form .progress_row .row.collapse input, form .fundraiser_small .progress_row .row.collapse input, .fundraiser_small form .progress_row .row.collapse input, form .row .fundraiser_card .collapse.progress_row input, .fundraiser_card form .row .collapse.progress_row input, form .fundraiser_card .progress_row .collapse.progress_row input, .fundraiser_card form .progress_row .collapse.progress_row input, form .row .fundraiser_small .collapse.progress_row input, .fundraiser_small form .row .collapse.progress_row input, form .fundraiser_small .progress_row .collapse.progress_row input, .fundraiser_small form .progress_row .collapse.progress_row input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 86, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column, form .fundraiser_card .progress_row input.column, .fundraiser_card form .progress_row input.column, form .fundraiser_small .progress_row input.column, .fundraiser_small form .progress_row input.column,
form .row input.columns,
form .fundraiser_card .progress_row input.columns,
.fundraiser_card form .progress_row input.columns,
form .fundraiser_small .progress_row input.columns,
.fundraiser_small form .progress_row input.columns,
form .row .profilePage input.settings-label,
.profilePage form .row input.settings-label,
form .fundraiser_card .progress_row .profilePage input.settings-label,
.profilePage form .fundraiser_card .progress_row input.settings-label,
.fundraiser_card form .progress_row .profilePage input.settings-label,
.profilePage .fundraiser_card form .progress_row input.settings-label,
form .fundraiser_small .progress_row .profilePage input.settings-label,
.profilePage form .fundraiser_small .progress_row input.settings-label,
.fundraiser_small form .progress_row .profilePage input.settings-label,
.profilePage .fundraiser_small form .progress_row input.settings-label,
form .row .profilePage input.settings-value,
.profilePage form .row input.settings-value,
form .fundraiser_card .progress_row .profilePage input.settings-value,
.profilePage form .fundraiser_card .progress_row input.settings-value,
.fundraiser_card form .progress_row .profilePage input.settings-value,
.profilePage .fundraiser_card form .progress_row input.settings-value,
form .fundraiser_small .progress_row .profilePage input.settings-value,
.profilePage form .fundraiser_small .progress_row input.settings-value,
.fundraiser_small form .progress_row .profilePage input.settings-value,
.profilePage .fundraiser_small form .progress_row input.settings-value,
form .row .fundraiser_card input.progress_section,
.fundraiser_card form .row input.progress_section,
form .fundraiser_card .progress_row input.progress_section,
.fundraiser_card form .progress_row input.progress_section,
form .row .fundraiser_card input.button_section,
.fundraiser_card form .row input.button_section,
form .fundraiser_card .progress_row input.button_section,
.fundraiser_card form .progress_row input.button_section,
form .row .fundraiser_small input.progress_section,
.fundraiser_small form .row input.progress_section,
form .fundraiser_small .progress_row input.progress_section,
.fundraiser_small form .progress_row input.progress_section,
form .row .fundraiser_small input.button_section,
.fundraiser_small form .row input.button_section,
form .fundraiser_small .progress_row input.button_section,
.fundraiser_small form .progress_row input.button_section,
form .row textarea.column,
form .fundraiser_card .progress_row textarea.column,
.fundraiser_card form .progress_row textarea.column,
form .fundraiser_small .progress_row textarea.column,
.fundraiser_small form .progress_row textarea.column,
form .row textarea.columns,
form .fundraiser_card .progress_row textarea.columns,
.fundraiser_card form .progress_row textarea.columns,
form .fundraiser_small .progress_row textarea.columns,
.fundraiser_small form .progress_row textarea.columns,
form .row .profilePage textarea.settings-label,
.profilePage form .row textarea.settings-label,
form .fundraiser_card .progress_row .profilePage textarea.settings-label,
.profilePage form .fundraiser_card .progress_row textarea.settings-label,
.fundraiser_card form .progress_row .profilePage textarea.settings-label,
.profilePage .fundraiser_card form .progress_row textarea.settings-label,
form .fundraiser_small .progress_row .profilePage textarea.settings-label,
.profilePage form .fundraiser_small .progress_row textarea.settings-label,
.fundraiser_small form .progress_row .profilePage textarea.settings-label,
.profilePage .fundraiser_small form .progress_row textarea.settings-label,
form .row .profilePage textarea.settings-value,
.profilePage form .row textarea.settings-value,
form .fundraiser_card .progress_row .profilePage textarea.settings-value,
.profilePage form .fundraiser_card .progress_row textarea.settings-value,
.fundraiser_card form .progress_row .profilePage textarea.settings-value,
.profilePage .fundraiser_card form .progress_row textarea.settings-value,
form .fundraiser_small .progress_row .profilePage textarea.settings-value,
.profilePage form .fundraiser_small .progress_row textarea.settings-value,
.fundraiser_small form .progress_row .profilePage textarea.settings-value,
.profilePage .fundraiser_small form .progress_row textarea.settings-value,
form .row .fundraiser_card textarea.progress_section,
.fundraiser_card form .row textarea.progress_section,
form .fundraiser_card .progress_row textarea.progress_section,
.fundraiser_card form .progress_row textarea.progress_section,
form .row .fundraiser_card textarea.button_section,
.fundraiser_card form .row textarea.button_section,
form .fundraiser_card .progress_row textarea.button_section,
.fundraiser_card form .progress_row textarea.button_section,
form .row .fundraiser_small textarea.progress_section,
.fundraiser_small form .row textarea.progress_section,
form .fundraiser_small .progress_row textarea.progress_section,
.fundraiser_small form .progress_row textarea.progress_section,
form .row .fundraiser_small textarea.button_section,
.fundraiser_small form .row textarea.button_section,
form .fundraiser_small .progress_row textarea.button_section,
.fundraiser_small form .progress_row textarea.button_section {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 270, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label, .fundraiser_page .organizer_name {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}
/* line 271, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right, .fundraiser_page .right.organizer_name {
  float: none;
  text-align: right;
}
/* line 272, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline, .fundraiser_page .inline.organizer_name {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
/* line 274, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label small, .fundraiser_page .organizer_name small, label .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body label .pending, .fundraiser_page .organizer_name .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .fundraiser_page .organizer_name .pending {
  text-transform: capitalize;
  color: #666666;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 286, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 288, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix, .fundraiser_page .prefix.organizer_name {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 295, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius, .fundraiser_page .prefix.radius.organizer_name {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix, .fundraiser_page .postfix.organizer_name {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 298, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius, .fundraiser_page .postfix.radius.organizer_name {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 307, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 312, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 315, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
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"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
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,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #3F9B77;
  -moz-box-shadow: 0 0 5px #3F9B77;
  box-shadow: 0 0 5px #3F9B77;
  border-color: #3F9B77;
}
/* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
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,
textarea:focus {
  background: #fafafa;
  border-color: #3F9B77;
  outline: none;
}
/* line 120, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
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],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 354, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 221, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 366, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error .message_listing_row.c_pending .c_body .error.pending, .message_listing_row.c_pending .c_body [data-abide] .error .error.pending, [data-abide] span.error, [data-abide] small.error, [data-abide] .message_listing_row.c_pending .c_body .error.pending, .message_listing_row.c_pending .c_body [data-abide] .error.pending {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(221, 65, 36, 0.7);
  color: #fff;
}
/* line 369, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error, [data-abide] .message_listing_row.c_pending .c_body .error.pending, .message_listing_row.c_pending .c_body [data-abide] .error.pending {
  display: none;
}

/* line 371, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error, .message_listing_row.c_pending .c_body .error.pending {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(221, 65, 36, 0.7);
  color: #fff;
}

/* line 375, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
  margin-bottom: 0;
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #3F9B77;
}
/* line 382, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label, .error .fundraiser_page .organizer_name, .fundraiser_page .error .organizer_name,
.error label.error,
.error .fundraiser_page .error.organizer_name,
.fundraiser_page .error .error.organizer_name {
  color: rgba(221, 65, 36, 0.7);
}
/* line 387, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small, .message_listing_row.c_pending .c_body .error > .pending,
.error small.error,
.error .message_listing_row.c_pending .c_body .error.pending,
.message_listing_row.c_pending .c_body .error .error.pending {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(221, 65, 36, 0.7);
  color: #fff;
}
/* line 392, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
  margin-bottom: 0;
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #3F9B77;
}

/* line 403, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: #fafafa;
  border-color: #3F9B77;
}

/* line 407, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error, .fundraiser_page .error.organizer_name {
  color: rgba(221, 65, 36, 0.7);
}

/* Button Groups */
/* line 72, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 74, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
/* line 35, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 86, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
/* line 23, ../sass/foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
/* line 46, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
/* line 81, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
/* line 100, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
/* line 109, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
/* line 100, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
/* line 110, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 2.8125em;
}
/* line 71, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
/* line 100, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
/* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 4em;
}
/* line 91, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
/* line 100, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
/* line 112, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before, .joyride-content-wrapper .dropdown.button:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
/* line 150, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
/* line 53, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 62, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
/* line 73, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 79, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #29654d;
}
/* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3em;
}
/* line 117, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
/* line 142, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span, .joyride-content-wrapper .split.button span {
  border-left-color: #bfc590;
}
/* line 142, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before, .joyride-content-wrapper .split.button span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(156, 45, 24, 0.7);
}
/* line 79, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #3a5f4f;
}
/* line 156, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.9375em;
}
/* line 88, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.84375em;
}
/* line 89, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
/* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 3.9375em;
}
/* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.8125em;
}
/* line 103, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
/* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 6em;
}
/* line 130, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.75em;
}
/* line 131, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
/* line 159, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2em;
}
/* line 142, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before, .joyride-content-wrapper .split.button span:before {
  border-color: #333 transparent transparent transparent;
}
/* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 164, ../sass/foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 44, ../sass/foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 26, ../sass/foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../sass/foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 29, ../sass/foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 281, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 287, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
/* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
/* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}
/* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: rgba(248, 248, 238, 0.7);
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: rgba(241, 241, 220, 0.7);
}
/* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: rgba(248, 248, 238, 0.7);
  border: solid 1px #ccc;
}
/* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: rgba(233, 233, 202, 0.7);
}
/* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}
/* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
/* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
/* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}
/* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: rgba(248, 248, 238, 0.7);
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: rgba(241, 241, 220, 0.7);
}
/* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: rgba(248, 248, 238, 0.7);
  border: solid 1px #ccc;
}
/* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
/* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
/* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
/* line 249, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 319, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 326, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: rgba(248, 248, 238, 0.7);
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: rgba(241, 241, 220, 0.7);
  }
  /* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: rgba(248, 248, 238, 0.7);
    border: solid 1px #ccc;
  }
  /* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 333, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  /* line 150, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 12.5em;
  }
  /* line 153, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 12.5em;
  }

  /* line 340, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: rgba(248, 248, 238, 0.7);
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: rgba(241, 241, 220, 0.7);
  }
  /* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: rgba(248, 248, 238, 0.7);
    border: solid 1px #ccc;
  }
  /* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: rgba(233, 233, 202, 0.7);
  }
  /* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  /* line 260, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: rgba(233, 233, 202, 0.7);
  }

  /* line 347, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  /* line 354, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: rgba(248, 248, 238, 0.7);
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: rgba(241, 241, 220, 0.7);
  }
  /* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: rgba(248, 248, 238, 0.7);
    border: solid 1px #ccc;
  }
  /* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: rgba(233, 233, 202, 0.7);
  }
  /* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 361, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  /* line 368, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: rgba(248, 248, 238, 0.7);
    border: 1px solid #ccc;
  }
  /* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: rgba(248, 248, 238, 0.7);
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: rgba(241, 241, 220, 0.7);
  }
  /* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: rgba(248, 248, 238, 0.7);
    border: solid 1px #ccc;
  }
  /* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: rgba(233, 233, 202, 0.7);
  }
  /* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 378, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 380, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
/* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
/* line 116, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
/* line 384, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}
/* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: rgba(248, 248, 238, 0.7);
  cursor: pointer;
  border: solid 1px #ccc;
}
/* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: rgba(241, 241, 220, 0.7);
}
/* line 220, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: rgba(248, 248, 238, 0.7);
  border: solid 1px #ccc;
}
/* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: rgba(233, 233, 202, 0.7);
}
/* line 233, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}
/* line 237, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../sass/foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: rgba(248, 248, 238, 0.4);
}
/* line 76, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 87, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 93, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 99, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 106, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: rgba(248, 248, 238, 0.4);
  margin-bottom: 0;
}
/* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 120, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row, .top-bar .fundraiser_card .progress_row, .fundraiser_card .top-bar .progress_row, .top-bar .fundraiser_small .progress_row, .fundraiser_small .top-bar .progress_row {
  max-width: none;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 125, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 130, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 135, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 140, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}
/* line 144, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 155, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 160, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 173, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 179, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}
/* line 187, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 208, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 212, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: rgba(248, 248, 238, 0.4);
}
/* line 215, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
/* line 216, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 240, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
  font-size: 16px;
  margin: 0;
}
/* line 249, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: 1px solid rgba(248, 248, 238, 0.5);
  border-top: 1px solid rgba(248, 248, 238, 0.5);
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 259, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
}
/* line 269, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #3F9B77;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 274, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #30775b;
}
/* line 278, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary, .top-bar-section ul .joyride-content-wrapper li > a.button, .joyride-content-wrapper .top-bar-section ul li > a.button {
  background: #DCDFC2;
}
/* line 280, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .joyride-content-wrapper li > a.button:hover, .joyride-content-wrapper .top-bar-section ul li > a.button:hover {
  background: #c9cda1;
}
/* line 284, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #578F77;
}
/* line 286, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #446f5d;
}
/* line 290, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: rgba(221, 65, 36, 0.7);
}
/* line 292, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: rgba(178, 51, 28, 0.7);
}
/* line 300, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: rgba(248, 248, 238, 0.5);
  color: black;
}
/* line 306, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}
/* line 313, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 316, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 320, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 332, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 333, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 340, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 347, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 351, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 354, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
/* line 359, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 360, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}
/* line 368, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label, .top-bar-section .dropdown .fundraiser_page .organizer_name, .fundraiser_page .top-bar-section .dropdown .organizer_name {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 380, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 768px !important;
  visibility: hidden;
}

/* line 384, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 389, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: rgba(248, 248, 238, 0.4);
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: rgba(248, 248, 238, 0.4);
  }

  /* line 412, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 418, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: rgba(248, 248, 238, 0.5);
    color: black;
  }
  /* line 440, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: rgba(248, 248, 238, 0.4);
  }
  /* line 444, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: rgba(248, 248, 238, 0.5);
  }
  /* line 452, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 454, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 463, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 502, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label, .top-bar-section .dropdown li .fundraiser_page .organizer_name, .fundraiser_page .top-bar-section .dropdown li .organizer_name {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: 1px solid rgba(248, 248, 238, 0.5);
    border-left: 1px solid rgba(248, 248, 238, 0.5);
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 526, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: rgba(248, 248, 238, 0.4);
    padding: 0 15px;
    height: 45px;
  }
  /* line 534, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 548, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: rgba(248, 248, 238, 0.5);
    color: black;
  }
  /* line 554, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: #fff;
  }
  /* line 562, ../sass/foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 64, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 70, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 74, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 77, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 82, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
/* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 132, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 134, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 154, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 171, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10;
}
/* line 176, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 182, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 189, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 199, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 213, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 225, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 228, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 241, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 245, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 255, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 256, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 261, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 265, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 266, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 273, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 279, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 285, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 295, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555;
}
/* line 299, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 309, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 317, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 328, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, ../sass/foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 109, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: rgba(248, 248, 238, 0.9);
  padding: 0px;
  border: solid 1px none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 40px;
}
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns,
.reveal-modal .profilePage .settings-label,
.profilePage .reveal-modal .settings-label,
.reveal-modal .profilePage .settings-value,
.profilePage .reveal-modal .settings-value,
.reveal-modal .fundraiser_card .progress_section,
.fundraiser_card .reveal-modal .progress_section,
.reveal-modal .fundraiser_card .button_section,
.fundraiser_card .reveal-modal .button_section,
.reveal-modal .fundraiser_small .progress_section,
.fundraiser_small .reveal-modal .progress_section,
.reveal-modal .fundraiser_small .button_section,
.fundraiser_small .reveal-modal .button_section {
  min-width: 0;
}
/* line 65, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #373717;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  /* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, ../sass/foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* Foundation Joyride */
/* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 44, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #3F9B77;
  color: #F8F8EE;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 57, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}
/* line 68, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 73, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
/* line 81, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #3F9B77;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
/* line 89, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #3F9B77 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
/* line 98, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
/* line 99, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .message_detail .joyride-nub.avatarArea, .message_detail .joyride-tip-guide .joyride-nub.avatarArea, .joyride-tip-guide .message_listing_row .message_toolbar .joyride-nub.c_message_toolbar_left, .message_listing_row .message_toolbar .joyride-tip-guide .joyride-nub.c_message_toolbar_left {
  left: -28px;
}

/* Typography */
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide .membersPage tr span.fullName,
.membersPage tr .joyride-tip-guide span.fullName,
.joyride-tip-guide h5,
.joyride-tip-guide h6,
.joyride-tip-guide .helpPage .helpRightColumn section .helprow,
.helpPage .helpRightColumn section .joyride-tip-guide .helprow {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #F8F8EE;
}

/* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p, .joyride-tip-guide .faqBody, .joyride-tip-guide .guideShortDescription {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

/* line 129, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

/* line 136, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #F8F8EE !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 146, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 150, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

/* line 175, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 187, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 189, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #3F9B77 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 196, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #3F9B77 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 204, ../sass/foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .message_detail .joyride-nub.avatarArea, .message_detail .joyride-tip-guide .joyride-nub.avatarArea, .joyride-tip-guide .message_listing_row .message_toolbar .joyride-nub.c_message_toolbar_left, .message_listing_row .message_toolbar .joyride-tip-guide .joyride-nub.c_message_toolbar_left {
    border-color: #3F9B77 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
/* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}
/* line 42, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 57, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 72, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 109, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  /* line 137, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  /* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  /* line 153, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  /* line 158, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 185, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 206, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  /* line 218, ../sass/foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
/* line 94, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #3F9B77;
  border-color: #30775b;
  color: #fff;
}
/* line 97, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 99, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 100, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 102, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #578F77;
  border-color: #446f5d;
  color: #fff;
}
/* line 103, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: rgba(221, 65, 36, 0.7);
  border-color: rgba(178, 51, 28, 0.7);
  color: #fff;
}
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #DCDFC2;
  border-color: #c9cda1;
  color: #454926;
}

/* Breadcrumbs */
/* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(248, 248, 238, 0.4);
  border-color: rgba(233, 233, 202, 0.4);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}
/* line 60, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 62, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #3F9B77;
}
/* line 69, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}
/* line 72, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}
/* line 77, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 82, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}
/* line 84, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}
/* line 86, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
/* line 96, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
/* line 104, ../sass/foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
/* line 73, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}
/* line 83, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
/* line 87, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
/* line 92, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
/* line 101, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
/* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
/* line 148, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 153, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
/* line 165, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
/* line 173, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
/* line 186, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}
/* line 190, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888;
}
/* line 192, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
/* line 195, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 199, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 206, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 207, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 208, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 209, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
/* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 212, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 213, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 216, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
  background: rgba(221, 65, 36, 0.1);
  margin-bottom: 0;
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #3F9B77;
}
/* line 222, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error, form.custom .error .message_listing_row.c_pending .c_body .custom.dropdown + .error.pending, .message_listing_row.c_pending .c_body form.custom .error .custom.dropdown + .error.pending {
  margin-top: 0;
}
/* line 226, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
}
/* line 243, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 257, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}
/* line 261, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}
/* line 265, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}
/* line 272, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 276, ../sass/foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #ddd;
}

/* Keystroke Characters */
/* line 51, ../sass/foundation-4.3.2/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 71, ../sass/foundation-4.3.2/scss/foundation/components/_labels.scss */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #3F9B77;
  color: #fff;
}
/* line 77, ../sass/foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 78, ../sass/foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: rgba(221, 65, 36, 0.7);
  color: #fff;
}
/* line 81, ../sass/foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #578F77;
  color: #fff;
}
/* line 82, ../sass/foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #DCDFC2;
  color: #333;
}

/* Inline Lists */
/* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../sass/foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
/* line 87, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
/* line 93, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}
/* line 99, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 45, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
/* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 57, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #3F9B77;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
/* line 63, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #3F9B77;
}
/* line 110, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 110, ../sass/foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}
/* line 44, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 45, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel .membersPage tr span.fullName, .membersPage tr .panel span.fullName, .panel h5, .panel h6, .panel .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .panel .helprow, .panel p, .panel .faqBody, .panel .guideShortDescription {
  color: #333;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel .membersPage tr span.fullName, .membersPage tr .panel span.fullName, .panel h5, .panel h6, .panel .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .panel .helprow {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel .membersPage tr span.subheader.fullName, .membersPage tr .panel span.subheader.fullName, .panel h5.subheader, .panel .profilePage .settings-value h5, .profilePage .settings-value .panel h5, .panel h6.subheader, .panel .helpPage .helpRightColumn section .subheader.helprow, .helpPage .helpRightColumn section .panel .subheader.helprow, .panel .helpPage .helpRightColumn section .profilePage .settings-value h5.helprow, .helpPage .helpRightColumn section .profilePage .settings-value .panel h5.helprow, .panel .profilePage .settings-value .helpPage .helpRightColumn section h5.helprow, .profilePage .settings-value .helpPage .helpRightColumn section .panel h5.helprow {
  line-height: 1.4;
}
/* line 68, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #30775b;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #3F9B77;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 44, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 45, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 51, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .membersPage tr span.fullName, .membersPage tr .panel.callout span.fullName, .panel.callout h5, .panel.callout h6, .panel.callout .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .panel.callout .helprow, .panel.callout p, .panel.callout .faqBody, .panel.callout .guideShortDescription {
  color: #fff;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout .membersPage tr span.fullName, .membersPage tr .panel.callout span.fullName, .panel.callout h5, .panel.callout h6, .panel.callout .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .panel.callout .helprow {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout .membersPage tr span.subheader.fullName, .membersPage tr .panel.callout span.subheader.fullName, .panel.callout h5.subheader, .panel.callout .profilePage .settings-value h5, .profilePage .settings-value .panel.callout h5, .panel.callout h6.subheader, .panel.callout .helpPage .helpRightColumn section .subheader.helprow, .helpPage .helpRightColumn section .panel.callout .subheader.helprow, .panel.callout .helpPage .helpRightColumn section .profilePage .settings-value h5.helprow, .helpPage .helpRightColumn section .profilePage .settings-value .panel.callout h5.helprow, .panel.callout .profilePage .settings-value .helpPage .helpRightColumn section h5.helprow, .profilePage .settings-value .helpPage .helpRightColumn section .panel.callout h5.helprow {
  line-height: 1.4;
}
/* line 71, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout a {
  color: #fff;
}
/* line 76, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 124, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #ddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}
/* line 125, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.25em;
}
/* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}
/* line 127, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}
/* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #3F9B77;
  height: 100%;
  display: block;
}
/* line 57, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #DCDFC2;
  height: 100%;
  display: block;
}
/* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #578F77;
  height: 100%;
  display: block;
}
/* line 59, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: rgba(221, 65, 36, 0.7);
  height: 100%;
  display: block;
}
/* line 61, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 62, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 65, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 66, ../sass/foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 67, ../sass/foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
/* line 39, ../sass/foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
/* line 43, ../sass/foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #3F9B77;
}
/* line 48, ../sass/foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 53, ../sass/foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 82, ../sass/foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}
/* line 40, ../sass/foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  text-decoration: none;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #3F9B77;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  /* line 239, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: #fff;
    border-color: #cccccc;
  }
  /* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label, div.switch .fundraiser_page .organizer_name, .fundraiser_page div.switch .organizer_name {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 75, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 84, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 91, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 106, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label, div.switch .fundraiser_page input:not(:checked) + .organizer_name, .fundraiser_page div.switch input:not(:checked) + .organizer_name {
    opacity: 0;
  }
  /* line 109, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 110, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label, div.switch .fundraiser_page input:first-of-type + .organizer_name, .fundraiser_page div.switch input:first-of-type + .organizer_name,
  div.switch input:first-of-type + span + label,
  div.switch .fundraiser_page input:first-of-type + span + .organizer_name,
  .fundraiser_page div.switch input:first-of-type + span + .organizer_name {
    left: -50%;
  }
  /* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label, div.switch .fundraiser_page input:first-of-type:checked + .organizer_name, .fundraiser_page div.switch input:first-of-type:checked + .organizer_name,
  div.switch input:first-of-type:checked + span + label,
  div.switch .fundraiser_page input:first-of-type:checked + span + .organizer_name,
  .fundraiser_page div.switch input:first-of-type:checked + span + .organizer_name {
    left: 0%;
  }
  /* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label, div.switch .fundraiser_page input:last-of-type + .organizer_name, .fundraiser_page div.switch input:last-of-type + .organizer_name,
  div.switch input:last-of-type + span + label,
  div.switch .fundraiser_page input:last-of-type + span + .organizer_name,
  .fundraiser_page div.switch input:last-of-type + span + .organizer_name {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label, div.switch .fundraiser_page input:last-of-type:checked + .organizer_name, .fundraiser_page div.switch input:last-of-type:checked + .organizer_name,
  div.switch input:last-of-type:checked + span + label,
  div.switch .fundraiser_page input:last-of-type:checked + span + .organizer_name,
  .fundraiser_page div.switch input:last-of-type:checked + span + .organizer_name {
    right: 0%;
    left: auto;
  }
  /* line 125, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 239, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 239, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: none 0;
  }
}
@media only screen {
  /* line 137, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 149, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label, div.switch .fundraiser_page .organizer_name, .fundraiser_page div.switch .organizer_name {
    padding: 0;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  /* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  /* line 177, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #eff6f3, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #eff6f3, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  /* line 201, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  }
  /* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 243, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 2.75em;
  }
  /* line 149, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large label, div.switch.large .fundraiser_page .organizer_name, .fundraiser_page div.switch.large .organizer_name {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  /* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  /* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  /* line 246, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 1.75em;
  }
  /* line 149, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small label, div.switch.small .fundraiser_page .organizer_name, .fundraiser_page div.switch.small .organizer_name {
    padding: 0;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  /* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  /* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  /* line 249, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 1.375em;
  }
  /* line 149, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny label, div.switch.tiny .fundraiser_page .organizer_name, .fundraiser_page div.switch.tiny .organizer_name {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  /* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  /* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  /* line 252, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 253, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 257, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 258, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 259, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round label, div.switch.round .fundraiser_page .organizer_name, .fundraiser_page div.switch.round .organizer_name {
    padding: 0 0.5625em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}
/* line 11, ../sass/foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 17, ../sass/foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
/* line 19, ../sass/foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 80, ../sass/foundation-4.3.2/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
}
/* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}
/* line 47, ../sass/foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222;
  text-align: left;
}
/* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222;
}
/* line 65, ../sass/foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 70, ../sass/foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
/* line 45, ../sass/foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 31, ../sass/foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(63, 155, 119, 0.5);
  box-shadow: 0 0 6px 1px rgba(63, 155, 119, 0.5);
}
/* line 49, ../sass/foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../sass/foundation-4.3.2/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
/* line 29, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: normal;
  color: #333;
}
/* line 35, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #22523f;
  color: #3F9B77;
}
/* line 41, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 45, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 60, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #000 transparent;
  top: -10px;
}
/* line 71, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #3F9B77 !important;
  border-bottom: dotted 1px #22523f !important;
}

/* line 77, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  /* line 86, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px;
  }
  /* line 90, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 96, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 99, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 106, ../sass/foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 286, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 291, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 296, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 312, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 318, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 322, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 335, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 338, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 342, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 344, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 348, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 355, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.left, .message_detail .avatarArea, .message_listing_row .message_toolbar .c_message_toolbar_left {
  float: left !important;
}

/* line 356, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 357, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left, .profilePage .settings-value {
  text-align: left !important;
}

/* line 358, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right, .profilePage .settings-label {
  text-align: right !important;
}

/* line 359, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 360, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 361, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 367, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 370, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 380, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 383, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Standard Forms */
/* line 264, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row, form .fundraiser_card .progress_row .row, .fundraiser_card form .progress_row .row, form .fundraiser_small .progress_row .row, .fundraiser_small form .progress_row .row, form .row .fundraiser_card .progress_row, .fundraiser_card form .row .progress_row, form .fundraiser_card .progress_row .progress_row, .fundraiser_card form .progress_row .progress_row, form .row .fundraiser_small .progress_row, .fundraiser_small form .row .progress_row, form .fundraiser_small .progress_row .progress_row, .fundraiser_small form .progress_row .progress_row {
  margin: 0 -0.5em;
}
/* line 69, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column, form .fundraiser_card .progress_row .row .column, .fundraiser_card form .progress_row .row .column, form .fundraiser_small .progress_row .row .column, .fundraiser_small form .progress_row .row .column, form .row .fundraiser_card .progress_row .column, .fundraiser_card form .row .progress_row .column, form .fundraiser_card .progress_row .progress_row .column, .fundraiser_card form .progress_row .progress_row .column, form .row .fundraiser_small .progress_row .column, .fundraiser_small form .row .progress_row .column, form .fundraiser_small .progress_row .progress_row .column, .fundraiser_small form .progress_row .progress_row .column,
form .row .row .columns,
form .fundraiser_card .progress_row .row .columns,
.fundraiser_card form .progress_row .row .columns,
form .fundraiser_small .progress_row .row .columns,
.fundraiser_small form .progress_row .row .columns,
form .row .fundraiser_card .progress_row .columns,
.fundraiser_card form .row .progress_row .columns,
form .fundraiser_card .progress_row .progress_row .columns,
.fundraiser_card form .progress_row .progress_row .columns,
form .row .fundraiser_small .progress_row .columns,
.fundraiser_small form .row .progress_row .columns,
form .fundraiser_small .progress_row .progress_row .columns,
.fundraiser_small form .progress_row .progress_row .columns,
form .row .row .profilePage .settings-label,
.profilePage form .row .row .settings-label,
form .fundraiser_card .progress_row .row .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .row .settings-label,
.fundraiser_card form .progress_row .row .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .row .settings-label,
form .fundraiser_small .progress_row .row .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .row .settings-label,
.fundraiser_small form .progress_row .row .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .row .settings-label,
form .row .fundraiser_card .progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_card .progress_row .settings-label,
.fundraiser_card form .row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .row .progress_row .settings-label,
form .fundraiser_card .progress_row .progress_row .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .progress_row .settings-label,
.fundraiser_card form .progress_row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .progress_row .settings-label,
form .row .fundraiser_small .progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_small .progress_row .settings-label,
.fundraiser_small form .row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .row .progress_row .settings-label,
form .fundraiser_small .progress_row .progress_row .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .progress_row .settings-label,
.fundraiser_small form .progress_row .progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .progress_row .settings-label,
form .row .row .profilePage .settings-value,
.profilePage form .row .row .settings-value,
form .fundraiser_card .progress_row .row .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .row .settings-value,
.fundraiser_card form .progress_row .row .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .row .settings-value,
form .fundraiser_small .progress_row .row .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .row .settings-value,
.fundraiser_small form .progress_row .row .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .row .settings-value,
form .row .fundraiser_card .progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_card .progress_row .settings-value,
.fundraiser_card form .row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .row .progress_row .settings-value,
form .fundraiser_card .progress_row .progress_row .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .progress_row .settings-value,
.fundraiser_card form .progress_row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .progress_row .settings-value,
form .row .fundraiser_small .progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_small .progress_row .settings-value,
.fundraiser_small form .row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .row .progress_row .settings-value,
form .fundraiser_small .progress_row .progress_row .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .progress_row .settings-value,
.fundraiser_small form .progress_row .progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .progress_row .settings-value,
form .row .row .fundraiser_card .progress_section,
.fundraiser_card form .row .row .progress_section,
form .fundraiser_card .progress_row .row .progress_section,
.fundraiser_card form .progress_row .row .progress_section,
form .row .fundraiser_card .progress_row .progress_section,
.fundraiser_card form .row .progress_row .progress_section,
form .fundraiser_card .progress_row .progress_row .progress_section,
.fundraiser_card form .progress_row .progress_row .progress_section,
form .row .row .fundraiser_card .button_section,
.fundraiser_card form .row .row .button_section,
form .fundraiser_card .progress_row .row .button_section,
.fundraiser_card form .progress_row .row .button_section,
form .row .fundraiser_card .progress_row .button_section,
.fundraiser_card form .row .progress_row .button_section,
form .fundraiser_card .progress_row .progress_row .button_section,
.fundraiser_card form .progress_row .progress_row .button_section,
form .row .row .fundraiser_small .progress_section,
.fundraiser_small form .row .row .progress_section,
form .fundraiser_small .progress_row .row .progress_section,
.fundraiser_small form .progress_row .row .progress_section,
form .row .fundraiser_small .progress_row .progress_section,
.fundraiser_small form .row .progress_row .progress_section,
form .fundraiser_small .progress_row .progress_row .progress_section,
.fundraiser_small form .progress_row .progress_row .progress_section,
form .row .row .fundraiser_small .button_section,
.fundraiser_small form .row .row .button_section,
form .fundraiser_small .progress_row .row .button_section,
.fundraiser_small form .progress_row .row .button_section,
form .row .fundraiser_small .progress_row .button_section,
.fundraiser_small form .row .progress_row .button_section,
form .fundraiser_small .progress_row .progress_row .button_section,
.fundraiser_small form .progress_row .progress_row .button_section {
  padding: 0 0.5em;
}
/* line 73, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse, form .fundraiser_card .progress_row .row.collapse, .fundraiser_card form .progress_row .row.collapse, form .fundraiser_small .progress_row .row.collapse, .fundraiser_small form .progress_row .row.collapse, form .row .fundraiser_card .collapse.progress_row, .fundraiser_card form .row .collapse.progress_row, form .fundraiser_card .progress_row .collapse.progress_row, .fundraiser_card form .progress_row .collapse.progress_row, form .row .fundraiser_small .collapse.progress_row, .fundraiser_small form .row .collapse.progress_row, form .fundraiser_small .progress_row .collapse.progress_row, .fundraiser_small form .progress_row .collapse.progress_row {
  margin: 0;
}
/* line 75, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column, form .fundraiser_card .progress_row .row.collapse .column, .fundraiser_card form .progress_row .row.collapse .column, form .fundraiser_small .progress_row .row.collapse .column, .fundraiser_small form .progress_row .row.collapse .column, form .row .fundraiser_card .collapse.progress_row .column, .fundraiser_card form .row .collapse.progress_row .column, form .fundraiser_card .progress_row .collapse.progress_row .column, .fundraiser_card form .progress_row .collapse.progress_row .column, form .row .fundraiser_small .collapse.progress_row .column, .fundraiser_small form .row .collapse.progress_row .column, form .fundraiser_small .progress_row .collapse.progress_row .column, .fundraiser_small form .progress_row .collapse.progress_row .column,
form .row .row.collapse .columns,
form .fundraiser_card .progress_row .row.collapse .columns,
.fundraiser_card form .progress_row .row.collapse .columns,
form .fundraiser_small .progress_row .row.collapse .columns,
.fundraiser_small form .progress_row .row.collapse .columns,
form .row .fundraiser_card .collapse.progress_row .columns,
.fundraiser_card form .row .collapse.progress_row .columns,
form .fundraiser_card .progress_row .collapse.progress_row .columns,
.fundraiser_card form .progress_row .collapse.progress_row .columns,
form .row .fundraiser_small .collapse.progress_row .columns,
.fundraiser_small form .row .collapse.progress_row .columns,
form .fundraiser_small .progress_row .collapse.progress_row .columns,
.fundraiser_small form .progress_row .collapse.progress_row .columns,
form .row .row.collapse .profilePage .settings-label,
.profilePage form .row .row.collapse .settings-label,
form .fundraiser_card .progress_row .row.collapse .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .row.collapse .settings-label,
.fundraiser_card form .progress_row .row.collapse .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .row.collapse .settings-label,
form .fundraiser_small .progress_row .row.collapse .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .row.collapse .settings-label,
.fundraiser_small form .progress_row .row.collapse .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .row.collapse .settings-label,
form .row .fundraiser_card .collapse.progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_card .collapse.progress_row .settings-label,
.fundraiser_card form .row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .row .collapse.progress_row .settings-label,
form .fundraiser_card .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage form .fundraiser_card .progress_row .collapse.progress_row .settings-label,
.fundraiser_card form .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_card form .progress_row .collapse.progress_row .settings-label,
form .row .fundraiser_small .collapse.progress_row .profilePage .settings-label,
.profilePage form .row .fundraiser_small .collapse.progress_row .settings-label,
.fundraiser_small form .row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .row .collapse.progress_row .settings-label,
form .fundraiser_small .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage form .fundraiser_small .progress_row .collapse.progress_row .settings-label,
.fundraiser_small form .progress_row .collapse.progress_row .profilePage .settings-label,
.profilePage .fundraiser_small form .progress_row .collapse.progress_row .settings-label,
form .row .row.collapse .profilePage .settings-value,
.profilePage form .row .row.collapse .settings-value,
form .fundraiser_card .progress_row .row.collapse .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .row.collapse .settings-value,
.fundraiser_card form .progress_row .row.collapse .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .row.collapse .settings-value,
form .fundraiser_small .progress_row .row.collapse .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .row.collapse .settings-value,
.fundraiser_small form .progress_row .row.collapse .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .row.collapse .settings-value,
form .row .fundraiser_card .collapse.progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_card .collapse.progress_row .settings-value,
.fundraiser_card form .row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .row .collapse.progress_row .settings-value,
form .fundraiser_card .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage form .fundraiser_card .progress_row .collapse.progress_row .settings-value,
.fundraiser_card form .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_card form .progress_row .collapse.progress_row .settings-value,
form .row .fundraiser_small .collapse.progress_row .profilePage .settings-value,
.profilePage form .row .fundraiser_small .collapse.progress_row .settings-value,
.fundraiser_small form .row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .row .collapse.progress_row .settings-value,
form .fundraiser_small .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage form .fundraiser_small .progress_row .collapse.progress_row .settings-value,
.fundraiser_small form .progress_row .collapse.progress_row .profilePage .settings-value,
.profilePage .fundraiser_small form .progress_row .collapse.progress_row .settings-value,
form .row .row.collapse .fundraiser_card .progress_section,
.fundraiser_card form .row .row.collapse .progress_section,
form .fundraiser_card .progress_row .row.collapse .progress_section,
.fundraiser_card form .progress_row .row.collapse .progress_section,
form .row .fundraiser_card .collapse.progress_row .progress_section,
.fundraiser_card form .row .collapse.progress_row .progress_section,
form .fundraiser_card .progress_row .collapse.progress_row .progress_section,
.fundraiser_card form .progress_row .collapse.progress_row .progress_section,
form .row .row.collapse .fundraiser_card .button_section,
.fundraiser_card form .row .row.collapse .button_section,
form .fundraiser_card .progress_row .row.collapse .button_section,
.fundraiser_card form .progress_row .row.collapse .button_section,
form .row .fundraiser_card .collapse.progress_row .button_section,
.fundraiser_card form .row .collapse.progress_row .button_section,
form .fundraiser_card .progress_row .collapse.progress_row .button_section,
.fundraiser_card form .progress_row .collapse.progress_row .button_section,
form .row .row.collapse .fundraiser_small .progress_section,
.fundraiser_small form .row .row.collapse .progress_section,
form .fundraiser_small .progress_row .row.collapse .progress_section,
.fundraiser_small form .progress_row .row.collapse .progress_section,
form .row .fundraiser_small .collapse.progress_row .progress_section,
.fundraiser_small form .row .collapse.progress_row .progress_section,
form .fundraiser_small .progress_row .collapse.progress_row .progress_section,
.fundraiser_small form .progress_row .collapse.progress_row .progress_section,
form .row .row.collapse .fundraiser_small .button_section,
.fundraiser_small form .row .row.collapse .button_section,
form .fundraiser_small .progress_row .row.collapse .button_section,
.fundraiser_small form .progress_row .row.collapse .button_section,
form .row .fundraiser_small .collapse.progress_row .button_section,
.fundraiser_small form .row .collapse.progress_row .button_section,
form .fundraiser_small .progress_row .collapse.progress_row .button_section,
.fundraiser_small form .progress_row .collapse.progress_row .button_section {
  padding: 0;
}
/* line 77, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input, form .fundraiser_card .progress_row .row.collapse input, .fundraiser_card form .progress_row .row.collapse input, form .fundraiser_small .progress_row .row.collapse input, .fundraiser_small form .progress_row .row.collapse input, form .row .fundraiser_card .collapse.progress_row input, .fundraiser_card form .row .collapse.progress_row input, form .fundraiser_card .progress_row .collapse.progress_row input, .fundraiser_card form .progress_row .collapse.progress_row input, form .row .fundraiser_small .collapse.progress_row input, .fundraiser_small form .row .collapse.progress_row input, form .fundraiser_small .progress_row .collapse.progress_row input, .fundraiser_small form .progress_row .collapse.progress_row input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 86, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column, form .fundraiser_card .progress_row input.column, .fundraiser_card form .progress_row input.column, form .fundraiser_small .progress_row input.column, .fundraiser_small form .progress_row input.column,
form .row input.columns,
form .fundraiser_card .progress_row input.columns,
.fundraiser_card form .progress_row input.columns,
form .fundraiser_small .progress_row input.columns,
.fundraiser_small form .progress_row input.columns,
form .row .profilePage input.settings-label,
.profilePage form .row input.settings-label,
form .fundraiser_card .progress_row .profilePage input.settings-label,
.profilePage form .fundraiser_card .progress_row input.settings-label,
.fundraiser_card form .progress_row .profilePage input.settings-label,
.profilePage .fundraiser_card form .progress_row input.settings-label,
form .fundraiser_small .progress_row .profilePage input.settings-label,
.profilePage form .fundraiser_small .progress_row input.settings-label,
.fundraiser_small form .progress_row .profilePage input.settings-label,
.profilePage .fundraiser_small form .progress_row input.settings-label,
form .row .profilePage input.settings-value,
.profilePage form .row input.settings-value,
form .fundraiser_card .progress_row .profilePage input.settings-value,
.profilePage form .fundraiser_card .progress_row input.settings-value,
.fundraiser_card form .progress_row .profilePage input.settings-value,
.profilePage .fundraiser_card form .progress_row input.settings-value,
form .fundraiser_small .progress_row .profilePage input.settings-value,
.profilePage form .fundraiser_small .progress_row input.settings-value,
.fundraiser_small form .progress_row .profilePage input.settings-value,
.profilePage .fundraiser_small form .progress_row input.settings-value,
form .row .fundraiser_card input.progress_section,
.fundraiser_card form .row input.progress_section,
form .fundraiser_card .progress_row input.progress_section,
.fundraiser_card form .progress_row input.progress_section,
form .row .fundraiser_card input.button_section,
.fundraiser_card form .row input.button_section,
form .fundraiser_card .progress_row input.button_section,
.fundraiser_card form .progress_row input.button_section,
form .row .fundraiser_small input.progress_section,
.fundraiser_small form .row input.progress_section,
form .fundraiser_small .progress_row input.progress_section,
.fundraiser_small form .progress_row input.progress_section,
form .row .fundraiser_small input.button_section,
.fundraiser_small form .row input.button_section,
form .fundraiser_small .progress_row input.button_section,
.fundraiser_small form .progress_row input.button_section,
form .row textarea.column,
form .fundraiser_card .progress_row textarea.column,
.fundraiser_card form .progress_row textarea.column,
form .fundraiser_small .progress_row textarea.column,
.fundraiser_small form .progress_row textarea.column,
form .row textarea.columns,
form .fundraiser_card .progress_row textarea.columns,
.fundraiser_card form .progress_row textarea.columns,
form .fundraiser_small .progress_row textarea.columns,
.fundraiser_small form .progress_row textarea.columns,
form .row .profilePage textarea.settings-label,
.profilePage form .row textarea.settings-label,
form .fundraiser_card .progress_row .profilePage textarea.settings-label,
.profilePage form .fundraiser_card .progress_row textarea.settings-label,
.fundraiser_card form .progress_row .profilePage textarea.settings-label,
.profilePage .fundraiser_card form .progress_row textarea.settings-label,
form .fundraiser_small .progress_row .profilePage textarea.settings-label,
.profilePage form .fundraiser_small .progress_row textarea.settings-label,
.fundraiser_small form .progress_row .profilePage textarea.settings-label,
.profilePage .fundraiser_small form .progress_row textarea.settings-label,
form .row .profilePage textarea.settings-value,
.profilePage form .row textarea.settings-value,
form .fundraiser_card .progress_row .profilePage textarea.settings-value,
.profilePage form .fundraiser_card .progress_row textarea.settings-value,
.fundraiser_card form .progress_row .profilePage textarea.settings-value,
.profilePage .fundraiser_card form .progress_row textarea.settings-value,
form .fundraiser_small .progress_row .profilePage textarea.settings-value,
.profilePage form .fundraiser_small .progress_row textarea.settings-value,
.fundraiser_small form .progress_row .profilePage textarea.settings-value,
.profilePage .fundraiser_small form .progress_row textarea.settings-value,
form .row .fundraiser_card textarea.progress_section,
.fundraiser_card form .row textarea.progress_section,
form .fundraiser_card .progress_row textarea.progress_section,
.fundraiser_card form .progress_row textarea.progress_section,
form .row .fundraiser_card textarea.button_section,
.fundraiser_card form .row textarea.button_section,
form .fundraiser_card .progress_row textarea.button_section,
.fundraiser_card form .progress_row textarea.button_section,
form .row .fundraiser_small textarea.progress_section,
.fundraiser_small form .row textarea.progress_section,
form .fundraiser_small .progress_row textarea.progress_section,
.fundraiser_small form .progress_row textarea.progress_section,
form .row .fundraiser_small textarea.button_section,
.fundraiser_small form .row textarea.button_section,
form .fundraiser_small .progress_row textarea.button_section,
.fundraiser_small form .progress_row textarea.button_section {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 270, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label, .fundraiser_page .organizer_name {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}
/* line 271, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right, .fundraiser_page .right.organizer_name {
  float: none;
  text-align: right;
}
/* line 272, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline, .fundraiser_page .inline.organizer_name {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
/* line 274, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label small, .fundraiser_page .organizer_name small, label .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body label .pending, .fundraiser_page .organizer_name .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .fundraiser_page .organizer_name .pending {
  text-transform: capitalize;
  color: #666666;
}

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

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 286, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 288, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix, .fundraiser_page .prefix.organizer_name {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 295, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius, .fundraiser_page .prefix.radius.organizer_name {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix, .fundraiser_page .postfix.organizer_name {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 298, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius, .fundraiser_page .postfix.radius.organizer_name {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 307, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 312, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 315, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
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"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
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,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #3F9B77;
  -moz-box-shadow: 0 0 5px #3F9B77;
  box-shadow: 0 0 5px #3F9B77;
  border-color: #3F9B77;
}
/* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
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,
textarea:focus {
  background: #fafafa;
  border-color: #3F9B77;
  outline: none;
}
/* line 120, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
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],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 354, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 221, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 366, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error .message_listing_row.c_pending .c_body .error.pending, .message_listing_row.c_pending .c_body [data-abide] .error .error.pending, [data-abide] span.error, [data-abide] small.error, [data-abide] .message_listing_row.c_pending .c_body .error.pending, .message_listing_row.c_pending .c_body [data-abide] .error.pending {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(221, 65, 36, 0.7);
  color: #fff;
}
/* line 369, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error, [data-abide] .message_listing_row.c_pending .c_body .error.pending, .message_listing_row.c_pending .c_body [data-abide] .error.pending {
  display: none;
}

/* line 371, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error, .message_listing_row.c_pending .c_body .error.pending {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(221, 65, 36, 0.7);
  color: #fff;
}

/* line 375, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
  margin-bottom: 0;
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #3F9B77;
}
/* line 382, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label, .error .fundraiser_page .organizer_name, .fundraiser_page .error .organizer_name,
.error label.error,
.error .fundraiser_page .error.organizer_name,
.fundraiser_page .error .error.organizer_name {
  color: rgba(221, 65, 36, 0.7);
}
/* line 387, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small, .message_listing_row.c_pending .c_body .error > .pending,
.error small.error,
.error .message_listing_row.c_pending .c_body .error.pending,
.message_listing_row.c_pending .c_body .error .error.pending {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(221, 65, 36, 0.7);
  color: #fff;
}
/* line 392, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
  margin-bottom: 0;
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #3F9B77;
}

/* line 403, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: rgba(221, 65, 36, 0.7);
  background-color: rgba(221, 65, 36, 0.1);
}
/* line 236, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: #fafafa;
  border-color: #3F9B77;
}

/* line 407, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error, .fundraiser_page .error.organizer_name {
  color: rgba(221, 65, 36, 0.7);
}

/* line 68, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
/* line 74, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar > .hidden {
  display: none;
}
/* line 82, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .selector {
  width: 100%;
  display: table;
}
/* line 86, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .selector .clear {
  position: absolute;
  height: 24px;
  width: auto;
  right: 5px;
  top: 11px;
}
/* line 94, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .selector .date-selector,
.calendar .selector .time-selector {
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 24px;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.calendar .selector .date-selector:focus,
.calendar .selector .time-selector:focus {
  -webkit-box-shadow: 0 0 5px #3F9B77;
  -moz-box-shadow: 0 0 5px #3F9B77;
  box-shadow: 0 0 5px #3F9B77;
  border-color: #3F9B77;
}
/* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.calendar .selector .date-selector:focus,
.calendar .selector .time-selector:focus {
  background: #fafafa;
  border-color: #3F9B77;
  outline: none;
}
/* line 120, ../sass/foundation-4.3.2/scss/foundation/components/_forms.scss */
.calendar .selector .date-selector[disabled],
.calendar .selector .time-selector[disabled] {
  background-color: #ddd;
}
/* line 106, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .selector .date-selector .value,
.calendar .selector .time-selector .value {
  margin-left: 10px;
}
/* line 112, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .selector.date.time .date-selector {
  display: table-cell;
  width: 50%;
  padding-top: 11px;
  padding-bottom: 5px;
}
/* line 118, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .selector.date.time .time-selector {
  display: table-cell;
  width: 50%;
  padding-top: 11px;
  padding-bottom: 5px;
}
/* line 126, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker {
  position: absolute;
  right: 0;
  display: none;
  border: 1px solid #30775b;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 10000;
}
/* line 136, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker .header {
  background: #30775b;
  color: #FFF;
  width: 100%;
  position: relative;
}
/* line 142, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker .header .time {
  width: 97%;
  margin: 0 2% 0 0%;
  text-align: right;
  height: 28px;
  font-size: 16px;
  color: #FFF;
  padding: 5px 0;
}
/* line 155, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control {
  padding: 10px 3px 0 3px;
  width: auto;
  text-align: center;
  display: inline-block;
  float: left;
}
/* line 162, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control label, .calendar .time-picker > .time .value-control .fundraiser_page .organizer_name, .fundraiser_page .calendar .time-picker > .time .value-control .organizer_name {
  background: #3F9B77;
  color: #FFF;
  font-size: 11px;
  text-align: center;
  display: block;
  margin: -10px -3px 0 -3px;
  padding: 5px 0;
}
/* line 172, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control a.value-change {
  display: block;
  margin: 0 auto;
  line-height: 0;
  *zoom: 1;
}
/* line 176, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control a.value-change span {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  margin: 0 auto;
}
/* line 184, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control a.value-change.up span {
  border: 8px solid transparent;
  border-bottom: 8px solid #333;
}
/* line 191, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control a.value-change.down span {
  border: 8px solid transparent;
  border-top: 8px solid #333;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.calendar .time-picker > .time .value-control a.value-change:before, .calendar .time-picker > .time .value-control a.value-change:after {
  content: " ";
  display: table;
}
/* line 122, ../sass/foundation-4.3.2/scss/foundation/components/_global.scss */
.calendar .time-picker > .time .value-control a.value-change:after {
  clear: both;
}
/* line 200, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .time-picker > .time .value-control .display {
  display: block;
  padding: 0 5px;
  height: 25px;
  width: 40px;
  text-align: center;
  color: #3F9B77;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 214, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker {
  position: absolute;
  left: 0;
  display: none;
  border: 1px solid #30775b;
  width: 50%;
  height: auto;
  background: #FFF;
  z-index: 10000;
}
/* line 224, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header {
  background: #30775b;
  width: 100%;
  position: relative;
}
/* line 229, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month {
  width: 80%;
  margin: 0 20% 0 2%;
  text-align: left;
  height: 28px;
  font-size: 16px;
  color: #FFF;
  padding: 5px 0;
}
/* line 239, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav {
  position: absolute;
  display: block;
  top: 7px;
}
/* line 244, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav span {
  display: block;
  width: 0;
  font-size: 0;
}
/* line 250, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav.next {
  right: 0;
}
/* line 252, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav.next span {
  border: 6.4px solid #EEE;
  border-top: 6.4px solid transparent;
  border-bottom: 6.4px solid transparent;
  border-right: 6.4px solid transparent;
}
/* line 260, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav.prev {
  right: 24px;
}
/* line 262, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav.prev span {
  border: 6.4px solid #EEE;
  border-top: 6.4px solid transparent;
  border-bottom: 6.4px solid transparent;
  border-left: 6.4px solid transparent;
}
/* line 273, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav:hover.next span {
  border: 6.4px solid #d4d4d4;
  border-top: 6.4px solid transparent;
  border-bottom: 6.4px solid transparent;
  border-right: 6.4px solid transparent;
}
/* line 282, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .header .month-nav:hover.prev span {
  border: 6.4px solid #d4d4d4;
  border-top: 6.4px solid transparent;
  border-bottom: 6.4px solid transparent;
  border-left: 6.4px solid transparent;
}
/* line 293, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week {
  display: block;
  width: 100%;
  height: 36px;
  white-space: no-wrap;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 302, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week .day {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background: #FFF;
  color: #3F9B77;
  border: 1px solid #FFF;
  vertical-align: middle;
  padding: 3px;
  width: 14.28571%;
  height: 36px;
  line-height: 29px;
}
/* line 315, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week .day.weekend {
  background: #DCDFC2;
  color: #3F9B77;
  border: 1px solid #DCDFC2;
}
/* line 321, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week .day.weekend.current, .calendar .date-picker .week .day.current {
  background: #3F9B77;
  color: #FFF;
  border: 1px solid #3F9B77;
}
/* line 328, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week .day.other-month {
  color: #CCC;
  background: #FFF;
  border: 1px solid #FFF;
}
/* line 334, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week .day.other-month.weekend {
  color: #BBB;
  background: #DCDFC2;
  border: 1px solid #DCDFC2;
}
/* line 341, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week span.day {
  color: #CCC;
}
/* line 344, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week span.day.weekend {
  color: #CCC;
}
/* line 351, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week a.day:hover {
  border: 1px solid #3F9B77;
}
/* line 355, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week a.day.weekend:hover {
  border: 1px solid #3F9B77;
}
/* line 360, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week.labels {
  height: 23px;
}
/* line 363, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar .date-picker .week.labels .day {
  background: #3F9B77;
  color: #FFF;
  border: 1px solid #3F9B77;
  height: 23px;
  line-height: 13px;
  padding: 5px;
  font-size: 11px;
}
/* line 376, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar.fixed {
  z-index: 0;
}
/* line 379, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
.calendar.fixed .date-picker {
  display: block;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: upper-bound(0em, 40em)) {
  /* line 387, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
  .calendar .date-picker {
    width: 100%;
  }
  /* line 390, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
  .calendar .date-picker .week {
    height: 49.5px;
  }
  /* line 393, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
  .calendar .date-picker .week .day {
    height: 49.5px;
    line-height: 42.5px;
    font-size: 22px;
  }
}
@media only screen and (min-width: lower-bound(40.063em, 64em)) and (max-width: upper-bound(40.063em, 64em)) {
  /* line 403, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
  .calendar .date-picker {
    width: 75%;
  }
  /* line 406, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
  .calendar .date-picker .week {
    height: 40.5px;
    line-height: 33.5px;
  }
  /* line 410, ../sass/foundation-4.3.2/scss/foundation/components/_calendar.scss */
  .calendar .date-picker .week .day {
    height: 40.5px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 128, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 135, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 51, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 76, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 83, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 91, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 95, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 139, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
/* line 114, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 117, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}
/* line 142, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 51, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 145, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 146, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 147, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 148, ../sass/foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* remember to define focus styles! */
/* accessibility improvements needed: http://www.outlinenone.com/ */
/* line 107, ../sass/screen.scss */
:focus {
  outline: 0;
}

/* line 111, ../sass/screen.scss */
.reveal-modal {
  padding: 0px;
}
/* line 114, ../sass/screen.scss */
.reveal-modal .panel {
  background-color: rgba(248, 248, 238, 0.7);
  border: none;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 124, ../sass/screen.scss */
.reveal-modal form, .reveal-modal form.custom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 128, ../sass/screen.scss */
.reveal-modal .button {
  margin-bottom: 0px;
}
/* line 131, ../sass/screen.scss */
.reveal-modal .chzn-container {
  background-color: #F8F8EE;
}

/* line 136, ../sass/screen.scss */
.button-group > * {
  margin: 0 0 0 0;
}
/* line 138, ../sass/screen.scss */
.button-group > * .button {
  border-left: 1px solid #3F9B77;
}

/* line 143, ../sass/screen.scss */
.bottompaddedcolumn {
  padding-bottom: 0.9375em;
}

/* line 148, ../sass/screen.scss */
.button-group > li:first-child .button {
  border-left: none;
}

/* line 152, ../sass/screen.scss */
.button-group.fade {
  background-color: rgba(248, 248, 238, 0.7);
}

/* line 157, ../sass/screen.scss */
body {
  padding-top: 45px;
}

/* line 161, ../sass/screen.scss */
strong, b {
  font-weight: 600;
}

/* line 165, ../sass/screen.scss */
.celly-switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25em;
  height: 2.25em;
  background: #fff;
  border-color: #cccccc;
}
/* line 58, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch label, .celly-switch .fundraiser_page .organizer_name, .fundraiser_page .celly-switch .organizer_name {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 75, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}
/* line 84, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:hover, .celly-switch input:focus {
  cursor: pointer;
}
/* line 91, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 106, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:not(:checked) + label, .celly-switch .fundraiser_page input:not(:checked) + .organizer_name, .fundraiser_page .celly-switch input:not(:checked) + .organizer_name {
  opacity: 0;
}
/* line 109, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:checked {
  display: none !important;
}
/* line 110, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input {
  left: 0;
  display: block !important;
}
/* line 113, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:first-of-type + label, .celly-switch .fundraiser_page input:first-of-type + .organizer_name, .fundraiser_page .celly-switch input:first-of-type + .organizer_name,
.celly-switch input:first-of-type + span + label,
.celly-switch .fundraiser_page input:first-of-type + span + .organizer_name,
.fundraiser_page .celly-switch input:first-of-type + span + .organizer_name {
  left: -50%;
}
/* line 115, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:first-of-type:checked + label, .celly-switch .fundraiser_page input:first-of-type:checked + .organizer_name, .fundraiser_page .celly-switch input:first-of-type:checked + .organizer_name,
.celly-switch input:first-of-type:checked + span + label,
.celly-switch .fundraiser_page input:first-of-type:checked + span + .organizer_name,
.fundraiser_page .celly-switch input:first-of-type:checked + span + .organizer_name {
  left: 0%;
}
/* line 119, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:last-of-type + label, .celly-switch .fundraiser_page input:last-of-type + .organizer_name, .fundraiser_page .celly-switch input:last-of-type + .organizer_name,
.celly-switch input:last-of-type + span + label,
.celly-switch .fundraiser_page input:last-of-type + span + .organizer_name,
.fundraiser_page .celly-switch input:last-of-type + span + .organizer_name {
  right: -50%;
  left: auto;
  text-align: right;
}
/* line 121, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:last-of-type:checked + label, .celly-switch .fundraiser_page input:last-of-type:checked + .organizer_name, .fundraiser_page .celly-switch input:last-of-type:checked + .organizer_name,
.celly-switch input:last-of-type:checked + span + label,
.celly-switch .fundraiser_page input:last-of-type:checked + span + .organizer_name,
.fundraiser_page .celly-switch input:last-of-type:checked + span + .organizer_name {
  right: 0%;
  left: auto;
}
/* line 125, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch span.custom {
  display: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 165, ../sass/screen.scss */
  .celly-switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 165, ../sass/screen.scss */
  .celly-switch {
    -webkit-animation: none 0;
  }
}
/* line 137, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
form.custom .celly-switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}
/* line 149, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch label, .celly-switch .fundraiser_page .organizer_name, .fundraiser_page .celly-switch .organizer_name {
  padding: 0;
  line-height: 2.3em;
  font-size: 0.875em;
}
/* line 157, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875em;
}
/* line 163, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch span:last-child {
  width: 2.25em;
  height: 2.25em;
}
/* line 177, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch span:last-child {
  border-color: #b3b3b3;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #DCDFC2, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #F8F8EE;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #DCDFC2, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #F8F8EE;
}
/* line 201, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch:hover span:last-child, .celly-switch:focus span:last-child {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
}
/* line 211, ../sass/foundation-4.3.2/scss/foundation/components/_switch.scss */
.celly-switch:active {
  background: transparent;
}

/* line 169, ../sass/screen.scss */
nav.top-bar {
  margin-bottom: 0px;
  transition: background 1s;
}

/* line 170, ../sass/screen.scss */
nav.top-bar.scrolledOntoBody {
  background-color: #F8F8EE;
}

/* line 174, ../sass/screen.scss */
nav.top-bar li.name {
  position: relative;
  transition: background-color 100ms;
}
/* line 182, ../sass/screen.scss */
nav.top-bar li.name:hover {
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 187, ../sass/screen.scss */
nav.top-bar ul.dropdown li {
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 194, ../sass/screen.scss */
nav.top-bar li a i {
  font-size: 20px;
  color: black;
  vertical-align: middle;
  transition: color 500ms, opacity 500ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 204, ../sass/screen.scss */
nav.top-bar li a:hover i {
  color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 213, ../sass/screen.scss */
.top-bar .toggle-topbar.menu-icon a {
  color: black;
}

/* line 218, ../sass/screen.scss */
.light, .top-bar .toggle-topbar.menu-icon a, .top-bar-section ul li > a, .top-bar-section ul li.hover > a, .white_shadow, .c_hasImage .timeAndSource, .c_hasImage a.bodyLink, .imageText, .c_hasImage .senderFullName, .c_hasImage .senderUserName, .c_hasImage .button.messageDropdown i, .c_hasImage .c_message_time, .people_card .metarow, .people_card .metarow a, .cell_card .metarow, .cell_card .metarow a, .cell_card .metarow h4, .cell_card .metarow .membersPage tr span.fullName, .membersPage tr .cell_card .metarow span.fullName, .people_card .metarow h4, .people_card .metarow .membersPage tr span.fullName, .membersPage tr .people_card .metarow span.fullName, .people_card_profile .metarow, .people_card_profile .metarow a, .people_card_profile .metarow h4, .people_card_profile .metarow .membersPage tr span.fullName, .membersPage tr .people_card_profile .metarow span.fullName, .profilePage h4.subheader, .profilePage .membersPage tr span.subheader.fullName, .membersPage tr .profilePage span.subheader.fullName, .whipOverlay .metarow, .whipOverlay .metarow a, .whipOverlay .metarow h4, .whipOverlay .metarow .membersPage tr span.fullName, .membersPage tr .whipOverlay .metarow span.fullName, .fundraiser_card .fundraiser_label, .fundraiser_card .info .name, .fundraiser_card .info .cell_name, .fundraiser_card .organizer .organizer_label, .fundraiser_card .organizer .organizer_name, .top-bar-section li a:not(.button), .top-bar-section .dropdown li a:not(.button), .top-bar-section .dropdown li a:not(.button):hover, body, p, .faqBody, .guideShortDescription, h1, h2, h3, h4, .membersPage tr span.fullName, h5, h6, .helpPage .helpRightColumn section .helprow, div.alert-box.success h4, div.alert-box.success .membersPage tr span.fullName, .membersPage tr div.alert-box.success span.fullName, .notification_indicator, .message_detail .senderArea .sender .senderName a, .message_detail .senderArea .twitter_sender .senderName a, .message_detail .senderArea .rss_sender .senderName a, .message_detail .senderArea .twitter_sender, .message_detail .senderArea .rss_sender, .message_detail .messagefooter .timeAndMeta, .message_detail .messagefooter .cellInfo, .message_detail .messageArea h4, .message_detail .messageArea .membersPage tr span.fullName, .membersPage tr .message_detail .messageArea span.fullName, input.awesomebar, .button.strong, a.button.strong, button.button.strong, input.button.strong, .cellBinder .cellrow .lastMessageSection small, .cellBinder .cellrow .lastMessageSection .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .cellBinder .cellrow .lastMessageSection .pending, .staticSenderTo, .chzn-container-multi .chzn-choices li.search-field input, .chzn-container-multi .chzn-choices li.search-field input.default, .emoji-wysiwyg-editor, .message_listing_row .c_message_time_expanded .cell_names, .message_listing_row .row.c_body p, .message_listing_row .fundraiser_card .c_body.progress_row p, .fundraiser_card .message_listing_row .c_body.progress_row p, .message_listing_row .fundraiser_small .c_body.progress_row p, .fundraiser_small .message_listing_row .c_body.progress_row p, .message_listing_row .row.c_body .faqBody, .message_listing_row .fundraiser_card .c_body.progress_row .faqBody, .fundraiser_card .message_listing_row .c_body.progress_row .faqBody, .message_listing_row .fundraiser_small .c_body.progress_row .faqBody, .fundraiser_small .message_listing_row .c_body.progress_row .faqBody, .message_listing_row .row.c_body .guideShortDescription, .message_listing_row .fundraiser_card .c_body.progress_row .guideShortDescription, .fundraiser_card .message_listing_row .c_body.progress_row .guideShortDescription, .message_listing_row .fundraiser_small .c_body.progress_row .guideShortDescription, .fundraiser_small .message_listing_row .c_body.progress_row .guideShortDescription, .message_listing_row .c_cell_name a, .message_listing_row .senderUserName, .helpPage .helpRightColumn section .helprow a, .poll-zoom .progress .answer small, .poll-zoom .progress .answer .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .poll-zoom .progress .answer .pending, .button.twitterLogin, .button.facebookLogin, .button.googleLogin {
  font-weight: 300;
}

/* line 219, ../sass/screen.scss */
.top-bar-section ul li > a {
  color: black;
}
/* line 221, ../sass/screen.scss */
.top-bar-section ul li > a.button {
  color: #F8F8EE;
}

/* line 227, ../sass/screen.scss */
.top-bar-section ul li.hover > a {
  background-color: #3F9B77;
  color: white;
}

/* line 232, ../sass/screen.scss */
.white_shadow, .c_hasImage .timeAndSource, .c_hasImage a.bodyLink, .imageText, .c_hasImage .senderFullName, .c_hasImage .senderUserName, .c_hasImage .button.messageDropdown i, .c_hasImage .c_message_time, .people_card .metarow, .people_card .metarow a, .cell_card .metarow, .cell_card .metarow a, .cell_card .metarow h4, .cell_card .metarow .membersPage tr span.fullName, .membersPage tr .cell_card .metarow span.fullName, .people_card .metarow h4, .people_card .metarow .membersPage tr span.fullName, .membersPage tr .people_card .metarow span.fullName, .people_card_profile .metarow, .people_card_profile .metarow a, .people_card_profile .metarow h4, .people_card_profile .metarow .membersPage tr span.fullName, .membersPage tr .people_card_profile .metarow span.fullName, .profilePage h4.subheader, .profilePage .membersPage tr span.subheader.fullName, .membersPage tr .profilePage span.subheader.fullName, .whipOverlay .metarow, .whipOverlay .metarow a, .whipOverlay .metarow h4, .whipOverlay .metarow .membersPage tr span.fullName, .membersPage tr .whipOverlay .metarow span.fullName, .fundraiser_card .fundraiser_label, .fundraiser_card .info .name, .fundraiser_card .info .cell_name, .fundraiser_card .organizer .organizer_label, .fundraiser_card .organizer .organizer_name {
  color: white;
  text-shadow: 0px 0px 1px black;
}

/* line 233, ../sass/screen.scss */
.no_shadow, .sub-nav dd.active a {
  text-shadow: none;
}

/* line 234, ../sass/screen.scss */
.top-bar-section li a:not(.button) {
  color: #000000;
  background: none;
}

/* line 235, ../sass/screen.scss */
.top-bar-section .dropdown li a:not(.button) {
  color: black;
  background: rgba(248, 248, 238, 0.7);
}

/* line 236, ../sass/screen.scss */
.top-bar-section .dropdown li a:not(.button):hover {
  color: #F8F8EE;
  background: #3F9B77;
}

/* line 238, ../sass/screen.scss */
.thick {
  font-weight: 400;
}

/* line 239, ../sass/screen.scss */
.hidden {
  display: none;
}

/* line 241, ../sass/screen.scss */
small, .message_listing_row.c_pending .c_body .pending {
  font-size: 75%;
  font-weight: normal;
}

/* line 242, ../sass/screen.scss */
small.error, .message_listing_row.c_pending .c_body .error.pending {
  font-weight: normal;
  margin-top: -15px;
}

/* line 243, ../sass/screen.scss */
.autocomplete-suggestions {
  background: none;
}

/* line 244, ../sass/screen.scss */
.autocomplete-suggestion {
  background-color: rgba(248, 248, 238, 0.9);
  padding: 5px;
}

/* line 245, ../sass/screen.scss */
.autocomplete-selected {
  background-color: #3F9B77;
  padding: 5px;
  color: #F8F8EE;
}

/* line 246, ../sass/screen.scss */
body, p, .faqBody, .guideShortDescription {
  font-family: 'Open Sans';
}

/* line 247, ../sass/screen.scss */
h1, h2, h3, h4, .membersPage tr span.fullName, h5, h6, .helpPage .helpRightColumn section .helprow {
  font-family: 'Open Sans';
}

/* line 248, ../sass/screen.scss */
button, .button {
  font-weight: normal;
  text-transform: capitalize;
}

/* line 249, ../sass/screen.scss */
.noarrow:after {
  border: 0px         !important;
}

/* line 252, ../sass/screen.scss */
.noarrow:before {
  border: 0px         !important;
}

/* line 256, ../sass/screen.scss */
table.expand {
  width: 100%;
}

/* line 257, ../sass/screen.scss */
.nomargin {
  margin: 0 0 0 0;
}

/* line 258, ../sass/screen.scss */
.row.smallextramargin, .fundraiser_card .smallextramargin.progress_row, .fundraiser_small .smallextramargin.progress_row {
  margin-top: 10px !important;
}

/* line 259, ../sass/screen.scss */
.row.extramargin, .fundraiser_card .extramargin.progress_row, .fundraiser_small .extramargin.progress_row {
  margin-top: 20px !important;
}

/* line 260, ../sass/screen.scss */
.row.mediumextramargin, .fundraiser_card .mediumextramargin.progress_row, .fundraiser_small .mediumextramargin.progress_row {
  margin-top: 30px !important;
}

/* line 261, ../sass/screen.scss */
.row.largeextramargin, .fundraiser_card .largeextramargin.progress_row, .fundraiser_small .largeextramargin.progress_row {
  margin-top: 50px !important;
}

/* line 262, ../sass/screen.scss */
.row.larger input, .fundraiser_card .larger.progress_row input, .fundraiser_small .larger.progress_row input, .row.larger label, .fundraiser_card .larger.progress_row label, .fundraiser_small .larger.progress_row label, .row.larger .fundraiser_page .organizer_name, .fundraiser_page .row.larger .organizer_name, .fundraiser_card .larger.progress_row .fundraiser_page .organizer_name, .fundraiser_page .fundraiser_card .larger.progress_row .organizer_name, .fundraiser_small .larger.progress_row .fundraiser_page .organizer_name, .fundraiser_page .fundraiser_small .larger.progress_row .organizer_name {
  font-size: 24px;
}

/* line 263, ../sass/screen.scss */
div.alert-box {
  font-weight: normal;
  border: none;
}
/* line 266, ../sass/screen.scss */
div.alert-box.success {
  background-color: rgba(63, 155, 119, 0.7);
}
/* line 268, ../sass/screen.scss */
div.alert-box.success h4, div.alert-box.success .membersPage tr span.fullName, .membersPage tr div.alert-box.success span.fullName {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #F8F8EE;
}
/* line 274, ../sass/screen.scss */
div.alert-box.success:hover {
  background-color: #3F9B77;
  cursor: pointer;
}

/* line 281, ../sass/screen.scss */
.c_add_message #DBFileList, .c_add_message #GDFileList {
  margin: 5px;
}
/* line 282, ../sass/screen.scss */
.c_add_message #DBFileList a, .c_add_message #GDFileList a {
  transition: color 500ms;
  color: #666666;
}
/* line 285, ../sass/screen.scss */
.c_add_message #DBFileList a:hover, .c_add_message #GDFileList a:hover {
  color: black;
}
/* line 288, ../sass/screen.scss */
.c_add_message .previewZone {
  float: left;
  width: 110px;
}
/* line 289, ../sass/screen.scss */
.c_add_message .previewZone img {
  margin: 5px;
}
/* line 295, ../sass/screen.scss */
.c_add_message .previewZone .removeCloudinary {
  float: right;
}

/* line 300, ../sass/screen.scss */
.sendingIndicator {
  display: none;
}

/* line 302, ../sass/screen.scss */
.fesque {
  background-color: rgba(248, 248, 238, 0.7);
}

/* line 303, ../sass/screen.scss */
.timeAndSource {
  color: #999;
}

/* line 304, ../sass/screen.scss */
.c_hasImage .timeAndSource {
  color: white;
}

/* line 305, ../sass/screen.scss */
a.bodyLink {
  color: black;
}

/* line 306, ../sass/screen.scss */
.c_hasImage a.bodyLink {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

/* line 307, ../sass/screen.scss */
.imageText {
  color: white;
  font-size: 18px;
  font-weight: 300;
}

/* line 309, ../sass/screen.scss */
.button.messageDropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  background: none;
  border: 0;
}

/* line 310, ../sass/screen.scss */
.button.messageDropdown i {
  color: #999;
  font-size: 1.2em;
}

/* line 311, ../sass/screen.scss */
.c_message_time {
  color: #666;
}

/* line 312, ../sass/screen.scss */
.c_hasImage .senderFullName {
  font-size: 18px;
  color: white;
}

/* line 313, ../sass/screen.scss */
.c_hasImage .senderUserName {
  font-size: 18px;
  color: #ddd;
}

/* line 314, ../sass/screen.scss */
.c_hasImage .button.messageDropdown i {
  color: #ddd;
}

/* line 315, ../sass/screen.scss */
.c_hasImage .button.messageDropdown ul i {
  color: black;
  text-shadow: none;
}

/* line 318, ../sass/screen.scss */
.panel.callout a {
  color: #333;
}

/* line 319, ../sass/screen.scss */
.panel {
  background-color: rgba(248, 248, 238, 0.7);
  border: none;
}

/* line 320, ../sass/screen.scss */
#ui-datepicker-div {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 321, ../sass/screen.scss */
.ul-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 322, ../sass/screen.scss */
.ul-timepicker-div dl {
  text-align: left;
}

/* line 323, ../sass/screen.scss */
.ul-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}

/* line 324, ../sass/screen.scss */
.ul-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}

/* line 325, ../sass/screen.scss */
.ul-timepicker-div td {
  font-size: 90%;
}

/* line 326, ../sass/screen.scss */
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 327, ../sass/screen.scss */
.matted {
  background: rgba(248, 248, 238, 0.5);
}

/* line 328, ../sass/screen.scss */
.mattedintense, .funding_mat, .mattedwhiteintense {
  background: rgba(248, 248, 238, 0.8);
}

/* line 329, ../sass/screen.scss */
.mattedbarelyfade {
  background: rgba(248, 248, 238, 0.9);
}

/* line 330, ../sass/screen.scss */
.mattedblack {
  background: rgba(0, 0, 0, 0.5);
}

/* line 331, ../sass/screen.scss */
.mattedwhite, .row.mosaicheader, .fundraiser_card .mosaicheader.progress_row, .fundraiser_small .mosaicheader.progress_row {
  background: rgba(248, 248, 238, 0.25);
}

/* line 332, ../sass/screen.scss */
.mattedwhitemedium, .pollsPage .panel {
  background: rgba(248, 248, 238, 0.5);
}

/* line 333, ../sass/screen.scss */
.mattedwhitefade {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhlZSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmOGY4ZWUiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjhmOGVlIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(248, 248, 238, 0.75)), color-stop(20%, rgba(248, 248, 238, 0.4)), color-stop(100%, rgba(248, 248, 238, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(248, 248, 238, 0.75), rgba(248, 248, 238, 0.4) 20%, rgba(248, 248, 238, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(248, 248, 238, 0.75), rgba(248, 248, 238, 0.4) 20%, rgba(248, 248, 238, 0));
  background-image: linear-gradient(to top, rgba(248, 248, 238, 0.75), rgba(248, 248, 238, 0.4) 20%, rgba(248, 248, 238, 0));
  background-attachment: fixed;
}

/* line 338, ../sass/screen.scss */
.ui-timepicker-rtl {
  direction: rtl;
}

/* line 339, ../sass/screen.scss */
.ui-timepicker-rtl dl {
  text-align: right;
}

/* line 340, ../sass/screen.scss */
.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}

/* line 341, ../sass/screen.scss */
ul.margin {
  margin-left: 20px;
}

/* line 342, ../sass/screen.scss */
div.fs {
  clear: both;
  height: 1px;
}

/* line 343, ../sass/screen.scss */
.f-dropdown.content {
  width: 400px;
}

/* line 345, ../sass/screen.scss */
.not_rounded, section.active h4, section.active .membersPage tr span.fullName, .membersPage tr section.active span.fullName, ul.button-group .button, .fundraiser_card .rightColumn .body, .fundraiser_card .rightColumn .image, .fundraiser_card .rightColumn .blackmat {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 353, ../sass/screen.scss */
.top_rounded_or_not, .rounded_or_not, .reveal-modal, .panel, .emoji-wysiwyg-editor, .mainCompose, .whipOverlay, .section-container.accordion, .alert-box, section h4, section .membersPage tr span.fullName, .membersPage tr section span.fullName, .start_new_cell_card, .card_image, input.awesomebar, .cellBinder .cellrow img.cellImage, .chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices li.search-choice, .whipOverlay .metarow div.rightExploreTitle, #masonry .whipOverlay, #masonry .exploreFeaturedTopics, #masonry .exploreFeaturedCell, .fundraiser_card .body, .fundraiser_card, .fundraiser_card .image, .fundraiser_card .blackmat, .large_fundraiser .fundraiser_card .large_details, .create_fundraiser_form .fundraiser_image_box, .create_fundraiser_form .fundraiser_image, ul.side-nav.fundraising, .fundraiser_page .fundraiser_cell_info img.fundraiser_cell_photo, .fundraiser_small, .explore .category, section.active h4, .message_detail .senderArea, .staticSender, .allTheMessages .message_wrapper:first-of-type .message_content, .fundraiser_title, ul.side-nav.fundraising li.title, .fundraiser_page img.fundraiser_image, .fundraiser_small .fundraiser_image {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 358, ../sass/screen.scss */
.bottom_rounded_or_not, .rounded_or_not, .reveal-modal, .panel, .emoji-wysiwyg-editor, .mainCompose, .whipOverlay, .section-container.accordion, .alert-box, section h4, section .membersPage tr span.fullName, .membersPage tr section span.fullName, .start_new_cell_card, .card_image, input.awesomebar, .cellBinder .cellrow img.cellImage, .chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices li.search-choice, .whipOverlay .metarow div.rightExploreTitle, #masonry .whipOverlay, #masonry .exploreFeaturedTopics, #masonry .exploreFeaturedCell, .fundraiser_card .body, .fundraiser_card, .fundraiser_card .image, .fundraiser_card .blackmat, .large_fundraiser .fundraiser_card .large_details, .create_fundraiser_form .fundraiser_image_box, .create_fundraiser_form .fundraiser_image, ul.side-nav.fundraising, .fundraiser_page .fundraiser_cell_info img.fundraiser_cell_photo, .fundraiser_small, .explore .category, ul.button-group, section .content, .message_detail .messagefooter, .chzn-container-single .chzn-drop, .fundraiser_card .rightColumn .body, .fundraiser_card .rightColumn .image, .fundraiser_card .rightColumn .blackmat, .fundraiser_card .details, ul.side-nav.fundraising li:last-of-type, .fundraiser_page .info, .fundraiser_small .details {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 363, ../sass/screen.scss */
.right_rounded_or_not, .startcellbutton {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 368, ../sass/screen.scss */
.bottom_right_rounded_or_not, ul.button-group li:last-of-type a, ul.button-group li:last-of-type .button {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 372, ../sass/screen.scss */
.top_right_rounded_or_not, .cellBinder.mainCellList .listing_cell:first-of-type .cellrow {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 376, ../sass/screen.scss */
.top_left_rounded_or_not, .allTheMessages .message_wrapper:first-of-type .rightColorBeam {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 380, ../sass/screen.scss */
.bottom_left_rounded_or_not, ul.button-group li:first-of-type a, ul.button-group li:first-of-type button {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 388, ../sass/screen.scss */
a.button, input.button, button, .button {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 396, ../sass/screen.scss */
.alert-box.congrats {
  background-color: #dddd00;
}

/* line 432, ../sass/screen.scss */
.f-dropdown#notification-dropdown {
  background-color: rgba(248, 248, 238, 0.9);
}

/* line 437, ../sass/screen.scss */
#notification_container {
  max-height: 300px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 445, ../sass/screen.scss */
.notification_listing {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

/* line 449, ../sass/screen.scss */
.notification_buttons a.button {
  margin-right: 5px;
}

/* line 457, ../sass/screen.scss */
.prefix.simple {
  background-color: white;
}

/* line 459, ../sass/screen.scss */
.panel.error {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(178, 51, 28, 0.7);
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: rgba(221, 65, 36, 0.7);
  color: white;
}
/* line 44, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.error > :first-child {
  margin-top: 0;
}
/* line 45, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.error > :last-child {
  margin-bottom: 0;
}
/* line 50, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.error h1, .panel.error h2, .panel.error h3, .panel.error h4, .panel.error .membersPage tr span.fullName, .membersPage tr .panel.error span.fullName, .panel.error h5, .panel.error h6, .panel.error .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .panel.error .helprow, .panel.error p, .panel.error .faqBody, .panel.error .guideShortDescription {
  color: #333;
}
/* line 54, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.error h1, .panel.error h2, .panel.error h3, .panel.error h4, .panel.error .membersPage tr span.fullName, .membersPage tr .panel.error span.fullName, .panel.error h5, .panel.error h6, .panel.error .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .panel.error .helprow {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../sass/foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.error h1.subheader, .panel.error h2.subheader, .panel.error h3.subheader, .panel.error h4.subheader, .panel.error .membersPage tr span.subheader.fullName, .membersPage tr .panel.error span.subheader.fullName, .panel.error h5.subheader, .panel.error .profilePage .settings-value h5, .profilePage .settings-value .panel.error h5, .panel.error h6.subheader, .panel.error .helpPage .helpRightColumn section .subheader.helprow, .helpPage .helpRightColumn section .panel.error .subheader.helprow, .panel.error .helpPage .helpRightColumn section .profilePage .settings-value h5.helprow, .helpPage .helpRightColumn section .profilePage .settings-value .panel.error h5.helprow, .panel.error .profilePage .settings-value .helpPage .helpRightColumn section h5.helprow, .profilePage .settings-value .helpPage .helpRightColumn section .panel.error h5.helprow {
  line-height: 1.4;
}
/* line 462, ../sass/screen.scss */
.panel.error p, .panel.error .faqBody, .panel.error .guideShortDescription, .panel.error h4, .panel.error .membersPage tr span.fullName, .membersPage tr .panel.error span.fullName {
  color: white;
}

/* line 464, ../sass/screen.scss */
.suggestion {
  cursor: pointer;
}
/* line 466, ../sass/screen.scss */
.suggestion .suggestion_full_name {
  font-weight: 600;
}
/* line 469, ../sass/screen.scss */
.suggestion img.suggestion_icon {
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 50px;
}
/* line 475, ../sass/screen.scss */
.suggestion i.suggestion_icon {
  float: left;
  margin-right: 5px;
  font-size: 50px;
  color: #666666;
}

/* line 485, ../sass/screen.scss */
.suggestion.search_suggestion, .suggestion.join_suggestion {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

/* line 491, ../sass/screen.scss */
.avatarFrame, .people_card_profile .avatarHolder .avatarFrame {
  margin: auto;
  padding: 4px;
  width: 81px;
  height: 81px;
  z-index: 4;
  background: url("https://d3jpl91pxevbkh.cloudfront.net/celly/image/upload/c_fill,g_center,h_81,r_max,w_81,o_20,f_auto/v1361682401/ahzdyeo4dzii0y1jd6ur.png");
  background-repeat: no-repeat;
}

/* line 503, ../sass/screen.scss */
.news-bar {
  background-color: #F4E1A1;
  color: black;
  text-align: center;
  padding: 10px;
}
/* line 508, ../sass/screen.scss */
.news-bar a.content {
  color: black;
  text-decoration: none;
}
/* line 511, ../sass/screen.scss */
.news-bar a.content:hover {
  text-decoration: underline;
}
/* line 515, ../sass/screen.scss */
.news-bar a.close {
  color: #aaa;
  text-decoration: none;
}
/* line 518, ../sass/screen.scss */
.news-bar a.close:hover {
  color: black;
}
/* line 522, ../sass/screen.scss */
.news-bar i {
  vertical-align: middle;
}

/* line 527, ../sass/screen.scss */
.start_new_cell_card {
  position: relative;
  overflow: hidden;
}
/* line 529, ../sass/screen.scss */
.start_new_cell_card a {
  font-weight: normal;
}
/* line 532, ../sass/screen.scss */
.start_new_cell_card:hover {
  cursor: pointer;
}
/* line 534, ../sass/screen.scss */
.start_new_cell_card:hover .meta, .start_new_cell_card:hover .metarow {
  background: 0;
}
/* line 537, ../sass/screen.scss */
.start_new_cell_card:hover.highlighted {
  cursor: auto;
}
/* line 539, ../sass/screen.scss */
.start_new_cell_card:hover.highlighted .meta, .start_new_cell_card:hover.highlighted .metarow {
  background: none;
}
/* line 543, ../sass/screen.scss */
.start_new_cell_card:hover .new_cell_card_image {
  background-color: #F8F8EE;
}
/* line 546, ../sass/screen.scss */
.start_new_cell_card:hover .metarow_dotted {
  border: #F8F8EE 1px solid;
}
/* line 551, ../sass/screen.scss */
.start_new_cell_card .new_cell_card_image {
  height: 225px;
  width: 100%;
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 557, ../sass/screen.scss */
.start_new_cell_card .metarow_dotted {
  position: absolute;
  left: 0px;
  z-index: 8;
  bottom: 0px;
  height: 100%;
  width: 100%;
  border: #666666 1px dotted;
}
/* line 565, ../sass/screen.scss */
.start_new_cell_card .metarow_dotted a {
  color: #3F9B77;
}
/* line 570, ../sass/screen.scss */
.start_new_cell_card .center_cell {
  color: #3F9B77;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 75px;
  z-index: 9;
  font-size: 4em;
}
/* line 580, ../sass/screen.scss */
.start_new_cell_card .meta {
  text-align: center;
  z-index: 8;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

/* line 593, ../sass/screen.scss */
.people_card, .cell_card {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 4px;
}
/* line 594, ../sass/screen.scss */
.people_card a, .cell_card a {
  font-weight: normal;
}
/* line 599, ../sass/screen.scss */
.people_card:hover, .cell_card:hover {
  cursor: pointer;
}
/* line 601, ../sass/screen.scss */
.people_card:hover .meta, .people_card:hover .metarow, .cell_card:hover .meta, .cell_card:hover .metarow {
  background: 0;
}
/* line 604, ../sass/screen.scss */
.people_card:hover.highlighted, .cell_card:hover.highlighted {
  cursor: auto;
}
/* line 606, ../sass/screen.scss */
.people_card:hover.highlighted .meta, .people_card:hover.highlighted .metarow, .cell_card:hover.highlighted .meta, .cell_card:hover.highlighted .metarow {
  background: none;
}
/* line 612, ../sass/screen.scss */
.people_card .card_image, .cell_card .card_image {
  min-height: 225px;
  width: 100%;
}
/* line 614, ../sass/screen.scss */
.people_card .metarow, .cell_card .metarow {
  position: absolute;
  left: 0px;
  z-index: 8;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
/* line 622, ../sass/screen.scss */
.people_card .meta, .cell_card .meta {
  text-align: center;
  z-index: 8;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
/* line 631, ../sass/screen.scss */
.people_card.highlighted, .cell_card.highlighted {
  border: none;
}
/* line 636, ../sass/screen.scss */
.people_card.highlighted .metarow, .people_card.highlighted .meta, .cell_card.highlighted .metarow, .cell_card.highlighted .meta {
  top: 0px;
  background: none;
}

/* line 645, ../sass/screen.scss */
.black_gradient_top_cover {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  height: 100%;
  width: 100%;
  z-index: 3;
}

/* line 659, ../sass/screen.scss */
.people_card .avatarHolder {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 45px;
  padding: 5px;
  z-index: 9;
}
/* line 666, ../sass/screen.scss */
.people_card .avatarHolder .avatarFrame {
  width: 111px;
  height: 111px;
  background: url("https://d3jpl91pxevbkh.cloudfront.net/celly/image/upload/c_fill,g_center,h_111,r_max,w_111,o_20,f_auto/v1361682401/ahzdyeo4dzii0y1jd6ur.png");
}
/* line 675, ../sass/screen.scss */
.people_card img.avatar {
  z-index: 9;
  height: 103px;
  width: 103px;
}
/* line 680, ../sass/screen.scss */
.people_card .meta {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  height: 100%;
}
/* line 686, ../sass/screen.scss */
.people_card:hover .meta {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(30%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  height: 100%;
}
/* line 692, ../sass/screen.scss */
.people_card .metarow {
  top: 0px;
  left: 0px;
}

/* line 704, ../sass/screen.scss */
.cell_card .metarow, .people_card .metarow {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
/* line 713, ../sass/screen.scss */
.cell_card:hover .metarow, .people_card:hover .metarow {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(30%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
}
/* line 720, ../sass/screen.scss */
.cell_card.highlighted:hover .metarow, .cell_card.highlighted .metarow, .people_card.highlighted:hover .metarow, .people_card.highlighted .metarow {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(30%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
}

/* line 730, ../sass/screen.scss */
.sub-nav dd {
  color: black;
  margin-right: 5px;
}
/* line 735, ../sass/screen.scss */
.sub-nav dd, .sub-nav dd a {
  color: black;
  font-weight: normal;
}
/* line 739, ../sass/screen.scss */
.sub-nav dd.active a {
  font-weight: normal;
  color: black;
  background: #F8F8EE;
  border: none;
  border-radius: 0;
}

/* line 756, ../sass/screen.scss */
.people_card_profile {
  position: relative;
  background: none;
  overflow: hidden;
}
/* line 758, ../sass/screen.scss */
.people_card_profile a {
  font-weight: normal;
}
/* line 763, ../sass/screen.scss */
.people_card_profile .card_image {
  min-height: 225px;
  width: 100%;
}
/* line 764, ../sass/screen.scss */
.people_card_profile .metarow {
  position: absolute;
  left: 0px;
  z-index: 8;
  bottom: 0px;
  height: 100%;
  width: 100%;
}
/* line 772, ../sass/screen.scss */
.people_card_profile .meta {
  text-align: center;
  z-index: 8;
  padding: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
/* line 780, ../sass/screen.scss */
.people_card_profile .avatarHolder {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 50px;
  z-index: 9;
}
/* line 793, ../sass/screen.scss */
.people_card_profile .avatarFrameSmall {
  margin-top: -8px;
}
/* line 796, ../sass/screen.scss */
.people_card_profile img.avatar {
  z-index: 9;
  height: 100px;
  width: 100px;
}
/* line 801, ../sass/screen.scss */
.people_card_profile .meta {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(30%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 30%);
  height: 100%;
}
/* line 806, ../sass/screen.scss */
.people_card_profile .metarow {
  top: 0px;
  left: 0px;
}
/* line 814, ../sass/screen.scss */
.people_card_profile .changePhotos {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 11;
  font-size: 12px;
}
/* line 821, ../sass/screen.scss */
.people_card_profile .changePhotos a.button {
  margin-bottom: 0px;
}

/* line 826, ../sass/screen.scss */
.profile_bioInfo {
  background-color: #F8F8EE;
  padding: 10px;
  font-size: 0.875em;
  text-align: center;
}
/* line 832, ../sass/screen.scss */
.profile_bioInfo p, .profile_bioInfo .faqBody, .profile_bioInfo .guideShortDescription {
  margin-bottom: 0px;
}
/* line 838, ../sass/screen.scss */
.profile_bioInfo .location {
  margin-top: 10px;
}

/* line 851, ../sass/screen.scss */
.profilePage dl.sub-nav {
  margin: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 250px;
}
/* line 867, ../sass/screen.scss */
.profilePage .settings-value a {
  text-decoration: underline;
}
/* line 869, ../sass/screen.scss */
.profilePage .settings-value a.nodecorate {
  text-decoration: none;
}
/* line 872, ../sass/screen.scss */
.profilePage .settings-value h5 {
  word-break: break-word;
}

/* line 880, ../sass/screen.scss */
.list_receptor_paused {
  font-style: italic;
}

/* line 886, ../sass/screen.scss */
.panel.paddedPanel {
  padding-left: 40px;
}
/* line 888, ../sass/screen.scss */
.panel.paddedPanel ul {
  padding-left: 25px;
}
/* line 890, ../sass/screen.scss */
.panel.paddedPanel ul ul {
  padding-left: 0px;
}
/* line 894, ../sass/screen.scss */
.panel.paddedPanel ol {
  padding-left: 25px;
}
/* line 897, ../sass/screen.scss */
.panel.paddedPanel .apiSection {
  padding-top: 40px;
}

/* line 906, ../sass/screen.scss */
.message_detail {
  margin-bottom: 50px;
  padding-bottom: 100px;
}
/* line 909, ../sass/screen.scss */
.message_detail .senderArea {
  margin-top: 30px;
  position: relative;
  background-color: rgba(248, 248, 238, 0.5);
  padding: 10px;
}
/* line 917, ../sass/screen.scss */
.message_detail .senderArea .sender, .message_detail .senderArea .twitter_sender, .message_detail .senderArea .rss_sender {
  margin-left: 95px;
  padding-top: 30px;
}
/* line 922, ../sass/screen.scss */
.message_detail .senderArea .sender .senderName a, .message_detail .senderArea .twitter_sender .senderName a, .message_detail .senderArea .rss_sender .senderName a {
  color: black;
}
/* line 929, ../sass/screen.scss */
.message_detail .senderArea .sender .senderName small.shortName, .message_detail .senderArea .sender .senderName .message_listing_row.c_pending .c_body .shortName.pending, .message_listing_row.c_pending .c_body .message_detail .senderArea .sender .senderName .shortName.pending, .message_detail .senderArea .twitter_sender .senderName small.shortName, .message_detail .senderArea .twitter_sender .senderName .message_listing_row.c_pending .c_body .shortName.pending, .message_listing_row.c_pending .c_body .message_detail .senderArea .twitter_sender .senderName .shortName.pending, .message_detail .senderArea .rss_sender .senderName small.shortName, .message_detail .senderArea .rss_sender .senderName .message_listing_row.c_pending .c_body .shortName.pending, .message_listing_row.c_pending .c_body .message_detail .senderArea .rss_sender .senderName .shortName.pending {
  font-weight: normal;
  padding-left: 20px;
  color: #666666;
}
/* line 936, ../sass/screen.scss */
.message_detail .senderArea .twitter_sender {
  padding-top: 20px;
}
/* line 939, ../sass/screen.scss */
.message_detail .senderArea .twitter_sender a {
  color: black;
}
/* line 942, ../sass/screen.scss */
.message_detail .senderArea .twitter_sender i.icon-twitter {
  color: #00ACEE;
}
/* line 945, ../sass/screen.scss */
.message_detail .senderArea .twitter_sender small, .message_detail .senderArea .twitter_sender .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_detail .senderArea .twitter_sender .pending {
  font-weight: normal;
}
/* line 950, ../sass/screen.scss */
.message_detail .senderArea .rss_sender {
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  padding-top: 20px;
}
/* line 957, ../sass/screen.scss */
.message_detail .senderArea .rss_sender a {
  color: black;
}
/* line 960, ../sass/screen.scss */
.message_detail .senderArea .rss_sender i.icon-rss {
  color: #FFA500;
}
/* line 963, ../sass/screen.scss */
.message_detail .senderArea .rss_sender small, .message_detail .senderArea .rss_sender .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_detail .senderArea .rss_sender .pending {
  font-weight: normal;
}
/* line 969, ../sass/screen.scss */
.message_detail .twitter_link {
  float: right;
  padding-top: 5px;
  padding-right: 12px;
}
/* line 973, ../sass/screen.scss */
.message_detail .twitter_link a {
  color: black;
}
/* line 975, ../sass/screen.scss */
.message_detail .twitter_link a small, .message_detail .twitter_link a .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_detail .twitter_link a .pending {
  color: #00506e;
}
/* line 977, ../sass/screen.scss */
.message_detail .twitter_link a small i.icon-twitter, .message_detail .twitter_link a .message_listing_row.c_pending .c_body .pending i.icon-twitter, .message_listing_row.c_pending .c_body .message_detail .twitter_link a .pending i.icon-twitter {
  color: #00ACEE;
}
/* line 983, ../sass/screen.scss */
.message_detail .dropboxattachment, .message_detail .boxattachment {
  padding-top: 10px;
}
/* line 985, ../sass/screen.scss */
.message_detail .dropboxattachment a, .message_detail .boxattachment a {
  color: black;
  transition: color 500ms;
}
/* line 988, ../sass/screen.scss */
.message_detail .dropboxattachment a:hover, .message_detail .boxattachment a:hover {
  color: black;
}
/* line 994, ../sass/screen.scss */
.message_detail .messagefooter {
  padding: 10px;
  background-color: rgba(248, 248, 238, 0.5);
}
/* line 1001, ../sass/screen.scss */
.message_detail .messagefooter .timeAndMeta {
  text-align: right;
  padding-top: 5px;
  color: #666666;
}
/* line 1009, ../sass/screen.scss */
.message_detail .messagefooter .timeAndMeta small, .message_detail .messagefooter .timeAndMeta .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_detail .messagefooter .timeAndMeta .pending {
  font-weight: normal;
}
/* line 1012, ../sass/screen.scss */
.message_detail .messagefooter .timeAndMeta .source {
  text-transform: lowercase;
}
/* line 1018, ../sass/screen.scss */
.message_detail .messagefooter .columns.flush, .message_detail .messagefooter .profilePage .flush.settings-label, .profilePage .message_detail .messagefooter .flush.settings-label, .message_detail .messagefooter .profilePage .flush.settings-value, .profilePage .message_detail .messagefooter .flush.settings-value, .message_detail .messagefooter .fundraiser_card .flush.progress_section, .fundraiser_card .message_detail .messagefooter .flush.progress_section, .message_detail .messagefooter .fundraiser_card .flush.button_section, .fundraiser_card .message_detail .messagefooter .flush.button_section, .message_detail .messagefooter .fundraiser_small .flush.progress_section, .fundraiser_small .message_detail .messagefooter .flush.progress_section, .message_detail .messagefooter .fundraiser_small .flush.button_section, .fundraiser_small .message_detail .messagefooter .flush.button_section {
  padding-right: 0px;
}
/* line 1021, ../sass/screen.scss */
.message_detail .messagefooter .cellInfo {
  padding-right: 10px;
  padding-top: 4px;
  color: black;
}
/* line 1023, ../sass/screen.scss */
.message_detail .messagefooter .cellInfo small, .message_detail .messagefooter .cellInfo .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_detail .messagefooter .cellInfo .pending {
  color: #666666;
  font-weight: normal;
}
/* line 1027, ../sass/screen.scss */
.message_detail .messagefooter .cellInfo .fullName {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1032, ../sass/screen.scss */
.message_detail .messagefooter .cellInfo a {
  color: black;
}
/* line 1043, ../sass/screen.scss */
.message_detail .messagefooter .cellCoverPhoto {
  height: 75px;
  width: 75px;
}
/* line 1049, ../sass/screen.scss */
.message_detail .avatarArea {
  width: 75px;
  height: 75px;
}
/* line 1059, ../sass/screen.scss */
.message_detail .avatarArea .rss_avatar {
  cursor: pointer;
}
/* line 1062, ../sass/screen.scss */
.message_detail .avatarArea .rss_avatar img {
  height: 75px;
}
/* line 1065, ../sass/screen.scss */
.message_detail .avatarArea .rss_avatar .fake_rss_avatar {
  width: 75px;
  height: 75px;
  color: white;
  font-size: 64px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #FFA500;
  text-transform: uppercase;
}
/* line 1078, ../sass/screen.scss */
.message_detail .messageArea {
  z-index: 1;
  background-color: rgba(248, 248, 238, 0.7);
  text-align: center;
  padding: 20px;
}
/* line 1083, ../sass/screen.scss */
.message_detail .messageArea h4, .message_detail .messageArea .membersPage tr span.fullName, .membersPage tr .message_detail .messageArea span.fullName {
  word-wrap: break-word;
}
/* line 1090, ../sass/screen.scss */
.message_detail .imageArea .columns.flush, .message_detail .imageArea .profilePage .flush.settings-label, .profilePage .message_detail .imageArea .flush.settings-label, .message_detail .imageArea .profilePage .flush.settings-value, .profilePage .message_detail .imageArea .flush.settings-value, .message_detail .imageArea .fundraiser_card .flush.progress_section, .fundraiser_card .message_detail .imageArea .flush.progress_section, .message_detail .imageArea .fundraiser_card .flush.button_section, .fundraiser_card .message_detail .imageArea .flush.button_section, .message_detail .imageArea .fundraiser_small .flush.progress_section, .fundraiser_small .message_detail .imageArea .flush.progress_section, .message_detail .imageArea .fundraiser_small .flush.button_section, .fundraiser_small .message_detail .imageArea .flush.button_section {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 1120, ../sass/screen.scss */
input.awesomebar {
  background-color: #000000;
  background-color: rgba(248, 248, 238, 0.4);
  color: #000;
  border-color: rgba(17, 17, 17, 0.2);
}
/* line 1128, ../sass/screen.scss */
e
input.awesomebar:focus {
  background-color: #000000;
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 1135, ../sass/screen.scss */
input.awesomebar::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(0, 0, 0, 0.8);
}
/* line 1138, ../sass/screen.scss */
input.awesomebar:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.8);
}
/* line 1141, ../sass/screen.scss */
input.awesomebar::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.8);
}
/* line 1144, ../sass/screen.scss */
input.awesomebar:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.8);
}

/* line 1150, ../sass/screen.scss */
.button, a.button, button.button, input.button {
  background: rgba(63, 155, 119, 0.5);
  border: none;
  color: #F8F8EE;
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
/* line 1161, ../sass/screen.scss */
.button:hover, a.button:hover, button.button:hover, input.button:hover {
  background-color: rgba(63, 155, 119, 0.7);
  color: black;
}
/* line 1165, ../sass/screen.scss */
.button.strong, a.button.strong, button.button.strong, input.button.strong {
  background-color: rgba(63, 155, 119, 0.7);
}
/* line 1168, ../sass/screen.scss */
.button.strong:hover, a.button.strong:hover, button.button.strong:hover, input.button.strong:hover {
  background-color: #3F9B77;
  color: white;
}

/* line 1175, ../sass/screen.scss */
.button.secondary, .joyride-content-wrapper .button {
  color: #333;
}

/* line 1178, ../sass/screen.scss */
.lightbutton, .shibumi #sweetPanel a.button.closePanel, .shibumi #sweetPanel a.button.allCellsButton, .shibumi #sweetPanel .toolbar a.button, .button.secondary.lightbutton, .shibumi #sweetPanel a.button.secondary.closePanel, .shibumi #sweetPanel .joyride-content-wrapper a.closePanel.button, .joyride-content-wrapper .shibumi #sweetPanel a.closePanel.button, .shibumi #sweetPanel a.button.secondary.allCellsButton, .shibumi #sweetPanel .joyride-content-wrapper a.allCellsButton.button, .joyride-content-wrapper .shibumi #sweetPanel a.allCellsButton.button, .shibumi #sweetPanel .toolbar a.button.secondary, .shibumi #sweetPanel .toolbar .joyride-content-wrapper a.button, .joyride-content-wrapper .shibumi #sweetPanel .toolbar a.button, .joyride-content-wrapper .lightbutton.button {
  background: rgba(248, 248, 238, 0.4);
  border: none;
  color: #333;
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
/* line 1189, ../sass/screen.scss */
.lightbutton:hover, .shibumi #sweetPanel a.button.closePanel:hover, .shibumi #sweetPanel a.button.allCellsButton:hover, .shibumi #sweetPanel .toolbar a.button:hover, .button.secondary.lightbutton:hover, .shibumi #sweetPanel a.button.secondary.closePanel:hover, .shibumi #sweetPanel .joyride-content-wrapper a.closePanel.button:hover, .joyride-content-wrapper .shibumi #sweetPanel a.closePanel.button:hover, .shibumi #sweetPanel a.button.secondary.allCellsButton:hover, .shibumi #sweetPanel .joyride-content-wrapper a.allCellsButton.button:hover, .joyride-content-wrapper .shibumi #sweetPanel a.allCellsButton.button:hover, .shibumi #sweetPanel .toolbar a.button.secondary:hover, .shibumi #sweetPanel .toolbar .joyride-content-wrapper a.button:hover, .joyride-content-wrapper .shibumi #sweetPanel .toolbar a.button:hover, .joyride-content-wrapper .lightbutton.button:hover {
  background-color: rgba(248, 248, 238, 0.7);
  color: black;
}

/* line 1195, ../sass/screen.scss */
ul.button-group.tall a.button, ul.button-group.tall button.button, ul.button-group.tall input.button {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1201, ../sass/screen.scss */
.shibumi #sweetPanelPreview {
  position: fixed;
  background: rgba(248, 248, 238, 0.4);
  top: 45px;
  z-index: 99;
  left: 0px;
  display: none;
  height: 100%;
  width: 15px;
}
@media only screen and (min-width: 768px) {
  /* line 1201, ../sass/screen.scss */
  .shibumi #sweetPanelPreview {
    display: block;
  }
}
/* line 1215, ../sass/screen.scss */
.shibumi #sweetPanelPreview .openIcon {
  color: #222;
  position: absolute;
  top: 50%;
  left: 5px;
}
/* line 1221, ../sass/screen.scss */
.shibumi #sweetPanelPreview .closeIcon {
  color: #222;
  position: absolute;
  top: 50%;
  left: 5px;
  display: none;
}
/* line 1229, ../sass/screen.scss */
.shibumi #sweetPanelPreview:hover {
  cursor: pointer;
  background: #F8F8EE;
}
/* line 1232, ../sass/screen.scss */
.shibumi #sweetPanelPreview:hover .openIcon {
  color: #3F9B77;
}

@media only screen and (min-width: 768px) {
  /* line 1239, ../sass/screen.scss */
  body {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 1244, ../sass/screen.scss */
  body.panelOpen {
    margin-left: 215px;
  }
}
/* line 1252, ../sass/screen.scss */
body.panelOpen.shibumi #sweetPanelPreview {
  left: 200px;
  background: rgba(248, 248, 238, 0.4);
}
/* line 1255, ../sass/screen.scss */
body.panelOpen.shibumi #sweetPanelPreview:hover {
  background: #F8F8EE;
}
/* line 1258, ../sass/screen.scss */
body.panelOpen.shibumi #sweetPanelPreview .openIcon {
  display: none;
}
/* line 1261, ../sass/screen.scss */
body.panelOpen.shibumi #sweetPanelPreview .closeIcon {
  display: block;
}
/* line 1267, ../sass/screen.scss */
body.panelOpen #cboxWrapper {
  margin-left: -200px;
}

/* line 1273, ../sass/screen.scss */
.shibumi #sweetPanel {
  display: none;
  position: fixed;
  background: rgba(248, 248, 238, 0.9);
  top: 45px;
  z-index: 99;
  left: 0px;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 1273, ../sass/screen.scss */
  .shibumi #sweetPanel {
    background: none;
  }
}
/* line 1280, ../sass/screen.scss */
.shibumi #sweetPanel .allcells {
  background-color: rgba(248, 248, 238, 0.2);
}
@media only screen and (min-width: 768px) {
  /* line 1273, ../sass/screen.scss */
  .shibumi #sweetPanel {
    width: 200px;
  }
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
/* line 1426, ../sass/screen.scss */
#pageslide *
::-webkit-scrollbar {
  width: 8px;
}

/* this targets the default scrollbar (compulsory) */
/* line 1431, ../sass/screen.scss */
::-webkit-scrollbar-track {
  background-color: rgba(248, 248, 238, 0.5);
}

/* the new scrollbar will have a flat appearance with the set background color */
/* line 1435, ../sass/screen.scss */
::-webkit-scrollbar-thumb {
  background-color: rgba(248, 248, 238, 0.5);
}

/* this will style the thumb, ignoring the track */
/* line 1439, ../sass/screen.scss */
::-webkit-scrollbar-button {
  background-color: transparent;
}

/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
/* line 1443, ../sass/screen.scss */
::-webkit-scrollbar-corner {
  background-color: none;
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
/* line 1447, ../sass/screen.scss */
.cellBinder {
  background-color: rgba(248, 248, 238, 0.2);
}
/* line 1450, ../sass/screen.scss */
.cellBinder .cellrow {
  cursor: pointer;
  background-color: rgba(63, 155, 119, 0.2);
}
@media only screen and (min-width: 768px) {
  /* line 1450, ../sass/screen.scss */
  .cellBinder .cellrow {
    background-color: rgba(248, 248, 238, 0.5);
  }
}
/* line 1456, ../sass/screen.scss */
.cellBinder .cellrow.unSelectedCell {
  background-color: rgba(248, 248, 238, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 1459, ../sass/screen.scss */
.cellBinder .cellrow.unSelectedCell:hover {
  background-color: rgba(248, 248, 238, 0.5);
}
/* line 1464, ../sass/screen.scss */
.cellBinder .cellrow.startcellbutton {
  height: 40px;
  transition: color 500ms;
  transition: background-color 500ms;
}
/* line 1468, ../sass/screen.scss */
.cellBinder .cellrow.startcellbutton:hover {
  background-color: #3F9B77;
  color: #F8F8EE;
}
/* line 1471, ../sass/screen.scss */
.cellBinder .cellrow.startcellbutton:hover a {
  color: #F8F8EE;
}
/* line 1476, ../sass/screen.scss */
.cellBinder .cellrow.startcellbutton .plusicon {
  position: relative;
  line-height: 30px;
  padding-left: 10px;
}
/* line 1479, ../sass/screen.scss */
.cellBinder .cellrow.startcellbutton .cellNames {
  line-height: 30px;
  padding-left: 10px;
}
/* line 1484, ../sass/screen.scss */
.cellBinder .cellrow .cellNames {
  padding-top: 4px;
  overflow: hidden;
  padding-right: 5px;
}
/* line 1490, ../sass/screen.scss */
.cellBinder .cellrow img.cellImage {
  width: 50px;
  height: 50px;
  margin: 5px;
}
/* line 1496, ../sass/screen.scss */
.cellBinder .cellrow div.cellImage {
  padding: 5px;
  padding-right: 10px;
}
/* line 1499, ../sass/screen.scss */
.cellBinder .cellrow div.cellImage i.icon-book {
  color: #666666;
  font-size: 50px;
}
/* line 1505, ../sass/screen.scss */
.cellBinder .cellrow a {
  color: black;
}
/* line 1513, ../sass/screen.scss */
.cellBinder .cellrow a.cellShortName {
  font-weight: normal;
  color: #666666;
}
/* line 1518, ../sass/screen.scss */
.cellBinder .cellrow .lastMessageSection {
  padding-top: 4px;
  padding-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 1524, ../sass/screen.scss */
.cellBinder .cellrow .lastMessageSection strong {
  color: black;
  font-weight: 600;
}
/* line 1528, ../sass/screen.scss */
.cellBinder .cellrow .lastMessageSection small, .cellBinder .cellrow .lastMessageSection .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .cellBinder .cellrow .lastMessageSection .pending {
  font-size: 16px;
}

/* line 1538, ../sass/screen.scss */
#scheduleString {
  padding: 5px;
  color: #666666;
}
/* line 1541, ../sass/screen.scss */
#scheduleString a {
  color: #666666;
  transition: color 500ms;
}
/* line 1544, ../sass/screen.scss */
#scheduleString a:hover {
  color: black;
}

/* line 1551, ../sass/screen.scss */
.cellarea.hide_people .listing_person {
  display: none;
}

/* line 1554, ../sass/screen.scss */
.cellarea.hide_cells .listing_cell {
  display: none;
}

/* line 1557, ../sass/screen.scss */
.hideMe {
  display: none;
}

/* line 1560, ../sass/screen.scss */
#galaxyRight {
  display: none;
}

/* line 1563, ../sass/screen.scss */
#intropage {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(102, 102, 102, 0.75)), color-stop(20%, rgba(102, 102, 102, 0.4)), color-stop(100%, rgba(102, 102, 102, 0)));
  background-image: -moz-linear-gradient(bottom, rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0.4) 20%, rgba(102, 102, 102, 0));
  background-image: -webkit-linear-gradient(bottom, rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0.4) 20%, rgba(102, 102, 102, 0));
  background-image: linear-gradient(to top, rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0.4) 20%, rgba(102, 102, 102, 0));
  background-attachment: fixed;
}

/* line 1568, ../sass/screen.scss */
#composeRemove {
  position: absolute;
  right: 32px;
  top: 17px;
  z-index: 2;
  color: #666666;
  display: none;
}
/* line 1574, ../sass/screen.scss */
#composeRemove:hover {
  color: black;
}

/* line 1579, ../sass/screen.scss */
.thisUnfolds {
  padding-top: 10px;
  display: none;
}

/* line 1583, ../sass/screen.scss */
.largeicon {
  font-size: 24px;
  vertical-align: middle;
}

/* line 1587, ../sass/screen.scss */
.staticSender {
  height: 50px;
  background: rgba(248, 248, 238, 0.5);
  padding: 5px;
  display: none;
}

/* line 1595, ../sass/screen.scss */
i.icon-book.staticSenderMe {
  color: #666666;
  font-size: 36px;
  padding: 4px;
}

/* line 1600, ../sass/screen.scss */
.staticSenderTo {
  color: #666666;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 40px;
}

/* line 1607, ../sass/screen.scss */
.staticSenderImage {
  height: 40px;
  width: 40px;
}

/* line 1611, ../sass/screen.scss */
.staticSenderNames {
  color: black;
  line-height: 125%;
  padding-left: 10px;
}

/* line 1616, ../sass/screen.scss */
*[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before {
  content: attr(data-placeholder);
  float: left;
  margin-left: 2px;
  color: #aaa;
}

/* line 1622, ../sass/screen.scss */
.emoji-wysiwyg-editor[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before {
  content: attr(data-placeholder);
  float: left;
  margin-left: 2px;
  color: #666666;
}

/* line 1630, ../sass/screen.scss */
#inviteBox[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before {
  content: attr(data-placeholder);
  float: left;
}

/* line 1635, ../sass/screen.scss */
#inviteBox {
  padding: 4px;
}

/* line 1640, ../sass/screen.scss */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  border: none;
  border-bottom: 0px;
  margin-bottom: 0px;
  zoom: 1;
  *display: inline;
}
/* line 1651, ../sass/screen.scss */
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: rgba(248, 248, 238, 0.9);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 1668, ../sass/screen.scss */
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* line 1675, ../sass/screen.scss */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid rgba(248, 248, 238, 0.5);
  background-color: #3F9B77;
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
/* line 1691, ../sass/screen.scss */
.chzn-container-single .chzn-default {
  color: rgba(248, 248, 238, 0.7);
}
/* line 1694, ../sass/screen.scss */
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1701, ../sass/screen.scss */
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
/* line 1705, ../sass/screen.scss */
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 1715, ../sass/screen.scss */
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
/* line 1721, ../sass/screen.scss */
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
/* line 1727, ../sass/screen.scss */
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 1734, ../sass/screen.scss */
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
/* line 1742, ../sass/screen.scss */
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 1748, ../sass/screen.scss */
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #666666;
  background: white url("chosen-sprite.png") no-repeat 100% -20px;
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
}
/* line 1767, ../sass/screen.scss */
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
/* line 1773, ../sass/screen.scss */
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* line 1781, ../sass/screen.scss */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  min-height: 50px;
  width: 100%;
  background-color: none;
  cursor: text;
}
/* line 1794, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
/* line 1797, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 1801, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-field input, .chzn-container-multi .chzn-choices li.search-field input.default {
  margin: 1px 0;
  padding: 5px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666666;
  font-size: 100%;
}
/* line 1812, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #F8F8EE;
}
/* line 1816, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: -2px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid white;
  background-color: #F8F8EE;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #666666;
  height: 42px;
  line-height: 13px;
  cursor: default;
}
/* line 1829, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/celly/css/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
/* line 1838, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 1843, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
/* line 1854, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #3F9B77;
}
/* line 1856, ../sass/screen.scss */
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 1862, ../sass/screen.scss */
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
/* line 1867, ../sass/screen.scss */
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  height: 50px;
}
/* line 1873, ../sass/screen.scss */
.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent;
}

/* line 1880, ../sass/screen.scss */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  max-width: 300px;
  -webkit-overflow-scrolling: touch;
}
/* line 1889, ../sass/screen.scss */
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
/* line 1895, ../sass/screen.scss */
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
  height: 50px;
}
/* line 1901, ../sass/screen.scss */
.chzn-container .chzn-results .chosenSelectableImage {
  height: 40px;
  width: 40px;
  float: left;
  clear: left;
}
/* line 1907, ../sass/screen.scss */
.chzn-container .chzn-results i.chosenAtMeIcon {
  color: #666666;
  font-size: 36px;
  padding: 4px;
  float: left;
  clear: left;
  vertical-align: middle;
}
/* line 1915, ../sass/screen.scss */
.chzn-container .chzn-results .chosenSelectableText {
  padding-top: 2px;
  padding-left: 50px;
  line-height: 120%;
}
/* line 1921, ../sass/screen.scss */
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 1925, ../sass/screen.scss */
.chzn-container .chzn-results li.disabled-result em {
  background: transparent;
}
/* line 1930, ../sass/screen.scss */
.chzn-container .chzn-results li.highlighted {
  background-color: #3F9B77;
  color: #fff;
}
/* line 1933, ../sass/screen.scss */
.chzn-container .chzn-results li.highlighted em {
  background: transparent;
}
/* line 1937, ../sass/screen.scss */
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
/* line 1941, ../sass/screen.scss */
.chzn-container .chzn-results li.group-result {
  color: #999;
  font-weight: 600;
  cursor: default;
}
/* line 1946, ../sass/screen.scss */
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
/* line 1950, ../sass/screen.scss */
.chzn-container .chzn-results em {
  background: #feffde;
  font-style: normal;
}
/* line 1956, ../sass/screen.scss */
.chzn-container .chzn-choices .chosenSelectedImage {
  height: 35px;
  width: 35px;
}
/* line 1960, ../sass/screen.scss */
.chzn-container .chzn-choices i.chosenAtMeIcon {
  color: #666666;
  font-size: 32px;
  padding: 4px;
  vertical-align: middle;
}

/* line 1971, ../sass/screen.scss */
.chzn-container-active .chzn-single {
  border: 1px solid #666666;
}
/* line 1976, ../sass/screen.scss */
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
/* line 1988, ../sass/screen.scss */
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
/* line 1991, ../sass/screen.scss */
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
/* line 1996, ../sass/screen.scss */
.chzn-container-active.chzn-with-drop .chzn-choices {
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}
/* line 2005, ../sass/screen.scss */
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
}

/* line 2013, ../sass/screen.scss */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 2016, ../sass/screen.scss */
.chzn-disabled .chzn-single {
  cursor: default;
}
/* line 2021, ../sass/screen.scss */
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* line 2028, ../sass/screen.scss */
.chzn-rtl {
  text-align: right;
}
/* line 2030, ../sass/screen.scss */
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 2033, ../sass/screen.scss */
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 2038, ../sass/screen.scss */
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
/* line 2042, ../sass/screen.scss */
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
/* line 2048, ../sass/screen.scss */
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
/* line 2053, ../sass/screen.scss */
.chzn-rtl .chzn-choices li {
  float: right;
}
/* line 2056, ../sass/screen.scss */
.chzn-rtl .chzn-choices li.search-field input {
  direction: rtl;
}
/* line 2063, ../sass/screen.scss */
.chzn-rtl li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 2066, ../sass/screen.scss */
.chzn-rtl li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 2075, ../sass/screen.scss */
.chzn-rtl.chzn-container-single-nosearch .chzn-search .chzn-rtl .chzn-drop {
  left: 9999px;
}
/* line 2082, ../sass/screen.scss */
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 2085, ../sass/screen.scss */
.chzn-rtl.chzn-container-single .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 2094, ../sass/screen.scss */
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
/* line 2101, ../sass/screen.scss */
.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  background: white url("chosen-sprite.png") no-repeat -30px -20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
/* line 2115, ../sass/screen.scss */
.chzn-rtl.chzn-containter-single .chzn-single div b {
  background-position: 6px 2px;
}
/* line 2123, ../sass/screen.scss */
.chzn-rtl.chzn-containter-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* line 2132, ../sass/screen.scss */
.mainCompose {
  margin-top: 15px;
  background: rgba(248, 248, 238, 0.5);
}

/* line 2136, ../sass/screen.scss */
#bottomCompose {
  width: 100%;
  margin-left: 0px;
}

/* line 2141, ../sass/screen.scss */
.emoji-wysiwyg-editor {
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 0px;
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 2145, ../sass/screen.scss */
.emoji-wysiwyg-editor.expanded {
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (min-width: 768px) {
  /* line 2153, ../sass/screen.scss */
  .row .row.c_body, .fundraiser_card .progress_row .row.c_body, .fundraiser_small .progress_row .row.c_body, .row .fundraiser_card .c_body.progress_row, .fundraiser_card .row .c_body.progress_row, .fundraiser_card .progress_row .c_body.progress_row, .row .fundraiser_small .c_body.progress_row, .fundraiser_small .row .c_body.progress_row, .fundraiser_small .progress_row .c_body.progress_row {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 2153, ../sass/screen.scss */
  .row .row.c_body, .fundraiser_card .progress_row .row.c_body, .fundraiser_small .progress_row .row.c_body, .row .fundraiser_card .c_body.progress_row, .fundraiser_card .row .c_body.progress_row, .fundraiser_card .progress_row .c_body.progress_row, .row .fundraiser_small .c_body.progress_row, .fundraiser_small .row .c_body.progress_row, .fundraiser_small .progress_row .c_body.progress_row {
    margin-top: -45px;
  }
}

/* line 2163, ../sass/screen.scss */
.lightButtonBox {
  padding-bottom: 10px;
  padding-right: 10px;
}
/* line 2166, ../sass/screen.scss */
.lightButtonBox a {
  vertical-align: middle;
  color: #373717;
}
/* line 2169, ../sass/screen.scss */
.lightButtonBox a:hover {
  color: black;
}

/* line 2184, ../sass/screen.scss */
.rightColumn {
  margin-top: 15px;
}
/* line 2185, ../sass/screen.scss */
.rightColumn .section-container {
  border: none;
  background-color: rgba(248, 248, 238, 0.2);
}
/* line 2193, ../sass/screen.scss */
.rightColumn section .content, .rightColumn section .title {
  border: none;
}
/* line 2198, ../sass/screen.scss */
.rightColumn .section-container > section > .title, .rightColumn .section-container > .section > .title, .rightColumn .section-container.auto > section > .title, .rightColumn .section-container.auto > .section > .title {
  border-top: none;
}
/* line 2201, ../sass/screen.scss */
.rightColumn .section-container.auto > section > .title, .rightColumn .section-container.auto > .section > .title, .rightColumn .section-container.vertical-tabs > section > .title, .rightColumn .section-container.vertical-tabs > .section > .title, .rightColumn .section-container.vertical-nav > section > .title, .rightColumn .section-container.vertical-nav > .section > .title, .rightColumn .section-container.horizontal-nav > section > .title, .rightColumn .section-container.horizontal-nav > .section > .title, .rightColumn .section-container.accordion > section > .title, .rightColumn .section-container.accordion > .section > .title {
  border: none;
  border-bottom: none;
}

/* line 2207, ../sass/screen.scss */
form#addMessageForm {
  margin-bottom: 0px;
}

/* line 2210, ../sass/screen.scss */
.message_listing_row {
  transition: margin-bottom 500ms;
  transition: margin-top 500ms;
}
/* line 2212, ../sass/screen.scss */
.message_listing_row .interior {
  margin-bottom: 0px;
}
/* line 2216, ../sass/screen.scss */
.message_listing_row .message_content {
  border-bottom: 1px solid #aaa;
}
/* line 2220, ../sass/screen.scss */
.message_listing_row.c_has_photo {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 2223, ../sass/screen.scss */
.message_listing_row.c_has_photo.collapsed {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 2227, ../sass/screen.scss */
.message_listing_row.c_has_photo .interior, .message_listing_row.c_has_photo .message_content {
  border-bottom: none;
}
/* line 2231, ../sass/screen.scss */
.message_listing_row.c_has_photo .c_body .right {
  padding-top: 5px;
}
/* line 2234, ../sass/screen.scss */
.message_listing_row.c_has_photo .c_body i {
  padding: 5px;
  font-size: 32px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 500ms;
}
/* line 2239, ../sass/screen.scss */
.message_listing_row.c_has_photo .c_body i:hover {
  color: #666666;
}
/* line 2245, ../sass/screen.scss */
.message_listing_row .microCellImage {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 2249, ../sass/screen.scss */
.message_listing_row:hover .microCellImage {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 2254, ../sass/screen.scss */
.message_listing_row .iconbox {
  padding-top: 5px;
  font-size: 22px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 500ms;
}
/* line 2255, ../sass/screen.scss */
.message_listing_row .iconbox a {
  color: rgba(102, 102, 102, 0.5);
  transition: color 500ms;
}
/* line 2258, ../sass/screen.scss */
.message_listing_row .iconbox a:hover {
  color: #666666;
}
/* line 2266, ../sass/screen.scss */
.message_listing_row .iconbox:hover {
  color: #666666;
}
/* line 2273, ../sass/screen.scss */
.message_listing_row.c_pending .c_body .pending {
  font-style: italic;
  color: #666666;
}
/* line 2278, ../sass/screen.scss */
.message_listing_row.c_pending .c_body .right {
  padding-top: 5px;
}
/* line 2281, ../sass/screen.scss */
.message_listing_row.c_pending .c_body i.icon-warning-sign {
  padding: 5px;
  font-size: 32px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 500ms;
}
/* line 2286, ../sass/screen.scss */
.message_listing_row.c_pending .c_body i.icon-warning-sign:hover {
  color: #666666;
}
/* line 2295, ../sass/screen.scss */
.message_listing_row.c_poll .c_body .right {
  padding-top: 5px;
}
/* line 2298, ../sass/screen.scss */
.message_listing_row.c_poll .c_body i.icon-bar-chart {
  padding: 5px;
  font-size: 32px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 500ms;
}
/* line 2303, ../sass/screen.scss */
.message_listing_row.c_poll .c_body i.icon-bar-chart:hover {
  color: #666666;
}
/* line 2312, ../sass/screen.scss */
.message_listing_row.c_has_file_attachment .c_body .right {
  padding-top: 5px;
}
/* line 2315, ../sass/screen.scss */
.message_listing_row.c_has_file_attachment .c_body i {
  padding: 5px;
  font-size: 32px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 500ms;
}
/* line 2320, ../sass/screen.scss */
.message_listing_row.c_has_file_attachment .c_body i:hover {
  color: #666666;
}
/* line 2325, ../sass/screen.scss */
.message_listing_row.c_has_file_attachment a.dropbox_link {
  color: black;
  transition: color 500ms;
}
/* line 2335, ../sass/screen.scss */
.message_listing_row .c_message_photo img {
  margin-top: 5px;
}
/* line 2339, ../sass/screen.scss */
.message_listing_row .message_content {
  background-color: rgba(248, 248, 238, 0.8);
  position: relative;
  transition: background-color 100ms;
  z-index: 1;
}
/* line 2344, ../sass/screen.scss */
.message_listing_row .message_content:hover {
  background-color: #F8F8EE;
  cursor: pointer;
}
/* line 2349, ../sass/screen.scss */
.message_listing_row .c_sender {
  padding-top: 5px;
}
/* line 2353, ../sass/screen.scss */
.message_listing_row .row .c_message_time.columns, .message_listing_row .fundraiser_card .progress_row .c_message_time.columns, .fundraiser_card .message_listing_row .progress_row .c_message_time.columns, .message_listing_row .fundraiser_small .progress_row .c_message_time.columns, .fundraiser_small .message_listing_row .progress_row .c_message_time.columns, .message_listing_row .row .profilePage .c_message_time.settings-label, .profilePage .message_listing_row .row .c_message_time.settings-label, .message_listing_row .fundraiser_card .progress_row .profilePage .c_message_time.settings-label, .profilePage .message_listing_row .fundraiser_card .progress_row .c_message_time.settings-label, .fundraiser_card .message_listing_row .progress_row .profilePage .c_message_time.settings-label, .profilePage .fundraiser_card .message_listing_row .progress_row .c_message_time.settings-label, .message_listing_row .fundraiser_small .progress_row .profilePage .c_message_time.settings-label, .profilePage .message_listing_row .fundraiser_small .progress_row .c_message_time.settings-label, .fundraiser_small .message_listing_row .progress_row .profilePage .c_message_time.settings-label, .profilePage .fundraiser_small .message_listing_row .progress_row .c_message_time.settings-label, .message_listing_row .row .profilePage .c_message_time.settings-value, .profilePage .message_listing_row .row .c_message_time.settings-value, .message_listing_row .fundraiser_card .progress_row .profilePage .c_message_time.settings-value, .profilePage .message_listing_row .fundraiser_card .progress_row .c_message_time.settings-value, .fundraiser_card .message_listing_row .progress_row .profilePage .c_message_time.settings-value, .profilePage .fundraiser_card .message_listing_row .progress_row .c_message_time.settings-value, .message_listing_row .fundraiser_small .progress_row .profilePage .c_message_time.settings-value, .profilePage .message_listing_row .fundraiser_small .progress_row .c_message_time.settings-value, .fundraiser_small .message_listing_row .progress_row .profilePage .c_message_time.settings-value, .profilePage .fundraiser_small .message_listing_row .progress_row .c_message_time.settings-value, .message_listing_row .row .fundraiser_card .c_message_time.progress_section, .fundraiser_card .message_listing_row .row .c_message_time.progress_section, .message_listing_row .fundraiser_card .progress_row .c_message_time.progress_section, .fundraiser_card .message_listing_row .progress_row .c_message_time.progress_section, .message_listing_row .row .fundraiser_card .c_message_time.button_section, .fundraiser_card .message_listing_row .row .c_message_time.button_section, .message_listing_row .fundraiser_card .progress_row .c_message_time.button_section, .fundraiser_card .message_listing_row .progress_row .c_message_time.button_section, .message_listing_row .row .fundraiser_small .c_message_time.progress_section, .fundraiser_small .message_listing_row .row .c_message_time.progress_section, .message_listing_row .fundraiser_small .progress_row .c_message_time.progress_section, .fundraiser_small .message_listing_row .progress_row .c_message_time.progress_section, .message_listing_row .row .fundraiser_small .c_message_time.button_section, .fundraiser_small .message_listing_row .row .c_message_time.button_section, .message_listing_row .fundraiser_small .progress_row .c_message_time.button_section, .fundraiser_small .message_listing_row .progress_row .c_message_time.button_section {
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
}
/* line 2363, ../sass/screen.scss */
.message_listing_row .row .c_message_time.columns a, .message_listing_row .fundraiser_card .progress_row .c_message_time.columns a, .fundraiser_card .message_listing_row .progress_row .c_message_time.columns a, .message_listing_row .fundraiser_small .progress_row .c_message_time.columns a, .fundraiser_small .message_listing_row .progress_row .c_message_time.columns a, .message_listing_row .row .profilePage .c_message_time.settings-label a, .profilePage .message_listing_row .row .c_message_time.settings-label a, .message_listing_row .fundraiser_card .progress_row .profilePage .c_message_time.settings-label a, .profilePage .message_listing_row .fundraiser_card .progress_row .c_message_time.settings-label a, .fundraiser_card .message_listing_row .progress_row .profilePage .c_message_time.settings-label a, .profilePage .fundraiser_card .message_listing_row .progress_row .c_message_time.settings-label a, .message_listing_row .fundraiser_small .progress_row .profilePage .c_message_time.settings-label a, .profilePage .message_listing_row .fundraiser_small .progress_row .c_message_time.settings-label a, .fundraiser_small .message_listing_row .progress_row .profilePage .c_message_time.settings-label a, .profilePage .fundraiser_small .message_listing_row .progress_row .c_message_time.settings-label a, .message_listing_row .row .profilePage .c_message_time.settings-value a, .profilePage .message_listing_row .row .c_message_time.settings-value a, .message_listing_row .fundraiser_card .progress_row .profilePage .c_message_time.settings-value a, .profilePage .message_listing_row .fundraiser_card .progress_row .c_message_time.settings-value a, .fundraiser_card .message_listing_row .progress_row .profilePage .c_message_time.settings-value a, .profilePage .fundraiser_card .message_listing_row .progress_row .c_message_time.settings-value a, .message_listing_row .fundraiser_small .progress_row .profilePage .c_message_time.settings-value a, .profilePage .message_listing_row .fundraiser_small .progress_row .c_message_time.settings-value a, .fundraiser_small .message_listing_row .progress_row .profilePage .c_message_time.settings-value a, .profilePage .fundraiser_small .message_listing_row .progress_row .c_message_time.settings-value a, .message_listing_row .row .fundraiser_card .c_message_time.progress_section a, .fundraiser_card .message_listing_row .row .c_message_time.progress_section a, .message_listing_row .fundraiser_card .progress_row .c_message_time.progress_section a, .fundraiser_card .message_listing_row .progress_row .c_message_time.progress_section a, .message_listing_row .row .fundraiser_card .c_message_time.button_section a, .fundraiser_card .message_listing_row .row .c_message_time.button_section a, .message_listing_row .fundraiser_card .progress_row .c_message_time.button_section a, .fundraiser_card .message_listing_row .progress_row .c_message_time.button_section a, .message_listing_row .row .fundraiser_small .c_message_time.progress_section a, .fundraiser_small .message_listing_row .row .c_message_time.progress_section a, .message_listing_row .fundraiser_small .progress_row .c_message_time.progress_section a, .fundraiser_small .message_listing_row .progress_row .c_message_time.progress_section a, .message_listing_row .row .fundraiser_small .c_message_time.button_section a, .fundraiser_small .message_listing_row .row .c_message_time.button_section a, .message_listing_row .fundraiser_small .progress_row .c_message_time.button_section a, .fundraiser_small .message_listing_row .progress_row .c_message_time.button_section a {
  color: #666666;
}
/* line 2369, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_logo {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 2371, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_logo img {
  width: 75px;
  height: 75px;
}
/* line 2376, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names {
  float: right;
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
  color: black;
}
/* line 2381, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names small, .message_listing_row.c_pending .c_message_time_expanded .cell_names .c_body .pending, .message_listing_row.c_pending .c_body .c_message_time_expanded .cell_names .pending {
  color: #666666;
  font-weight: normal;
}
/* line 2384, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names small a, .message_listing_row.c_pending .c_message_time_expanded .cell_names .c_body .pending a, .message_listing_row.c_pending .c_body .c_message_time_expanded .cell_names .pending a {
  color: #666666;
}
/* line 2388, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names .cell_full_name {
  padding-top: 7px;
  padding-bottom: 5px;
}
/* line 2392, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names .cell_short_name {
  padding-bottom: 5px;
}
/* line 2396, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names a {
  color: black;
}
/* line 2402, ../sass/screen.scss */
.message_listing_row .c_message_time_expanded .cell_names .time_and_source {
  text-transform: lowercase;
}
/* line 2407, ../sass/screen.scss */
.message_listing_row .message_right {
  position: relative;
}
/* line 2411, ../sass/screen.scss */
.message_listing_row .message_right {
  margin-left: 105px;
}
/* line 2415, ../sass/screen.scss */
.message_listing_row .cellNameLine {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 2415, ../sass/screen.scss */
  .message_listing_row .cellNameLine {
    display: inline;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 2415, ../sass/screen.scss */
  .message_listing_row .cellNameLine {
    display: inline;
  }
}
/* line 2424, ../sass/screen.scss */
.message_listing_row .row.c_body, .message_listing_row .fundraiser_card .c_body.progress_row, .fundraiser_card .message_listing_row .c_body.progress_row, .message_listing_row .fundraiser_small .c_body.progress_row, .fundraiser_small .message_listing_row .c_body.progress_row {
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  /* line 2424, ../sass/screen.scss */
  .message_listing_row .row.c_body, .message_listing_row .fundraiser_card .c_body.progress_row, .fundraiser_card .message_listing_row .c_body.progress_row, .message_listing_row .fundraiser_small .c_body.progress_row, .fundraiser_small .message_listing_row .c_body.progress_row {
    margin-top: 5px;
  }
  /* line 2427, ../sass/screen.scss */
  .message_listing_row .row.c_body .columns, .message_listing_row .fundraiser_card .c_body.progress_row .columns, .fundraiser_card .message_listing_row .c_body.progress_row .columns, .message_listing_row .fundraiser_small .c_body.progress_row .columns, .fundraiser_small .message_listing_row .c_body.progress_row .columns, .message_listing_row .row.c_body .profilePage .settings-label, .profilePage .message_listing_row .row.c_body .settings-label, .message_listing_row .fundraiser_card .c_body.progress_row .profilePage .settings-label, .profilePage .message_listing_row .fundraiser_card .c_body.progress_row .settings-label, .fundraiser_card .message_listing_row .c_body.progress_row .profilePage .settings-label, .profilePage .fundraiser_card .message_listing_row .c_body.progress_row .settings-label, .message_listing_row .fundraiser_small .c_body.progress_row .profilePage .settings-label, .profilePage .message_listing_row .fundraiser_small .c_body.progress_row .settings-label, .fundraiser_small .message_listing_row .c_body.progress_row .profilePage .settings-label, .profilePage .fundraiser_small .message_listing_row .c_body.progress_row .settings-label, .message_listing_row .row.c_body .profilePage .settings-value, .profilePage .message_listing_row .row.c_body .settings-value, .message_listing_row .fundraiser_card .c_body.progress_row .profilePage .settings-value, .profilePage .message_listing_row .fundraiser_card .c_body.progress_row .settings-value, .fundraiser_card .message_listing_row .c_body.progress_row .profilePage .settings-value, .profilePage .fundraiser_card .message_listing_row .c_body.progress_row .settings-value, .message_listing_row .fundraiser_small .c_body.progress_row .profilePage .settings-value, .profilePage .message_listing_row .fundraiser_small .c_body.progress_row .settings-value, .fundraiser_small .message_listing_row .c_body.progress_row .profilePage .settings-value, .profilePage .fundraiser_small .message_listing_row .c_body.progress_row .settings-value, .message_listing_row .row.c_body .fundraiser_card .progress_section, .fundraiser_card .message_listing_row .row.c_body .progress_section, .message_listing_row .fundraiser_card .c_body.progress_row .progress_section, .fundraiser_card .message_listing_row .c_body.progress_row .progress_section, .message_listing_row .row.c_body .fundraiser_card .button_section, .fundraiser_card .message_listing_row .row.c_body .button_section, .message_listing_row .fundraiser_card .c_body.progress_row .button_section, .fundraiser_card .message_listing_row .c_body.progress_row .button_section, .message_listing_row .row.c_body .fundraiser_small .progress_section, .fundraiser_small .message_listing_row .row.c_body .progress_section, .message_listing_row .fundraiser_small .c_body.progress_row .progress_section, .fundraiser_small .message_listing_row .c_body.progress_row .progress_section, .message_listing_row .row.c_body .fundraiser_small .button_section, .fundraiser_small .message_listing_row .row.c_body .button_section, .message_listing_row .fundraiser_small .c_body.progress_row .button_section, .fundraiser_small .message_listing_row .c_body.progress_row .button_section {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 2424, ../sass/screen.scss */
  .message_listing_row .row.c_body, .message_listing_row .fundraiser_card .c_body.progress_row, .fundraiser_card .message_listing_row .c_body.progress_row, .message_listing_row .fundraiser_small .c_body.progress_row, .fundraiser_small .message_listing_row .c_body.progress_row {
    margin-top: 0px;
  }
}
/* line 2447, ../sass/screen.scss */
.message_listing_row .rightColorBeam {
  display: none;
  position: absolute;
  width: 8px;
  top: 0px;
  left: 0px;
  height: 100%;
  margin-bottom: -1px;
  padding-bottom: 1px;
  transition: opacity 250ms;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 2462, ../sass/screen.scss */
.message_listing_row:hover .rightColorBeam {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 2468, ../sass/screen.scss */
.message_listing_row.expanded .rightColorBeam {
  transition: opacity 100ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 2474, ../sass/screen.scss */
.message_listing_row .c_cell_name {
  position: absolute;
  top: 0px;
  right: 50px;
  top: 7px;
  color: #666;
}
/* line 2476, ../sass/screen.scss */
.message_listing_row .c_cell_name a {
  color: #666666;
}
/* line 2483, ../sass/screen.scss */
.message_listing_row .senderFullName {
  padding-right: 5px;
  color: black;
}
/* line 2484, ../sass/screen.scss */
.message_listing_row .senderUserName {
  color: #666666;
}
/* line 2486, ../sass/screen.scss */
.message_listing_row .expand-only {
  display: none;
}
/* line 2490, ../sass/screen.scss */
.message_listing_row .message_toolbar {
  display: none;
  background-color: rgba(248, 248, 238, 0.5);
}
/* line 2492, ../sass/screen.scss */
.message_listing_row .message_toolbar .c_message_toolbar_left {
  padding-top: 5px;
  padding-left: 5px;
}
/* line 2496, ../sass/screen.scss */
.message_listing_row .message_toolbar .c_message_toolbar_left small, .message_listing_row.c_pending .message_toolbar .c_message_toolbar_left .c_body .pending, .message_listing_row.c_pending .c_body .message_toolbar .c_message_toolbar_left .pending {
  font-weight: normal;
  color: #666666;
}
/* line 2509, ../sass/screen.scss */
.message_listing_row.expanded {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 2510, ../sass/screen.scss */
.message_listing_row.expanded .message_toolbar, .message_listing_row.expanded .expand-only {
  display: block;
}
/* line 2519, ../sass/screen.scss */
.message_listing_row.expanded .message_content:hover {
  background-color: rgba(248, 248, 238, 0.7);
  cursor: pointer;
}
/* line 2529, ../sass/screen.scss */
.message_listing_row.c_twitter .message_content:hover, .message_listing_row.c_rss .message_content:hover {
  cursor: pointer;
}
/* line 2547, ../sass/screen.scss */
.message_listing_row.c_twitter .twitter_avatar {
  padding: 5px;
  padding-left: 5px;
  float: left;
}
/* line 2552, ../sass/screen.scss */
.message_listing_row.c_twitter a.twitter_name {
  color: #222222;
}
/* line 2555, ../sass/screen.scss */
.message_listing_row.c_twitter .c_body a {
  color: #3F9B77;
}
/* line 2558, ../sass/screen.scss */
.message_listing_row.c_twitter a {
  color: #666666;
}
/* line 2560, ../sass/screen.scss */
.message_listing_row.c_twitter a small, .message_listing_row.c_twitter a .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_listing_row.c_twitter a .pending {
  color: #00506e;
}
/* line 2563, ../sass/screen.scss */
.message_listing_row.c_twitter a i.icon-twitter {
  color: #00ACEE;
}
/* line 2570, ../sass/screen.scss */
.message_listing_row .atMe_sender i.icon-pencil, .message_listing_row .atMe_sender i.icon-book {
  font-size: 75px;
  padding: 5px;
  color: #666666;
}
/* line 2577, ../sass/screen.scss */
.message_listing_row.c_rss .rss_avatar {
  padding: 5px;
  padding-left: 5px;
  float: left;
}
/* line 2581, ../sass/screen.scss */
.message_listing_row.c_rss .rss_avatar img {
  width: 36px;
}
/* line 2584, ../sass/screen.scss */
.message_listing_row.c_rss .rss_avatar .fake_rss_avatar {
  width: 75px;
  height: 75px;
  color: white;
  font-size: 64px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #FFA500;
  text-transform: uppercase;
}
/* line 2596, ../sass/screen.scss */
.message_listing_row.c_rss .c_body a {
  color: #3F9B77;
}
/* line 2599, ../sass/screen.scss */
.message_listing_row.c_rss a.rss_name {
  color: #222222;
}
/* line 2604, ../sass/screen.scss */
.message_listing_row.c_rss a {
  color: black;
}
/* line 2606, ../sass/screen.scss */
.message_listing_row.c_rss a small, .message_listing_row.c_rss a .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .message_listing_row.c_rss a .pending {
  color: #996300;
}
/* line 2608, ../sass/screen.scss */
.message_listing_row.c_rss a small i.icon-twitter, .message_listing_row.c_rss a .message_listing_row.c_pending .c_body .pending i.icon-twitter, .message_listing_row.c_pending .c_body .message_listing_row.c_rss a .pending i.icon-twitter {
  color: #FFA500;
}
/* line 2611, ../sass/screen.scss */
.message_listing_row.c_rss a small i.icon-rss, .message_listing_row.c_rss a .message_listing_row.c_pending .c_body .pending i.icon-rss, .message_listing_row.c_pending .c_body .message_listing_row.c_rss a .pending i.icon-rss {
  color: #FFA500;
}

/* line 2621, ../sass/screen.scss */
.top-bar ul > li.has-dropdown a:after {
  border-color: black transparent transparent transparent;
}

/* line 2622, ../sass/screen.scss */
.top-bar ul > li.toggle-topbar a {
  border-color: black transparent transparent transparent;
}

/* line 2624, ../sass/screen.scss */
body.panelOpen .tooltip {
  margin-left: -200px;
}

/* line 2626, ../sass/screen.scss */
.quickReplyContent .title {
  padding: 10px;
}

/* line 2628, ../sass/screen.scss */
.quickReplyContent .emoji-wysiwyg-editor {
  height: 140px !important;
  border: 1px solid #666666;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 2635, ../sass/screen.scss */
.cellsloading {
  display: none;
  padding-top: 25px;
}

/* line 2640, ../sass/screen.scss */
.panel.fade, .helpPage .panel.fade {
  background-color: rgba(248, 248, 238, 0.4);
  border: none;
}

/* line 2645, ../sass/screen.scss */
.helpPage .panel.sky {
  background-color: rgba(171, 209, 203, 0.4);
}

/* line 2648, ../sass/screen.scss */
.helpPage .panel.peach {
  background-color: rgba(244, 195, 171, 0.4);
}

/* line 2652, ../sass/screen.scss */
.helpPage .panel.cascade {
  background-color: rgba(63, 155, 119, 0.2);
}
/* line 2654, ../sass/screen.scss */
.helpPage .panel.cascade:hover {
  background-color: rgba(63, 155, 119, 0.4);
}

/* line 2660, ../sass/screen.scss */
.panel.fade-ultra, .helpPage .panel.fade-ultra {
  background-color: rgba(248, 248, 238, 0.2);
  border: none;
}

/* line 2665, ../sass/screen.scss */
.top_bar_avatar {
  height: 36px;
  width: 36px;
  margin-left: 4px;
  margin-top: -4px;
}

/* line 2672, ../sass/screen.scss */
.top_bar_avatarSmall {
  height: 36px;
  width: 36px;
  margin-left: 4px;
  margin-top: 4px;
}

/* line 2679, ../sass/screen.scss */
table {
  background-color: rgba(248, 248, 238, 0.4);
}

/* line 2680, ../sass/screen.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background-color: rgba(248, 248, 238, 0.4);
}

/* line 2684, ../sass/screen.scss */
form.custom .custom.checkbox.checked:before {
  margin-top: 6px;
}

/* line 2688, ../sass/screen.scss */
.helpPage {
  background-color: rgba(248, 248, 238, 0.9);
}
/* line 2691, ../sass/screen.scss */
.helpPage .panel {
  background-color: #F8F8EE;
  border: none;
}
/* line 2698, ../sass/screen.scss */
.helpPage .helpContentBody {
  padding: 20px 20px 20px 20px;
}
/* line 2705, ../sass/screen.scss */
.helpPage .helpRightColumn {
  padding-top: 10px;
}
/* line 2708, ../sass/screen.scss */
.helpPage .helpRightColumn section {
  margin: 0 0 0 0;
}
/* line 2712, ../sass/screen.scss */
.helpPage .helpRightColumn section h3 {
  margin-top: 0px;
  padding: 0px 10px;
}
/* line 2719, ../sass/screen.scss */
.helpPage .helpRightColumn section .helprow {
  font-weight: normal;
  margin: 0px 0px 0px 0px;
}
/* line 2727, ../sass/screen.scss */
.helpPage .helpRightColumn section .links {
  padding: 0px 10px 10px 10px;
}

/* line 2735, ../sass/screen.scss */
.pressPage div.quote {
  float: left;
  width: 200px;
  clear: none;
  margin-left: 20px;
  padding-left: 10px;
  margin-top: 0px;
}
/* line 2744, ../sass/screen.scss */
.pressPage div.quote img {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 2749, ../sass/screen.scss */
.pressPage img.float {
  float: left;
  margin-left: 10px;
}
/* line 2753, ../sass/screen.scss */
.pressPage img.float.right {
  float: right;
}
/* line 2756, ../sass/screen.scss */
.pressPage div.presstitle {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}
/* line 2762, ../sass/screen.scss */
.pressPage a {
  color: #222222;
}
/* line 2764, ../sass/screen.scss */
.pressPage .fs {
  clear: both;
  height: 1px;
}

/* line 2767, ../sass/screen.scss */
.enterToSend, .pollingSend {
  display: inline;
}
/* line 2769, ../sass/screen.scss */
.enterToSend label, .enterToSend .fundraiser_page .organizer_name, .fundraiser_page .enterToSend .organizer_name, .pollingSend label, .pollingSend .fundraiser_page .organizer_name, .fundraiser_page .pollingSend .organizer_name {
  display: inline;
}

/* line 2774, ../sass/screen.scss */
label.correctAnswer, .fundraiser_page .correctAnswer.organizer_name {
  padding-top: 8px;
}

/* line 2777, ../sass/screen.scss */
form .row .row .columns.pollAnswer, form .fundraiser_card .progress_row .row .columns.pollAnswer, .fundraiser_card form .progress_row .row .columns.pollAnswer, form .fundraiser_small .progress_row .row .columns.pollAnswer, .fundraiser_small form .progress_row .row .columns.pollAnswer, form .row .fundraiser_card .progress_row .columns.pollAnswer, .fundraiser_card form .row .progress_row .columns.pollAnswer, form .fundraiser_card .progress_row .progress_row .columns.pollAnswer, .fundraiser_card form .progress_row .progress_row .columns.pollAnswer, form .row .fundraiser_small .progress_row .columns.pollAnswer, .fundraiser_small form .row .progress_row .columns.pollAnswer, form .fundraiser_small .progress_row .progress_row .columns.pollAnswer, .fundraiser_small form .progress_row .progress_row .columns.pollAnswer, form .row .row .profilePage .pollAnswer.settings-label, .profilePage form .row .row .pollAnswer.settings-label, form .fundraiser_card .progress_row .row .profilePage .pollAnswer.settings-label, .profilePage form .fundraiser_card .progress_row .row .pollAnswer.settings-label, .fundraiser_card form .progress_row .row .profilePage .pollAnswer.settings-label, .profilePage .fundraiser_card form .progress_row .row .pollAnswer.settings-label, form .fundraiser_small .progress_row .row .profilePage .pollAnswer.settings-label, .profilePage form .fundraiser_small .progress_row .row .pollAnswer.settings-label, .fundraiser_small form .progress_row .row .profilePage .pollAnswer.settings-label, .profilePage .fundraiser_small form .progress_row .row .pollAnswer.settings-label, form .row .fundraiser_card .progress_row .profilePage .pollAnswer.settings-label, .profilePage form .row .fundraiser_card .progress_row .pollAnswer.settings-label, .fundraiser_card form .row .progress_row .profilePage .pollAnswer.settings-label, .profilePage .fundraiser_card form .row .progress_row .pollAnswer.settings-label, form .fundraiser_card .progress_row .progress_row .profilePage .pollAnswer.settings-label, .profilePage form .fundraiser_card .progress_row .progress_row .pollAnswer.settings-label, .fundraiser_card form .progress_row .progress_row .profilePage .pollAnswer.settings-label, .profilePage .fundraiser_card form .progress_row .progress_row .pollAnswer.settings-label, form .row .fundraiser_small .progress_row .profilePage .pollAnswer.settings-label, .profilePage form .row .fundraiser_small .progress_row .pollAnswer.settings-label, .fundraiser_small form .row .progress_row .profilePage .pollAnswer.settings-label, .profilePage .fundraiser_small form .row .progress_row .pollAnswer.settings-label, form .fundraiser_small .progress_row .progress_row .profilePage .pollAnswer.settings-label, .profilePage form .fundraiser_small .progress_row .progress_row .pollAnswer.settings-label, .fundraiser_small form .progress_row .progress_row .profilePage .pollAnswer.settings-label, .profilePage .fundraiser_small form .progress_row .progress_row .pollAnswer.settings-label, form .row .row .profilePage .pollAnswer.settings-value, .profilePage form .row .row .pollAnswer.settings-value, form .fundraiser_card .progress_row .row .profilePage .pollAnswer.settings-value, .profilePage form .fundraiser_card .progress_row .row .pollAnswer.settings-value, .fundraiser_card form .progress_row .row .profilePage .pollAnswer.settings-value, .profilePage .fundraiser_card form .progress_row .row .pollAnswer.settings-value, form .fundraiser_small .progress_row .row .profilePage .pollAnswer.settings-value, .profilePage form .fundraiser_small .progress_row .row .pollAnswer.settings-value, .fundraiser_small form .progress_row .row .profilePage .pollAnswer.settings-value, .profilePage .fundraiser_small form .progress_row .row .pollAnswer.settings-value, form .row .fundraiser_card .progress_row .profilePage .pollAnswer.settings-value, .profilePage form .row .fundraiser_card .progress_row .pollAnswer.settings-value, .fundraiser_card form .row .progress_row .profilePage .pollAnswer.settings-value, .profilePage .fundraiser_card form .row .progress_row .pollAnswer.settings-value, form .fundraiser_card .progress_row .progress_row .profilePage .pollAnswer.settings-value, .profilePage form .fundraiser_card .progress_row .progress_row .pollAnswer.settings-value, .fundraiser_card form .progress_row .progress_row .profilePage .pollAnswer.settings-value, .profilePage .fundraiser_card form .progress_row .progress_row .pollAnswer.settings-value, form .row .fundraiser_small .progress_row .profilePage .pollAnswer.settings-value, .profilePage form .row .fundraiser_small .progress_row .pollAnswer.settings-value, .fundraiser_small form .row .progress_row .profilePage .pollAnswer.settings-value, .profilePage .fundraiser_small form .row .progress_row .pollAnswer.settings-value, form .fundraiser_small .progress_row .progress_row .profilePage .pollAnswer.settings-value, .profilePage form .fundraiser_small .progress_row .progress_row .pollAnswer.settings-value, .fundraiser_small form .progress_row .progress_row .profilePage .pollAnswer.settings-value, .profilePage .fundraiser_small form .progress_row .progress_row .pollAnswer.settings-value, form .row .row .fundraiser_card .pollAnswer.progress_section, .fundraiser_card form .row .row .pollAnswer.progress_section, form .fundraiser_card .progress_row .row .pollAnswer.progress_section, .fundraiser_card form .progress_row .row .pollAnswer.progress_section, form .row .fundraiser_card .progress_row .pollAnswer.progress_section, .fundraiser_card form .row .progress_row .pollAnswer.progress_section, form .fundraiser_card .progress_row .progress_row .pollAnswer.progress_section, .fundraiser_card form .progress_row .progress_row .pollAnswer.progress_section, form .row .row .fundraiser_card .pollAnswer.button_section, .fundraiser_card form .row .row .pollAnswer.button_section, form .fundraiser_card .progress_row .row .pollAnswer.button_section, .fundraiser_card form .progress_row .row .pollAnswer.button_section, form .row .fundraiser_card .progress_row .pollAnswer.button_section, .fundraiser_card form .row .progress_row .pollAnswer.button_section, form .fundraiser_card .progress_row .progress_row .pollAnswer.button_section, .fundraiser_card form .progress_row .progress_row .pollAnswer.button_section, form .row .row .fundraiser_small .pollAnswer.progress_section, .fundraiser_small form .row .row .pollAnswer.progress_section, form .fundraiser_small .progress_row .row .pollAnswer.progress_section, .fundraiser_small form .progress_row .row .pollAnswer.progress_section, form .row .fundraiser_small .progress_row .pollAnswer.progress_section, .fundraiser_small form .row .progress_row .pollAnswer.progress_section, form .fundraiser_small .progress_row .progress_row .pollAnswer.progress_section, .fundraiser_small form .progress_row .progress_row .pollAnswer.progress_section, form .row .row .fundraiser_small .pollAnswer.button_section, .fundraiser_small form .row .row .pollAnswer.button_section, form .fundraiser_small .progress_row .row .pollAnswer.button_section, .fundraiser_small form .progress_row .row .pollAnswer.button_section, form .row .fundraiser_small .progress_row .pollAnswer.button_section, .fundraiser_small form .row .progress_row .pollAnswer.button_section, form .fundraiser_small .progress_row .progress_row .pollAnswer.button_section, .fundraiser_small form .progress_row .progress_row .pollAnswer.button_section {
  padding-top: 8px;
  text-align: right;
}

/* line 2782, ../sass/screen.scss */
abbr.timeago {
  cursor: pointer;
  border-bottom: 0px;
  color: #666666;
  font-size: 100%;
}

/* line 2791, ../sass/screen.scss */
.poll_listing .answerText {
  font-weight: normal;
  padding: 5px;
  padding-left: 20px;
  font-size: 12px;
  color: black;
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 2800, ../sass/screen.scss */
.poll_listing .progress {
  background-color: rgba(248, 248, 238, 0.5);
}
/* line 2802, ../sass/screen.scss */
.poll_listing .progress:hover {
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 2806, ../sass/screen.scss */
.poll_listing a.poll_answer_closed {
  cursor: default;
}
/* line 2808, ../sass/screen.scss */
.poll_listing a.poll_answer_closed .progress:hover {
  background-color: rgba(248, 248, 238, 0.5);
}
/* line 2813, ../sass/screen.scss */
.poll_listing .row.myAnswer .progress, .poll_listing .fundraiser_card .myAnswer.progress_row .progress, .fundraiser_card .poll_listing .myAnswer.progress_row .progress, .poll_listing .fundraiser_small .myAnswer.progress_row .progress, .fundraiser_small .poll_listing .myAnswer.progress_row .progress {
  background-color: #F8F8EE;
}
/* line 2817, ../sass/screen.scss */
.poll_listing .progress {
  position: relative;
}
/* line 2819, ../sass/screen.scss */
.poll_listing .progress span.meter {
  transition: width 500ms;
  background-color: rgba(221, 65, 36, 0.7);
}
/* line 2820, ../sass/screen.scss */
.poll_listing .progress span.meter.hidden {
  display: none;
}
/* line 2825, ../sass/screen.scss */
.poll_listing .progress span.meter.answer1 {
  background-color: #ABD1CB;
}
/* line 2828, ../sass/screen.scss */
.poll_listing .progress span.meter.answer2 {
  background-color: #F4C3AB;
}
/* line 2831, ../sass/screen.scss */
.poll_listing .progress span.meter.answer3 {
  background-color: #E9CB74;
}
/* line 2834, ../sass/screen.scss */
.poll_listing .progress span.meter.answer4 {
  background-color: #ABC1A7;
}
/* line 2837, ../sass/screen.scss */
.poll_listing .progress span.meter.answer5 {
  background-color: #DEB270;
}
/* line 2840, ../sass/screen.scss */
.poll_listing .progress span.meter.answer6 {
  background-color: #C2D0D1;
}
/* line 2843, ../sass/screen.scss */
.poll_listing .progress span.meter.answer7 {
  background-color: #E7C39A;
}
/* line 2846, ../sass/screen.scss */
.poll_listing .progress span.meter.answer8 {
  background-color: #B3B7B0;
}
/* line 2849, ../sass/screen.scss */
.poll_listing .progress span.meter.answer9 {
  background-color: #B89D99;
}
/* line 2852, ../sass/screen.scss */
.poll_listing .progress span.meter.answer10 {
  background-color: #B3B896;
}
/* line 2856, ../sass/screen.scss */
.poll_listing .progress .answer {
  position: absolute;
  top: 2px;
  left: 6px;
  color: black;
}
/* line 2862, ../sass/screen.scss */
.poll_listing .progress .result {
  position: absolute;
  top: 2px;
  right: 6px;
  color: black;
}

/* line 2871, ../sass/screen.scss */
.questionNumber {
  padding-bottom: 5px;
}

/* line 2874, ../sass/screen.scss */
.questionText {
  padding: 10px 0px;
}

/* line 2880, ../sass/screen.scss */
.poll-zoom h4.publicCTA, .poll-zoom .membersPage tr span.publicCTA.fullName, .membersPage tr .poll-zoom span.publicCTA.fullName {
  padding: 10px;
  padding-left: 0px;
  margin: 0px;
  padding-bottom: 30px;
}
/* line 2886, ../sass/screen.scss */
.poll-zoom .question-row {
  margin-bottom: 10px;
}
/* line 2889, ../sass/screen.scss */
.poll-zoom .questionText {
  font-size: 1.5em;
  padding: 10px 0px;
}
/* line 2893, ../sass/screen.scss */
.poll-zoom .questionNumber {
  padding-top: 10px;
  padding-bottom: 5px;
}
/* line 2898, ../sass/screen.scss */
.poll-zoom .progress {
  height: 44px;
}
/* line 2902, ../sass/screen.scss */
.poll-zoom .progress i {
  vertical-align: middle;
}
/* line 2905, ../sass/screen.scss */
.poll-zoom .progress .answer {
  font-size: 2.0em;
  top: 0px;
  left: 8px;
}
/* line 2913, ../sass/screen.scss */
.poll-zoom .progress .clickhelp {
  padding-top: 8px;
  padding-right: 8px;
}
/* line 2918, ../sass/screen.scss */
.poll-zoom .publicId {
  padding-top: 7px;
  text-align: left;
  height: 44px;
  font-size: 1.5em;
}
/* line 2925, ../sass/screen.scss */
.poll-zoom .answerText {
  font-weight: 300;
  padding: 10px;
  padding-left: 35px;
  font-size: 18px;
  color: black;
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 2933, ../sass/screen.scss */
.poll-zoom .showVotersArrow {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.7);
  transition: color 500ms;
  height: 100%;
}
/* line 2938, ../sass/screen.scss */
.poll-zoom .showVotersArrow:hover {
  color: black;
}
/* line 2945, ../sass/screen.scss */
.poll-zoom .voteCodeLabel {
  padding-top: 35px;
  padding-left: 30px;
  text-align: left;
}
/* line 2950, ../sass/screen.scss */
.poll-zoom table.voterSection {
  padding: 0px;
  width: 100%;
  margin-top: -10px;
}
/* line 2955, ../sass/screen.scss */
.poll-zoom table.voterSection img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
/* line 2960, ../sass/screen.scss */
.poll-zoom table.voterSection .voterRow {
  padding-bottom: 5px;
}

/* line 2965, ../sass/screen.scss */
.quizOnlyOptions {
  display: none;
}

/* line 2968, ../sass/screen.scss */
.quiz .quizOnlyOptions {
  display: block;
}

/* line 2971, ../sass/screen.scss */
#pollComposeArea dl.sub-nav {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 2975, ../sass/screen.scss */
#errorDiv_messageText {
  background-color: rgba(221, 65, 36, 0.7);
  margin: 5px;
  min-height: 1.1em;
  padding-left: 5px;
  color: white;
  padding: 5px;
  display: none;
}

/* line 2984, ../sass/screen.scss */
#errorDiv_inviteMessage {
  background-color: rgba(221, 65, 36, 0.7);
  min-height: 1.1em;
  padding-left: 5px;
  color: white;
  padding: 5px;
  display: none;
}

/* line 2993, ../sass/screen.scss */
#inviteMessage {
  margin-bottom: 0px;
}

/* line 2997, ../sass/screen.scss */
.panel code {
  overflow: scroll;
}

/* line 3001, ../sass/screen.scss */
.bigger-icon {
  font-size: 75px;
  padding: 5px;
  color: #666666;
}

/* line 3011, ../sass/screen.scss */
.datepicker {
  display: inline-block;
  font: 15px/1.5 "Helvetica Neue", mplus-2c, Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 300;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0.5px 0.5px 0px #c8c8c8;
  -webkit-box-shadow: 0.5px 0.5px 3px #eeeeee;
  -moz-box-shadow: 0.5px 0.5px 3px #eeeeee;
}

/* line 3024, ../sass/screen.scss */
.datepicker > .datepicker_header {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #eeeeee;
  color: #3f3f3f;
  text-align: center;
  font-size: 9pt;
  font-weight: 600;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 3039, ../sass/screen.scss */
.datepicker > .datepicker_header > a {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
  color: #3b7796;
}

/* line 3047, ../sass/screen.scss */
.datepicker > .datepicker_header > a:hover {
  color: #303030;
  background-color: #c8c8c8;
}

/* line 3052, ../sass/screen.scss */
.datepicker > .datepicker_header > a:active {
  color: #ffffff;
  background-color: #808080;
}

/* line 3057, ../sass/screen.scss */
.datepicker > .datepicker_header > span {
  margin-left: 20px;
  margin-right: 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 3065, ../sass/screen.scss */
.datepicker > .datepicker_header > .icon-home {
  display: block;
  float: left;
  margin-top: 2px;
  margin-left: 5px;
  width: 11pt;
  height: 11pt;
  vertical-align: middle;
}

/* line 3076, ../sass/screen.scss */
.datepicker > .datepicker_header > .icon-home > svg > g > path {
  fill: #3b7796;
}

/* line 3080, ../sass/screen.scss */
.datepicker > .datepicker_header > a:hover > svg > g > path {
  fill: #303030;
  /* Icon button hover color */
}

/*
 * datepicker_inner_container 
*/
/* line 3089, ../sass/screen.scss */
.datepicker > .datepicker_inner_container {
  margin: -2px 0px -2px 0px;
  background-color: #d2d2d2;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0.5px 0px 3px #c8c8c8;
  -webkit-box-shadow: 0.5px 0px 3px #c8c8c8;
  -moz-box-shadow: 0.5px 0px 3px #c8c8c8;
}

/* line 3102, ../sass/screen.scss */
.datepicker > .datepicker_inner_container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*
 * datepicker_inner_container > datepicker_calendar
*/
/* line 3114, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar {
  float: left;
  width: auto;
  margin-top: -0.5px;
  margin-left: -1px;
  margin-bottom: -2px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-top: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}

/* line 3134, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > table {
  padding: 10px;
}

/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > th (WDay-cell)
*/
/* line 3142, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > th {
  color: #646464;
  width: 18px;
  font-size: small;
  font-weight: normal;
  text-align: center;
}

/*
 * datepicker_inner_container > datepicker_calendar > datepicker_table > tbody > tr > td (Day-cell)
*/
/* line 3154, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td {
  color: #000000;
  font-size: small;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}

/* line 3165, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.today {
  border-bottom: #bfbfbf solid 2px;
  margin-bottom: -2px;
}

/* line 3170, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sat {
  color: #0044aa;
}

/* line 3174, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.wday_sun {
  color: #e13b00;
}

/* line 3178, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_another_month {
  color: #cccccc;
}

/* line 3182, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.day_in_past {
  cursor: default;
  color: #cccccc;
}

/* line 3187, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.active {
  color: #ffffff;
  background-color: #808080;
}

/* line 3192, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_calendar > .datepicker_table > tbody > tr > td.hover {
  color: #000000;
  background-color: #c8c8c8;
}

/*
 * datepicker_inner_container > datepicker_timelist
*/
/* line 3201, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist {
  float: left;
  width: 95px;
  height: 118px;
  margin-top: -0.5px;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/*
.datepicker > .datepicker_inner_container > .datepicker_timelist::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*/
/* line 3234, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar {
  overflow: hidden;
  width: 6px;
  background: #fafafa;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* line 3247, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar:horizontal {
  height: 1px;
}

/* line 3251, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-button {
  display: none;
}

/* line 3255, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece {
  background: #eee;
}

/* line 3259, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-piece:start {
  background: #eee;
}

/* line 3263, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 3270, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist::-webkit-scrollbar-corner {
  background: #333;
}

/* line 3274, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 25px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: small;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  cursor: pointer;
}

/* line 3289, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.time_in_past {
  cursor: default;
  color: #cccccc;
}

/* line 3294, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.active {
  color: #ffffff;
  background-color: #808080;
}

/* line 3299, ../sass/screen.scss */
.datepicker > .datepicker_inner_container > .datepicker_timelist > div.timelist_item.hover {
  color: #000000;
  background-color: #c8c8c8;
}

/* line 3307, ../sass/screen.scss */
.pollsPage .section-container.auto > section .content, .pollsPage .section-container.auto > .section .content {
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 3310, ../sass/screen.scss */
.pollsPage .section-container.auto > section.active > .title, .pollsPage .section-container.auto > .section.active > .title {
  background-color: #F8F8EE;
}

/* line 3316, ../sass/screen.scss */
.quickResponse .section-container.tabs > section .content, .quickResponse .section-container.tabs > .section .content {
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 3319, ../sass/screen.scss */
.quickResponse .section-container.tabs > section > .title {
  background: rgba(248, 248, 238, 0.2);
}
/* line 3322, ../sass/screen.scss */
.quickResponse .section-container.tabs > section.active > .title {
  background-color: rgba(248, 248, 238, 0.4);
}
/* line 3325, ../sass/screen.scss */
.quickResponse p.title, .quickResponse .title.faqBody, .quickResponse .title.guideShortDescription {
  padding: 5px 10px 5px 10px;
}
/* line 3328, ../sass/screen.scss */
.quickResponse .image {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 75px;
  height: 75px;
}
/* line 3334, ../sass/screen.scss */
.quickResponse .name {
  font-weight: normal;
}
/* line 3337, ../sass/screen.scss */
.quickResponse .emoji-wysiwyg-editor {
  border: 1px solid rgba(102, 102, 102, 0.5);
}
/* line 3340, ../sass/screen.scss */
.quickResponse .lightButtonBox {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3348, ../sass/screen.scss */
.membersPage tr .avatarArea {
  padding-right: 10px;
}
/* line 3351, ../sass/screen.scss */
.membersPage tr span.fullName {
  color: #666666;
}
/* line 3355, ../sass/screen.scss */
.membersPage tr.collapsed {
  color: #666666;
  transition: color 500ms;
  cursor: pointer;
}
/* line 3358, ../sass/screen.scss */
.membersPage tr.collapsed:hover {
  color: black;
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 3360, ../sass/screen.scss */
.membersPage tr.collapsed:hover span.fullName {
  color: black;
}

/* line 3370, ../sass/screen.scss */
#loadingValue {
  text-align: center;
  font-size: 18px;
  color: black;
  font-weight: normal;
}
/* line 3375, ../sass/screen.scss */
#loadingValue .text {
  padding-top: 0px;
}
/* line 3376, ../sass/screen.scss */
#loadingValue img {
  left: 44px;
  top: 44px;
  text-align: center;
  position: absolute;
}

/* line 3384, ../sass/screen.scss */
.loadingBox {
  position: relative;
  width: 150px;
  height: 150px;
  -moz-border-radius-topleft: 100px;
  -webkit-border-top-left-radius: 100px;
  border-top-left-radius: 100px;
  -moz-border-radius-topright: 100px;
  -webkit-border-top-right-radius: 100px;
  border-top-right-radius: 100px;
  -moz-border-radius-bottomleft: 100px;
  -webkit-border-bottom-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -moz-border-radius-bottomright: 100px;
  -webkit-border-bottom-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
/* line 3393, ../sass/screen.scss */
.loadingBox .loadingContents {
  padding-top: 20px;
}

/* line 3398, ../sass/screen.scss */
section .content th {
  background-color: #F8F8EE;
}

/* line 3402, ../sass/screen.scss */
#loadingDiv {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: #F8F8EE !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9001 !important;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  display: none;
}

/* line 3415, ../sass/screen.scss */
#loadingValue {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 240px;
  margin-top: -120px;
  margin-left: -75px;
}

/* line 3419, ../sass/screen.scss */
.small-5.columns.flushleft, .profilePage .small-5.flushleft.settings-label, .profilePage .small-5.flushleft.settings-value, .fundraiser_card .small-5.flushleft.progress_section, .fundraiser_card .small-5.flushleft.button_section, .fundraiser_small .small-5.flushleft.progress_section, .fundraiser_small .small-5.flushleft.button_section {
  padding-left: 0px;
}

/* line 3424, ../sass/screen.scss */
.row.mosaicheader, .fundraiser_card .mosaicheader.progress_row, .fundraiser_small .mosaicheader.progress_row {
  margin-bottom: 20px;
}

/* line 3430, ../sass/screen.scss */
.messages_badge {
  background: #DD4124;
  border: 2px solid #DD4124;
  border-radius: 12px;
  /* one half of ( (border * 2) + height + padding ) */
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  height: 16px;
  padding: 1px 3px 0 3px;
  text-align: center;
  min-width: 14px;
  position: absolute;
  bottom: 6px;
  right: 3px;
}

/* line 3449, ../sass/screen.scss */
.revealareaalone .emoji-wysiwyg-editor, .revealareadirect .emoji-wysiwyg-editor, .revealarea .emoji-wysiwyg-editor {
  height: 140px;
}

/* line 3454, ../sass/screen.scss */
.onoffswitch {
  position: relative;
  width: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 3458, ../sass/screen.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 3461, ../sass/screen.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: 25px;
}

/* line 3465, ../sass/screen.scss */
.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 3470, ../sass/screen.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 33px;
  padding: 0;
  line-height: 33px;
  font-size: 13px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3475, ../sass/screen.scss */
.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #3F9B77;
  color: #FFFFFF;
}

/* line 3480, ../sass/screen.scss */
.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #F8F8EE;
  color: #999999;
  text-align: right;
}

/* line 3486, ../sass/screen.scss */
.onoffswitch-switch {
  width: 30px;
  margin: 3.0px;
  background: #F8F8EE;
  border: 1px solid #CCC;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  -moz-box-shadow: 0px 2px 1px 0px #888;
  -webkit-box-shadow: 0px 2px 1px 0px #888;
  box-shadow: 0px 2px 1px 0px #888;
}

/* line 3497, ../sass/screen.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 3500, ../sass/screen.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 3503, ../sass/screen.scss */
small.error.hiddenError, .message_listing_row.c_pending .c_body .error.hiddenError.pending {
  display: none;
}

/* line 3509, ../sass/screen.scss */
.networkPanes a {
  font-weight: 400;
  color: black;
}

/* line 3516, ../sass/screen.scss */
.pollingSend {
  display: none;
}

/* line 3521, ../sass/screen.scss */
.button.twitterLogin {
  background-color: rgba(0, 172, 238, 0.7);
  color: #F8F8EE;
}
/* line 3525, ../sass/screen.scss */
.button.twitterLogin:hover {
  background-color: #00ACEE;
  color: white;
}

/* line 3530, ../sass/screen.scss */
.button.facebookLogin {
  background-color: rgba(59, 89, 152, 0.7);
  color: #F8F8EE;
}
/* line 3534, ../sass/screen.scss */
.button.facebookLogin:hover {
  background-color: #3B5998;
  color: white;
}

/* line 3539, ../sass/screen.scss */
.button.googleLogin {
  background-color: rgba(211, 72, 54, 0.7);
  color: #F8F8EE;
}
/* line 3543, ../sass/screen.scss */
.button.googleLogin:hover {
  background-color: #d34836;
  color: white;
}

/* line 3549, ../sass/screen.scss */
.panel.facebookPanel {
  background-color: rgba(59, 89, 152, 0.7);
  color: #F8F8EE;
}
/* line 3552, ../sass/screen.scss */
.panel.facebookPanel p, .panel.facebookPanel .faqBody, .panel.facebookPanel .guideShortDescription, .panel.facebookPanel small, .panel.facebookPanel .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .panel.facebookPanel .pending {
  color: #F8F8EE;
}

/* line 3557, ../sass/screen.scss */
.panel.googlePanel {
  background-color: rgba(211, 72, 54, 0.7);
  color: #F8F8EE;
}
/* line 3560, ../sass/screen.scss */
.panel.googlePanel p, .panel.googlePanel .faqBody, .panel.googlePanel .guideShortDescription, .panel.googlePanel small, .panel.googlePanel .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .panel.googlePanel .pending {
  color: #F8F8EE;
}

/* line 3565, ../sass/screen.scss */
.panel.twitterPanel {
  background-color: rgba(0, 172, 238, 0.4);
  color: #F8F8EE;
}
/* line 3568, ../sass/screen.scss */
.panel.twitterPanel p, .panel.twitterPanel .faqBody, .panel.twitterPanel .guideShortDescription, .panel.twitterPanel small, .panel.twitterPanel .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .panel.twitterPanel .pending {
  color: #F8F8EE;
}

/* line 3573, ../sass/screen.scss */
.panel.phonePanel {
  background-color: #3F9B77;
  color: #F8F8EE;
}
/* line 3576, ../sass/screen.scss */
.panel.phonePanel p, .panel.phonePanel .faqBody, .panel.phonePanel .guideShortDescription, .panel.phonePanel small, .panel.phonePanel .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .panel.phonePanel .pending {
  color: #F8F8EE;
}

/* line 3581, ../sass/screen.scss */
.error input,
.error textarea,
.error select {
  background-color: #F8F8EE !important;
}

/* line 3586, ../sass/screen.scss */
a.black {
  color: black;
}

/* line 3594, ../sass/screen.scss */
body .rightColumnArea {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 3594, ../sass/screen.scss */
  body .rightColumnArea {
    display: block;
    padding-left: 0px;
  }
}
/* line 3602, ../sass/screen.scss */
body .centerColumnArea {
  display: block;
}

/* line 3605, ../sass/screen.scss */
body.rightColumnView .rightColumnArea {
  display: block;
}
/* line 3608, ../sass/screen.scss */
body.rightColumnView .centerColumnArea {
  display: none;
}

/* line 3612, ../sass/screen.scss */
body.mixedCellMessages .message_listing_row .rightColorBeam {
  display: block;
}

/* line 3616, ../sass/screen.scss */
.celly-bar {
  position: absolute;
  top: 0px;
  width: 100%;
  background: rgba(248, 248, 238, 0.8);
  height: 45px;
}
/* line 3622, ../sass/screen.scss */
.celly-bar a {
  color: #000;
  font-size: 20px;
}
/* line 3626, ../sass/screen.scss */
.celly-bar .celly-mobile-buttons {
  vertical-align: middle;
}
/* line 3629, ../sass/screen.scss */
.celly-bar .mobile-logo {
  line-height: 80%;
}
/* line 3632, ../sass/screen.scss */
.celly-bar .topbar-buttons {
  float: right;
  width: 86%;
  padding-right: 10px;
}

/* line 3639, ../sass/screen.scss */
.pollClosedIndicator, .pollCTAContainer {
  background-color: rgba(248, 248, 238, 0.8);
}

/* line 3644, ../sass/screen.scss */
.welcomeHero {
  background-color: rgba(248, 248, 238, 0.7);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: none;
}

/* line 3652, ../sass/screen.scss */
body.mixedCellMessages .welcomeHero {
  display: block;
}

/* line 3656, ../sass/screen.scss */
.whipOverlay {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 50%);
  height: 100%;
}
/* line 3660, ../sass/screen.scss */
.whipOverlay .metarow {
  top: 0px;
  left: 0px;
  text-align: center;
}
/* line 3665, ../sass/screen.scss */
.whipOverlay .metarow div {
  padding-bottom: 5px;
}

/* line 3675, ../sass/screen.scss */
.bottombar {
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 3678, ../sass/screen.scss */
.bottombar li a.button.lightbutton.secondary:hover, .bottombar li .shibumi #sweetPanel a.button.secondary.closePanel:hover, .shibumi #sweetPanel .bottombar li a.button.secondary.closePanel:hover, .bottombar li .shibumi #sweetPanel .joyride-content-wrapper a.closePanel.button:hover, .shibumi #sweetPanel .joyride-content-wrapper .bottombar li a.closePanel.button:hover, .bottombar li .joyride-content-wrapper .shibumi #sweetPanel a.closePanel.button:hover, .joyride-content-wrapper .shibumi #sweetPanel .bottombar li a.closePanel.button:hover, .bottombar li .shibumi #sweetPanel a.button.secondary.allCellsButton:hover, .shibumi #sweetPanel .bottombar li a.button.secondary.allCellsButton:hover, .bottombar li .shibumi #sweetPanel .joyride-content-wrapper a.allCellsButton.button:hover, .shibumi #sweetPanel .joyride-content-wrapper .bottombar li a.allCellsButton.button:hover, .bottombar li .joyride-content-wrapper .shibumi #sweetPanel a.allCellsButton.button:hover, .joyride-content-wrapper .shibumi #sweetPanel .bottombar li a.allCellsButton.button:hover, .bottombar li .shibumi #sweetPanel .toolbar a.button.secondary:hover, .shibumi #sweetPanel .toolbar .bottombar li a.button.secondary:hover, .bottombar li .shibumi #sweetPanel .toolbar .joyride-content-wrapper a.button:hover, .shibumi #sweetPanel .toolbar .joyride-content-wrapper .bottombar li a.button:hover, .bottombar li .joyride-content-wrapper .shibumi #sweetPanel .toolbar a.button:hover, .joyride-content-wrapper .shibumi #sweetPanel .toolbar .bottombar li a.button:hover, .bottombar li .joyride-content-wrapper a.lightbutton.button:hover, .joyride-content-wrapper .bottombar li a.lightbutton.button:hover {
  background-color: #3F9B77;
  color: #F8F8EE;
}

/* line 3686, ../sass/screen.scss */
.newbottombar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
}

/* line 3691, ../sass/screen.scss */
.golden-ticket {
  font-size: 120px;
}

/* line 3698, ../sass/screen.scss */
.faqTitle, .guideTitle {
  padding: 5px;
  background-color: #F8F8EE;
  margin-top: 10px;
  font-size: 24px;
}
/* line 3703, ../sass/screen.scss */
.faqTitle a, .guideTitle a {
  color: black;
}
/* line 3705, ../sass/screen.scss */
.faqTitle a:hover, .guideTitle a:hover {
  color: #3F9B77;
}

/* line 3711, ../sass/screen.scss */
.faqBody, .guideShortDescription {
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(248, 248, 238, 0.5);
}
/* line 3716, ../sass/screen.scss */
.faqBody ul, .guideShortDescription ul {
  margin-left: 25px;
}

@media screen and (max-width: 1201px) and (min-width: 768px) {
  /* line 3722, ../sass/screen.scss */
  .no-middle-icons {
    display: none;
  }
}
/* line 3726, ../sass/screen.scss */
.nomessages {
  padding: 5px;
  padding-left: 10px;
  margin-bottom: 15px;
}
/* line 3729, ../sass/screen.scss */
.nomessages p, .nomessages .faqBody, .nomessages .guideShortDescription {
  margin-bottom: 0px;
}

/* line 3735, ../sass/screen.scss */
.messagingpacks {
  color: #999;
}
/* line 3737, ../sass/screen.scss */
.messagingpacks h1 {
  text-align: center;
}

/* line 3742, ../sass/screen.scss */
.boxed {
  border: solid 1px;
  padding: 5px;
}

/* line 3747, ../sass/screen.scss */
.bigNum {
  font-size: 2em;
  font-weight: bold;
}

/* line 3752, ../sass/screen.scss */
.progressLineText {
  line-height: 1.5em;
}

/* line 3757, ../sass/screen.scss */
.echoify {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 250ms;
}
/* line 3760, ../sass/screen.scss */
.echoify.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 3765, ../sass/screen.scss */
label small, .fundraiser_page .organizer_name small, label .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body label .pending, .fundraiser_page .organizer_name .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body .fundraiser_page .organizer_name .pending, label .message_listing_row.c_pending .c_body .pending, .fundraiser_page .organizer_name .message_listing_row.c_pending .c_body .pending, .message_listing_row.c_pending .c_body label .pending, .message_listing_row.c_pending .c_body .fundraiser_page .organizer_name .pending, .fundraiser_page .message_listing_row.c_pending .c_body .organizer_name .pending {
  text-transform: none;
}

/* line 3768, ../sass/screen.scss */
#colorbox {
  z-index: 998;
}

/* line 3772, ../sass/screen.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 997;
  background: black;
}

/* line 3782, ../sass/screen.scss */
.platformsPage {
    /*
    $poll-color-1: #ABD1CB; // SW 0063 Blue Sky
$poll-color-2: #F4C3AB; // SW 6618 Cosmetic Peach
$poll-color-3: #E9CB74; // SW 6689 Overjoy (desaturated)
$poll-color-4: #ABC1A7; // SW 2825 Colonial Revival Sea Green
$poll-color-5: #DEB270; //// SW 6390 Bosc Pear (desaturated)
$poll-color-6: #C2D0D1; // SW 6218 Tradewind
$poll-color-7: #E7C39A; // SW 6359 Sociable
$poll-color-8: #B3B7B0; // SW 7058 Magnetic Gray
$poll-color-9: #B89D99; // SW 6024 Dressy Rose
$poll-color-10: #B3B896; // SW 6059 Interface Tan (brightened) 

*/
}
/* line 3813, ../sass/screen.scss */
.platformsPage.app .pageContent {
  background: rgba(248, 248, 238, 0.7);
}
/* line 3820, ../sass/screen.scss */
.platformsPage.web .pageContent {
  background: rgba(248, 248, 238, 0.7);
}
/* line 3827, ../sass/screen.scss */
.platformsPage.email .pageContent {
  background: rgba(248, 248, 238, 0.7);
}
/* line 3834, ../sass/screen.scss */
.platformsPage.sms .pageContent {
  background: rgba(248, 248, 238, 0.7);
}
/* line 3841, ../sass/screen.scss */
.platformsPage.api .pageContent {
  background: rgba(248, 248, 238, 0.7);
}
/* line 3878, ../sass/screen.scss */
.platformsPage .platformButton {
  text-align: center;
  font-size: 24px;
}
/* line 3883, ../sass/screen.scss */
.platformsPage .platformButton i {
  font-size: 32px;
  vertical-align: middle;
}
/* line 3888, ../sass/screen.scss */
.platformsPage li.platformButton {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
/* line 3894, ../sass/screen.scss */
.platformsPage li.app {
  background: #C2D0D1;
}
/* line 3848, ../sass/screen.scss */
.platformsPage li.app i {
  color: #567071;
}
/* line 3852, ../sass/screen.scss */
.platformsPage li.app:hover, .platformsPage li.app.active {
  background: #bcedf0;
}
/* line 3853, ../sass/screen.scss */
.platformsPage li.app:hover i, .platformsPage li.app.active i {
  color: black;
}
/* line 3860, ../sass/screen.scss */
.platformsPage li.app.active i {
  color: black;
}
/* line 3898, ../sass/screen.scss */
.platformsPage li.web {
  background: #F4C3AB;
}
/* line 3848, ../sass/screen.scss */
.platformsPage li.web i {
  color: #bb4e18;
}
/* line 3852, ../sass/screen.scss */
.platformsPage li.web:hover, .platformsPage li.web.active {
  background: #ffd0ba;
}
/* line 3853, ../sass/screen.scss */
.platformsPage li.web:hover i, .platformsPage li.web.active i {
  color: black;
}
/* line 3860, ../sass/screen.scss */
.platformsPage li.web.active i {
  color: black;
}
/* line 3902, ../sass/screen.scss */
.platformsPage li.email {
  background: #E9CB74;
}
/* line 3848, ../sass/screen.scss */
.platformsPage li.email i {
  color: #7d6214;
}
/* line 3852, ../sass/screen.scss */
.platformsPage li.email:hover, .platformsPage li.email.active {
  background: #ffdc78;
}
/* line 3853, ../sass/screen.scss */
.platformsPage li.email:hover i, .platformsPage li.email.active i {
  color: black;
}
/* line 3860, ../sass/screen.scss */
.platformsPage li.email.active i {
  color: black;
}
/* line 3905, ../sass/screen.scss */
.platformsPage li.sms {
  background: #ABC1A7;
}
/* line 3848, ../sass/screen.scss */
.platformsPage li.sms i {
  color: #455c40;
}
/* line 3852, ../sass/screen.scss */
.platformsPage li.sms:hover, .platformsPage li.sms.active {
  background: #a4eb97;
}
/* line 3853, ../sass/screen.scss */
.platformsPage li.sms:hover i, .platformsPage li.sms.active i {
  color: black;
}
/* line 3860, ../sass/screen.scss */
.platformsPage li.sms.active i {
  color: black;
}
/* line 3909, ../sass/screen.scss */
.platformsPage li.api {
  background: #B89D99;
}
/* line 3848, ../sass/screen.scss */
.platformsPage li.api i {
  color: #4e3a37;
}
/* line 3852, ../sass/screen.scss */
.platformsPage li.api:hover, .platformsPage li.api.active {
  background: #e79083;
}
/* line 3853, ../sass/screen.scss */
.platformsPage li.api:hover i, .platformsPage li.api.active i {
  color: black;
}
/* line 3860, ../sass/screen.scss */
.platformsPage li.api.active i {
  color: black;
}
/* line 3914, ../sass/screen.scss */
.platformsPage .platformSection.appSection, .platformsPage .platformSection.app {
  background: #bcedf0;
}
/* line 3920, ../sass/screen.scss */
.platformsPage .platformSection.webSection, .platformsPage .platformSection.web {
  background: #ffd0ba;
}
/* line 3925, ../sass/screen.scss */
.platformsPage .platformSection.emailSection, .platformsPage .platformSection.email {
  background: #ffdc78;
}
/* line 3930, ../sass/screen.scss */
.platformsPage .platformSection.smsSection, .platformsPage .platformSection.sms {
  background: #a4eb97;
}
/* line 3935, ../sass/screen.scss */
.platformsPage .platformSection.apiSection, .platformsPage .platformSection.api {
  background: #e79083;
}

/* line 3944, ../sass/screen.scss */
.inputZone {
  margin-top: 40px;
}

/* line 3948, ../sass/screen.scss */
.inputZone input {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  border: 0px;
  font-weight: 300;
}
/* line 3956, ../sass/screen.scss */
.inputZone input.button {
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}

/* line 3969, ../sass/screen.scss */
.button.onboard {
  font-size: 18px;
}

/* line 3973, ../sass/screen.scss */
.fakeTextarea {
  height: 100px;
  overflow-y: scroll;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 3981, ../sass/screen.scss */
.rColumn#emailOpt .suggestion_full_name {
  display: none;
}
/* line 3984, ../sass/screen.scss */
.rColumn#emailOpt .suggestion_unique_name {
  font-weight: bold;
}

/* line 3990, ../sass/screen.scss */
.rColumn#userOpt .suggestion_full_name {
  display: none;
}
/* line 3993, ../sass/screen.scss */
.rColumn#userOpt .suggestion_unique_name {
  font-weight: bold;
}

/* line 3999, ../sass/screen.scss */
.lColumn .suggestion_full_name, .rColumn .suggestion_full_name {
  height: 1.2em;
  overflow-x: hidden;
}
/* line 4003, ../sass/screen.scss */
.lColumn .suggestion_unique_name, .rColumn .suggestion_unique_name {
  height: 1.2em;
  overflow-x: hidden;
}

/* line 4009, ../sass/screen.scss */
.styleGuide {
  padding-bottom: 25px;
}
/* line 4012, ../sass/screen.scss */
.styleGuide .colorBox {
  text-align: center;
  vertical-align: center;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
/* line 4020, ../sass/screen.scss */
.styleGuide .colorCascade {
  background-color: #3F9B77;
  color: #ffffff;
}
/* line 4025, ../sass/screen.scss */
.styleGuide .bottomColorLabel {
  background-color: #F8F8EE;
  color: #000;
}
/* line 4030, ../sass/screen.scss */
.styleGuide .colorTradewind {
  background-color: #C2D0D1;
  color: #ffffff;
}
/* line 4035, ../sass/screen.scss */
.styleGuide .colorSky {
  background-color: #ABC1A7;
  color: #ffffff;
}
/* line 4040, ../sass/screen.scss */
.styleGuide .colorCascadeFade {
  background-color: rgba(63, 155, 119, 0.4);
  color: #ffffff;
}
/* line 4045, ../sass/screen.scss */
.styleGuide .colorCascadeFadeLight {
  background-color: rgba(63, 155, 119, 0.2);
  color: #ffffff;
}
/* line 4050, ../sass/screen.scss */
.styleGuide .colorSkyFade {
  background-color: rgba(171, 209, 203, 0.4);
  color: #ffffff;
}
/* line 4055, ../sass/screen.scss */
.styleGuide .colorSecondary {
  background-color: #DCDFC2;
  color: #ffffff;
}
/* line 4060, ../sass/screen.scss */
.styleGuide .colorPeach {
  background-color: #ABC1A7;
  color: #ffffff;
}
/* line 4065, ../sass/screen.scss */
.styleGuide .colorPeachFade {
  background-color: rgba(244, 195, 171, 0.4);
  color: #ffffff;
}
/* line 4070, ../sass/screen.scss */
.styleGuide .colorSuccess {
  background-color: #578F77;
  color: #ffffff;
}
/* line 4075, ../sass/screen.scss */
.styleGuide .colorWarning {
  background-color: #3F9B77;
  color: #ffffff;
}
/* line 4080, ../sass/screen.scss */
.styleGuide .colorAlert {
  background-color: rgba(221, 65, 36, 0.7);
  color: #ffffff;
}
/* line 4085, ../sass/screen.scss */
.styleGuide .colorPoll1 {
  background-color: #ABD1CB;
  color: #ffffff;
}
/* line 4090, ../sass/screen.scss */
.styleGuide .colorPoll2 {
  background-color: #F4C3AB;
  color: #ffffff;
}
/* line 4095, ../sass/screen.scss */
.styleGuide .colorPoll3 {
  background-color: #E9CB74;
  color: #ffffff;
}
/* line 4100, ../sass/screen.scss */
.styleGuide .colorPoll4 {
  background-color: #ABC1A7;
  color: #ffffff;
}
/* line 4105, ../sass/screen.scss */
.styleGuide .colorPoll5 {
  background-color: #DEB270;
  color: #ffffff;
}
/* line 4110, ../sass/screen.scss */
.styleGuide .colorPoll6 {
  background-color: #C2D0D1;
  color: #ffffff;
}
/* line 4115, ../sass/screen.scss */
.styleGuide .colorPoll7 {
  background-color: #E7C39A;
  color: #ffffff;
}
/* line 4120, ../sass/screen.scss */
.styleGuide .colorPoll8 {
  background-color: #B3B7B0;
  color: #ffffff;
}
/* line 4125, ../sass/screen.scss */
.styleGuide .colorPoll9 {
  background-color: #B89D99;
  color: #ffffff;
}
/* line 4130, ../sass/screen.scss */
.styleGuide .colorPoll10 {
  background-color: #B3B896;
  color: #ffffff;
}
/* line 4135, ../sass/screen.scss */
.styleGuide .colorCharcoal {
  background-color: #666666;
  color: #ffffff;
}
/* line 4140, ../sass/screen.scss */
.styleGuide .colorWhip {
  background-color: #F8F8EE;
  color: #000;
}
/* line 4145, ../sass/screen.scss */
.styleGuide .colorWhipFadeBarely {
  background-color: rgba(248, 248, 238, 0.9);
  color: #000;
}
/* line 4150, ../sass/screen.scss */
.styleGuide .colorWhipAlt {
  background-color: #eeedd8;
  color: #000;
}
/* line 4155, ../sass/screen.scss */
.styleGuide .colorWhipFadePartial {
  background-color: rgba(248, 248, 238, 0.8);
  color: #000;
}
/* line 4160, ../sass/screen.scss */
.styleGuide .colorWhipFade {
  background-color: rgba(248, 248, 238, 0.7);
  color: #000;
}
/* line 4165, ../sass/screen.scss */
.styleGuide .colorWhipFadeLight {
  background-color: rgba(248, 248, 238, 0.5);
  color: #000;
}
/* line 4170, ../sass/screen.scss */
.styleGuide .colorWhipFadeExtraLight {
  background-color: rgba(248, 248, 238, 0.4);
  color: #000;
}
/* line 4175, ../sass/screen.scss */
.styleGuide .colorWhipFadeUltra {
  background-color: rgba(248, 248, 238, 0.2);
  color: #000;
}
/* line 4180, ../sass/screen.scss */
.styleGuide .colorWhipDark {
  background-color: #373717;
  color: #000;
}
/* line 4185, ../sass/screen.scss */
.styleGuide .colorWhipSemiDark {
  background-color: #d3d394;
  color: #000;
}
/* line 4190, ../sass/screen.scss */
.styleGuide .colorWhipSaturatedSlightly {
  background-color: #eeedd8;
  color: #000;
}
/* line 4195, ../sass/screen.scss */
.styleGuide .colorCharcoalDark {
  background-color: #333333;
  color: #fff;
}
/* line 4200, ../sass/screen.scss */
.styleGuide .colorCharcoalFade {
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
}
/* line 4205, ../sass/screen.scss */
.styleGuide .colorCharcoalFadeLight {
  background-color: rgba(102, 102, 102, 0.5);
  color: #fff;
}
/* line 4210, ../sass/screen.scss */
.styleGuide .colorCharcoalFadeUltra {
  background-color: rgba(102, 102, 102, 0.2);
  color: #fff;
}
/* line 4215, ../sass/screen.scss */
.styleGuide .colorBlack {
  background-color: #000000;
  color: #ffffff;
}
/* line 4220, ../sass/screen.scss */
.styleGuide .colorWhite {
  background-color: #ffffff;
  color: #000000;
}

/* line 4232, ../sass/screen.scss */
.item {
  margin: 5px;
  position: relative;
  width: 47%;
}

/* line 4238, ../sass/screen.scss */
.exploreFeaturedTopics {
  height: 200px;
  width: 100%;
  color: #FFF;
}
/* line 4242, ../sass/screen.scss */
.exploreFeaturedTopics .exploreFoot {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 175px;
}
/* line 4249, ../sass/screen.scss */
.exploreFeaturedTopics .whipOverlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  transition: background-color 100ms linear;
}
/* line 4255, ../sass/screen.scss */
.exploreFeaturedTopics .whipOverlay:hover {
  background-color: transparent;
}

/* line 4261, ../sass/screen.scss */
.exploreFeaturedCell {
  height: 125px;
  color: #FFF;
  width: 100%;
}
/* line 4265, ../sass/screen.scss */
.exploreFeaturedCell .exploreFoot {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 100px;
}
/* line 4271, ../sass/screen.scss */
.exploreFeaturedCell .whipOverlay {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  transition: background-color 100ms linear;
}
/* line 4277, ../sass/screen.scss */
.exploreFeaturedCell .whipOverlay:hover {
  background-color: transparent;
}

/* line 4283, ../sass/screen.scss */
.cellWidth {
  margin: 5px;
  width: 47%;
}

/* line 4288, ../sass/screen.scss */
.exploreTitle {
  padding-top: 10px;
  font-size: 2.5ex;
}

/* line 4293, ../sass/screen.scss */
.composeError {
  color: #DD4124;
  margin-left: 10px;
}

/* line 4298, ../sass/screen.scss */
#publicOptions {
  background: rgba(248, 248, 238, 0.7);
  padding: 10px;
}

/* line 4303, ../sass/screen.scss */
.supportUsWidget {
  position: relative;
}

/* line 4308, ../sass/screen.scss */
.floating-support {
  position: absolute;
  width: 100%;
  top: 140px;
}
/* line 4312, ../sass/screen.scss */
.floating-support.panel {
  background: #eeedd8;
}

/* line 4317, ../sass/screen.scss */
.arrow-up {
  position: absolute;
  top: 120px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #eeedd8;
  z-index: 100;
}

/* line 4330, ../sass/screen.scss */
.support-tip {
  display: none;
  z-index: 100;
}

/* line 4335, ../sass/screen.scss */
.support-spacer {
  position: absolute;
  top: 115px;
  width: 100%;
  height: 30px;
  background: transparent;
}

/* line 4379, ../sass/screen.scss */
.whipOverlay .metarow div.rightExploreTitle {
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0px 10px 0px 5px;
  padding: 10px;
}

/* line 4396, ../sass/screen.scss */
.hideContribute {
  display: none;
}

/* line 4401, ../sass/screen.scss */
.fundraisersLearnMore {
  position: relative;
}
/* line 4404, ../sass/screen.scss */
.fundraisersLearnMore h1 {
  color: #F8F8EE;
  font-weight: 400;
  text-shadow: 2px 2px 5px black;
}
/* line 4408, ../sass/screen.scss */
.fundraisersLearnMore h1 .highlight {
  color: #00af8c;
}
/* line 4413, ../sass/screen.scss */
.fundraisersLearnMore h3 {
  font-weight: 400;
}
/* line 4416, ../sass/screen.scss */
.fundraisersLearnMore h3, .fundraisersLearnMore ul {
  color: #F8F8EE;
  text-shadow: 1px 1px 2px black;
}
/* line 4419, ../sass/screen.scss */
.fundraisersLearnMore h3 .highlight, .fundraisersLearnMore ul .highlight {
  color: orange;
}
/* line 4424, ../sass/screen.scss */
.fundraisersLearnMore .backgroundImage {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.34;
  z-index: 2;
  background-position: right;
  background-color: #666666;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 4437, ../sass/screen.scss */
.fundraisersLearnMore .gradient_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  background-color: black;
  z-index: 1;
}
/* line 4452, ../sass/screen.scss */
.fundraisersLearnMore .blackBottomGradient {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  opacity: 1.0;
  z-index: 3;
}

/* line 3, ../sass/_fundraisers.scss */
.fundraiser_title {
  background-color: rgba(248, 248, 238, 0.7);
  padding: 18.8671875px;
  color: #333;
  font-size: 20.125px;
}
/* line 9, ../sass/_fundraisers.scss */
.fundraiser_title i {
  color: #333;
}

/* line 14, ../sass/_fundraisers.scss */
.fundraiser_card_wrapper {
  cursor: pointer;
}

/* line 18, ../sass/_fundraisers.scss */
.fundraiser_card {
  position: relative;
}
/* line 21, ../sass/_fundraisers.scss */
.fundraiser_card .fundraiser_label {
  text-align: center;
}
/* line 26, ../sass/_fundraisers.scss */
.fundraiser_card:hover .blackmat {
  opacity: 0;
}
/* line 30, ../sass/_fundraisers.scss */
.fundraiser_card .body {
  position: relative;
  background-color: #DEDEDE;
}
/* line 45, ../sass/_fundraisers.scss */
.fundraiser_card .image_card {
  position: relative;
  height: 120px;
  display: table;
  width: 100%;
}
/* line 52, ../sass/_fundraisers.scss */
.fundraiser_card .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
/* line 75, ../sass/_fundraisers.scss */
.fundraiser_card .blackmat {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWY4YyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDBhZjhjIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 175, 140, 0.95)), color-stop(100%, rgba(0, 175, 140, 0.2)));
  background-image: -moz-linear-gradient(rgba(0, 175, 140, 0.95), rgba(0, 175, 140, 0.2));
  background-image: -webkit-linear-gradient(rgba(0, 175, 140, 0.95), rgba(0, 175, 140, 0.2));
  background-image: linear-gradient(rgba(0, 175, 140, 0.95), rgba(0, 175, 140, 0.2));
  height: 100%;
  width: 100%;
  transition: opacity 250ms;
  z-index: 2;
}
/* line 90, ../sass/_fundraisers.scss */
.fundraiser_card .info {
  padding: 10px;
  height: 120px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  z-index: 3;
}
/* line 99, ../sass/_fundraisers.scss */
.fundraiser_card .info .name, .fundraiser_card .info .cell_name {
  text-align: center;
}
/* line 100, ../sass/_fundraisers.scss */
.fundraiser_card .info .name {
  font-size: 18px;
}
/* line 101, ../sass/_fundraisers.scss */
.fundraiser_card .info .cell_name {
  margin-top: 5px;
}
/* line 105, ../sass/_fundraisers.scss */
.fundraiser_card .fundraiser_bar {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  padding: 5px;
  background-color: #F9F9A4;
  z-index: 3;
  position: relative;
}
/* line 116, ../sass/_fundraisers.scss */
.fundraiser_card .organizer {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
/* line 120, ../sass/_fundraisers.scss */
.fundraiser_card .organizer .organizer_label {
  font-weight: normal;
}
/* line 121, ../sass/_fundraisers.scss */
.fundraiser_card .organizer .organizer_age {
  font-style: italic;
  font-size: 12px;
}
/* line 123, ../sass/_fundraisers.scss */
.fundraiser_card .organizer .organizer_avatar {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}
/* line 126, ../sass/_fundraisers.scss */
.fundraiser_card .contribute_button {
  margin-top: 0px;
}
/* line 130, ../sass/_fundraisers.scss */
.fundraiser_card .details {
  padding: 10px 10px 10px 10px;
  z-index: 3;
  position: relative;
  background-color: rgba(248, 248, 238, 0.9);
}
/* line 136, ../sass/_fundraisers.scss */
.fundraiser_card .details .progress_bar {
  margin-top: 0px;
  position: relative;
}
/* line 140, ../sass/_fundraisers.scss */
.fundraiser_card .details .progress_bar .goal_title {
  color: #F8F8EE;
  font-weight: normal;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
/* line 150, ../sass/_fundraisers.scss */
.fundraiser_card .details .progress_bar .progress {
  height: 25px;
  background-color: #ccc;
  margin-bottom: 0px;
}
/* line 155, ../sass/_fundraisers.scss */
.fundraiser_card .details .progress_bar .meter {
  background-color: #00af8c;
}
/* line 171, ../sass/_fundraisers.scss */
.fundraiser_card .progress_section {
  padding-top: 5px;
}
/* line 175, ../sass/_fundraisers.scss */
.fundraiser_card .large_details {
  display: none;
}

/* line 185, ../sass/_fundraisers.scss */
.large_fundraiser .fundraiser_card .large_details {
  margin-top: 20px;
  padding: 10px;
  background-color: #eeedd8;
  display: block;
}
/* line 193, ../sass/_fundraisers.scss */
.large_fundraiser .fundraiser_card .details {
  background: none;
}
/* line 198, ../sass/_fundraisers.scss */
.large_fundraiser .fundraiser_card .progress_bar .goal_title {
  font-size: 24px;
  font-weight: 300;
  top: 12px;
}
/* line 203, ../sass/_fundraisers.scss */
.large_fundraiser .fundraiser_card .progress_bar .progress {
  height: 50px;
}
/* line 211, ../sass/_fundraisers.scss */
.large_fundraiser .fundraiser_card .button_section {
  display: none;
}
/* line 214, ../sass/_fundraisers.scss */
.large_fundraiser .fundraiser_card .image_card {
  height: 300px;
}

/* line 223, ../sass/_fundraisers.scss */
.create_fundraiser_form .calendar .selector.date.time .date-selector, .create_fundraiser_form .calendar .selector.date.time .time-selector {
  padding-bottom: 11px;
  padding-top: 11px;
}
/* line 228, ../sass/_fundraisers.scss */
.create_fundraiser_form .date-selector, .create_fundraiser_form .time-selector {
  display: block;
}
/* line 230, ../sass/_fundraisers.scss */
.create_fundraiser_form .date-selector span.value, .create_fundraiser_form .time-selector span.value {
  font-weight: normal;
  padding: 5px;
}
/* line 233, ../sass/_fundraisers.scss */
.create_fundraiser_form .basic_info_box {
  padding: 20px;
}
/* line 237, ../sass/_fundraisers.scss */
.create_fundraiser_form .style_box {
  padding: 20px 20px 20px 20px;
}
/* line 241, ../sass/_fundraisers.scss */
.create_fundraiser_form .fundraiser_image_box {
  text-align: left;
  height: 200px;
  margin-bottom: 10px;
}
/* line 247, ../sass/_fundraisers.scss */
.create_fundraiser_form .fundraiser_image {
  height: 200px;
  border: none;
}
/* line 252, ../sass/_fundraisers.scss */
.create_fundraiser_form .fundraiser_style {
  margin-top: 20px;
}
/* line 256, ../sass/_fundraisers.scss */
.create_fundraiser_form .goal_box {
  padding: 20px 20px 20px 20px;
}
/* line 259, ../sass/_fundraisers.scss */
.create_fundraiser_form .goal_box span.prefix {
  font-size: 2.0em;
}
/* line 264, ../sass/_fundraisers.scss */
.create_fundraiser_form .goal_amount {
  font-size: 2.0em;
}
/* line 268, ../sass/_fundraisers.scss */
.create_fundraiser_form .date_input {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 276, ../sass/_fundraisers.scss */
ul.side-nav.fundraising {
  border: 1px solid #eeedd8;
  padding: 0px;
  margin-top: 20px;
}
/* line 281, ../sass/_fundraisers.scss */
ul.side-nav.fundraising li {
  background-color: #F8F8EE;
  padding: 10px 10px 11px 10px;
  margin: 0px 0px -1px 0px;
  border-top: 1px solid #eeedd8;
}
/* line 284, ../sass/_fundraisers.scss */
ul.side-nav.fundraising li.title, ul.side-nav.fundraising li.category {
  font-weight: bold;
  background-color: #eeedd8;
  color: #666;
  font-size: 0.75em;
}
/* line 298, ../sass/_fundraisers.scss */
ul.side-nav.fundraising li:hover {
  background-color: #eeedd8;
}
/* line 301, ../sass/_fundraisers.scss */
ul.side-nav.fundraising li.active {
  background-color: #3F9B77;
}
/* line 303, ../sass/_fundraisers.scss */
ul.side-nav.fundraising li.active:hover {
  background-color: #3F9B77;
}
/* line 306, ../sass/_fundraisers.scss */
ul.side-nav.fundraising li.active a {
  color: #F8F8EE;
  font-weight: 300;
}

/* line 317, ../sass/_fundraisers.scss */
.fundraiser_page {
  padding-bottom: 100px;
}
/* line 319, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_header {
  padding-top: 20px;
  padding-bottom: 40px;
}
/* line 326, ../sass/_fundraisers.scss */
.fundraiser_page h1, .fundraiser_page h2 {
  margin-bottom: 0px;
}
/* line 327, ../sass/_fundraisers.scss */
.fundraiser_page h6, .fundraiser_page .helpPage .helpRightColumn section .helprow, .helpPage .helpRightColumn section .fundraiser_page .helprow {
  margin-top: 0px;
}
/* line 331, ../sass/_fundraisers.scss */
.fundraiser_page input {
  margin-bottom: 0px;
  margin: 0px;
}
/* line 336, ../sass/_fundraisers.scss */
.fundraiser_page .contribute_label {
  padding-bottom: 10px;
  font-weight: 300;
}
/* line 343, ../sass/_fundraisers.scss */
.fundraiser_page #payment-form hr {
  padding: 0px;
  border-top-color: #BBB;
  margin: 30px 0px 30px 0px;
}
/* line 349, ../sass/_fundraisers.scss */
.fundraiser_page #payment-form .card_entry input {
  margin-bottom: 10px;
}
/* line 354, ../sass/_fundraisers.scss */
.fundraiser_page img.fundraiser_image {
  width: 100%;
  max-height: 300px;
}
/* line 362, ../sass/_fundraisers.scss */
.fundraiser_page .contribute_buttons {
  padding-top: 10px;
}
/* line 366, ../sass/_fundraisers.scss */
.fundraiser_page .info {
  background-color: rgba(248, 248, 238, 0.7);
  border: none;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 373, ../sass/_fundraisers.scss */
.fundraiser_page .organizer {
  margin-left: 5px;
}
/* line 378, ../sass/_fundraisers.scss */
.fundraiser_page .organizer_name {
  padding-bottom: 2px;
}
/* line 380, ../sass/_fundraisers.scss */
.fundraiser_page .organizer_name span {
  font-weight: 400;
}
/* line 385, ../sass/_fundraisers.scss */
.fundraiser_page .organizer_avatar {
  float: left;
  height: 40px;
  width: 40px;
}
/* line 391, ../sass/_fundraisers.scss */
.fundraiser_page .organizer_age {
  font-size: 14px;
  font-style: italic;
}
/* line 396, ../sass/_fundraisers.scss */
.fundraiser_page .organizer_info {
  margin-left: 35px;
  padding: 3px 0px 0px 15px;
}
/* line 401, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_description {
  margin-top: 20px;
  white-space: pre-line;
}
/* line 404, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_description p, .fundraiser_page .fundraiser_description .faqBody, .fundraiser_page .fundraiser_description .guideShortDescription {
  margin: 0px;
  padding: 0px;
}
/* line 412, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_info {
  color: black;
}
/* line 413, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_info a {
  color: black;
}
/* line 418, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_info img.fundraiser_cell_photo {
  float: left;
  width: 40px;
  height: 40px;
}
/* line 424, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_info .fundraiser_cell_names {
  margin-left: 35px;
  padding: 6px 0px 0px 15px;
  font-size: 14px;
}
/* line 429, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_info .fundraiser_cell_full_name {
  font-weight: 400;
}
/* line 432, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_info .fundraiser_cell_description {
  clear: both;
  margin-top: 10px;
}
/* line 440, ../sass/_fundraisers.scss */
.fundraiser_page .fundraiser_cell_description p, .fundraiser_page .fundraiser_cell_description .faqBody, .fundraiser_page .fundraiser_cell_description .guideShortDescription {
  padding-top: 10px;
  margin-bottom: 0px;
}

/* line 455, ../sass/_fundraisers.scss */
.fundraiser_stats .number_of_contributors,
.fundraiser_stats .fundraiser_raised_highlight,
.fundraiser_stats .number_of_days, .fundraiser_stats .contribute_label {
  text-align: center;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}
/* line 464, ../sass/_fundraisers.scss */
.fundraiser_stats .number_of_contributors_text,
.fundraiser_stats .fundraiser_raised_highlight_text,
.fundraiser_stats .number_of_days_text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}
/* line 474, ../sass/_fundraisers.scss */
.fundraiser_stats .monthly_label {
  margin-bottom: 10px;
}
/* line 478, ../sass/_fundraisers.scss */
.fundraiser_stats .fundraiser_goal_timing {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
/* line 483, ../sass/_fundraisers.scss */
.fundraiser_stats .progress_bar {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
/* line 488, ../sass/_fundraisers.scss */
.fundraiser_stats .progress_bar .goal_title {
  color: black;
  font-weight: normal;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
/* line 499, ../sass/_fundraisers.scss */
.fundraiser_stats .progress_bar .progress {
  height: 40px;
  padding: 0px;
  background-color: #eeedd8;
  border-color: #eeedd8;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 0px;
  overflow: hidden;
}
/* line 512, ../sass/_fundraisers.scss */
.fundraiser_stats .progress_bar .meter {
  background-color: #00af8c;
}

/* line 524, ../sass/_fundraisers.scss */
.fundraiser_page .contribution_buttons .button_wrapper, .support_us_page .contribution_buttons .button_wrapper {
  padding-right: 5px;
}
/* line 528, ../sass/_fundraisers.scss */
.fundraiser_page .contribution_buttons .button, .support_us_page .contribution_buttons .button {
  background: none;
  background-color: #eeedd8;
  border: 1px solid #3F9B77;
  border-color: #3F9B77;
  color: #3F9B77;
}
/* line 532, ../sass/_fundraisers.scss */
.fundraiser_page .contribution_buttons .button.secondary, .fundraiser_page .contribution_buttons .joyride-content-wrapper .button, .joyride-content-wrapper .fundraiser_page .contribution_buttons .button, .support_us_page .contribution_buttons .button.secondary, .support_us_page .contribution_buttons .joyride-content-wrapper .button, .joyride-content-wrapper .support_us_page .contribution_buttons .button {
  background: none;
  background-color: #eeedd8;
}
/* line 540, ../sass/_fundraisers.scss */
.fundraiser_page .contribution_buttons .button.active, .support_us_page .contribution_buttons .button.active {
  background-color: #3F9B77;
  color: #F8F8EE;
}
/* line 545, ../sass/_fundraisers.scss */
.fundraiser_page .contribution_buttons .button:hover, .support_us_page .contribution_buttons .button:hover {
  background-color: #3F9B77;
  color: #F8F8EE;
}
/* line 552, ../sass/_fundraisers.scss */
.fundraiser_page .radio_choice, .support_us_page .radio_choice {
  padding-top: 15px;
}
/* line 553, ../sass/_fundraisers.scss */
.fundraiser_page .radio_choice label, .fundraiser_page .radio_choice .organizer_name, .support_us_page .radio_choice label, .support_us_page .radio_choice .fundraiser_page .organizer_name, .fundraiser_page .support_us_page .radio_choice .organizer_name {
  line-height: 1.4em;
}

/* line 560, ../sass/_fundraisers.scss */
.funding_mat {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
}

/* line 570, ../sass/_fundraisers.scss */
.funding_main_row {
  z-index: 2;
  position: relative;
}

/* line 582, ../sass/_fundraisers.scss */
.fundraiser_small {
  border: 2px solid #eeedd8;
  margin-top: 8px;
  transition: border-color 100ms linear;
  background-color: #eeedd8;
}
/* line 588, ../sass/_fundraisers.scss */
.fundraiser_small:hover {
  cursor: pointer;
  border-color: #00af8c;
}
/* line 593, ../sass/_fundraisers.scss */
.fundraiser_small .fundraiser_image {
  width: 100%;
}
/* line 597, ../sass/_fundraisers.scss */
.fundraiser_small .fundraiser_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  padding: 5px;
  font-weight: 700;
  text-align: center;
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 607, ../sass/_fundraisers.scss */
.fundraiser_small .cell_name {
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  padding: 0px 5px 5px 5px;
  background-color: rgba(248, 248, 238, 0.7);
}
/* line 616, ../sass/_fundraisers.scss */
.fundraiser_small .details {
  padding: 10px 10px 10px 10px;
  z-index: 3;
  position: relative;
  background-color: rgba(248, 248, 238, 0.9);
}
/* line 622, ../sass/_fundraisers.scss */
.fundraiser_small .details .progress_bar {
  margin-top: 0px;
  position: relative;
}
/* line 626, ../sass/_fundraisers.scss */
.fundraiser_small .details .progress_bar .goal_title {
  color: #F8F8EE;
  font-weight: normal;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
/* line 636, ../sass/_fundraisers.scss */
.fundraiser_small .details .progress_bar .progress {
  height: 25px;
  background-color: #ccc;
  margin-bottom: 0px;
}
/* line 641, ../sass/_fundraisers.scss */
.fundraiser_small .details .progress_bar .meter {
  background-color: #00af8c;
}

/* line 664, ../sass/_fundraisers.scss */
.contributionDetails {
  padding-top: 10px;
}

/* line 669, ../sass/_fundraisers.scss */
.fundraiserHomePage ul li {
  line-height: 1.0em;
}
/* line 672, ../sass/_fundraisers.scss */
.fundraiserHomePage .contributionDetails {
  padding-top: 0px;
}
/* line 675, ../sass/_fundraisers.scss */
.fundraiserHomePage a.section_link {
  color: black;
  text-decoration: none;
}
/* line 678, ../sass/_fundraisers.scss */
.fundraiserHomePage a.section_link:hover {
  color: #00af8c;
  text-decoration: underline;
}

/* line 3, ../sass/_payment_recipient.scss */
.recipient_form .individual_label, .recipient_form .corporation_label, .recipient_form .debit_label, .recipient_form .bank_label {
  display: inline;
}

/* line 2, ../sass/_explore.scss */
.explore ul.categories li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 3, ../sass/_explore.scss */
.explore ul.categories li .category {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f8f8ee;
  font-size: 0.8em;
  font-weight: normal;
}
/* line 4, ../sass/_explore.scss */
.explore .category {
  padding: 10px;
  background: black;
  margin-bottom: 10px;
  font-size: 1.5em;
  cursor: pointer;
  color: #f8f8ee;
  background-size: cover;
}
/* line 7, ../sass/_explore.scss */
.explore .category:hover {
  background-color: #00af8c;
}
/* line 8, ../sass/_explore.scss */
.explore ul.popularcells {
  margin-top: 10px;
  list-style: none;
}
/* line 9, ../sass/_explore.scss */
.explore ul.trendingtags {
  list-style: none;
}
/* line 10, ../sass/_explore.scss */
.explore ul.trendingtags li {
  font-size: 1.4375em;
}
/* line 11, ../sass/_explore.scss */
.explore ul.trendingtags li,
.explore ul.popularcells li {
  padding-top: 0px;
  padding-bottom: 10px;
}
/* line 17, ../sass/_explore.scss */
.explore h1.title, .explore h4.title, .explore .membersPage tr span.title.fullName, .membersPage tr .explore span.title.fullName {
  color: #f8f8ee;
  font-weight: 300;
}
/* line 18, ../sass/_explore.scss */
.explore ul.popularcells li {
  padding: 5px;
}
/* line 19, ../sass/_explore.scss */
.explore ul.popularcells li:hover {
  background-color: rgba(0, 175, 140, 0.3);
}
/* line 20, ../sass/_explore.scss */
.explore .networkSection {
  padding: 10px;
  margin-top: 30px;
}
/* line 21, ../sass/_explore.scss */
.explore .networkSectionTitle {
  font-size: 1.4375em;
  padding-bottom: 15px;
}
/* line 22, ../sass/_explore.scss */
.explore .networkSectionTitle a {
  color: black;
}
/* line 23, ../sass/_explore.scss */
.explore .networkSectionTitle a:hover {
  color: #00af8c;
}
/* line 26, ../sass/_explore.scss */
.explore .meta h4, .explore .meta .membersPage tr span.fullName, .membersPage tr .explore .meta span.fullName {
  margin-bottom: 0px;
}
