/* Common usefull classes*/
.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.txt-center {
  text-align: center;
}

.dsp-inline {
  display: inline;
}

.dsp-iblock {
    display: inline-block;
}

.confirm {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

@font-face {
  font-family: Futura;
  src: url("../fonts/futura/bk_btbook/tt0140m-webfont.eot");
  src: url("../fonts/futura/bk_btbook/tt0140m-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/bk_btbook/tt0140m-webfont.woff") format("woff"), url("../fonts/futura/bk_btbook/tt0140m-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url("../fonts/futura/bt_medium/tt0142m-webfont.eot");
  src: url("../fonts/futura/bt_medium/tt0142m-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/bt_medium/tt0142m-webfont.woff") format("woff"), url("../fonts/futura/bt_medium/tt0142m-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Futura;
  src: url("../fonts/futura/md_btbold/futura-webfont.eot");
  src: url("../fonts/futura/md_btbold/futura-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/md_btbold/futura-webfont.woff") format("woff"), url("../fonts/futura/md_btbold/futura-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: MacmillanHeadline;
  src: url("../fonts/macmillan/headline_font-webfont.eot");
  src: url("../fonts/macmillan/headline_font-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/macmillan/headline_font-webfont.woff") format("woff"), url("../fonts/macmillan/headline_font-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'iconFont';
    src: url("../fonts/macmillan/icomoon.eot?");
    src: url("../fonts/macmillan/icomoon.eot?#iefix") format("embedded-opentype"),url("../fonts/macmillan/icomoon.ttf") format("truetype"),url("../fonts/macmillan/icomoon.woff") format("woff"),url("../fonts/macmillan/icomoon.svg?#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

/* Macmillan icon pack */
.icon:before {
    font-family: "iconFont";
    font-size: 20px;
    font-size: 1.25rem;
    color: #00a246;
    margin-right: 5px
}

.icon:hover:before {
    color: #005c46;
}

.icon.-delete:before {
    content: '\e628'
}
/* line 347, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.0/";
}

/* line 351, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 366, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

/* line 371, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

/* line 381, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 386, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 391, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 396, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 406, ../bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 412, ../bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 416, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: Futura, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 429, ../bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 432, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 434, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 438, ../bower_components/foundation/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 445, ../bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 446, ../bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .desktop-ie7 .row:before, .desktop-ie7 .row .row:before, .desktop-ie8 .row:before, .desktop-ie8 .row .row:before, .desktop-ie7 .row .column:before, .desktop-ie7 .row .columns:before, .desktop-ie7 .row .row .column:before, .desktop-ie7 .row .row .columns:before, .desktop-ie8 .row .column:before, .desktop-ie8 .row .columns:before, .desktop-ie8 .row .row .column:before, .desktop-ie8 .row .row .columns:before, .panel:before, #popupScreen .popup-window:before, .top-nav-links > .column:before, .top-nav-links ul:before, .expandpanel .content:before, .quotepanel > .row:before, body.payin-page .field-panel:before, body.payin-page .date-field:before, #popupScreen .popup-content:before, .clearfix:after, .desktop-ie7 .row:after, .desktop-ie7 .row .row:after, .desktop-ie8 .row:after, .desktop-ie8 .row .row:after, .desktop-ie7 .row .column:after, .desktop-ie7 .row .columns:after, .desktop-ie7 .row .row .column:after, .desktop-ie7 .row .row .columns:after, .desktop-ie8 .row .column:after, .desktop-ie8 .row .columns:after, .desktop-ie8 .row .row .column:after, .desktop-ie8 .row .row .columns:after, .panel:after, #popupScreen .popup-window:after, .top-nav-links > .column:after, .top-nav-links ul:after, .expandpanel .content:after, .quotepanel > .row:after, body.payin-page .field-panel:after, body.payin-page .date-field:after, #popupScreen .popup-content:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after, .desktop-ie7 .row:after, .desktop-ie7 .row .row:after, .desktop-ie8 .row:after, .desktop-ie8 .row .row:after, .desktop-ie7 .row .column:after, .desktop-ie7 .row .columns:after, .desktop-ie7 .row .row .column:after, .desktop-ie7 .row .row .columns:after, .desktop-ie8 .row .column:after, .desktop-ie8 .row .columns:after, .desktop-ie8 .row .row .column:after, .desktop-ie8 .row .row .columns:after, .panel:after, #popupScreen .popup-window:after, .top-nav-links > .column:after, .top-nav-links ul:after, .expandpanel .content:after, .quotepanel > .row:after, body.payin-page .field-panel:after, body.payin-page .date-field:after, #popupScreen .popup-content:after {
  clear: both;
}

/* line 450, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden;
}

/* line 456, ../bower_components/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 462, ../bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 465, ../bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 475, ../bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 478, ../bower_components/foundation/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 232, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 243, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

/* line 250, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, ../bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 204, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 204, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 261, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 264, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 204, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 272, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 275, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 106, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625em;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625em 1.25em;
}

@media only screen {
  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 216, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button, .fundingpanel .figures-slider button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Futura, arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1em;
  background-color: #682c88;
  border-color: #53236d;
  color: #fff;
  transition: background-color 300ms ease-out;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .fundingpanel .figures-slider button:hover, .button:focus, .fundingpanel .figures-slider button:focus {
  background-color: #53236d;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .fundingpanel .figures-slider button:hover, .button:focus, .fundingpanel .figures-slider button:focus {
  color: #fff;
}
/* line 223, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .fundingpanel .figures-slider button, .button.secondary, .fundingpanel .figures-slider button {
  background-color: #005c46;
  border-color: #004a38;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, .fundingpanel .figures-slider button:hover, button.secondary:focus, .fundingpanel .figures-slider button:focus, .button.secondary:hover, .fundingpanel .figures-slider button:hover, .button.secondary:focus, .fundingpanel .figures-slider button:focus {
  background-color: #004a38;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, .fundingpanel .figures-slider button:hover, button.secondary:focus, .fundingpanel .figures-slider button:focus, .button.secondary:hover, .fundingpanel .figures-slider button:hover, .button.secondary:focus, .fundingpanel .figures-slider button:focus {
  color: #fff;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success, .fundingpanel .figures-slider button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .fundingpanel .figures-slider button.success:hover, .button.success:focus, .fundingpanel .figures-slider button.success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .fundingpanel .figures-slider button.success:hover, .button.success:focus, .fundingpanel .figures-slider button.success:focus {
  color: #fff;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert, .fundingpanel .figures-slider button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .fundingpanel .figures-slider button.alert:hover, .button.alert:focus, .fundingpanel .figures-slider button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .fundingpanel .figures-slider button.alert:hover, .button.alert:focus, .fundingpanel .figures-slider button.alert:focus {
  color: #fff;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning, .fundingpanel .figures-slider button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .fundingpanel .figures-slider button.warning:hover, .button.warning:focus, .fundingpanel .figures-slider button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .fundingpanel .figures-slider button.warning:hover, .button.warning:focus, .fundingpanel .figures-slider button.warning:focus {
  color: #fff;
}
/* line 227, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info, .fundingpanel .figures-slider button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .fundingpanel .figures-slider button.info:hover, .button.info:focus, .fundingpanel .figures-slider button.info:focus {
  background-color: #61b6d9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .fundingpanel .figures-slider button.info:hover, .button.info:focus, .fundingpanel .figures-slider button.info:focus {
  color: #fff;
}
/* line 229, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large, .fundingpanel .figures-slider button.large {
  padding-top: 1.125em;
  padding-right: 2.25em;
  padding-bottom: 1.1875em;
  padding-left: 2.25em;
  font-size: 1.25em;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small, .fundingpanel .figures-slider button.small {
  padding-top: 0.875em;
  padding-right: 1.75em;
  padding-bottom: 0.9375em;
  padding-left: 1.75em;
  font-size: 0.8125em;
}
/* line 231, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny, .fundingpanel .figures-slider button.tiny {
  padding-top: 0.625em;
  padding-right: 1.25em;
  padding-bottom: 0.6875em;
  padding-left: 1.25em;
  font-size: 0.6875em;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand, .fundingpanel .figures-slider button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 234, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align, .fundingpanel .figures-slider button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align, .fundingpanel .figures-slider button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 237, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius, .fundingpanel .figures-slider button.radius {
  border-radius: 3px;
}
/* line 238, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round, .fundingpanel .figures-slider button.round {
  border-radius: 1000px;
}
/* line 240, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .fundingpanel .figures-slider button.disabled, .button[disabled], .fundingpanel .figures-slider button[disabled] {
  background-color: #682c88;
  border-color: #53236d;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .fundingpanel .figures-slider button.disabled:hover, .button.disabled:focus, .fundingpanel .figures-slider button.disabled:focus, .button[disabled]:hover, .fundingpanel .figures-slider button[disabled]:hover, .button[disabled]:focus, .fundingpanel .figures-slider button[disabled]:focus {
  background-color: #53236d;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .fundingpanel .figures-slider button.disabled:hover, .button.disabled:focus, .fundingpanel .figures-slider button.disabled:focus, .button[disabled]:hover, .fundingpanel .figures-slider button[disabled]:hover, .button[disabled]:focus, .fundingpanel .figures-slider button[disabled]:focus {
  color: #fff;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .fundingpanel .figures-slider button.disabled:hover, .button.disabled:focus, .fundingpanel .figures-slider button.disabled:focus, .button[disabled]:hover, .fundingpanel .figures-slider button[disabled]:hover, .button[disabled]:focus, .fundingpanel .figures-slider button[disabled]:focus {
  background-color: #682c88;
}
/* line 241, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, .fundingpanel .figures-slider button.disabled, button[disabled].secondary, .fundingpanel .figures-slider button[disabled], .button.disabled.secondary, .fundingpanel .figures-slider button.disabled, .button[disabled].secondary, .fundingpanel .figures-slider button[disabled] {
  background-color: #005c46;
  border-color: #004a38;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, .fundingpanel .figures-slider button.disabled:hover, button.disabled.secondary:focus, .fundingpanel .figures-slider button.disabled:focus, button[disabled].secondary:hover, .fundingpanel .figures-slider button[disabled]:hover, button[disabled].secondary:focus, .fundingpanel .figures-slider button[disabled]:focus, .button.disabled.secondary:hover, .fundingpanel .figures-slider button.disabled:hover, .button.disabled.secondary:focus, .fundingpanel .figures-slider button.disabled:focus, .button[disabled].secondary:hover, .fundingpanel .figures-slider button[disabled]:hover, .button[disabled].secondary:focus, .fundingpanel .figures-slider button[disabled]:focus {
  background-color: #004a38;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, .fundingpanel .figures-slider button.disabled:hover, button.disabled.secondary:focus, .fundingpanel .figures-slider button.disabled:focus, button[disabled].secondary:hover, .fundingpanel .figures-slider button[disabled]:hover, button[disabled].secondary:focus, .fundingpanel .figures-slider button[disabled]:focus, .button.disabled.secondary:hover, .fundingpanel .figures-slider button.disabled:hover, .button.disabled.secondary:focus, .fundingpanel .figures-slider button.disabled:focus, .button[disabled].secondary:hover, .fundingpanel .figures-slider button[disabled]:hover, .button[disabled].secondary:focus, .fundingpanel .figures-slider button[disabled]:focus {
  color: #fff;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, .fundingpanel .figures-slider button.disabled:hover, button.disabled.secondary:focus, .fundingpanel .figures-slider button.disabled:focus, button[disabled].secondary:hover, .fundingpanel .figures-slider button[disabled]:hover, button[disabled].secondary:focus, .fundingpanel .figures-slider button[disabled]:focus, .button.disabled.secondary:hover, .fundingpanel .figures-slider button.disabled:hover, .button.disabled.secondary:focus, .fundingpanel .figures-slider button.disabled:focus, .button[disabled].secondary:hover, .fundingpanel .figures-slider button[disabled]:hover, .button[disabled].secondary:focus, .fundingpanel .figures-slider button[disabled]:focus {
  background-color: #005c46;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .fundingpanel .figures-slider button.disabled.success, .button[disabled].success, .fundingpanel .figures-slider button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/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, .fundingpanel .figures-slider button.disabled.success:hover, .button.disabled.success:focus, .fundingpanel .figures-slider button.disabled.success:focus, .button[disabled].success:hover, .fundingpanel .figures-slider button[disabled].success:hover, .button[disabled].success:focus, .fundingpanel .figures-slider button[disabled].success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/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, .fundingpanel .figures-slider button.disabled.success:hover, .button.disabled.success:focus, .fundingpanel .figures-slider button.disabled.success:focus, .button[disabled].success:hover, .fundingpanel .figures-slider button[disabled].success:hover, .button[disabled].success:focus, .fundingpanel .figures-slider button[disabled].success:focus {
  color: #fff;
}
/* line 178, ../bower_components/foundation/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, .fundingpanel .figures-slider button.disabled.success:hover, .button.disabled.success:focus, .fundingpanel .figures-slider button.disabled.success:focus, .button[disabled].success:hover, .fundingpanel .figures-slider button[disabled].success:hover, .button[disabled].success:focus, .fundingpanel .figures-slider button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 243, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .fundingpanel .figures-slider button.disabled.alert, .button[disabled].alert, .fundingpanel .figures-slider button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/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, .fundingpanel .figures-slider button.disabled.alert:hover, .button.disabled.alert:focus, .fundingpanel .figures-slider button.disabled.alert:focus, .button[disabled].alert:hover, .fundingpanel .figures-slider button[disabled].alert:hover, .button[disabled].alert:focus, .fundingpanel .figures-slider button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/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, .fundingpanel .figures-slider button.disabled.alert:hover, .button.disabled.alert:focus, .fundingpanel .figures-slider button.disabled.alert:focus, .button[disabled].alert:hover, .fundingpanel .figures-slider button[disabled].alert:hover, .button[disabled].alert:focus, .fundingpanel .figures-slider button[disabled].alert:focus {
  color: #fff;
}
/* line 178, ../bower_components/foundation/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, .fundingpanel .figures-slider button.disabled.alert:hover, .button.disabled.alert:focus, .fundingpanel .figures-slider button.disabled.alert:focus, .button[disabled].alert:hover, .fundingpanel .figures-slider button[disabled].alert:hover, .button[disabled].alert:focus, .fundingpanel .figures-slider button[disabled].alert:focus {
  background-color: #f04124;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .fundingpanel .figures-slider button.disabled.warning, .button[disabled].warning, .fundingpanel .figures-slider button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .fundingpanel .figures-slider button.disabled.warning:hover, .button.disabled.warning:focus, .fundingpanel .figures-slider button.disabled.warning:focus, .button[disabled].warning:hover, .fundingpanel .figures-slider button[disabled].warning:hover, .button[disabled].warning:focus, .fundingpanel .figures-slider button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .fundingpanel .figures-slider button.disabled.warning:hover, .button.disabled.warning:focus, .fundingpanel .figures-slider button.disabled.warning:focus, .button[disabled].warning:hover, .fundingpanel .figures-slider button[disabled].warning:hover, .button[disabled].warning:focus, .fundingpanel .figures-slider button[disabled].warning:focus {
  color: #fff;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .fundingpanel .figures-slider button.disabled.warning:hover, .button.disabled.warning:focus, .fundingpanel .figures-slider button.disabled.warning:focus, .button[disabled].warning:hover, .fundingpanel .figures-slider button[disabled].warning:hover, .button[disabled].warning:focus, .fundingpanel .figures-slider button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 245, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .fundingpanel .figures-slider button.disabled.info, .button[disabled].info, .fundingpanel .figures-slider button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .fundingpanel .figures-slider button.disabled.info:hover, .button.disabled.info:focus, .fundingpanel .figures-slider button.disabled.info:focus, .button[disabled].info:hover, .fundingpanel .figures-slider button[disabled].info:hover, .button[disabled].info:focus, .fundingpanel .figures-slider button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .fundingpanel .figures-slider button.disabled.info:hover, .button.disabled.info:focus, .fundingpanel .figures-slider button.disabled.info:focus, .button[disabled].info:hover, .fundingpanel .figures-slider button[disabled].info:hover, .button[disabled].info:focus, .fundingpanel .figures-slider button[disabled].info:focus {
  color: #fff;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .fundingpanel .figures-slider button.disabled.info:hover, .button.disabled.info:focus, .fundingpanel .figures-slider button.disabled.info:focus, .button[disabled].info:hover, .fundingpanel .figures-slider button[disabled].info:hover, .button[disabled].info:focus, .fundingpanel .figures-slider button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 250, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 253, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button, .fundingpanel .figures-slider button {
    display: inline-block;
  }
}
/* line 148, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 150, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button, .button-group > li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group > li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group > li:first-child button {
  border-left: 0;
}
/* line 153, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack > li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack > li:first-child button {
  border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack > li button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 75, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack > li:first-child button {
  border-top: 0;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack-for-small > li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack-for-small > li:first-child button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  /* line 157, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack-for-small > li button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack-for-small > li:first-child button {
    border-left: 0;
  }
  /* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack-for-small > li button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.stack-for-small > li:first-child button {
    border-top: 0;
  }
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius > * button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius > *:first-child button {
  border-left: 0;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button, .fundingpanel .figures-slider .button-group.radius > * > button {
  border-radius: 0;
}
/* line 115, ../bower_components/foundation/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, .fundingpanel .figures-slider .button-group.radius > *:first-child > button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 126, ../bower_components/foundation/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, .fundingpanel .figures-slider .button-group.radius > *:last-child > button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 166, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack > * button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack > *:first-child button {
  border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack > * button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 75, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack > *:first-child button {
  border-top: 0;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button, .fundingpanel .figures-slider .button-group.radius.stack > * > button {
  border-radius: 0;
}
/* line 115, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .fundingpanel .figures-slider .button-group.radius.stack > *:first-child > button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 126, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .fundingpanel .figures-slider .button-group.radius.stack > *:last-child > button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
  /* line 167, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > * button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:first-child button {
    border-left: 0;
  }
  /* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > * > button {
    border-radius: 0;
  }
  /* line 115, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:first-child > button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  /* line 126, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:last-child > button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 167, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > * button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:first-child button {
    border-left: 0;
  }
  /* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > * button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:first-child button {
    border-top: 0;
  }
  /* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > * > button {
    border-radius: 0;
  }
  /* line 115, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:first-child > button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  /* line 126, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .fundingpanel .figures-slider .button-group.radius.stack-for-small > *:last-child > button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* line 176, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round > * button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round > *:first-child button {
  border-left: 0;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button, .fundingpanel .figures-slider .button-group.round > * > button {
  border-radius: 0;
}
/* line 115, ../bower_components/foundation/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, .fundingpanel .figures-slider .button-group.round > *:first-child > button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 126, ../bower_components/foundation/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, .fundingpanel .figures-slider .button-group.round > *:last-child > button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 177, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack > * button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack > *:first-child button {
  border-left: 0;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack > * button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 75, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack > *:first-child button {
  border-top: 0;
}
/* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button, .fundingpanel .figures-slider .button-group.round.stack > * > button {
  border-radius: 0;
}
/* line 115, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .fundingpanel .figures-slider .button-group.round.stack > *:first-child > button {
  -webkit-top-left-radius: 1em;
  -webkit-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
/* line 126, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .fundingpanel .figures-slider .button-group.round.stack > *:last-child > button {
  -webkit-bottom-left-radius: 1em;
  -webkit-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
@media only screen and (min-width: 40.063em) {
  /* line 178, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack-for-small > * button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:first-child button {
    border-left: 0;
  }
  /* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .fundingpanel .figures-slider .button-group.round.stack-for-small > * > button {
    border-radius: 0;
  }
  /* line 115, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:first-child > button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  /* line 126, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:last-child > button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 178, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack-for-small > * button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:first-child button {
    border-left: 0;
  }
  /* line 66, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack-for-small > * button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 75, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:first-child button {
    border-top: 0;
  }
  /* line 111, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .fundingpanel .figures-slider .button-group.round.stack-for-small > * > button {
    border-radius: 0;
  }
  /* line 115, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:first-child > button {
    -webkit-top-left-radius: 1em;
    -webkit-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
  }
  /* line 126, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .fundingpanel .figures-slider .button-group.round.stack-for-small > *:last-child > button {
    -webkit-bottom-left-radius: 1em;
    -webkit-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
  }
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-2 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-2 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-2 li button {
  width: 100%;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-3 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-3 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-3 li button {
  width: 100%;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-4 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-4 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-4 li button {
  width: 100%;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-5 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-5 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-5 li button {
  width: 100%;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-6 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-6 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-6 li button {
  width: 100%;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-7 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-7 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-7 li button {
  width: 100%;
}
/* line 188, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-8 li button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-8 li:first-child button {
  border-left: 0;
}
/* line 142, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .button-group.even-8 li button {
  width: 100%;
}

/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 194, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
/* line 32, ../bower_components/foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

/* line 88, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 102, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 116, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 129, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 130, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 134, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 143, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 149, ../bower_components/foundation/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 12px;
  }
  /* line 156, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 159, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 161, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 167, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 169, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 175, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 180, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 186, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 193, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 207, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 213, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 219, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 224, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 225, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 230, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 237, ../bower_components/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
/* line 225, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875em;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 99, ../bower_components/foundation/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: 89;
}
/* line 106, ../bower_components/foundation/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: 88;
}
/* line 114, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 118, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 228, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875em;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 128, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
/* line 135, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875em;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 149, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875em;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 172, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
/* line 181, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
/* line 241, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
/* line 209, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
/* line 212, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 3px;
}
/* line 214, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555555;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875em;
  z-index: 89;
  max-width: 200px;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 247, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 248, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 249, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 250, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}
/* line 251, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 255, ../bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 123, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button, .fundingpanel .figures-slider button.dropdown, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625em;
}
/* line 63, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, .fundingpanel .figures-slider button.dropdown::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
/* line 98, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, .fundingpanel .figures-slider button.dropdown::after, button.dropdown::after {
  border-width: 0.375em;
  right: 1.40625em;
  margin-top: -0.15625em;
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, .fundingpanel .figures-slider button.dropdown::after, button.dropdown::after {
  border-color: #fff transparent transparent transparent;
}
/* line 124, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, .fundingpanel .figures-slider button.dropdown.tiny, button.dropdown.tiny {
  padding-right: 2.625em;
}
/* line 78, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, .fundingpanel .figures-slider button.dropdown.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375em;
  right: 1.125em;
  margin-top: -0.125em;
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, .fundingpanel .figures-slider button.dropdown.tiny::after, button.dropdown.tiny::after {
  border-color: #fff transparent transparent transparent;
}
/* line 125, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, .fundingpanel .figures-slider button.dropdown.small, button.dropdown.small {
  padding-right: 3.0625em;
}
/* line 88, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, .fundingpanel .figures-slider button.dropdown.small::after, button.dropdown.small::after {
  border-width: 0.4375em;
  right: 1.3125em;
  margin-top: -0.15625em;
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, .fundingpanel .figures-slider button.dropdown.small::after, button.dropdown.small::after {
  border-color: #fff transparent transparent transparent;
}
/* line 126, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, .fundingpanel .figures-slider button.dropdown.large, button.dropdown.large {
  padding-right: 3.625em;
}
/* line 108, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, .fundingpanel .figures-slider button.dropdown.large::after, button.dropdown.large::after {
  border-width: 0.3125em;
  right: 1.71875em;
  margin-top: -0.15625em;
}
/* line 117, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, .fundingpanel .figures-slider button.dropdown.large::after, button.dropdown.large::after {
  border-color: #fff transparent transparent transparent;
}
/* line 127, ../bower_components/foundation/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, .fundingpanel .figures-slider button.dropdown:after, button.dropdown.secondary:after, .fundingpanel .figures-slider button.dropdown:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, ../bower_components/foundation/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 32, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, ../bower_components/foundation/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%;
}

/* Standard Forms */
/* line 379, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 87, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}
/* line 89, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 93, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 95, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 97, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 103, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 385, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 386, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 387, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.5625em 0;
}
/* line 389, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 396, ../bower_components/foundation/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 400, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button, .fundingpanel .figures-slider button.postfix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 401, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button, .fundingpanel .figures-slider button.prefix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 403, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius, .fundingpanel .figures-slider button.prefix.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 404, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius, .fundingpanel .figures-slider button.postfix.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 405, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round, .fundingpanel .figures-slider button.prefix.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 406, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round, .fundingpanel .figures-slider button.postfix.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 410, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 413, ../bower_components/foundation/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"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 185, ../bower_components/foundation/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, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 133, ../bower_components/foundation/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, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 139, ../bower_components/foundation/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, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 420, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 428, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 431, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 434, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 437, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 440, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 443, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 446, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 449, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 454, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 460, ../bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 465, ../bower_components/foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 470, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5em;
  font-size: 0.875em;
  font-family: Futura, arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125em;
}
/* line 329, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 352, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 358, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 476, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* line 483, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 1em;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 493, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 507, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25em;
  margin: 1.125em 0em;
}
/* line 272, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0em 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 514, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.5625em 0.5625em;
  margin-top: -1px;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
/* line 517, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 520, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375em 0.5625em 0.5625em;
  margin-top: -1px;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}

/* line 525, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 531, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1em;
}
/* line 536, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 541, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375em 0.5625em 0.5625em;
  margin-top: -1px;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
/* line 546, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 558, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 563, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 568, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* Panels */
/* line 80, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel, #popupScreen .popup-window {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
  color: #333333;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :first-child, #popupScreen .popup-window > :first-child {
  margin-top: 0;
}
/* line 56, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :last-child, #popupScreen .popup-window > :last-child {
  margin-bottom: 0;
}
/* line 61, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, #popupScreen .popup-window h1, .panel h2, #popupScreen .popup-window h2, .panel h3, #popupScreen .popup-window h3, .panel h4, #popupScreen .popup-window h4, .panel h5, #popupScreen .popup-window h5, .panel h6, #popupScreen .popup-window h6, .panel p, #popupScreen .popup-window p, .panel li, #popupScreen .popup-window li, .panel dl, #popupScreen .popup-window dl {
  color: #333333;
}
/* line 68, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, #popupScreen .popup-window h1, .panel h2, #popupScreen .popup-window h2, .panel h3, #popupScreen .popup-window h3, .panel h4, #popupScreen .popup-window h4, .panel h5, #popupScreen .popup-window h5, .panel h6, #popupScreen .popup-window h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 70, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, #popupScreen .popup-window h1.subheader, .panel h2.subheader, #popupScreen .popup-window h2.subheader, .panel h3.subheader, #popupScreen .popup-window h3.subheader, .panel h4.subheader, #popupScreen .popup-window h4.subheader, .panel h5.subheader, #popupScreen .popup-window h5.subheader, .panel h6.subheader, #popupScreen .popup-window h6.subheader {
  line-height: 1.4;
}
/* line 82, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout, #popupScreen .callout.popup-window {
  border-style: solid;
  border-width: 1px;
  border-color: #e0c7ed;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f7f0fa;
  color: #333333;
}
/* line 55, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child, #popupScreen .callout.popup-window > :first-child {
  margin-top: 0;
}
/* line 56, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child, #popupScreen .callout.popup-window > :last-child {
  margin-bottom: 0;
}
/* line 61, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, #popupScreen .callout.popup-window h1, .panel.callout h2, #popupScreen .callout.popup-window h2, .panel.callout h3, #popupScreen .callout.popup-window h3, .panel.callout h4, #popupScreen .callout.popup-window h4, .panel.callout h5, #popupScreen .callout.popup-window h5, .panel.callout h6, #popupScreen .callout.popup-window h6, .panel.callout p, #popupScreen .callout.popup-window p, .panel.callout li, #popupScreen .callout.popup-window li, .panel.callout dl, #popupScreen .callout.popup-window dl {
  color: #333333;
}
/* line 68, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, #popupScreen .callout.popup-window h1, .panel.callout h2, #popupScreen .callout.popup-window h2, .panel.callout h3, #popupScreen .callout.popup-window h3, .panel.callout h4, #popupScreen .callout.popup-window h4, .panel.callout h5, #popupScreen .callout.popup-window h5, .panel.callout h6, #popupScreen .callout.popup-window h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 70, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, #popupScreen .callout.popup-window h1.subheader, .panel.callout h2.subheader, #popupScreen .callout.popup-window h2.subheader, .panel.callout h3.subheader, #popupScreen .callout.popup-window h3.subheader, .panel.callout h4.subheader, #popupScreen .callout.popup-window h4.subheader, .panel.callout h5.subheader, #popupScreen .callout.popup-window h5.subheader, .panel.callout h6.subheader, #popupScreen .callout.popup-window h6.subheader {
  line-height: 1.4;
}
/* line 84, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button), #popupScreen .callout.popup-window a:not(.button) {
  color: #682c88;
}
/* line 87, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, #popupScreen .callout.popup-window a:not(.button):hover, .panel.callout a:not(.button):focus, #popupScreen .callout.popup-window a:not(.button):focus {
  color: #592675;
}
/* line 94, ../bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.radius, #popupScreen .radius.popup-window {
  border-radius: 3px;
}

.panel.eventaddresspanel #DateParts_Day,
.panel.eventaddresspanel #DateParts_Month,
.panel.eventaddresspanel #DateParts_Hour,
.panel.eventaddresspanel #DateParts_Minute {
    width: 45%;
}

@media (max-width: 778px) and (min-width: 40em) {
.panel.eventaddresspanel #DateParts_Day,
.panel.eventaddresspanel #DateParts_Month,
.panel.eventaddresspanel #DateParts_Hour,
.panel.eventaddresspanel #DateParts_Minute {

   width: 44%;
}
}
.panel.eventaddresspanel .comma {
    display: inline-block;
    text-align: center;
    width: 5%;
}

/* line 112, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 118, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 122, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 126, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 133, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 139, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 145, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125em;
}

/* line 152, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.8125em;
  line-height: 2.8125em;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 166, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 171, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.75em;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar .fundingpanel .figures-slider button, .fundingpanel .figures-slider .top-bar button, .top-bar button {
  padding-top: 0.4125em;
  padding-bottom: 0.4125em;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  /* line 178, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar .fundingpanel .figures-slider button, .fundingpanel .figures-slider .top-bar button, .top-bar button {
    position: relative;
    top: -1px;
  }

}


/* line 196, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 201, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 2.8125em;
  margin: 0;
  font-size: 16px;
}
/* line 206, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125em;
  font-size: 1.0625em;
  margin: 0;
}
/* line 210, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #fff;
  width: 75%;
  display: block;
  padding: 0 0.9375em;
}
/* line 221, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 226, ../bower_components/foundation/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 0.9375em;
  height: 2.8125em;
  line-height: 2.8125em;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 243, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5em 0 0.9375em;
  color: #fff;
  position: relative;
}
/* line 129, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375em;
  box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
  width: 16px;
}
/* line 162, ../bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
/* line 272, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 276, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 279, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 280, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

/* line 293, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 299, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 308, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 318, ../bower_components/foundation/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: 0.9375em;
  font-family: Futura, arial, sans-serif;
  font-size: 0.8125em;
  font-weight: normal;
  text-transform: none;
}
/* line 329, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125em;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  background-color: #682c88;
  border-color: #53236d;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #53236d;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #fff;
}
/* line 335, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #005c46;
  border-color: #004a38;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #004a38;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #fff;
}
/* line 336, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #fff;
}
/* line 337, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #fff;
}
/* line 338, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #fff;
}
/* line 341, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125em;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  background-color: #682c88;
  border-color: #53236d;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #53236d;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #fff;
}
/* line 347, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary, .top-bar-section ul .fundingpanel .figures-slider li > button, .fundingpanel .figures-slider .top-bar-section ul li > button {
  background-color: #005c46;
  border-color: #004a38;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul .fundingpanel .figures-slider li > button:hover, .fundingpanel .figures-slider .top-bar-section ul li > button:hover, .top-bar-section ul li > button.secondary:focus, .top-bar-section ul .fundingpanel .figures-slider li > button:focus, .fundingpanel .figures-slider .top-bar-section ul li > button:focus {
  background-color: #004a38;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul .fundingpanel .figures-slider li > button:hover, .fundingpanel .figures-slider .top-bar-section ul li > button:hover, .top-bar-section ul li > button.secondary:focus, .top-bar-section ul .fundingpanel .figures-slider li > button:focus, .fundingpanel .figures-slider .top-bar-section ul li > button:focus {
  color: #fff;
}
/* line 348, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #fff;
}
/* line 349, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #fff;
}
/* line 350, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
/* line 167, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #fff;
}
/* line 354, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #fff;
}
/* line 363, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #682c88;
  color: #fff;
}
/* line 366, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #592675;
  color: #fff;
}
/* line 374, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.9375em;
}
/* line 377, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 381, ../bower_components/foundation/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.4);
  border-left-style: solid;
  margin-right: 0.9375em;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 393, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 394, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 398, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 405, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 413, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 417, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375em;
}
/* line 420, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 425, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125em;
}
/* line 430, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #fff;
  display: block;
}
/* line 434, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 437, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375em;
}
/* line 438, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li .fundingpanel .figures-slider button, .fundingpanel .figures-slider .top-bar-section .dropdown li button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 441, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 0.9375em 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 452, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 457, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 172, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 462, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 464, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 465, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 467, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar .fundingpanel .figures-slider button,
  .fundingpanel .figures-slider .top-bar button,
  .top-bar button {
    font-size: 0.875em;
    position: relative;
    height: 1.75em;
    top: 0.53125em;
  }
  /* line 476, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 479, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 485, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 489, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 494, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 496, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 502, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #333333;
    color: #fff;
  }
  /* line 511, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375em;
    line-height: 2.8125em;
    background: #333333;
  }
  /* line 515, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  /* line 524, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375em;
    line-height: 2.8125em;
    color: #fff;
    background: #682c88;
  }
  /* line 529, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #592675;
    color: #fff;
  }
  /* line 539, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875em !important;
  }
  /* line 541, ../bower_components/foundation/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.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625em;
  }
  /* line 549, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 550, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 556, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 560, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 567, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 580, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 587, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 2.8125em;
    white-space: nowrap;
    padding: 12px 0.9375em;
    background: #333333;
  }
  /* line 596, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #fff;
    background: #333333;
  }
  /* line 601, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #fff;
    background-color: #555555;
    background: #333333;
  }
  /* line 610, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 616, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 623, ../bower_components/foundation/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: solid 1px #4e4e4e;
    clear: none;
    height: 2.8125em;
    width: 0;
  }
  /* line 633, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 0.9375em;
    height: 2.8125em;
  }
  /* line 641, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 645, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 649, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 653, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 663, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #fff;
  }
  /* line 672, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #682c88;
    color: #fff;
  }
  /* line 680, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 684, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, ../bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, ../bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #682c88;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #592675;
}
/* line 230, ../bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}
/* line 244, ../bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Futura, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
/* line 262, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em;
}

/* line 271, ../bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 272, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 273, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 274, ../bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 276, ../bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, ../bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, ../bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, ../bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #82ffe1;
  border-width: 1px;
  border-style: solid;
  border-color: #5bffd8;
  padding: 0.125em 0.3125em 0.0625em;
}

/* Lists */
/* line 316, ../bower_components/foundation/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 326, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1em;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}
/* line 353, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1em;
}
/* line 357, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1em;
}
/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1em;
}
/* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4em;
}
/* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 384, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 391, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, ../bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0em 1.1875em;
  border-left: 1px solid #DDDDDD;
}
/* line 404, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
/* line 408, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 418, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0em 0em 1.25em 0em;
  border: 1px solid #DDDDDD;
  padding: 0.625em 0.75em;
}
/* line 431, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0em 0.0625em;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 457, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em;
  }

  /* line 458, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 459, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375em;
  }

  /* line 460, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125em;
  }

  /* line 461, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1em;
  }
}
/*
 * 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 472, ../bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, ../bower_components/foundation/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 481, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 483, ../bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, ../bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 488, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 492, ../bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 498, ../bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 500, ../bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 503, ../bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 507, ../bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 514, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 517, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 518, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 519, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 520, ../bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 63, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 div, .desktop-ie7 ul, .desktop-ie7 li, .desktop-ie7 p, .desktop-ie7 label, .desktop-ie7 input, .desktop-ie7 select, .desktop-ie7 a, .desktop-ie8 div, .desktop-ie8 ul, .desktop-ie8 li, .desktop-ie8 p, .desktop-ie8 label, .desktop-ie8 input, .desktop-ie8 select, .desktop-ie8 a {
  box-sizing: border-box;
  *behavior: url(/assets/bower_components/box-sizing-polyfill/boxsizing.htc);
}
/* line 81, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row, .desktop-ie7 .row .row, .desktop-ie8 .row, .desktop-ie8 .row .row {
  display: block;
  padding: 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 62.5em;
}
/* line 89, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .column, .desktop-ie7 .row .columns, .desktop-ie7 .row .row .column, .desktop-ie7 .row .row .columns, .desktop-ie8 .row .column, .desktop-ie8 .row .columns, .desktop-ie8 .row .row .column, .desktop-ie8 .row .row .columns {
  display: inline-block;
}
/* line 94, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .column:after, .desktop-ie7 .row .columns:after, .desktop-ie7 .row .row .column:after, .desktop-ie7 .row .row .columns:after, .desktop-ie8 .row .column:after, .desktop-ie8 .row .columns:after, .desktop-ie8 .row .row .column:after, .desktop-ie8 .row .row .columns:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-1, .desktop-ie7 .row .row .small-1, .desktop-ie8 .row .small-1, .desktop-ie8 .row .row .small-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 4.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-2, .desktop-ie7 .row .row .small-2, .desktop-ie8 .row .small-2, .desktop-ie8 .row .row .small-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 12.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-3, .desktop-ie7 .row .row .small-3, .desktop-ie8 .row .small-3, .desktop-ie8 .row .row .small-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 20.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-4, .desktop-ie7 .row .row .small-4, .desktop-ie8 .row .small-4, .desktop-ie8 .row .row .small-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 29.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-5, .desktop-ie7 .row .row .small-5, .desktop-ie8 .row .small-5, .desktop-ie8 .row .row .small-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 37.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-6, .desktop-ie7 .row .row .small-6, .desktop-ie8 .row .small-6, .desktop-ie8 .row .row .small-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 45.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-7, .desktop-ie7 .row .row .small-7, .desktop-ie8 .row .small-7, .desktop-ie8 .row .row .small-7 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 54.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-8, .desktop-ie7 .row .row .small-8, .desktop-ie8 .row .small-8, .desktop-ie8 .row .row .small-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 62.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-9, .desktop-ie7 .row .row .small-9, .desktop-ie8 .row .small-9, .desktop-ie8 .row .row .small-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 70.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-10, .desktop-ie7 .row .row .small-10, .desktop-ie8 .row .small-10, .desktop-ie8 .row .row .small-10 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 79.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-11, .desktop-ie7 .row .row .small-11, .desktop-ie8 .row .small-11, .desktop-ie8 .row .row .small-11 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 87.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .small-12, .desktop-ie7 .row .row .small-12, .desktop-ie8 .row .small-12, .desktop-ie8 .row .row .small-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 95.9%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen {
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-1, .desktop-ie7 .row .row .small-1, .desktop-ie8 .row .small-1, .desktop-ie8 .row .row .small-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 4.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-1, .desktop-ie7 .row .row.small-collapse .small-1, .desktop-ie8 .row.small-collapse .small-1, .desktop-ie8 .row .row.small-collapse .small-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 8.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-2, .desktop-ie7 .row .row .small-2, .desktop-ie8 .row .small-2, .desktop-ie8 .row .row .small-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 12.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-2, .desktop-ie7 .row .row.small-collapse .small-2, .desktop-ie8 .row.small-collapse .small-2, .desktop-ie8 .row .row.small-collapse .small-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 16.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-3, .desktop-ie7 .row .row .small-3, .desktop-ie8 .row .small-3, .desktop-ie8 .row .row .small-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 20.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-3, .desktop-ie7 .row .row.small-collapse .small-3, .desktop-ie8 .row.small-collapse .small-3, .desktop-ie8 .row .row.small-collapse .small-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-4, .desktop-ie7 .row .row .small-4, .desktop-ie8 .row .small-4, .desktop-ie8 .row .row .small-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 29.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-4, .desktop-ie7 .row .row.small-collapse .small-4, .desktop-ie8 .row.small-collapse .small-4, .desktop-ie8 .row .row.small-collapse .small-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 33.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-5, .desktop-ie7 .row .row .small-5, .desktop-ie8 .row .small-5, .desktop-ie8 .row .row .small-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 37.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-5, .desktop-ie7 .row .row.small-collapse .small-5, .desktop-ie8 .row.small-collapse .small-5, .desktop-ie8 .row .row.small-collapse .small-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 41.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-6, .desktop-ie7 .row .row .small-6, .desktop-ie8 .row .small-6, .desktop-ie8 .row .row .small-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 45.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-6, .desktop-ie7 .row .row.small-collapse .small-6, .desktop-ie8 .row.small-collapse .small-6, .desktop-ie8 .row .row.small-collapse .small-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 49.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-7, .desktop-ie7 .row .row .small-7, .desktop-ie8 .row .small-7, .desktop-ie8 .row .row .small-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 54.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-7, .desktop-ie7 .row .row.small-collapse .small-7, .desktop-ie8 .row.small-collapse .small-7, .desktop-ie8 .row .row.small-collapse .small-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 58.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-8, .desktop-ie7 .row .row .small-8, .desktop-ie8 .row .small-8, .desktop-ie8 .row .row .small-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 62.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-8, .desktop-ie7 .row .row.small-collapse .small-8, .desktop-ie8 .row.small-collapse .small-8, .desktop-ie8 .row .row.small-collapse .small-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 66.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-9, .desktop-ie7 .row .row .small-9, .desktop-ie8 .row .small-9, .desktop-ie8 .row .row .small-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 70.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-9, .desktop-ie7 .row .row.small-collapse .small-9, .desktop-ie8 .row.small-collapse .small-9, .desktop-ie8 .row .row.small-collapse .small-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 74.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-10, .desktop-ie7 .row .row .small-10, .desktop-ie8 .row .small-10, .desktop-ie8 .row .row .small-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 79.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-10, .desktop-ie7 .row .row.small-collapse .small-10, .desktop-ie8 .row.small-collapse .small-10, .desktop-ie8 .row .row.small-collapse .small-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 83.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-11, .desktop-ie7 .row .row .small-11, .desktop-ie8 .row .small-11, .desktop-ie8 .row .row .small-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 87.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-11, .desktop-ie7 .row .row.small-collapse .small-11, .desktop-ie8 .row.small-collapse .small-11, .desktop-ie8 .row .row.small-collapse .small-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 91.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .small-12, .desktop-ie7 .row .row .small-12, .desktop-ie8 .row .small-12, .desktop-ie8 .row .row .small-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.small-collapse .small-12, .desktop-ie7 .row .row.small-collapse .small-12, .desktop-ie8 .row.small-collapse .small-12, .desktop-ie8 .row .row.small-collapse .small-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 99.9%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-1, .desktop-ie7 .row .row .medium-1, .desktop-ie8 .row .medium-1, .desktop-ie8 .row .row .medium-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 4.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-2, .desktop-ie7 .row .row .medium-2, .desktop-ie8 .row .medium-2, .desktop-ie8 .row .row .medium-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 12.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-3, .desktop-ie7 .row .row .medium-3, .desktop-ie8 .row .medium-3, .desktop-ie8 .row .row .medium-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 20.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-4, .desktop-ie7 .row .row .medium-4, .desktop-ie8 .row .medium-4, .desktop-ie8 .row .row .medium-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 29.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-5, .desktop-ie7 .row .row .medium-5, .desktop-ie8 .row .medium-5, .desktop-ie8 .row .row .medium-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 37.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-6, .desktop-ie7 .row .row .medium-6, .desktop-ie8 .row .medium-6, .desktop-ie8 .row .row .medium-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 45.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-7, .desktop-ie7 .row .row .medium-7, .desktop-ie8 .row .medium-7, .desktop-ie8 .row .row .medium-7 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 54.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-8, .desktop-ie7 .row .row .medium-8, .desktop-ie8 .row .medium-8, .desktop-ie8 .row .row .medium-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 62.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-9, .desktop-ie7 .row .row .medium-9, .desktop-ie8 .row .medium-9, .desktop-ie8 .row .row .medium-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 70.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-10, .desktop-ie7 .row .row .medium-10, .desktop-ie8 .row .medium-10, .desktop-ie8 .row .row .medium-10 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 79.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-11, .desktop-ie7 .row .row .medium-11, .desktop-ie8 .row .medium-11, .desktop-ie8 .row .row .medium-11 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 87.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .medium-12, .desktop-ie7 .row .row .medium-12, .desktop-ie8 .row .medium-12, .desktop-ie8 .row .row .medium-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 95.9%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 40.063em) {
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-1, .desktop-ie7 .row .row .medium-1, .desktop-ie8 .row .medium-1, .desktop-ie8 .row .row .medium-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 4.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-1, .desktop-ie7 .row .row.medium-collapse .medium-1, .desktop-ie8 .row.medium-collapse .medium-1, .desktop-ie8 .row .row.medium-collapse .medium-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 8.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-2, .desktop-ie7 .row .row .medium-2, .desktop-ie8 .row .medium-2, .desktop-ie8 .row .row .medium-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 12.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-2, .desktop-ie7 .row .row.medium-collapse .medium-2, .desktop-ie8 .row.medium-collapse .medium-2, .desktop-ie8 .row .row.medium-collapse .medium-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 16.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-3, .desktop-ie7 .row .row .medium-3, .desktop-ie8 .row .medium-3, .desktop-ie8 .row .row .medium-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 20.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-3, .desktop-ie7 .row .row.medium-collapse .medium-3, .desktop-ie8 .row.medium-collapse .medium-3, .desktop-ie8 .row .row.medium-collapse .medium-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-4, .desktop-ie7 .row .row .medium-4, .desktop-ie8 .row .medium-4, .desktop-ie8 .row .row .medium-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 29.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-4, .desktop-ie7 .row .row.medium-collapse .medium-4, .desktop-ie8 .row.medium-collapse .medium-4, .desktop-ie8 .row .row.medium-collapse .medium-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 33.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-5, .desktop-ie7 .row .row .medium-5, .desktop-ie8 .row .medium-5, .desktop-ie8 .row .row .medium-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 37.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-5, .desktop-ie7 .row .row.medium-collapse .medium-5, .desktop-ie8 .row.medium-collapse .medium-5, .desktop-ie8 .row .row.medium-collapse .medium-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 41.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-6, .desktop-ie7 .row .row .medium-6, .desktop-ie8 .row .medium-6, .desktop-ie8 .row .row .medium-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 45.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-6, .desktop-ie7 .row .row.medium-collapse .medium-6, .desktop-ie8 .row.medium-collapse .medium-6, .desktop-ie8 .row .row.medium-collapse .medium-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 49.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-7, .desktop-ie7 .row .row .medium-7, .desktop-ie8 .row .medium-7, .desktop-ie8 .row .row .medium-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 54.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-7, .desktop-ie7 .row .row.medium-collapse .medium-7, .desktop-ie8 .row.medium-collapse .medium-7, .desktop-ie8 .row .row.medium-collapse .medium-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 58.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-8, .desktop-ie7 .row .row .medium-8, .desktop-ie8 .row .medium-8, .desktop-ie8 .row .row .medium-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 62.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-8, .desktop-ie7 .row .row.medium-collapse .medium-8, .desktop-ie8 .row.medium-collapse .medium-8, .desktop-ie8 .row .row.medium-collapse .medium-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 66.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-9, .desktop-ie7 .row .row .medium-9, .desktop-ie8 .row .medium-9, .desktop-ie8 .row .row .medium-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 70.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-9, .desktop-ie7 .row .row.medium-collapse .medium-9, .desktop-ie8 .row.medium-collapse .medium-9, .desktop-ie8 .row .row.medium-collapse .medium-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 74.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-10, .desktop-ie7 .row .row .medium-10, .desktop-ie8 .row .medium-10, .desktop-ie8 .row .row .medium-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 79.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-10, .desktop-ie7 .row .row.medium-collapse .medium-10, .desktop-ie8 .row.medium-collapse .medium-10, .desktop-ie8 .row .row.medium-collapse .medium-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 83.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-11, .desktop-ie7 .row .row .medium-11, .desktop-ie8 .row .medium-11, .desktop-ie8 .row .row .medium-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 87.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-11, .desktop-ie7 .row .row.medium-collapse .medium-11, .desktop-ie8 .row.medium-collapse .medium-11, .desktop-ie8 .row .row.medium-collapse .medium-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 91.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .medium-12, .desktop-ie7 .row .row .medium-12, .desktop-ie8 .row .medium-12, .desktop-ie8 .row .row .medium-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.medium-collapse .medium-12, .desktop-ie7 .row .row.medium-collapse .medium-12, .desktop-ie8 .row.medium-collapse .medium-12, .desktop-ie8 .row .row.medium-collapse .medium-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 99.9%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-1, .desktop-ie7 .row .row .large-1, .desktop-ie8 .row .large-1, .desktop-ie8 .row .row .large-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 4.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-2, .desktop-ie7 .row .row .large-2, .desktop-ie8 .row .large-2, .desktop-ie8 .row .row .large-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 12.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-3, .desktop-ie7 .row .row .large-3, .desktop-ie8 .row .large-3, .desktop-ie8 .row .row .large-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 20.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-4, .desktop-ie7 .row .row .large-4, .desktop-ie8 .row .large-4, .desktop-ie8 .row .row .large-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 29.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-5, .desktop-ie7 .row .row .large-5, .desktop-ie8 .row .large-5, .desktop-ie8 .row .row .large-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 37.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-6, .desktop-ie7 .row .row .large-6, .desktop-ie8 .row .large-6, .desktop-ie8 .row .row .large-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 45.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-7, .desktop-ie7 .row .row .large-7, .desktop-ie8 .row .large-7, .desktop-ie8 .row .row .large-7 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 54.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-8, .desktop-ie7 .row .row .large-8, .desktop-ie8 .row .large-8, .desktop-ie8 .row .row .large-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 62.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-9, .desktop-ie7 .row .row .large-9, .desktop-ie8 .row .large-9, .desktop-ie8 .row .row .large-9 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 70.9%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-10, .desktop-ie7 .row .row .large-10, .desktop-ie8 .row .large-10, .desktop-ie8 .row .row .large-10 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 79.23333%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-11, .desktop-ie7 .row .row .large-11, .desktop-ie8 .row .large-11, .desktop-ie8 .row .row .large-11 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 87.56667%;
  margin-left: 2%;
  margin-right: 2%;
}
/* line 102, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .row .large-12, .desktop-ie7 .row .row .large-12, .desktop-ie8 .row .large-12, .desktop-ie8 .row .row .large-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 95.9%;
  margin-left: 2%;
  margin-right: 2%;
}
@media only screen and (min-width: 64.063em) {
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-1, .desktop-ie7 .row .row .large-1, .desktop-ie8 .row .large-1, .desktop-ie8 .row .row .large-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 4.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-1, .desktop-ie7 .row .row.large-collapse .large-1, .desktop-ie8 .row.large-collapse .large-1, .desktop-ie8 .row .row.large-collapse .large-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 8.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-2, .desktop-ie7 .row .row .large-2, .desktop-ie8 .row .large-2, .desktop-ie8 .row .row .large-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 12.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-2, .desktop-ie7 .row .row.large-collapse .large-2, .desktop-ie8 .row.large-collapse .large-2, .desktop-ie8 .row .row.large-collapse .large-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 16.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-3, .desktop-ie7 .row .row .large-3, .desktop-ie8 .row .large-3, .desktop-ie8 .row .row .large-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 20.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-3, .desktop-ie7 .row .row.large-collapse .large-3, .desktop-ie8 .row.large-collapse .large-3, .desktop-ie8 .row .row.large-collapse .large-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 24.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-4, .desktop-ie7 .row .row .large-4, .desktop-ie8 .row .large-4, .desktop-ie8 .row .row .large-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 29.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-4, .desktop-ie7 .row .row.large-collapse .large-4, .desktop-ie8 .row.large-collapse .large-4, .desktop-ie8 .row .row.large-collapse .large-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 33.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-5, .desktop-ie7 .row .row .large-5, .desktop-ie8 .row .large-5, .desktop-ie8 .row .row .large-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 37.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-5, .desktop-ie7 .row .row.large-collapse .large-5, .desktop-ie8 .row.large-collapse .large-5, .desktop-ie8 .row .row.large-collapse .large-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 41.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-6, .desktop-ie7 .row .row .large-6, .desktop-ie8 .row .large-6, .desktop-ie8 .row .row .large-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 45.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-6, .desktop-ie7 .row .row.large-collapse .large-6, .desktop-ie8 .row.large-collapse .large-6, .desktop-ie8 .row .row.large-collapse .large-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 49.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-7, .desktop-ie7 .row .row .large-7, .desktop-ie8 .row .large-7, .desktop-ie8 .row .row .large-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 54.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-7, .desktop-ie7 .row .row.large-collapse .large-7, .desktop-ie8 .row.large-collapse .large-7, .desktop-ie8 .row .row.large-collapse .large-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 58.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-8, .desktop-ie7 .row .row .large-8, .desktop-ie8 .row .large-8, .desktop-ie8 .row .row .large-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 62.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-8, .desktop-ie7 .row .row.large-collapse .large-8, .desktop-ie8 .row.large-collapse .large-8, .desktop-ie8 .row .row.large-collapse .large-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 66.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-9, .desktop-ie7 .row .row .large-9, .desktop-ie8 .row .large-9, .desktop-ie8 .row .row .large-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 70.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-9, .desktop-ie7 .row .row.large-collapse .large-9, .desktop-ie8 .row.large-collapse .large-9, .desktop-ie8 .row .row.large-collapse .large-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 74.9%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-10, .desktop-ie7 .row .row .large-10, .desktop-ie8 .row .large-10, .desktop-ie8 .row .row .large-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 79.23333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-10, .desktop-ie7 .row .row.large-collapse .large-10, .desktop-ie8 .row.large-collapse .large-10, .desktop-ie8 .row .row.large-collapse .large-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 83.23333%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-11, .desktop-ie7 .row .row .large-11, .desktop-ie8 .row .large-11, .desktop-ie8 .row .row .large-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 87.56667%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-11, .desktop-ie7 .row .row.large-collapse .large-11, .desktop-ie8 .row.large-collapse .large-11, .desktop-ie8 .row .row.large-collapse .large-11 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 91.56667%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 102, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row .large-12, .desktop-ie7 .row .row .large-12, .desktop-ie8 .row .large-12, .desktop-ie8 .row .row .large-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 95.9%;
    margin-left: 2%;
    margin-right: 2%;
  }
  /* line 121, ../scss/_foundation_legacy_ie.scss */
  .desktop-ie7 .row.large-collapse .large-12, .desktop-ie7 .row .row.large-collapse .large-12, .desktop-ie8 .row.large-collapse .large-12, .desktop-ie8 .row .row.large-collapse .large-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 99.9%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 142, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .column.small-centered, .desktop-ie7 .columns.small-centered, .desktop-ie8 .column.small-centered, .desktop-ie8 .columns.small-centered {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* line 142, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .column.medium-centered, .desktop-ie7 .columns.medium-centered, .desktop-ie8 .column.medium-centered, .desktop-ie8 .columns.medium-centered {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* line 142, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .column.large-centered, .desktop-ie7 .columns.large-centered, .desktop-ie8 .column.large-centered, .desktop-ie8 .columns.large-centered {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* line 160, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .icon-embed, .desktop-ie8 .icon-embed {
  padding-left: 30% !important;
  padding-right: 2% !important;
  max-width: 68%;
}
/* line 169, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .icon-embed.icon-left, .desktop-ie8 .icon-embed.icon-left {
  background-position: 10% center !important;
  padding-left: 30% !important;
  padding-right: 2% !important;
}
/* line 175, ../scss/_foundation_legacy_ie.scss */
.desktop-ie7 .icon-embed.icon-right, .desktop-ie8 .icon-embed.icon-right {
  background-position: 90% center !important;
  padding-left: 2% !important;
  padding-right: 30% !important;
}

/* line 3, ../scss/_utilities.scss */
.link-display-block {
  display: block;
}

/* line 7, ../scss/_utilities.scss */
.display-block {
  display: block;
}

/* line 11, ../scss/_utilities.scss */
.hidden {
  display: none;
}

/* line 15, ../scss/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 19, ../scss/_utilities.scss */
.clear {
  clear: both;
}

/* line 23, ../scss/_utilities.scss */
::-webkit-input-placeholder {
  color: #555851;
}

/* line 27, ../scss/_utilities.scss */
:-moz-placeholder {
  color: #545850 !important;
}

/* line 31, ../scss/_utilities.scss */
::-moz-placeholder {
  color: #545850 !important;
}

/* line 35, ../scss/_utilities.scss */
:-ms-input-placeholder {
  color: #555851;
}

/* line 39, ../scss/_utilities.scss */
.padless {
  padding: 0;
}

/* line 43, ../scss/_utilities.scss */
.centered-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 50, ../scss/_utilities.scss */
.clearfix:before, .desktop-ie7 .row:before, .desktop-ie7 .row .row:before, .desktop-ie8 .row:before, .desktop-ie8 .row .row:before, .desktop-ie7 .row .column:before, .desktop-ie7 .row .columns:before, .desktop-ie7 .row .row .column:before, .desktop-ie7 .row .row .columns:before, .desktop-ie8 .row .column:before, .desktop-ie8 .row .columns:before, .desktop-ie8 .row .row .column:before, .desktop-ie8 .row .row .columns:before, .panel:before, #popupScreen .popup-window:before, .top-nav-links > .column:before, .top-nav-links ul:before, .expandpanel .content:before, .quotepanel > .row:before, body.payin-page .field-panel:before, body.payin-page .date-field:before, #popupScreen .popup-content:before {
  content: "";
  display: table;
}
/* line 54, ../scss/_utilities.scss */
.clearfix:after, .desktop-ie7 .row:after, .desktop-ie7 .row .row:after, .desktop-ie8 .row:after, .desktop-ie8 .row .row:after, .desktop-ie7 .row .column:after, .desktop-ie7 .row .columns:after, .desktop-ie7 .row .row .column:after, .desktop-ie7 .row .row .columns:after, .desktop-ie8 .row .column:after, .desktop-ie8 .row .columns:after, .desktop-ie8 .row .row .column:after, .desktop-ie8 .row .row .columns:after, .panel:after, #popupScreen .popup-window:after, .top-nav-links > .column:after, .top-nav-links ul:after, .expandpanel .content:after, .quotepanel > .row:after, body.payin-page .field-panel:after, body.payin-page .date-field:after, #popupScreen .popup-content:after {
  content: "";
  display: table;
  clear: both;
}

/* line 67, ../scss/_utilities.scss */
.grid-small .show-for-medium {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-small .show-for-large {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-small .show-for-xlarge {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-small .show-for-xxlarge {
  display: none !important;
}
/* line 73, ../scss/_utilities.scss */
.grid-small .hide-for-small {
  display: none !important;
}

/* line 67, ../scss/_utilities.scss */
.grid-medium .show-for-small {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-medium .show-for-large {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-medium .show-for-xlarge {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-medium .show-for-xxlarge {
  display: none !important;
}
/* line 73, ../scss/_utilities.scss */
.grid-medium .hide-for-medium {
  display: none !important;
}

/* line 67, ../scss/_utilities.scss */
.grid-large .show-for-small {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-large .show-for-medium {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-large .show-for-xlarge {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-large .show-for-xxlarge {
  display: none !important;
}
/* line 73, ../scss/_utilities.scss */
.grid-large .hide-for-large {
  display: none !important;
}

/* line 67, ../scss/_utilities.scss */
.grid-xlarge .show-for-small {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-xlarge .show-for-medium {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-xlarge .show-for-large {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-xlarge .show-for-xxlarge {
  display: none !important;
}
/* line 73, ../scss/_utilities.scss */
.grid-xlarge .hide-for-xlarge {
  display: none !important;
}

/* line 67, ../scss/_utilities.scss */
.grid-xxlarge .show-for-small {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-xxlarge .show-for-medium {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-xxlarge .show-for-large {
  display: none !important;
}
/* line 67, ../scss/_utilities.scss */
.grid-xxlarge .show-for-xlarge {
  display: none !important;
}
/* line 73, ../scss/_utilities.scss */
.grid-xxlarge .hide-for-xxlarge {
  display: none !important;
}

/* line 82, ../scss/_utilities.scss */
.device-mobile .hide-for-mobile, .device-mobile .mobile-hide {
  display: none !important;
}
/* line 85, ../scss/_utilities.scss */
.device-mobile .show-for-desktop,
.device-mobile .show-for-tablet {
  display: none !important;
}

/* line 92, ../scss/_utilities.scss */
.device-tablet .hide-for-tablet {
  display: none !important;
}
/* line 95, ../scss/_utilities.scss */
.device-tablet .show-for-desktop,
.device-tablet .show-for-mobile {
  display: none !important;
}

/* line 102, ../scss/_utilities.scss */
.device-desktop .hide-for-desktop {
  display: none !important;
}
/* line 105, ../scss/_utilities.scss */
.device-desktop .show-for-mobile,
.device-desktop .show-for-tablet,
.device-desktop .show-for-device {
  display: none !important;
}

/* line 113, ../scss/_utilities.scss */
.device-mobile .hide-for-device, .device-tablet .hide-for-device {
  display: none !important;
}
/* line 116, ../scss/_utilities.scss */
.device-mobile .show-for-desktop, .device-tablet .show-for-desktop {
  display: none !important;
}

/* line 1, ../scss/_global.scss */
.lh1_3rem {
  line-height: 1.3rem;
}

/* line 3, ../scss/_global.scss */
.fs0_7rem {
  font-size: 0.7rem;
}

/* line 4, ../scss/_global.scss */
.fs0_8rem {
  font-size: 0.8rem;
}

/* line 5, ../scss/_global.scss */
.fs0_9rem {
  font-size: 0.9rem;
}

/* line 6, ../scss/_global.scss */
.fs1rem {
  font-size: 1rem;
}

/* line 7, ../scss/_global.scss */
.fs1_1rem {
  font-size: 1.1rem;
}

/* line 8, ../scss/_global.scss */
.fs1_2rem {
  font-size: 1.2rem;
}

/* line 9, ../scss/_global.scss */
.fs1_3rem {
  font-size: 1.3rem;
}

/* line 10, ../scss/_global.scss */
.fs1_4rem {
  font-size: 1.4rem;
}

/* line 11, ../scss/_global.scss */
.fs1_5rem {
  font-size: 1.5rem;
}

/* line 12, ../scss/_global.scss */
.fs1_6rem {
  font-size: 1.6rem;
}

/* line 13, ../scss/_global.scss */
.fs1_7rem {
  font-size: 1.7rem;
}

/* line 15, ../scss/_global.scss */
.fc_purple {
  color: #682c88 !important;
}

/* line 17, ../scss/_global.scss */
html {
  overflow-x: hidden;
}

/*----------------------------------------------------------------------------*/
/* BODY COPY */
/*----------------------------------------------------------------------------*/
/* line 25, ../scss/_global.scss */
body {
  line-height: 1.4em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/*----------------------------------------------------------------------------*/
/* BODY COPY */
/*----------------------------------------------------------------------------*/
/* line 40, ../scss/_global.scss */
.body-copy {
  color: #545850;
  font-size: 20.8px;
  font-size: 1.3rem;
  margin: 40px 0;
}

/*----------------------------------------------------------------------------*/
/* HEADERS */
/*----------------------------------------------------------------------------*/
/* line 49, ../scss/_global.scss */
h3, .panel h3, #popupScreen .popup-window h3 {
  color: #00a246;
  font-family: Futura, arial, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
}

/* line 55, ../scss/_global.scss */
h4, .panel h4, #popupScreen .popup-window h4 {
  font-family: Futura, arial, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #00a246;
}

/* line 62, ../scss/_global.scss */
.panel.ctapanel h3, #popupScreen .ctapanel.popup-window h3 {
  text-align: center;
}

/*----------------------------------------------------------------------------*/
/* PARAGRAPH */
/*----------------------------------------------------------------------------*/
/* line 69, ../scss/_global.scss */
p, .panel p, #popupScreen .popup-window p, .panel .text-box, #popupScreen .popup-window .text-box {
  color: #545850;
  font-size: 1em;
  line-height: 1.3em;
  -ms-word-wrap: break-word;
}

/* line 77, ../scss/_global.scss */
small {
  font-size: 80%;
}

/*----------------------------------------------------------------------------*/
/* LISTS */
/*----------------------------------------------------------------------------*/
/* line 84, ../scss/_global.scss */
ol, ul, li {
  list-style: none;
}

/*----------------------------------------------------------------------------*/
/* INPUTS */
/*----------------------------------------------------------------------------*/
/* line 91, ../scss/_global.scss */
select {
  padding: 0 0 0 0.5em;
}

/*----------------------------------------------------------------------------*/
/* LINKS */
/*----------------------------------------------------------------------------*/
/* line 98, ../scss/_global.scss */
a {
  color: #005c46;
  font-weight: 100;
  font-size: 20.8px;
  font-size: 1.3rem;
  text-decoration: none;
}

/* line 106, ../scss/_global.scss */
.panel a, #popupScreen .popup-window a {
  font-size: 16px;
  font-size: 1rem;
  //text-decoration: underline;
}

/* line 110, ../scss/_global.scss */
a:hover {
  color: #00a246;
  text-decoration: none;
}

.panel a.removeFriend {
  display: none;
  position: relative;
  top: 4px;
  text-decoration: none;
}

.panel a.removeFriend.is-active {
  display: inline;
}

.panel a.fl-right {
  margin-right: 10%;
  text-decoration: underline;
}

.panel a.fl-right:hover {
    text-decoration: none;
}

.recipients-list {
  margin-top: 10px;
}

.panel .dsp-iblock {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

@media only screen and (max-width: 40em) {
    .panel .dsp-iblock {
        width: 86.5%;
    }
}

/* line 115, ../scss/_global.scss */
.text-link {
  font-size: 17.6px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 40em) {
  /* line 115, ../scss/_global.scss */
  .text-link {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

/* line 123, ../scss/_global.scss */
.centered-text {
  text-align: center;
}

/*----------------------------------------------------------------------------*/
/* PANEL */
/*----------------------------------------------------------------------------*/
/* line 130, ../scss/_global.scss */
.panel, #popupScreen .popup-window {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding-bottom: 20px;
  color: #545850;
}
/* line 137, ../scss/_global.scss */
.panel a.link, #popupScreen .popup-window a.link, .panel p a, #popupScreen .popup-window p a {
  text-decoration: underline !important;
}
/* line 58, ../scss/_mixins.scss */
.panel a.link:hover, #popupScreen .popup-window a.link:hover, .panel p a:hover, #popupScreen .popup-window p a:hover {
  color: #00a246 !important;
}
/* line 144, ../scss/_global.scss */
.panel h2, #popupScreen .popup-window h2, .panel h3, #popupScreen .popup-window h3, .panel h4, #popupScreen .popup-window h4 {
  margin-bottom: 19.2px;
  margin-bottom: 1.2rem;
}
/* line 149, ../scss/_global.scss */
.panel.center h3, #popupScreen .center.popup-window h3 {
  text-align: center;
}
/* line 152, ../scss/_global.scss */
.panel.center p, #popupScreen .center.popup-window p {
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}
/* line 161, ../scss/_global.scss */
.panel .embed-container, #popupScreen .popup-window .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 169, ../scss/_global.scss */
.panel .embed-container iframe, #popupScreen .popup-window .embed-container iframe, .panel .embed-container object, #popupScreen .popup-window .embed-container object, .panel .embed-container embed, #popupScreen .popup-window .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 177, ../scss/_global.scss */
.panel .media-wrapper, #popupScreen .popup-window .media-wrapper {
  float: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 183, ../scss/_global.scss */
.panel .button, #popupScreen .popup-window .button, .panel .fundingpanel .figures-slider button, .fundingpanel .figures-slider .panel button, #popupScreen .popup-window .fundingpanel .figures-slider button, .fundingpanel .figures-slider #popupScreen .popup-window button {
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 187, ../scss/_global.scss */
.panel .button.help-toggle, #popupScreen .popup-window .button.help-toggle, .panel .fundingpanel .figures-slider button.help-toggle, .fundingpanel .figures-slider .panel button.help-toggle, #popupScreen .popup-window .fundingpanel .figures-slider button.help-toggle, .fundingpanel .figures-slider #popupScreen .popup-window button.help-toggle {
  margin-top: 0;
}
/* line 191, ../scss/_global.scss */
.panel .button.link, #popupScreen .popup-window .button.link, .panel .fundingpanel .figures-slider button.link, .fundingpanel .figures-slider .panel button.link, #popupScreen .popup-window .fundingpanel .figures-slider button.link, .fundingpanel .figures-slider #popupScreen .popup-window button.link {
  text-decoration: none;
}
/* line 197, ../scss/_global.scss */
.panel .padless .button, #popupScreen .popup-window .padless .button, .panel .padless .fundingpanel .figures-slider button, .fundingpanel .figures-slider .panel .padless button, #popupScreen .popup-window .padless .fundingpanel .figures-slider button, .fundingpanel .figures-slider #popupScreen .popup-window .padless button {
  margin-top: 36px;
}

/* line 204, ../scss/_global.scss */
.centered-panel > .column {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 40em) {
  /* line 211, ../scss/_global.scss */
  .global-panel {
    background: none;
    border: none;
  }
}

@media only screen and (min-width: 40.063em) {
  /* line 218, ../scss/_global.scss */
  .mobile-panel {
    background: none;
    border: none;
  }
}

/*----------------------------------------------------------------------------*/
/* EMAILS */
/*----------------------------------------------------------------------------*/
/* line 229, ../scss/_global.scss */
a[href*="mailto"] {
  display: inline-block;
  word-break: break-word;
}

/*----------------------------------------------------------------------------*/
/* HORIZONTAL RULE */
/*----------------------------------------------------------------------------*/
/* line 237, ../scss/_global.scss */
hr {
  border: none;
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

/*----------------------------------------------------------------------------*/
/* BUTTON */
/*----------------------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
  /* line 251, ../scss/_global.scss */
  .button.secondary, .fundingpanel .figures-slider button {
    padding: 11.2px;
    padding: 0.7rem;
  }
}

/*----------------------------------------------------------------------------*/
/* CONTAINERS */
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* ICONS */
/*----------------------------------------------------------------------------*/
/* line 267, ../scss/_global.scss */
.icon, .fundingpanel .figures-slider button {
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 30px auto;
  text-indent: -9999px;
}
/* line 273, ../scss/_global.scss */
.icon.button, .fundingpanel .figures-slider button {
  min-width: 40px;
  min-height: 40px;
}
/* line 278, ../scss/_global.scss */
.icon.icon-left, .fundingpanel .figures-slider button.icon-left {
  background-position: left center;
}
/* line 282, ../scss/_global.scss */
.icon.icon-right, .fundingpanel .figures-slider button.icon-right {
  background-position: right center;
}

/* line 287, ../scss/_global.scss */
.icon-embed {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 30px auto !important;
  background-position: 10% center !important;
  padding-left: 60px;
  padding-right: 10px;
  text-indent: 0;
}
/* line 299, ../scss/_global.scss */
.icon-embed.icon-left {
  background-position: 10% center !important;
  padding-left: 60px;
  padding-right: 10px;
}
/* line 305, ../scss/_global.scss */
.icon-embed.icon-right {
  background-position: 90% center !important;
  padding-left: 10px;
  padding-right: 60px;
}
/* line 313, ../scss/_global.scss */
.icon-embed.button.backtotop, .fundingpanel .figures-slider button.icon-embed.backtotop {
  padding-left: 0;
  padding-right: 50px;
  background-position: 85% center !important;
}

/* line 322, ../scss/_global.scss */
.icon.icon-plus, .fundingpanel .figures-slider button.icon-plus, .fundingpanel .figures-slider button.slick-next, .icon-embed.icon-plus, .fundingpanel .figures-slider button.icon-embed.slick-next {
  background-image: url(../img/icons/icon-plus.png) !important;
}
/* line 325, ../scss/_global.scss */
.icon.icon-minus, .fundingpanel .figures-slider button.icon-minus, .fundingpanel .figures-slider button.slick-prev, .icon-embed.icon-minus, .fundingpanel .figures-slider button.icon-embed.slick-prev {
  background-image: url(../img/icons/icon-minus.png) !important;
}
/* line 328, ../scss/_global.scss */
.icon.icon-close, .fundingpanel .figures-slider button.icon-close, .icon-embed.icon-close {
  background-image: url(../img/icons/icon-close.png) !important;
}
/* line 331, ../scss/_global.scss */
.icon.icon-up, .fundingpanel .figures-slider button.icon-up, .icon-embed.icon-up {
  background-image: url(../img/icons/white-up-chevron.png) !important;
}
/* line 334, ../scss/_global.scss */
.icon.icon-down, .fundingpanel .figures-slider button.icon-down, .icon-embed.icon-down {
  background-image: url(../img/icons/white-down-chevron.png) !important;
}
/* line 337, ../scss/_global.scss */
.icon.icon-search, .fundingpanel .figures-slider button.icon-search, .icon-embed.icon-search {
  background-image: url(../img/icons/icon-search.png) !important;
}
/* line 340, ../scss/_global.scss */
.icon.icon-target, .fundingpanel .figures-slider button.icon-target, .icon-embed.icon-target {
  background-image: url(../img/icons/icon-target.png) !important;
}
/* line 343, ../scss/_global.scss */
.icon.icon-facebook, .fundingpanel .figures-slider button.icon-facebook, .icon-embed.icon-facebook {
  background-image: url(../img/icons/icon-facebook.png) !important;
}
/* line 346, ../scss/_global.scss */
.icon.icon-help, .fundingpanel .figures-slider button.icon-help, .icon-embed.icon-help {
  background-image: url(../img/icons/icon-help.png) !important;
}
/* line 349, ../scss/_global.scss */
.icon.icon-download, .fundingpanel .figures-slider button.icon-download, .icon-embed.icon-download {
  background-image: url(../img/icons/icon-download.png) !important;
}
/* line 352, ../scss/_global.scss */
.icon.icon-arrow-left, .fundingpanel .figures-slider button.icon-arrow-left, .icon-embed.icon-arrow-left {
  background-image: url(../img/icons/icon-arrow-left.png) !important;
}
/* line 355, ../scss/_global.scss */
.icon.icon-arrow-right, .fundingpanel .figures-slider button.icon-arrow-right, .icon-embed.icon-arrow-right {
  background-image: url(../img/icons/icon-arrow-right.png) !important;
}

/* line 360, ../scss/_global.scss */
p a {
  font-size: 1em;
}

/*----------------------------------------------------------------------------*/
/* HEADER SECTION */
/*----------------------------------------------------------------------------*/
/* line 4, ../scss/_main.scss */
.pay-in {
  margin-right: 26px;
}
@media only screen and (max-width: 40em) {
  /* line 4, ../scss/_main.scss */
  .pay-in {
    margin-right: 8px;
  }
}

/* line 11, ../scss/_main.scss */
#signup2 .log-in {
  margin-right: 26px;
}

/* line 15, ../scss/_main.scss */
.search-button {
  background: transparent;
}
/* line 17, ../scss/_main.scss */
.search-button:hover, .search-button:focus {
  background: transparent;
}

/* line 22, ../scss/_main.scss */
.abs-button {
  position: absolute;
  bottom: 0;
  width: 262px !important;
  margin: 0 0 40px 0 !important;
}

/* line 30, ../scss/_main.scss */
.top-nav-btns .pay-in, .top-nav-btns .log-in {
  float: left;
  margin-right: 0;
}
/* line 35, ../scss/_main.scss */
.top-nav-btns .log-in {
  float: right;
}

@media only screen and (max-width: 40em) {
  /* line 41, ../scss/_main.scss */
  .pay-in, .log-in {
    /*font-size: 8px;
    font-size: 0.5rem;*/
  }

  /* line 44, ../scss/_main.scss */
  .sign-in {
    padding: 11.2px;
    padding: 0.7rem;
  }
}
/*----------------------------------------------------------------------------*/
/* WRAPPER */
/*----------------------------------------------------------------------------*/
/* line 52, ../scss/_main.scss */
.wrapper {
  width: 100%;
  background: 50% 0 repeat-y;
  background-size: 100% auto;
  overflow: hidden;
}

/*----------------------------------------------------------------------------*/
/* WRAPPER BACKGROUND */
/*----------------------------------------------------------------------------*/
/* line 66, ../scss/_main.scss */
.device-desktop .wrapper.background, .device-tablet .wrapper.background {
  background-image: url(../img/backgrounds/napkin.jpg);
  background-position-y: 80px;
}
/* line 70, ../scss/_main.scss */
.device-desktop .wrapper.background .page-title-row, .device-tablet .wrapper.background .page-title-row {
  min-height: 180px;
}
/* line 74, ../scss/_main.scss */
.device-desktop .wrapper.background .page-title-row .page-title img, .device-tablet .wrapper.background .page-title-row .page-title img {
  display: inline-block;
}
/* line 92, ../scss/_main.scss */
.device-desktop .home .wrapper.background, .device-tablet .home .wrapper.background {
  background-image: url(../img/backgrounds/home.jpg);
  background-position-y: -90px;
}
/* line 99, ../scss/_main.scss */
.device-desktop .signup-page .wrapper.background, .device-tablet .signup-page .wrapper.background {
  background-image: url(../img/signup_bg_desktop.jpg);
}

/* line 107, ../scss/_main.scss */
.device-mobile .wrapper.background {
  background-image: url(../img/backgrounds/napkin-mobile.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position-y: 100px;
}
/* line 115, ../scss/_main.scss */
.device-mobile .wrapper.background .page-title .title-image-mobile {
  min-width: 140%;
  margin-left: -20%;
  margin-top: -30px;
}
/* line 129, ../scss/_main.scss */
.device-mobile .home .wrapper.background {
  background-image: url(../img/backgrounds/home-mobile.jpg);
}
/* line 132, ../scss/_main.scss */
.device-mobile .home .wrapper.background .page-title {
  margin-bottom: -30%;
}
/* line 139, ../scss/_main.scss */
.device-mobile .signup-page .wrapper.background {
  background-image: url(../img/signup_bg_mobile.jpg);
}

/*----------------------------------------------------------------------------*/
/* NAVIGATION */
/*----------------------------------------------------------------------------*/
/* line 153, ../scss/_main.scss */
.navigation {
  padding-top: 20px;
}
/* line 156, ../scss/_main.scss */
.navigation h1 {
  margin: 0 0 20px 0;
}
/* line 158, ../scss/_main.scss */
.navigation > .column + .column {
  padding-left: 0;
}

/* line 162, ../scss/_main.scss */
.navigation-white {
  background-color: #fff;
}

/* line 166, ../scss/_main.scss */
#signup2 .navigation-white {
  margin-bottom: 20px;
}

@media only screen and (max-width: 40em) {
  /* line 170, ../scss/_main.scss */
  #signup2 .sign-in {
    width: 147px;
  }
}

/* line 176, ../scss/_main.scss */
.top-nav-links-bg {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid white;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid white;
}

@media only screen and (max-width: 40em) {
  /* line 190, ../scss/_main.scss */
  .top-nav-btns > .row > .column.small-6 {
    padding-right: 5px;
  }
  /* line 193, ../scss/_main.scss */
  .top-nav-btns > .row > .column.small-6 + .column.small-6 {
    padding-right: .9375em;
    padding-left: 5px;
  }
  /* line 198, ../scss/_main.scss */
  .top-nav-btns > .row > .column.small-6 a {
    font-size: .9em;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 210, ../scss/_main.scss */
.top-nav-links > .column {
  padding: 0;
}
/* line 215, ../scss/_main.scss */
.top-nav-links > .column.small-2 {
  height: 1px;
  border: none;
}
/* line 218, ../scss/_main.scss */
.top-nav-links > .column.small-2 > a {
  border: none;
}
/* line 223, ../scss/_main.scss */
.top-nav-links > .column > a {
  padding: 0 15px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  transition: all .4s linear;
  white-space: nowrap;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
/* line 233, ../scss/_main.scss */
.top-nav-links > .column > a span {
  font-size: 12.8px;
  font-size: 0.8rem;
  position: relative;
  top: -2px;
}
/* line 239, ../scss/_main.scss */
.top-nav-links > .column > a:hover {
  background-color: white;
}
/* line 243, ../scss/_main.scss */
.top-nav-links > .column > a.selected {
  background-color: rgba(0, 92, 67, 0.9);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* line 260, ../scss/_main.scss */
.top-nav-links > .column + .column > a {
  border-left: none;
}
/* line 266, ../scss/_main.scss */
.top-nav-links > .column.current > a {
  border-bottom: 2px solid #8cc63f;
}
/* line 273, ../scss/_main.scss */
.top-nav-links ul {
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 92, 67, 0.9);
  z-index: 999;
}
/* line 285, ../scss/_main.scss */
.top-nav-links ul > li {
  display: block;
  width: 92%;
  margin: 0 4%;
}
/* line 294, ../scss/_main.scss */
.top-nav-links ul > li + li a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 299, ../scss/_main.scss */
.top-nav-links ul > li > a {
  display: block;
  width: 100%;
  min-height: 24px;
  line-height: 22.4px;
  line-height: 1.4rem;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  color: white;
  transition: background-color .4s ease-out;
  background-color: rgba(255, 255, 255, 0);
}
/* line 311, ../scss/_main.scss */
.top-nav-links ul > li > a:hover {
  transition: background-color .2s ease-out;
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 40em) {
  /* line 299, ../scss/_main.scss */
  .top-nav-links ul > li > a {
    font-size: 1em;
  }
}

/*----------------------------------------------------------------------------*/
/* PAGE TITLE */
/*----------------------------------------------------------------------------*/
/* line 333, ../scss/_main.scss */
.page-title {
  min-height: 50px;
  padding-top: 20px;
}
/* line 337, ../scss/_main.scss */
.page-title h2 {
  margin-top: -2px;
}
/* line 341, ../scss/_main.scss */
.page-title img {
  width: 50%;
  max-width: 700px;
  min-width: 300px;
}
/* line 347, ../scss/_main.scss */
.home .page-title {
  padding-top: 0;
}

/*----------------------------------------------------------------------------*/
/* EQUALIZE */
/*----------------------------------------------------------------------------*/
/* line 356, ../scss/_main.scss */
.equalize {
  margin-bottom: 30px;
}

/* line 361, ../scss/_main.scss */
footer a {
  text-decoration: none;
}
/* line 364, ../scss/_main.scss */
footer a:hover {
  text-decoration: underline;
}

/*----------------------------------------------------------------------------*/
/* FOOTER WHITE */
/*----------------------------------------------------------------------------*/
/* line 373, ../scss/_main.scss */
.footer-white {
  background-color: #fff;
  padding: 30px 0;
  min-height: 160px;
}
/* line 379, ../scss/_main.scss */
.footer-white .footer-pod {
  position: absolute;
  float: none;
  display: block;
  margin: 0;
  width: auto;
}
/* line 386, ../scss/_main.scss */
.footer-white .footer-pod + .footer-pod {
  padding-left: 0;
}
/* line 391, ../scss/_main.scss */
.footer-white .pod1 {
  top: 20px;
  left: 15px;
  width: 40%;
  max-width: 140px;
}
/* line 398, ../scss/_main.scss */
.footer-white .pod2 {
  left: 20%;
  width: auto;
}
/* line 402, ../scss/_main.scss */
.footer-white .pod2 img {
  width: 100%;
  max-width: 100px;
}
/* line 408, ../scss/_main.scss */
.footer-white .pod3 {
  left: 40%;
  width: auto;
}
/* line 412, ../scss/_main.scss */
.footer-white .pod3 img {
  width: 100%;
  max-width: 100px;
}
/* line 418, ../scss/_main.scss */
.footer-white .pod4 {
  left: 60%;
  width: auto;
}
/* line 422, ../scss/_main.scss */
.footer-white .pod4 ul {
  margin: 0;
  padding: 0;
}
/* line 426, ../scss/_main.scss */
.footer-white .pod4 ul li {
  position: relative;
}
/* line 432, ../scss/_main.scss */
.footer-white .pod5 {
  right: 15px;
}
/* line 435, ../scss/_main.scss */
.footer-white .pod5 > ul {
  margin: 0;
}
/* line 438, ../scss/_main.scss */
.footer-white .pod5 > ul > li {
  display: inline;
}
/* line 441, ../scss/_main.scss */
.footer-white .pod5 > ul > li a {
  display: inline-block;
}
/* line 444, ../scss/_main.scss */
.footer-white .pod5 > ul > li.share-links {
  display: block;
  text-align: right;
  padding-right: 7px;
}
/* line 456, ../scss/_main.scss */
.footer-white .pod-links {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: underline !important;
}
/* line 58, ../scss/_mixins.scss */
.footer-white .pod-links:hover {
  color: #00a246 !important;
}
/* line 461, ../scss/_main.scss */
.footer-white .share-links {
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
}
/* line 465, ../scss/_main.scss */
.footer-white .share-links p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #005c46;
}
/* line 474, ../scss/_main.scss */
.footer-white .facebook {
  width: 35px;
  height: 31px;
  background: url(../img/share-icons.png) 0 0 no-repeat;
}
/* line 479, ../scss/_main.scss */
.footer-white .twitter {
  width: 35px;
  height: 31px;
  background: url(../img/share-icons.png) -46px 0 no-repeat;
}
/* line 484, ../scss/_main.scss */
.footer-white .pintrest {
  width: 35px;
  height: 31px;
  background: url(../img/share-icons.png) -96px 0 no-repeat;
}
/* line 489, ../scss/_main.scss */
.footer-white .instagram {
  width: 35px;
  height: 31px;
  background: url(../img/share-icons.png) -141px 0 no-repeat;
}

  .footer-white .pod4 ul li .greenLinkRight a {
    font-size: .8rem;
    text-decoration: underline;
  }

@media only screen and (max-width: 50em) {
  /* line 373, ../scss/_main.scss */
  .footer-white {
    height: 260px;
  }
  /* line 498, ../scss/_main.scss */
  .footer-white .column {
    display: table;
  }
  /* line 502, ../scss/_main.scss */
  .footer-white .footer-pod {
    position: absolute;
    float: none;
    display: block;
    margin: 0;
    width: auto;
  }
  /* line 509, ../scss/_main.scss */
  .footer-white .footer-pod + .footer-pod {
    padding-left: 0;
  }
  /* line 514, ../scss/_main.scss */
  .footer-white .pod1 {
    top: 70px;
    width: 40%;
    max-width: 140px;
    padding-top: 0;
  }
  /* line 521, ../scss/_main.scss */
  .footer-white .pod2 {
    top: 140px;
    left: 15px;
  }
  /* line 526, ../scss/_main.scss */
  .footer-white .pod3 {
    top: 140px;
    left: auto;
    right: 15px;
  }
  /* line 532, ../scss/_main.scss */
  .footer-white .pod4 {
    top: 0;
    left: 0;
    width: 100%;
  }
  /* line 537, ../scss/_main.scss */
  .footer-white .pod4 ul {
    margin: 0;
    padding: 0;
  }

  /* line 541, ../scss/_main.scss */
  .footer-white .pod4 ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    padding: 0 15px;
    width: 50%;
  }

  .footer-white .pod4 ul li .greenLinkRight {
    display: block;
    text-align: right;
  }

  .footer-white .pod4 ul li .greenLinkRight a {
    font-size: .8rem;
    text-decoration: underline;
  }
  /* line 544, ../scss/_main.scss */
  .footer-white .pod4 ul li.sign-up {
    left: 0;
    top: 0;
  }
  /* line 549, ../scss/_main.scss */
  .footer-white .pod4 ul li.pay-in {
    left: 0;
    top: 20px;
  }
  /* line 554, ../scss/_main.scss */
  .footer-white .pod4 ul li.email {
    right: 30px;
    top: 0;
  }
  /* line 559, ../scss/_main.scss */
  .footer-white .pod4 ul li.phone {
    right: 30px;
    top: 20px;
  }
  /* line 567, ../scss/_main.scss */
  .footer-white .pod5 {
    top: 70px;
    right: 15px;
  }
}

/*----------------------------------------------------------------------------*/
/* FOOTER GREEN */
/*----------------------------------------------------------------------------*/
/* line 610, ../scss/_main.scss */
.footer-green {
  background-color: #005c46;
  padding: 15px 0 0 0;
}
/* line 614, ../scss/_main.scss */
.footer-green ul {
  margin-left: 18px;
  margin-left: 1.125rem;
}
/* line 617, ../scss/_main.scss */
.footer-green ul li {
  width: auto;
  float: left;
}
/* line 621, ../scss/_main.scss */
.footer-green ul li + li {
  margin-left: 6%;
}
/* line 628, ../scss/_main.scss */
.footer-green a {
  font-size: 11.2px;
  font-size: 0.7rem;
  text-decoration: underline !important;
  color: white;
}
/* line 58, ../scss/_mixins.scss */
.footer-green a:hover {
  color: #00a246 !important;
}
/* line 633, ../scss/_main.scss */
.footer-green p {
  margin-top: 20px;
  margin-left: 18px;
  margin-left: 1rem;
  font-size: 11.2px;
  font-size: 0.7rem;
  color: white;
}
@media only screen and (max-width: 40em) {
  /* line 641, ../scss/_main.scss */
  .footer-green ul {
    margin-left: 0;
  }
  /* line 650, ../scss/_main.scss */
  .footer-green p {
    margin-left: 0;
  }
}

/*----------------------------------------------------------------------------*/
/* INVITE/THANK EMAIL */
/*----------------------------------------------------------------------------*/
/* line 659, ../scss/_main.scss */
.invited-list .actions {
  padding: 10px 0 0;
  margin: 0;
}

/* line 664, ../scss/_main.scss */
.moreFriends, .actions a {
  font-size: 12.8px;
  font-size: 0.8rem;
  text-decoration: underline;
}
.detailspanel .section-1{
    width: 60%;
    height: inherit;
}
.detailspanel .section-2{
    width: 100%;
    height: inherit;
}

/*----------------------------------------------------------------------------*/
/* Two Column Panel */
/*----------------------------------------------------------------------------*/
/* line 12, ../scss/_components.scss */
.twocolpanel .media-container .row img {
  width: 100%;
}
/* line 16, ../scss/_components.scss */
.twocolpanel .media-container .row + .row {
  margin-top: 20px;
}

/*----------------------------------------------------------------------------*/
/* Ideas Generator Spinner Panel */
/*----------------------------------------------------------------------------*/
/* line 34, ../scss/_components.scss */
.ideaspanel label {
  display: inline;
}
/* line 37, ../scss/_components.scss */
.ideaspanel label input {
  margin-right: 5px;
}
/* line 41, ../scss/_components.scss */
.ideaspanel label + label {
  margin-left: 20px;
}
/* line 46, ../scss/_components.scss */
.ideaspanel .spinner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
/* line 53, ../scss/_components.scss */
.ideaspanel .spinner .reels {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 59, ../scss/_components.scss */
.ideaspanel .spinner .reels > ul {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* line 65, ../scss/_components.scss */
.ideaspanel .spinner .reels > ul li {
  position: relative;
  width: 100%;
  height: 100%;
  border-left: 0px solid rgba(255, 255, 255, 0.4);
  border-right: 0px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
/* line 73, ../scss/_components.scss */
.ideaspanel .spinner .reels > ul li .spinner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 85, ../scss/_components.scss */
.ideaspanel .spinner .overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/spinner-overlay.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 99, ../scss/_components.scss */
.ideaspanel .idea-info {
  margin-top: 10px;
  min-height: 120px;
}
/* line 103, ../scss/_components.scss */
.ideaspanel .idea-info > li {
  display: none;
}
/* line 106, ../scss/_components.scss */
.ideaspanel .idea-info > li h4 {
  margin: 0;
  padding-bottom: 1.2em;
}
/* line 111, ../scss/_components.scss */
.ideaspanel .idea-info > li p {
  margin: 0;
}
/* line 114, ../scss/_components.scss */
.ideaspanel .idea-info > li p + p {
  margin-top: 1.25em;
}
/* line 123, ../scss/_components.scss */
.ideaspanel.spinning .spinner .overlay {
  opacity: 1;
}
/* line 127, ../scss/_components.scss */
.ideaspanel.spinning .spinner .reels {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 131, ../scss/_components.scss */
.ideaspanel.spinning .spinner .reels > ul li {
  border-right-width: 1px;
}
@media only screen and (max-width: 40em) {
  /* line 146, ../scss/_components.scss */
  .ideaspanel .spinner {
    margin-top: 20px;
    height: 200px;
  }
}

/*----------------------------------------------------------------------------*/
/* Funding Panel */
/*----------------------------------------------------------------------------*/
/* line 158, ../scss/_components.scss */
.fundingpanel {
  	/* .facts {
  		display: block;
  		width: 100%;

  		.slider {
  			// @extend .clearfix;
  			margin: 0;
  			padding: 0;
  			position: relative;

  			.fact {
  				width: 100%;
  				height: auto;
  				display: block;
  				position: relative;//absolute;
  				top: 0;
  				left: 0;

  				p {
  					width: 100%;
  					height: auto;
  					display: block;
  				}

  				&+.fact {left: 100%;}
  				&+.fact+.fact {left: 200%;}
  				&+.fact+.fact+.fact {left: 300%;}
  				&+.fact+.fact+.fact+.fact {left: 400%;}
  				&+.fact+.fact+.fact+.fact+.fact {left: 500%;}
  				&+.fact+.fact+.fact+.fact+.fact+.fact {left: 600%;}
  				&+.fact+.fact+.fact+.fact+.fact+.fact+.fact {left: 700%;}
  				&+.fact+.fact+.fact+.fact+.fact+.fact+.fact+.fact {left: 800%;}
  				&+.fact+.fact+.fact+.fact+.fact+.fact+.fact+.fact+.fact {left: 900%;}
  				&+.fact+.fact+.fact+.fact+.fact+.fact+.fact+.fact+.fact+.fact {left: 1000%;}
  			}
  		}
  	} */
}
/* line 159, ../scss/_components.scss */
.fundingpanel .content > h3 {
  text-align: center;
}
/* line 166, ../scss/_components.scss */
.fundingpanel .figures-slider .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  margin: 0 40px;
}
/* line 175, ../scss/_components.scss */
.fundingpanel .figures-slider button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  margin: 0;
}
/* line 186, ../scss/_components.scss */
.fundingpanel .figures-slider button.slick-prev {
  left: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 195, ../scss/_components.scss */
.fundingpanel .figures-slider button.slick-next {
  right: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 246, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled {
  position: relative;
  width: 100%;
  display: block;
}
/* line 251, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled a {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  margin: 0;
}
/* line 259, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled a.icon-minus {
  left: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 267, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled a.icon-plus {
  right: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 276, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display {
  display: block;
  height: 40px;
  background-color: #717171;
  padding: 0;
  margin: 0 40px;
}
/* line 283, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider {
  margin: 0;
  padding: 0;
}
/* line 287, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 295, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item span {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 40px;
}
/* line 304, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item {
  left: 100%;
}
/* line 305, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item {
  left: 200%;
}
/* line 306, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item {
  left: 300%;
}
/* line 307, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item {
  left: 400%;
}
/* line 308, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item + .item {
  left: 500%;
}
/* line 309, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item + .item + .item {
  left: 600%;
}
/* line 310, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item + .item + .item + .item {
  left: 700%;
}
/* line 311, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item + .item + .item + .item + .item {
  left: 800%;
}
/* line 312, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item + .item + .item + .item + .item + .item {
  left: 900%;
}
/* line 313, ../scss/_components.scss */
.fundingpanel .carousel-nav_disabled .display .slider .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item {
  left: 1000%;
}

/*----------------------------------------------------------------------------*/
/* Create Event */
/*----------------------------------------------------------------------------*/
/* line 327, ../scss/_components.scss */
.createevent .eventnamepanel .content-box {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
/* line 333, ../scss/_components.scss */
.createevent .eventnamepanel .content-box label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-right: 50px;
}
/* line 342, ../scss/_components.scss */
.createevent .eventnamepanel .content-box label[for="Public"] {
  font-weight: 900;
}
/* line 347, ../scss/_components.scss */
.createevent .eventnamepanel .content-box .button, .createevent .eventnamepanel .content-box .fundingpanel .figures-slider button, .fundingpanel .figures-slider .createevent .eventnamepanel .content-box button {
  padding: 0;
  margin: 0 0 0 15px;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 358, ../scss/_components.scss */
.createevent .eventnamepanel .help-text {
  font-style: italic;
  display: none;
}
/* line 366, ../scss/_components.scss */
.createevent .eventaddresspanel #PostcodeSearchResults {
  display: none;
}
/* line 370, ../scss/_components.scss */
.createevent .eventaddresspanel #AddressSameAsOwner {
  position: relative;
  display: inline-block;
  top: 5px;
  margin: 0;
  vertical-align: top;
}
/* line 378, ../scss/_components.scss */
.createevent .eventaddresspanel label[for="AddressSameAsOwner"] {
  display: inline-block;
  width: 85%;
}
/* line 383, ../scss/_components.scss */
.createevent .eventaddresspanel .hidden {
  display: none;
}
/* line 387, ../scss/_components.scss */
.createevent .eventaddresspanel .hidden-address-fields {
  display: none;
}
/* line 391, ../scss/_components.scss */
.createevent .eventaddresspanel .enter-address-manually {
  margin-top: 20px;
  font-size: 1em;
  display: block;
  text-align: center;
}
/* line 398, ../scss/_components.scss */
.createevent .eventaddresspanel button[data-paf-searchbtn] {
  margin-top: 0;
}
/* line 404, ../scss/_components.scss */
.createevent .eventtimepanel .datetime-input, .createevent .eventtimepanel #DateParts_Day, .createevent .eventtimepanel #DateParts_Month, .createevent .eventtimepanel #DateParts_Hour, .createevent .eventtimepanel #DateParts_Minute {
  width: 44%;
}
/* line 409, ../scss/_components.scss */
.createevent .eventtimepanel #DateParts_Day {
  margin-right: 10px;
}
/* line 432, ../scss/_components.scss */
.createevent .centered-text {
  line-height: .8em;
}
@media only screen and (min-width: 40.063em) {
  /* line 439, ../scss/_components.scss */
  .createevent .eventnamepanel,
  .createevent .eventaddresspanel,
  .createevent .eventtimepanel {
    min-height: 350px;
  }
}

/* line 448, ../scss/_components.scss */
.createeventsubmitpanel input[type="submit"] {
  display: block;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------*/
/* Edit Event */
/*----------------------------------------------------------------------------*/
/* line 460, ../scss/_components.scss */
.eventdetails .content ul {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
/* line 465, ../scss/_components.scss */
.eventdetails .content ul li {
  display: inline-block;
  width: 20%;
  float: none;
  position: relative;
}
/* line 477, ../scss/_components.scss */
.eventdetails .content ul li input {
  margin: 10px auto 0 auto;
  display: block;
}
/* line 482, ../scss/_components.scss */
.eventdetails .content ul li + li {
  margin-left: 2%;
}
/* line 489, ../scss/_components.scss */
.eventdetails .content .text-box a {
  text-decoration: underline;
  color: #00a246;
}
/* line 493, ../scss/_components.scss */
.eventdetails .content .text-box a:hover {
  color: #8cc63f;
}
/* line 500, ../scss/_components.scss */
.eventdetails .preview {
  display: block;
  width: 100%;
  height: 500px;
  border: 1px solid #ccc;
  margin: 20px 0;
  cursor: default;
  overflow-x: hidden;
}
/* line 512, ../scss/_components.scss */
.eventdetails .preview::-webkit-scrollbar-track {
  background-color: #eee;
}
/* line 517, ../scss/_components.scss */
.eventdetails .preview::-webkit-scrollbar {
  width: 15px;
}
/* line 522, ../scss/_components.scss */
.eventdetails .preview::-webkit-scrollbar-thumb {
  background-color: #005c46;
}
/* line 527, ../scss/_components.scss */
.eventdetails .preview html {
  overflow-x: hidden;
  margin-right: 15px;
}
/* line 533, ../scss/_components.scss */
.eventdetails .content-box {
  display: table;
  width: 100%;
}
/* line 537, ../scss/_components.scss */
.eventdetails .content-box .button, .eventdetails .content-box .fundingpanel .figures-slider button, .fundingpanel .figures-slider .eventdetails .content-box button {
  display: table-cell;
  max-height: 50px;
  padding: 10px 0;
}
/* line 544, ../scss/_components.scss */
.eventdetails .content-box a {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  height: 40px;
  box-sizing: border-box;
}

/* line 556, ../scss/_components.scss */
.eventcontacts .email-list {
  margin-top: 20px;
}

#email-invite-error {
    display:none;
    color:red;
    margin-top: 15px;
}

/*----------------------------------------------------------------------------*/
/* Multi CTA Panel */
/*----------------------------------------------------------------------------*/
/* line 570, ../scss/_components.scss */
.multictapanel .content + .content {
  margin-top: 15px;
}

/*----------------------------------------------------------------------------*/
/* CTA Panel 2 */
/*----------------------------------------------------------------------------*/
/* line 583, ../scss/_components.scss */
.ctapanel2 h3 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
/* line 591, ../scss/_components.scss */
.ctapanel2 h4 {
  font-size: 1em;
  font-weight: 700;
  color: #00a246;
}

/*----------------------------------------------------------------------------*/
/* Text Panel */
/*----------------------------------------------------------------------------*/
/* line 602, ../scss/_components.scss */
.textpanel h4 {
  font-size: 1.3em;
  font-weight: 100;
  color: #00a246;
  margin: 20px 0 10px 0;
}

/*----------------------------------------------------------------------------*/
/* RTE Panel */
/*----------------------------------------------------------------------------*/
/* line 613, ../scss/_components.scss */
.panel.equalize, #popupScreen .equalize.popup-window {
  font-size: 14px;
}
/* line 616, ../scss/_components.scss */
.panel.equalize ol, #popupScreen .equalize.popup-window ol {
  color: inherit;
}
/* line 617, ../scss/_components.scss */
.panel.equalize ol > li, #popupScreen .equalize.popup-window ol > li {
  list-style-type: decimal;
}
/* line 623, ../scss/_components.scss */
.panel.equalize ul, #popupScreen .equalize.popup-window ul {
  color: inherit;
}
/* line 624, ../scss/_components.scss */
.panel.equalize ul > li, #popupScreen .equalize.popup-window ul > li {
  list-style-type: disc;
}
/* line 630, ../scss/_components.scss */
.panel.equalize li, #popupScreen .equalize.popup-window li {
  color: inherit;
}
/* line 634, ../scss/_components.scss */
.panel.equalize p, #popupScreen .equalize.popup-window p {
  color: inherit;
}

/*----------------------------------------------------------------------------*/
/* News Panel */
/*----------------------------------------------------------------------------*/
/* line 646, ../scss/_components.scss */
.newspanel h3 img {
  width: 100%;
}
/* line 651, ../scss/_components.scss */
.newspanel .article-date {
  font-weight: 700;
  margin-bottom: 0;
}
/* line 656, ../scss/_components.scss */
.newspanel .text-box {
  display: block;
  margin-bottom: 20px;
}
/* line 661, ../scss/_components.scss */
.newspanel a.link {
  display: block;
  margin-top: 15px;
}

/*----------------------------------------------------------------------------*/
/* Postcode Search Panel */
/*----------------------------------------------------------------------------*/
/* line 672, ../scss/_components.scss */
.postcodesearchpanel .content-box {
  display: table;
  width: 100%;
  position: relative;
}
/* line 677, ../scss/_components.scss */
.postcodesearchpanel .content-box input {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 90%;
  height: 40px;
  box-sizing: border-box;
}
/* line 686, ../scss/_components.scss */
.postcodesearchpanel .content-box .search-button {
  max-width: 40px;
  max-height: 40px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
/* line 698, ../scss/_components.scss */
.postcodesearchpanel .centered-block {
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px auto 0 auto;
}
/* line 705, ../scss/_components.scss */
.postcodesearchpanel .columns .button.secondary, .postcodesearchpanel .columns .fundingpanel .figures-slider button, .fundingpanel .figures-slider .postcodesearchpanel .columns button {
  margin-top: 15px;
  background-image: url(../img/icons/icon-target.png);
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position: 85%;
  padding-right: 75px;
}

/*----------------------------------------------------------------------------*/
/* Expand Panel */
/*----------------------------------------------------------------------------*/
/* line 727, ../scss/_components.scss */
.expandpanel .content .question {
  display: block;
  font-weight: 700;
  color: #00a246;
  padding: 0;
  box-sizing: border-box;
  margin: 10px 0 15px 0;
}
/* line 736, ../scss/_components.scss */
.expandpanel .content .answer {
  display: none;
  word-break: break-word;
  -ms-word-wrap: break-word;
}
/* line 741, ../scss/_components.scss */
.expandpanel .content .answer li {
  list-style: initial;
  list-style-type: disc;
}
/* line 747, ../scss/_components.scss */
.expandpanel .content .expand-toggle {
  width: 50px;
  height: 50px;
  margin: 0 0 5px 10px;
  padding: 0;
  float: right;
  right: 0;
  top: 0;
}
/* line 760, ../scss/_components.scss */
.expandpanel.start-expanded .content .answer {
  display: block;
}

/*----------------------------------------------------------------------------*/
/* Share Panel */
/*----------------------------------------------------------------------------*/
/* line 772, ../scss/_components.scss */
.sharepanel .share-links {
  margin: 20px 0 0 0;
}
/* line 775, ../scss/_components.scss */
.sharepanel .share-links li {
  position: relative;
  display: inline-block;
  margin-right: 5%;
}
/* line 780, ../scss/_components.scss */
.sharepanel .share-links li > a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 96%;
}
/* line 788, ../scss/_components.scss */
.sharepanel .share-links li > a.facebook {
  background-image: url(../img/share-icons.png);
  background-position: 0 0;
}
/* line 792, ../scss/_components.scss */
.sharepanel .share-links li > a.twitter {
  background-image: url(../img/share-icons.png);
  background-position: 34% 0;
}
/* line 796, ../scss/_components.scss */
.sharepanel .share-links li > a.pintrest {
  background-image: url(../img/share-icons.png);
  background-position: 69% 0;
}
/* line 800, ../scss/_components.scss */
.sharepanel .share-links li > a.instagram {
  background-image: url(../img/share-icons.png);
  background-position: 100% 0;
}
/* line 806, ../scss/_components.scss */
.sharepanel .share-links li:last-child {
  margin-right: 0;
}

/*----------------------------------------------------------------------------*/
/* Hero CTA Panel */
/*----------------------------------------------------------------------------*/
/* line 818, ../scss/_components.scss */
.hero-cta img {
  margin: 0 auto;
}
/* line 822, ../scss/_components.scss */
.hero-cta .image-1 {
  display: none;
}
/* line 825, ../scss/_components.scss */
.hero-cta .image-1a {
  display: block;
}
/* line 828, ../scss/_components.scss */
.hero-cta .image-1b {
  display: block;
}
/* line 830, ../scss/_components.scss */
.hero-cta .image-1b img {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}
/* line 838, ../scss/_components.scss */
.home .hero-cta p, .home .hero-cta a {
  font-size: 1.2em;
}
@media only screen and (min-width: 40.063em) {
  /* line 844, ../scss/_components.scss */
  .hero-cta .image-1 {
    display: block;
  }
  /* line 847, ../scss/_components.scss */
  .hero-cta .image-1a {
    display: none;
  }
  /* line 850, ../scss/_components.scss */
  .hero-cta .image-1b {
    display: none;
  }
}

/*----------------------------------------------------------------------------*/
/* AMOUNT RAISED */
/*----------------------------------------------------------------------------*/
/* line 859, ../scss/_components.scss */
.amount-raised {
  font-family: Futura, arial, sans-serif;
  color: #682c88;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 859, ../scss/_components.scss */
  .amount-raised {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 54em) {
  /* line 859, ../scss/_components.scss */
  .amount-raised {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 32em) and (max-width: 40.063em) {
  /* line 859, ../scss/_components.scss */
  .amount-raised {
    font-size: 3.2em;
    font-size: 10vw;
  }
}
@media only screen and (min-width: 24em) and (max-width: 32em) {
  /* line 859, ../scss/_components.scss */
  .amount-raised {
    font-size: 2.2em;
    font-size: 9vw;
  }
}
@media only screen and (max-width: 24em) {
  /* line 859, ../scss/_components.scss */
  .amount-raised {
    font-size: 1.5em;
    font-size: 9vw;
  }
}

/*----------------------------------------------------------------------------*/
/* BACK BUTTON */
/*----------------------------------------------------------------------------*/
/* line 893, ../scss/_components.scss */
.back-btn {
  background-image: url("../img/icons/icon-arrow-left.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px !important;
}

/*----------------------------------------------------------------------------*/
/* BACK TO TOP */
/*----------------------------------------------------------------------------*/
/* line 903, ../scss/_components.scss */
.backtotop {
  margin: 0 auto 20px auto;
  display: block;
  width: 221px;
}

/* line 910, ../scss/_components.scss */
.button.tertiary, .fundingpanel .figures-slider button.tertiary {
  background: #70a130;
}
/* line 914, ../scss/_components.scss */
.button.tertiary:hover, .fundingpanel .figures-slider button.tertiary:hover {
  background: #8cc63f;
}

/*----------------------------------------------------------------------------*/
/* TOTALISER */
/*----------------------------------------------------------------------------*/
/* line 924, ../scss/_components.scss */
.totaliser img {
  margin: 0 auto;
  display: block;
}

/*----------------------------------------------------------------------------*/
/* Recipe Panel */
/*----------------------------------------------------------------------------*/
/* line 935, ../scss/_components.scss */
.recipepanel .content ul {
  margin: 0;
}

/*----------------------------------------------------------------------------*/
/* QUOTE PANEL */
/*----------------------------------------------------------------------------*/
/* line 952, ../scss/_components.scss */
.quotepanel .quote-text {
  line-height: 1.3em;
  color: #00a246;
  font-size: 1.3em;
  font-family: Futura, arial, sans-serif;
  font-weight: 100;
  letter-spacing: -.5px;
  margin-bottom: 15px;
  position: relative;
  display: inline;
  padding: 0 20px;
  background-image: url(../img/speech-marks.png);
  background-repeat: no-repeat;
  background-position: left 5px;
}
/* line 982, ../scss/_components.scss */
.quotepanel .quote-text:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 5px;
  background-image: url(../img/speech-marks.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 20px;
  height: 21px;
}
/* line 994, ../scss/_components.scss */
.quotepanel .quote-text a {
  font-size: 1em;
  font-weight: 900;
}
@media only screen and (min-width: 40.063em) {
  /* line 1000, ../scss/_components.scss */
  .quotepanel .quote-text + .copy-text {
    margin-top: 15px;
  }
}
/* line 1010, ../scss/_components.scss */
.quotepanel.quote-panel-image .media-container img {
  height: auto;
  position: relative;
  margin: -35px 0;
}
/* line 1021, ../scss/_components.scss */
.quotepanel.quote-panel-image.text-position-left .media-container img {
  right: -35px;
}
/* line 1028, ../scss/_components.scss */
.quotepanel.quote-panel-image.text-position-right .media-container img {
  left: -35px;
}
/* line 1036, ../scss/_components.scss */
.quotepanel.quote-panel-image.no-overlap .media-container img {
  right: 0;
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 64em) {
  /* line 1050, ../scss/_components.scss */
  .quotepanel.quote-panel-image .media-container + .content,
  .quotepanel.quote-panel-image .content + .media-container, .quotepanel.quote-panel-video .media-container + .content,
  .quotepanel.quote-panel-video .content + .media-container {
    margin-top: 20px;
  }
  /* line 1060, ../scss/_components.scss */
  .quotepanel.quote-panel-image.quote-panel-image.text-position-left .media-container img, .quotepanel.quote-panel-image.quote-panel-image.text-position-right .media-container img, .quotepanel.quote-panel-image.quote-panel-video.text-position-left .media-container img, .quotepanel.quote-panel-image.quote-panel-video.text-position-right .media-container img, .quotepanel.quote-panel-video.quote-panel-image.text-position-left .media-container img, .quotepanel.quote-panel-video.quote-panel-image.text-position-right .media-container img, .quotepanel.quote-panel-video.quote-panel-video.text-position-left .media-container img, .quotepanel.quote-panel-video.quote-panel-video.text-position-right .media-container img {
    max-height: 600px;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
  }
  /* line 1070, ../scss/_components.scss */
  .quotepanel.quote-panel-image.quote-panel-image.text-position-left .media-container,
  .quotepanel.quote-panel-image.quote-panel-image.text-position-left .content, .quotepanel.quote-panel-image.quote-panel-image.text-position-right .media-container,
  .quotepanel.quote-panel-image.quote-panel-image.text-position-right .content, .quotepanel.quote-panel-image.quote-panel-video.text-position-left .media-container,
  .quotepanel.quote-panel-image.quote-panel-video.text-position-left .content, .quotepanel.quote-panel-image.quote-panel-video.text-position-right .media-container,
  .quotepanel.quote-panel-image.quote-panel-video.text-position-right .content, .quotepanel.quote-panel-video.quote-panel-image.text-position-left .media-container,
  .quotepanel.quote-panel-video.quote-panel-image.text-position-left .content, .quotepanel.quote-panel-video.quote-panel-image.text-position-right .media-container,
  .quotepanel.quote-panel-video.quote-panel-image.text-position-right .content, .quotepanel.quote-panel-video.quote-panel-video.text-position-left .media-container,
  .quotepanel.quote-panel-video.quote-panel-video.text-position-left .content, .quotepanel.quote-panel-video.quote-panel-video.text-position-right .media-container,
  .quotepanel.quote-panel-video.quote-panel-video.text-position-right .content {
    display: block;
    float: none;
    width: 100%;
  }
}
/* line 1083, ../scss/_components.scss */
.quotepanel.quote-panel-image-embedded .main-image {
  width: 100%;
}
/* line 1087, ../scss/_components.scss */
.quotepanel.quote-panel-image-embedded .embedded-image {
  max-width: 40%;
  max-height: 200px;
}
/* line 1093, ../scss/_components.scss */
.quotepanel.quote-panel-image-embedded.text-position-left .embedded-image {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
/* line 1100, ../scss/_components.scss */
.quotepanel.quote-panel-image-embedded.text-position-right .embedded-image {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
@media only screen and (max-width: 40em) {
  /* line 1108, ../scss/_components.scss */
  .quotepanel.quote-panel-image-embedded .content + .media-container,
  .quotepanel.quote-panel-image-embedded .media-container + .content {
    margin-top: 20px;
  }
  /* line 1112, ../scss/_components.scss */
  .quotepanel.quote-panel-image-embedded .embedded-image {
    float: right !important;
    margin-left: 20px !important;
    margin-right: -30px !important;
    width: 40%;
    min-width: 130px;
    max-width: initial;
    max-height: initial;
  }
}

/*----------------------------------------------------------------------------*/
/* MODEL VALIDATION */
/*----------------------------------------------------------------------------*/
/* line 1128, ../scss/_components.scss */
.field-validation-error {
  color: red;
  text-align: center;
  display: block;
}

/*----------------------------------------------------------------------------*/
/* Map */
/*----------------------------------------------------------------------------*/
/* line 1137, ../scss/_components.scss */
#map-canvas {
  height: 500px;
}
/* line 1139, ../scss/_components.scss */
#map-canvas img {
  max-width: none;
}
/* line 1142, ../scss/_components.scss */
#map-canvas .gm-style-iw div {
  overflow: visible !important;
}

/* line 1148, ../scss/_components.scss */
.action .button, .action .fundingpanel .figures-slider button, .fundingpanel .figures-slider .action button {
  margin: 0 0 1.25em;
}
/* line 1151, ../scss/_components.scss */
.action .key {
  font-size: 1.3em;
  margin: 15px 0;
  text-align: center;
}
/* line 1156, ../scss/_components.scss */
.action .mug {
  margin-top: -10px;
}
/* line 1159, ../scss/_components.scss */
.action .ms-logo-small {
  height: 35px;
}
@media only screen and (max-width: 32em) {
  /* line 1163, ../scss/_components.scss */
  .action .key {
    font-size: 1em;
  }
  /* line 1166, ../scss/_components.scss */
  .action .mug {
    margin-top: -5px;
  }
  /* line 1169, ../scss/_components.scss */
  .action .ms-logo-small, .action .mug {
    height: 25px;
  }
}

/* line 1175, ../scss/_components.scss */
.infoview {
  font-size: 1.2em;
}
/* line 1177, ../scss/_components.scss */
.infoview.name {
  color: #005C46;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 1182, ../scss/_components.scss */
.infoview.date {
  color: #005C46;
  font-weight: bold;
}
/* line 1186, ../scss/_components.scss */
.infoview.address {
  margin: 0.5em 0;
}
/* line 1190, ../scss/_components.scss */
.infoview.email a {
  font-size: 1em;
  text-decoration: underline;
}
/* line 1195, ../scss/_components.scss */
.infoview.slider > div {
  float: left;
  margin-left: 10px;
}
/* line 1199, ../scss/_components.scss */
.infoview.slider .arrow {
  display: none;
  position: absolute;
  font-weight: bold;
  margin: 120px 5px 0 0;
  z-index: 999;
}
/* line 1203, ../scss/_components.scss */
.infoview.slider .arrow.left {
  left: 0;
}
/* line 1206, ../scss/_components.scss */
.infoview.slider .arrow.right {
  right: 0;
}

.infoview.slider .arrow.is-active {
  display: block;
}
/* line 1210, ../scss/_components.scss */
.infoview .button, .infoview .fundingpanel .figures-slider button, .fundingpanel .figures-slider .infoview button {
  font-size: 0.8em;
  margin: 10px 0 0 0;
}

/*----------------------------------------------------------------------------*/
/* Event Details */
/*----------------------------------------------------------------------------*/
/* line 1220, ../scss/_components.scss */
.details h3 {
  font-size: 1em;
  float: left;
  width: 85px;
}
/* line 1225, ../scss/_components.scss */
.details p {
  margin-left: 85px;
}
/* line 1227, ../scss/_components.scss */
.details p a {
  font-size: 1em;
}

/* line 1233, ../scss/_components.scss */
img[alt="invited"],
img[alt="thanked"] {
  width: 15px;
  margin: 0 5px;
}

@media only screen and (max-width: 40em) {
  /* line 1240, ../scss/_components.scss */
  .copy-text {
    margin-top: 1em;
  }
}
/*----------------------------------------------------------------------------*/
/* GENERIC FORM IN CLASS MAIN*/
/*----------------------------------------------------------------------------*/
/* line 5, ../scss/_form.scss */
.main input[type="text"],
.main input[type="password"],
.main input[type="date"],
.main input[type="datetime"],
.main input[type="datetime-local"],
.main input[type="month"],
.main input[type="week"],
.main input[type="email"],
.main input[type="number"],
.main input[type="search"],
.main input[type="tel"],
.main input[type="time"],
.main input[type="url"],
.main input[type="color"],
.main textarea,
.main select {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  color: black;
  font-size: 1rem;
}
@media only screen and (max-width: 40em) {
  /* line 5, ../scss/_form.scss */
  .main input[type="text"],
  .main input[type="password"],
  .main input[type="date"],
  .main input[type="datetime"],
  .main input[type="datetime-local"],
  .main input[type="month"],
  .main input[type="week"],
  .main input[type="email"],
  .main input[type="number"],
  .main input[type="search"],
  .main input[type="tel"],
  .main input[type="time"],
  .main input[type="url"],
  .main input[type="color"],
  .main textarea,
  .main select {
    font-size: 1rem;
  }
}
/* line 34, ../scss/_form.scss */
.main .error {
  border: 1px solid #96aac9 !important;
  background-color: #f2f2ef !important;
  margin-bottom: 20px;
}
/* line 39, ../scss/_form.scss */
.main label.error {
  border: none !important;
  background: none !important;
}
/* line 44, ../scss/_form.scss */
.main label.error a {
  font-size: 0.875rem;
  font-weight: 700;
}

/*----------------------------------------------------------------------------*/
/* SEARCH FORM */
/*----------------------------------------------------------------------------*/
/* line 56, ../scss/_form.scss */
.search-form input[type='text'] {
  width: 180px;
  height: 30px;
}
@media only screen and (max-width: 40em) {
  /* line 56, ../scss/_form.scss */
  .search-form input[type='text'] {
    width: 100px;
  }
}
/* line 64, ../scss/_form.scss */
.search-form input[type='image'] {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0.3rem;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/*----------------------------------------------------------------------------*/
/* SIGN UP FORM */
/*----------------------------------------------------------------------------*/
/* line 78, ../scss/_form.scss */
.signup-form p {
  font-size: 1rem;
}
/* line 82, ../scss/_form.scss */
.signup-form #address-fields,
.signup-form #venuename,
.signup-form .dedication,
.signup-form .show-for-ie789-only {
  display: none;
}
/* line 90, ../scss/_form.scss */
.signup-form .unhide {
  display: block;
}
/* line 94, ../scss/_form.scss */
.signup-form .fallback-label {
  font-size: 1.2rem;
  margin: 10px 0 10px 0;
}
/* line 100, ../scss/_form.scss */
.signup-form .panel-inny {
  padding-top: 16px;
}
/* line 104, ../scss/_form.scss */
.signup-form .submit {
  color: #fff;
}
/* line 108, ../scss/_form.scss */
.signup-form .checkbox-img-replacement {
  float: left;
  height: 16px;
  margin: 5px 10px 0 0;
}
/* line 113, ../scss/_form.scss */
.signup-form .checkbox-img-replacement input, .signup-form .checkbox-img-replacement .checkbox-checked {
  display: none;
}
/* line 118, ../scss/_form.scss */
.signup-form .fake-checkbox {
  position: relative;
  top: -8px;
  text-decoration: none;
}
@media only screen and (max-width: 40em) {
  /* line 118, ../scss/_form.scss */
  .signup-form .fake-checkbox {
    top: 1px;
  }
}
/* line 128, ../scss/_form.scss */
.signup-form .fake-checkbox-text {
  font-size: 1rem;
}
@media only screen and (max-width: 40em) {
  /* line 128, ../scss/_form.scss */
  .signup-form .fake-checkbox-text {
    font-size: 0.9rem;
  }
}
/* line 136, ../scss/_form.scss */
.signup-form .dedication {
  margin-top: 20px;
}
/* line 140, ../scss/_form.scss */
.signup-form select {
  padding-right: 40px;
  border-radius: 5px;
  height: 48px;
  border: none;
  background-image: url(../img/icons/dropdown-chevron.png);
  background-position: right center;
  background-size: 20px;
  border-right: 10px solid rgba(255, 255, 255, 0);
}
/* line 151, ../scss/_form.scss */
.signup-form .radio-button.active {
  background: #01a245;
}

.back-arrow {
    background-image: url(../img/icons/icon-big-left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    font-size: .8em;
    height: 10px;
    margin-right: 2px;
    -webkit-appearance: none;
    position: relative;
    top: -1px;
    width: 8px;
}

@-moz-document url-prefix() {
  /* line 156, ../scss/_form.scss */
  .signup-form select {
    background-image: none;
  }
  /* line 159, ../scss/_form.scss */
  .signup-form .signup-form select {
    background-image: none;
  }
}
/* line 165, ../scss/_form.scss */
.signup-form .signup-pod1 p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 170, ../scss/_form.scss */
  .signup-form .signup-pod1 h3 {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  /* line 175, ../scss/_form.scss */
  .signup-form .signup-pod2 .input-surname {
    margin-bottom: 0;
  }
}
/* line 183, ../scss/_form.scss */
.signup-form .signup-pod4 p {
  margin-bottom: 20px;
}
/* line 189, ../scss/_form.scss */
.signup-form .signup-pod5 .data-protection {
  margin-top: 20px;
}
/* line 195, ../scss/_form.scss */
.signup-form .signup-pod7 select {
  margin-top: 20px;
}
/* line 198, ../scss/_form.scss */
.signup-form .signup-pod7 .recieve-newsletter {
  margin-bottom: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 201, ../scss/_form.scss */
  .signup-form .signup-pod7 .data-protection {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 40em) {
  /* line 206, ../scss/_form.scss */
  .signup-form .signup-pod7 #hearaboutus {
    font-size: 0.8rem;
    background-size: 18px 8px;
  }
}
/* line 214, ../scss/_form.scss */
.signup-form input[type="radio"] {
  display: none;
}
/* line 217, ../scss/_form.scss */
.signup-form input[type="radio"] + label {
  color: #555851;
  font-size: 14px;
  margin-left: 0;
}
/* line 223, ../scss/_form.scss */
.signup-form input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #01a245;
}
/* line 234, ../scss/_form.scss */
.signup-form input[type="radio"] + label span {
  background-color: #fff;
}
/* line 238, ../scss/_form.scss */
.signup-form input[type="radio"]:checked + label span {
  background-color: #01a245;
}
/* line 242, ../scss/_form.scss */
.signup-form input[type="radio"] + label span,
.signup-form input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

/*----------------------------------------------------------------------------*/
/* Button */
/*----------------------------------------------------------------------------*/
/* line 254, ../scss/_form.scss */
button.radius,
.button.radius,
.fundingpanel .figures-slider button.radius {
  border-radius: 6px;
}

/* line 5, ../scss/_payin.scss */
body.payin-page .wrapper.background {
  background-position-y: 0;
  background-image: url(../img/backgrounds/napkin.jpg);
}
@media only screen and (min-width: 40.063em) {
  /* line 13, ../scss/_payin.scss */
  body.payin-page .global-panel > .row + .row {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  /* line 18, ../scss/_payin.scss */
  body.payin-page .global-panel > .row .panel, body.payin-page .global-panel > .row #popupScreen .popup-window, #popupScreen body.payin-page .global-panel > .row .popup-window {
    background: none;
    padding: 0;
    border: none;
  }
}
/* line 28, ../scss/_payin.scss */
body.payin-page .button.prev-step, body.payin-page .fundingpanel .figures-slider button.prev-step, .fundingpanel .figures-slider body.payin-page button.prev-step {
  margin-left: 20px !important;
}
/* line 37, ../scss/_payin.scss */
body.payin-page .width-auto {
  width: auto;
}
/* line 41, ../scss/_payin.scss */
body.payin-page .notice {
  color: red;
}
/* line 47, ../scss/_payin.scss */
.desktop-ie8 body.payin-page .fake-checkbox-text {
  width: 94%;
}
/* line 52, ../scss/_payin.scss */
body.payin-page .field-panel {
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}
/* line 61, ../scss/_payin.scss */
body.payin-page .date-field {
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
/* line 68, ../scss/_payin.scss */
body.payin-page .date-field select {
  margin-bottom: 0;
}
/* line 73, ../scss/_payin.scss */
body.payin-page select#PaymentCardStartYear {
  margin-left: 20px;
}
/* line 77, ../scss/_payin.scss */
body.payin-page select#PaymentCardExpiryYear {
  margin-left: 20px;
}
@media only screen and (max-width: 640em) {
  /* line 82, ../scss/_payin.scss */
  body.payin-page .wrapper.background {
    background-position-y: 0;
  }
  /* line 87, ../scss/_payin.scss */
  body.payin-page .button.prev-step, body.payin-page .fundingpanel .figures-slider button.prev-step, .fundingpanel .figures-slider body.payin-page button.prev-step {
    margin-left: 20px;
  }
}

/*----------------------------------------------------------------------------*/
/* Popup Screen */
/*----------------------------------------------------------------------------*/
/* line 4, ../scss/_popup.scss */
#popupScreen {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 13, ../scss/_popup.scss */
#popupScreen .popup-window {
  position: relative;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  top: 40%;
}
/* line 25, ../scss/_popup.scss */
#popupScreen .popup-close {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0;
  background-image: url(../img/icons/icon-close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #005c46;
  cursor: pointer;
}
/* line 40, ../scss/_popup.scss */
#popupScreen .popup-close:hover {
  background-color: #004d3a;
}
/* line 53, ../scss/_popup.scss */
#popupScreen .popup-controls {
  text-align: right;
}
/* line 56, ../scss/_popup.scss */
#popupScreen .popup-controls button {
  margin: 0;
}
/* line 59, ../scss/_popup.scss */
#popupScreen .popup-controls button + button {
  margin-left: 15px;
}

/*----------------------------------------------------------------------------*/
/* AMOUNT RAISED */
/*----------------------------------------------------------------------------*/
/* line 3, ../scss/_media.scss */
.desktop-ie7, .desktop-ie8 {
  /*----------------------------------------------------------------------------*/
  /* TOP NAV */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* Create Event */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* Edit Event */
  /*----------------------------------------------------------------------------*/
}
/* line 13, ../scss/_media.scss */
.desktop-ie7 .top-nav-links-bg, .desktop-ie8 .top-nav-links-bg {
  background: #bfdcc0;
}
/* line 19, ../scss/_media.scss */
.desktop-ie7 .top-nav-links-bg .top-nav-links > .column .link-display-block.selected, .desktop-ie8 .top-nav-links-bg .top-nav-links > .column .link-display-block.selected {
  background-color: #005c46;
}
/* line 23, ../scss/_media.scss */
.desktop-ie7 .top-nav-links-bg .top-nav-links > .column > ul, .desktop-ie8 .top-nav-links-bg .top-nav-links > .column > ul {
  background-color: #005c46;
}
/* line 28, ../scss/_media.scss */
.desktop-ie7 .top-nav-links-bg .top-nav-links > .column > ul > li a:hover, .desktop-ie8 .top-nav-links-bg .top-nav-links > .column > ul > li a:hover {
  background-color: #196c58;
}
/* line 33, ../scss/_media.scss */
.desktop-ie7 .top-nav-links-bg .top-nav-links > .column > ul > li + li > a, .desktop-ie8 .top-nav-links-bg .top-nav-links > .column > ul > li + li > a {
  border-top: 1px solid #007659;
}
/* line 43, ../scss/_media.scss */
.desktop-ie7 .backtotop-wrapper, .desktop-ie8 .backtotop-wrapper {
  width: 100%;
}
/* line 46, ../scss/_media.scss */
.desktop-ie7 .backtotop-wrapper a, .desktop-ie8 .backtotop-wrapper a {
  display: block;
}
/* line 58, ../scss/_media.scss */
.desktop-ie7 .createevent ul, .desktop-ie8 .createevent ul {
  margin: 0;
  width: 100%;
}
/* line 62, ../scss/_media.scss */
.desktop-ie7 .createevent ul li, .desktop-ie8 .createevent ul li {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 32%;
  margin-right: 1.3%;
}
/* line 69, ../scss/_media.scss */
.desktop-ie7 .createevent ul li .panel, .desktop-ie7 .createevent ul li #popupScreen .popup-window, #popupScreen .desktop-ie7 .createevent ul li .popup-window, .desktop-ie8 .createevent ul li .panel, .desktop-ie8 .createevent ul li #popupScreen .popup-window, #popupScreen .desktop-ie8 .createevent ul li .popup-window {
  padding-left: 4%;
  padding-right: 4%;
  width: 92%;
}
/* line 73, ../scss/_media.scss */
.desktop-ie7 .createevent ul li .panel .content, .desktop-ie7 .createevent ul li #popupScreen .popup-window .content, #popupScreen .desktop-ie7 .createevent ul li .popup-window .content, .desktop-ie8 .createevent ul li .panel .content, .desktop-ie8 .createevent ul li #popupScreen .popup-window .content, #popupScreen .desktop-ie8 .createevent ul li .popup-window .content {
  width: 94%;
}
@media only screen and (max-width: 40em) {
  /* line 82, ../scss/_media.scss */
  .desktop-ie7 .createevent ul li, .desktop-ie8 .createevent ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
/* line 99, ../scss/_media.scss */
.desktop-ie7 .eventdetails .content ul, .desktop-ie8 .eventdetails .content ul {
  padding-left: 12%;
  width: 88%;
}
/* line 103, ../scss/_media.scss */
.desktop-ie7 .eventdetails .content ul li, .desktop-ie8 .eventdetails .content ul li {
  float: left;
}

/* line 124, ../scss/_media.scss */
select option {
  font-weight: normal;
  display: block;
  padding: 0px 2px 1px;
  white-space: pre;
  min-height: 1.2em;
}

/*----------------------------------------------------------------------------*/
/* LT IE 10 */
/*----------------------------------------------------------------------------*/
/* line 135, ../scss/_media.scss */
.iek {
  /* FORM */
  /*----------------------------------------------------------------------------*/
  /* ICONS */
  /*----------------------------------------------------------------------------*/
}
/* line 138, ../scss/_media.scss */
.iek input[type="text"],
.iek input[type="password"],
.iek input[type="date"],
.iek input[type="datetime"],
.iek input[type="datetime-local"],
.iek input[type="month"],
.iek input[type="week"],
.iek input[type="email"],
.iek input[type="number"],
.iek input[type="search"],
.iek input[type="tel"],
.iek input[type="time"],
.iek input[type="url"],
.iek input[type="color"],
.iek textarea {
  border: solid 1px #cccccc;
  padding: 8px;
  font-size: 1em;
}
/* line 158, ../scss/_media.scss */
.iek select {
  background-image: none;
  border: solid 1px #cccccc;
  padding: 0 0 0 8px !important;
  height: auto;
  font-size: 1em;
  min-height: 40px;
}
/* line 171, ../scss/_media.scss */
.iek label .hide {
  display: none !important;
}
/* line 177, ../scss/_media.scss */
.iek .signup-form .signup-pod2 .input-surname {
  margin-bottom: 0;
}
/* line 186, ../scss/_media.scss */
.iek .icon-embed {
  background-size: 40px auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 191, ../scss/_media.scss */
.iek .icon-embed.icon-left {
  padding-left: 40px !important;
  background-position: 5% center !important;
}
/* line 196, ../scss/_media.scss */
.iek .icon-embed.icon-right {
  padding-right: 40px !important;
  background-position: 95% center !important;
}

/*----------------------------------------------------------------------------*/
/* IE 9 */
/*----------------------------------------------------------------------------*/
/* line 208, ../scss/_media.scss */
.ie9 div.gmnoprint {
  width: auto !important;
  overflow: hidden;
}

/*----------------------------------------------------------------------------*/
/* IE 7 && IE 8 */
/*----------------------------------------------------------------------------*/
/* line 217, ../scss/_media.scss */
.ie7, .ie8 {
  /*------------------------------------------------------------------------*/
  /* FRAMEWORK ADJUSTMENTS */
  /*------------------------------------------------------------------------*/
  /* Nicolas Gallagher's micro clearfix */
  /*----------------------------------------------------------------------------*/
  /* TOP NAV */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* FOOTER */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* FORM */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* SEARCH FORM */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* SIGN UP */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* BUTTONS */
  /*----------------------------------------------------------------------------*/
}
/* line 221, ../scss/_media.scss */
.ie7 .row, .ie8 .row {
  width: 940px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
}
/* line 222, ../scss/_media.scss */
.ie7 .row .row, .ie8 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
/* line 223, ../scss/_media.scss */
.ie7 .row.large-collapse .column,
.ie7 .row.large-collapse .columns, .ie8 .row.large-collapse .column,
.ie8 .row.large-collapse .columns {
  padding: 0;
}
/* line 225, ../scss/_media.scss */
.ie7 .row .row, .ie8 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
/* line 226, ../scss/_media.scss */
.ie7 .row .row.large-collapse, .ie8 .row .row.large-collapse {
  margin: 0;
}
/* line 228, ../scss/_media.scss */
.ie7 .column, .ie7 .columns, .ie8 .column, .ie8 .columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
/* line 229, ../scss/_media.scss */
.ie7 .column.large-centered, .ie7 .columns.large-centered, .ie8 .column.large-centered, .ie8 .columns.large-centered {
  float: none;
  margin: 0 auto;
}
/* line 231, ../scss/_media.scss */
.ie7 [class*="column"] + [class*="column"]:last-child, .ie8 [class*="column"] + [class*="column"]:last-child {
  float: right;
}
/* line 232, ../scss/_media.scss */
.ie7 [class*="column"] + [class*="column"].end, .ie8 [class*="column"] + [class*="column"].end {
  float: left;
}
/* line 234, ../scss/_media.scss */
.ie7 .large-1,
.ie7 .row .large-1, .ie8 .large-1,
.ie8 .row .large-1 {
  width: 8.33333%;
}
/* line 237, ../scss/_media.scss */
.ie7 .large-2,
.ie7 .row .large-2, .ie8 .large-2,
.ie8 .row .large-2 {
  width: 16.66667%;
}
/* line 240, ../scss/_media.scss */
.ie7 .large-3,
.ie7 .row .large-3, .ie8 .large-3,
.ie8 .row .large-3 {
  width: 25%;
}
/* line 243, ../scss/_media.scss */
.ie7 .small-4,
.ie7 .row .small-4,
.ie7 .medium-4,
.ie7 .row .medium-4,
.ie7 .large-4,
.ie7 .row .large-4, .ie8 .small-4,
.ie8 .row .small-4,
.ie8 .medium-4,
.ie8 .row .medium-4,
.ie8 .large-4,
.ie8 .row .large-4 {
  width: 33.33333%;
}
/* line 250, ../scss/_media.scss */
.ie7 .large-5,
.ie7 .row .large-5, .ie8 .large-5,
.ie8 .row .large-5 {
  width: 41.66667%;
}
/* line 253, ../scss/_media.scss */
.ie7 .small-6,
.ie7 .row .small-6,
.ie7 .large-6,
.ie7 .row .large-6, .ie8 .small-6,
.ie8 .row .small-6,
.ie8 .large-6,
.ie8 .row .large-6 {
  width: 50%;
}
/* line 260, ../scss/_media.scss */
.ie7 .large-7,
.ie7 .row .large-7, .ie8 .large-7,
.ie8 .row .large-7 {
  width: 58.33333%;
}
/* line 263, ../scss/_media.scss */
.ie7 .medium-8,
.ie7 .row .medium-8,
.ie7 .large-8,
.ie7 .row .large-8, .ie8 .medium-8,
.ie8 .row .medium-8,
.ie8 .large-8,
.ie8 .row .large-8 {
  width: 66.66667%;
}
/* line 268, ../scss/_media.scss */
.ie7 .large-9,
.ie7 .row .large-9, .ie8 .large-9,
.ie8 .row .large-9 {
  width: 75%;
}
/* line 271, ../scss/_media.scss */
.ie7 .large-10,
.ie7 .row .large-10, .ie8 .large-10,
.ie8 .row .large-10 {
  width: 83.33333%;
}
/* line 274, ../scss/_media.scss */
.ie7 .large-11,
.ie7 .row .large-11, .ie8 .large-11,
.ie8 .row .large-11 {
  width: 91.66667%;
}
/* line 277, ../scss/_media.scss */
.ie7 .large-12,
.ie7 .row .large-12, .ie8 .large-12,
.ie8 .row .large-12 {
  width: 100%;
}
/* line 281, ../scss/_media.scss */
.ie7 .row, .ie8 .row {
  *zoom: 1;
}
/* line 282, ../scss/_media.scss */
.ie7 .row:before, .ie7 .row:after, .ie8 .row:before, .ie8 .row:after {
  content: " ";
  display: table;
}
/* line 283, ../scss/_media.scss */
.ie7 .row:after, .ie8 .row:after {
  clear: both;
}
/* line 285, ../scss/_media.scss */
.ie7 .small-12, .ie8 .small-12 {
  width: 100%;
}
/* line 294, ../scss/_media.scss */
.ie7 .top-nav-links-bg, .ie8 .top-nav-links-bg {
  position: relative;
  z-index: 999;
  background: #bfdcc0 !important;
}
/* line 300, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column, .ie8 .top-nav-links-bg .top-nav-links .column {
  margin: 0;
  width: 312px;
}
/* line 304, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column > a.link-display-block, .ie8 .top-nav-links-bg .top-nav-links .column > a.link-display-block {
  padding: 0;
}
/* line 307, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column > a.link-display-block.selected, .ie8 .top-nav-links-bg .top-nav-links .column > a.link-display-block.selected {
  background-color: #005c46;
}
/* line 312, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column ul, .ie8 .top-nav-links-bg .top-nav-links .column ul {
  background-color: #005c46;
}
/* line 317, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column ul li a, .ie8 .top-nav-links-bg .top-nav-links .column ul li a {
  margin: 0;
  min-height: 23px;
  padding: 6px 0;
}
/* line 322, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column ul li a:hover, .ie8 .top-nav-links-bg .top-nav-links .column ul li a:hover {
  background-color: #458673;
}
/* line 328, ../scss/_media.scss */
.ie7 .top-nav-links-bg .top-nav-links .column ul li + li a, .ie8 .top-nav-links-bg .top-nav-links .column ul li + li a {
  border-top: 1px solid #5a7e74;
}
/* line 338, ../scss/_media.scss */
.ie7 .navigation, .ie8 .navigation {
  padding-top: 20px;
}
/* line 342, ../scss/_media.scss */
.ie7 .top-nav-links-bg, .ie8 .top-nav-links-bg {
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 348, ../scss/_media.scss */
.ie7 .top-nav-links a, .ie8 .top-nav-links a {
  padding: 0.8em;
}
/* line 358, ../scss/_media.scss */
.ie7 footer, .ie8 footer {
  width: 100%;
}
/* line 371, ../scss/_media.scss */
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="date"],
.ie7 input[type="datetime"],
.ie7 input[type="datetime-local"],
.ie7 input[type="month"],
.ie7 input[type="week"],
.ie7 input[type="email"],
.ie7 input[type="number"],
.ie7 input[type="search"],
.ie7 input[type="tel"],
.ie7 input[type="time"],
.ie7 input[type="url"],
.ie7 input[type="color"],
.ie7 textarea, .ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="date"],
.ie8 input[type="datetime"],
.ie8 input[type="datetime-local"],
.ie8 input[type="month"],
.ie8 input[type="week"],
.ie8 input[type="email"],
.ie8 input[type="number"],
.ie8 input[type="search"],
.ie8 input[type="tel"],
.ie8 input[type="time"],
.ie8 input[type="url"],
.ie8 input[type="color"],
.ie8 textarea {
  padding: 0;
  margin-bottom: 8px;
  line-height: 40px;
}
/* line 390, ../scss/_media.scss */
.ie7 input[type="text"]:before,
.ie7 input[type="password"]:before,
.ie7 input[type="date"]:before,
.ie7 input[type="datetime"]:before,
.ie7 input[type="datetime-local"]:before,
.ie7 input[type="month"]:before,
.ie7 input[type="week"]:before,
.ie7 input[type="email"]:before,
.ie7 input[type="number"]:before,
.ie7 input[type="search"]:before,
.ie7 input[type="tel"]:before,
.ie7 input[type="time"]:before,
.ie7 input[type="url"]:before,
.ie7 input[type="color"]:before,
.ie7 textarea:before, .ie8 input[type="text"]:before,
.ie8 input[type="password"]:before,
.ie8 input[type="date"]:before,
.ie8 input[type="datetime"]:before,
.ie8 input[type="datetime-local"]:before,
.ie8 input[type="month"]:before,
.ie8 input[type="week"]:before,
.ie8 input[type="email"]:before,
.ie8 input[type="number"]:before,
.ie8 input[type="search"]:before,
.ie8 input[type="tel"]:before,
.ie8 input[type="time"]:before,
.ie8 input[type="url"]:before,
.ie8 input[type="color"]:before,
.ie8 textarea:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 100%;
  min-height: 10px;
}
/* line 399, ../scss/_media.scss */
.ie7 select, .ie8 select {
  background-image: none;
  border: solid 1px #cccccc;
  padding: 2px;
  height: 40px;
  padding-right: 0 !important;
}
/* line 407, ../scss/_media.scss */
.ie7 .left.radio, .ie8 .left.radio {
  padding-right: 10px;
}
/* line 411, ../scss/_media.scss */
.ie7 form .row, .ie8 form .row {
  padding: 20px;
}
/* line 415, ../scss/_media.scss */
.ie7 .panel, .ie7 #popupScreen .popup-window, #popupScreen .ie7 .popup-window, .ie8 .panel, .ie8 #popupScreen .popup-window, #popupScreen .ie8 .popup-window {
  border: none;
  margin-bottom: 1.25em;
  padding: 1.25em;
}
/* line 421, ../scss/_media.scss */
.ie7 .signup-form .fake-checkbox, .ie8 .signup-form .fake-checkbox {
  top: 0px;
}
/* line 428, ../scss/_media.scss */
.ie7 .search-form input[type='text'], .ie8 .search-form input[type='text'] {
  width: 180px;
  height: 34px !important;
  padding: 0 !important;
}
/* line 437, ../scss/_media.scss */
.ie7 .signup-pod1,
.ie7 .signup-pod2,
.ie7 .signup-pod3,
.ie7 .signup-pod4,
.ie7 .signup-pod5,
.ie7 .signup-pod6,
.ie7 .signup-pod7,
.ie7 .signup-pod8, .ie8 .signup-pod1,
.ie8 .signup-pod2,
.ie8 .signup-pod3,
.ie8 .signup-pod4,
.ie8 .signup-pod5,
.ie8 .signup-pod6,
.ie8 .signup-pod7,
.ie8 .signup-pod8 {
  width: 50%;
  margin: 0;
  padding: 0;
}
/* line 449, ../scss/_media.scss */
.ie7 .signup-pod1 .panel, .ie7 .signup-pod1 #popupScreen .popup-window, #popupScreen .ie7 .signup-pod1 .popup-window,
.ie7 .signup-pod2 .panel,
.ie7 .signup-pod2 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod2 .popup-window,
.ie7 .signup-pod3 .panel,
.ie7 .signup-pod3 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod3 .popup-window,
.ie7 .signup-pod4 .panel,
.ie7 .signup-pod4 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod4 .popup-window,
.ie7 .signup-pod5 .panel,
.ie7 .signup-pod5 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod5 .popup-window,
.ie7 .signup-pod6 .panel,
.ie7 .signup-pod6 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod6 .popup-window,
.ie7 .signup-pod7 .panel,
.ie7 .signup-pod7 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod7 .popup-window,
.ie7 .signup-pod8 .panel,
.ie7 .signup-pod8 #popupScreen .popup-window,
#popupScreen .ie7 .signup-pod8 .popup-window, .ie8 .signup-pod1 .panel, .ie8 .signup-pod1 #popupScreen .popup-window, #popupScreen .ie8 .signup-pod1 .popup-window,
.ie8 .signup-pod2 .panel,
.ie8 .signup-pod2 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod2 .popup-window,
.ie8 .signup-pod3 .panel,
.ie8 .signup-pod3 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod3 .popup-window,
.ie8 .signup-pod4 .panel,
.ie8 .signup-pod4 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod4 .popup-window,
.ie8 .signup-pod5 .panel,
.ie8 .signup-pod5 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod5 .popup-window,
.ie8 .signup-pod6 .panel,
.ie8 .signup-pod6 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod6 .popup-window,
.ie8 .signup-pod7 .panel,
.ie8 .signup-pod7 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod7 .popup-window,
.ie8 .signup-pod8 .panel,
.ie8 .signup-pod8 #popupScreen .popup-window,
#popupScreen .ie8 .signup-pod8 .popup-window {
  padding: 20px 20px 0;
}
/* line 458, ../scss/_media.scss */
.ie7 .signup-pod3 h3,
.ie7 .signup-pod5 h3,
.ie7 .signup-pod7 h3, .ie8 .signup-pod3 h3,
.ie8 .signup-pod5 h3,
.ie8 .signup-pod7 h3 {
  margin-left: 20px;
}
/* line 465, ../scss/_media.scss */
.ie7 .signup-pod3 p, .ie7 .signup-pod3 .data-protection,
.ie7 .signup-pod5 p,
.ie7 .signup-pod5 .data-protection, .ie8 .signup-pod3 p, .ie8 .signup-pod3 .data-protection,
.ie8 .signup-pod5 p,
.ie8 .signup-pod5 .data-protection {
  margin-left: 20px;
}
/* line 471, ../scss/_media.scss */
.ie7 .signup-pod7 .data-protection, .ie8 .signup-pod7 .data-protection {
  margin-top: 20px;
}
/* line 474, ../scss/_media.scss */
.ie7 .signup-pod7 .submit.button, .ie7 .signup-pod7 .fundingpanel .figures-slider button.submit, .fundingpanel .figures-slider .ie7 .signup-pod7 button.submit, .ie8 .signup-pod7 .submit.button, .ie8 .signup-pod7 .fundingpanel .figures-slider button.submit, .fundingpanel .figures-slider .ie8 .signup-pod7 button.submit {
  margin-top: 20px;
  font-size: 1.1em;
}
/* line 484, ../scss/_media.scss */
.ie7 .button, .ie7 .fundingpanel .figures-slider button, .fundingpanel .figures-slider .ie7 button, .ie8 .button, .ie8 .fundingpanel .figures-slider button, .fundingpanel .figures-slider .ie8 button {
  padding: 0.7em 1.3em;
  margin-bottom: 1.25em;
}
/* line 489, ../scss/_media.scss */
.ie7 button.large, .ie7 .button.large, .ie7 .fundingpanel .figures-slider button.large, .fundingpanel .figures-slider .ie7 button.large, .ie8 button.large, .ie8 .button.large, .ie8 .fundingpanel .figures-slider button.large, .fundingpanel .figures-slider .ie8 button.large {
  display: inline;
  padding: 1em !important;
  font-size: 1.25em;
}
/* line 495, ../scss/_media.scss */
.ie7 .text-center, .ie8 .text-center {
  text-align: center;
}
/* line 497, ../scss/_media.scss */
.ie7 .text-center .backtotop, .ie8 .text-center .backtotop {
  margin: 20px auto 20px auto !important;
  display: block;
}
/* line 504, ../scss/_media.scss */
.ie7 .large-centered .backtotop, .ie8 .large-centered .backtotop {
  margin: 20px auto 20px auto !important;
  display: block;
}
/* line 510, ../scss/_media.scss */
.ie7 .footer-white, .ie8 .footer-white {
  font-size: .8em;
  padding-bottom: 20px;
}
/* line 514, ../scss/_media.scss */
.ie7 .footer-white > .row > .column, .ie8 .footer-white > .row > .column {
  position: relative;
  min-height: 90px;
  max-width: 960px;
}
/* line 523, ../scss/_media.scss */
.ie7 .footer-green .large-8.large-centered, .ie8 .footer-green .large-8.large-centered {
  width: 100%;
  padding: 20px 0;
}
/* line 527, ../scss/_media.scss */
.ie7 .footer-green p, .ie7 .footer-green a, .ie8 .footer-green p, .ie8 .footer-green a {
  font-size: 0.75em;
}
/* line 530, ../scss/_media.scss */
.ie7 .footer-green li, .ie8 .footer-green li {
  margin-right: 8px;
}

/*----------------------------------------------------------------------------*/
/* IE 8 */
/*----------------------------------------------------------------------------*/
/* line 613, ../scss/_media.scss */
.ie8 .fake-checkbox.active {
  display: block !important;
  width: 13px;
  height: 13px;
}
/* line 617, ../scss/_media.scss */
.ie8 .fake-checkbox.active img {
  width: 13px;
  height: 13px;
}
/* line 623, ../scss/_media.scss */
.ie8 select {
  padding: 0px;
  height: 32px;
}
/* line 628, ../scss/_media.scss */
.ie8 .medium-4 {
  width: 305px;
}
/* line 634, ../scss/_media.scss */
.ie8 .navigation-white .navigation.row > {
  box-sizing: conten;
}
@media only screen and (min-width: 0em) {
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .small-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .small-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .small-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .small-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .small-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .small-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 40em) {
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .medium-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .medium-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .medium-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .medium-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .medium-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .medium-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 60em) {
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .large-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .large-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .large-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .large-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .large-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row > .large-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 0em) {
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .small-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .small-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .small-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .small-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .small-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .small-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 40em) {
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .medium-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .medium-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .medium-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .medium-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .medium-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .medium-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 60em) {
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .large-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .large-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .large-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .large-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .large-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie8 .navigation-white .navigation.row .row .large-12 {
    width: 96%;
    margin: 0 1%;
  }
}
/* line 645, ../scss/_media.scss */
.ie8 .navigation-white .search-form .search-box {
  height: 35px;
}
/* line 651, ../scss/_media.scss */
.ie8 .footer-white li {
  padding-right: 5px;
}

/*----------------------------------------------------------------------------*/
/* IE 7 */
/*----------------------------------------------------------------------------*/
/* line 661, ../scss/_media.scss */
.ie7 {
  /*----------------------------------------------------------------------------*/
  /* TOP NAV */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* SEARCH FORM */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* PANEL */
  /*----------------------------------------------------------------------------*/
  /*----------------------------------------------------------------------------*/
  /* OTHER */
  /*----------------------------------------------------------------------------*/
}
/* line 662, ../scss/_media.scss */
.ie7 .navigation.row {
  width: 1000px;
}
@media only screen and (min-width: 0em) {
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .small-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .small-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .small-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .small-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .small-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .small-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 40em) {
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .medium-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .medium-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .medium-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .medium-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .medium-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .medium-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 60em) {
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .large-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .large-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .large-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .large-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .large-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row > .large-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 0em) {
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .small-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .small-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .small-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .small-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .small-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .small-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 40em) {
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .medium-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .medium-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .medium-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .medium-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .medium-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .medium-12 {
    width: 96%;
    margin: 0 1%;
  }
}
@media only screen and (min-width: 60em) {
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .large-2 {
    width: 12.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .large-4 {
    width: 29.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .large-6 {
    width: 46%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .large-8 {
    width: 62.66667%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .large-10 {
    width: 79.33333%;
    margin: 0 1%;
  }
  /* line 598, ../scss/_media.scss */
  .ie7 .navigation.row .row .large-12 {
    width: 96%;
    margin: 0 1%;
  }
}
/* line 682, ../scss/_media.scss */
.ie7 .navigation.row .column, .ie7 .navigation.row .columns {
  display: inline;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 690, ../scss/_media.scss */
.ie7 .small-4,
.ie7 .row .small-4,
.ie7 .medium-4,
.ie7 .row .medium-4,
.ie7 .large-4,
.ie7 .row .large-4 {
  width: 313px;
  padding: 0;
  margin: 0;
}
/* line 701, ../scss/_media.scss */
.ie7 .small-6,
.ie7 .row .small-6,
.ie7 .large-6,
.ie7 .row .large-6 {
  padding: 0;
  margin: 0;
}
/* line 729, ../scss/_media.scss */
.ie7 .search-form input[type='text'] {
  height: 33px !important;
}
/* line 733, ../scss/_media.scss */
.ie7 .top-nav-links-bg {
  background: #f2f2f2;
}
/* line 737, ../scss/_media.scss */
.ie7 .paf.secondary.button, .ie7 .fundingpanel .figures-slider button.paf, .fundingpanel .figures-slider .ie7 button.paf {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 743, ../scss/_media.scss */
.ie7 .row {
  padding: 0;
}
/* line 747, ../scss/_media.scss */
.ie7 .column {
  padding: 0;
  margin: 0;
}
/* line 755, ../scss/_media.scss */
.ie7 .panel, .ie7 #popupScreen .popup-window, #popupScreen .ie7 .popup-window {
  margin-left: 0;
  margin-right: 0;
  margin: 8px;
}
/* line 758, ../scss/_media.scss */
.ie7 .panel h3 img, .ie7 #popupScreen .popup-window h3 img, #popupScreen .ie7 .popup-window h3 img {
  height: auto;
}
/* line 766, ../scss/_media.scss */
.ie7 .panel .large-12 h3 img, .ie7 #popupScreen .popup-window .large-12 h3 img, #popupScreen .ie7 .popup-window .large-12 h3 img {
  max-width: 90%;
}
/* line 776, ../scss/_media.scss */
.ie7 .panel .media-wrapper, .ie7 #popupScreen .popup-window .media-wrapper, #popupScreen .ie7 .popup-window .media-wrapper {
  float: none;
}
/* line 781, ../scss/_media.scss */
.ie7 .padless {
  padding: 0;
  float: none;
}
/* line 786, ../scss/_media.scss */
.ie7 .button, .ie7 .fundingpanel .figures-slider button, .fundingpanel .figures-slider .ie7 button {
  margin: 20px 0 0 0;
  padding: 20px 0;
}
/* line 795, ../scss/_media.scss */
.ie7 .amount-raised {
  font-size: 1.6em;
}
/* line 799, ../scss/_media.scss */
.ie7 .large-6.backtotop-wrapper {
  width: 100%;
}
/* line 803, ../scss/_media.scss */
.ie7 .large-centered,
.ie7 .small-centered {
  text-align: center;
}
/* line 807, ../scss/_media.scss */
.ie7 .large-centered .sign-in,
.ie7 .small-centered .sign-in {
  width: 90%;
  margin: 20px auto 0;
}
/* line 812, ../scss/_media.scss */
.ie7 .large-centered .backtotop,
.ie7 .small-centered .backtotop {
  margin: 0 auto;
  width: 33%;
}
/* line 817, ../scss/_media.scss */
.ie7 .large-centered p,
.ie7 .small-centered p {
  text-align: left;
}

/*----------------------------------------------------------------------------*/
/* COMPONENTS */
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Postcode Search Panel */
/*----------------------------------------------------------------------------*/
/* line 836, ../scss/_media.scss */
.ie7 .postcodesearchpanel .content-box {
  position: relative;
}
/* line 839, ../scss/_media.scss */
.ie7 .postcodesearchpanel .content-box .postcode-input {
  height: 22px;
  width: 90%;
}
/* line 844, ../scss/_media.scss */
.ie7 .postcodesearchpanel .content-box .search-button {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
/* line 853, ../scss/_media.scss */
.ie7 .postcodesearchpanel .use-current-location {
  width: 75%;
  padding-right: 25%;
}

/* line 863, ../scss/_media.scss */
.ie8 .postcodesearchpanel .content-box .postcode-input {
  margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/
/* Share panel */
/*----------------------------------------------------------------------------*/
/* line 877, ../scss/_media.scss */
.ie7 .sharepanel .content.column, .ie8 .sharepanel .content.column {
  float: none;
}
/* line 880, ../scss/_media.scss */
.ie7 .sharepanel .content.column ul.share-links, .ie8 .sharepanel .content.column ul.share-links {
  text-align: center;
}
/* line 883, ../scss/_media.scss */
.ie7 .sharepanel .content.column ul.share-links li, .ie8 .sharepanel .content.column ul.share-links li {
  margin: 0;
  display: inline;
}
/* line 887, ../scss/_media.scss */
.ie7 .sharepanel .content.column ul.share-links li a, .ie8 .sharepanel .content.column ul.share-links li a {
  display: inline-block;
}
/* line 891, ../scss/_media.scss */
.ie7 .sharepanel .content.column ul.share-links li + li, .ie8 .sharepanel .content.column ul.share-links li + li {
  margin-left: 5%;
}

/* Navigation Menu */
@media screen and (max-width: 480px) {
    .top-nav-links .column {
        position: initial;
    }

    .top-nav-links ul {
        left: 0;
    }
}

/* Create Event*/
.email-item {
    margin-bottom: 10px;
}

.email-item label {
  cursor: inherit;
}

.second-text {
    margin-top: 1.23em;
}

.multictapanel label.dsp-inline {
    font-size: 16px;
}

.multictapanel input {
    margin-bottom: 0 !important;
}

div#set-public-flag {
    margin-bottom: 5px;
}

.eventdetails .content ul li input.bg-invite,
.eventdetails .content ul li input.bg-thanks {
    display: none;
}

.eventdetails .content ul li label img {
    display: block;
    margin: 0 auto;
    pointer-events: none;
    position: relative;
}

.eventdetails .content table,
.eventdetails .content tbody,
.eventdetails .content tr {
    display: block;
}

.invite-detail {
    font-size: large;
    color: black;
    padding: 0 0 10px 30px;
    vertical-align: top;
}

.invite-detail-info {
    max-width: 430px;
    word-wrap: break-word;
}

@media screen and (max-width: 868px) {
    .invite-detail-info {
      max-width: 330px;
    }
}

@media screen and (max-width: 480px) {

    .invite-detail {
      display: block;
      font-size: 15px;
      font-weight: bold;
      padding: 0 0 2px;
    }

    .invite-detail-info {
        display: block;
        padding-bottom: 5px;
    }

    .top-nav-links > .column > a {
      padding: 0;
    }
}

.enter-address-manually {
    text-decoration: underline;
}

.enter-address-manually:hover {
    text-decoration: none;
}

.detailspanel .field-validation-error {
  margin: -17px 0 10px 0;
  text-align: left;
}

/*nationwide*/
.nw-logo {
  height: auto !important;
  margin: 0 10px;
  max-width: 140px;
  min-width: 79px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 978px) {
  .nw-logo {
    max-width: 100%;
    margin: 10px 0;
  }
}