/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* MUST HAVE - Do not change order*/
/* line 348, ../sass/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.1/";
}

/* line 352, ../sass/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 357, ../sass/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 362, ../sass/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 367, ../sass/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 372, ../sass/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 377, ../sass/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 382, ../sass/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, ../sass/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 392, ../sass/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 397, ../sass/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 404, ../sass/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 407, ../sass/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 413, ../sass/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 417, ../sass/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 430, ../sass/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 433, ../sass/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 435, ../sass/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 439, ../sass/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 446, ../sass/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 447, ../sass/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, ../sass/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, ../sass/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 451, ../sass/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 456, ../sass/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 462, ../sass/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 465, ../sass/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 475, ../sass/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 478, ../sass/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 107, ../sass/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 172, ../sass/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, ../sass/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 51, ../sass/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/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 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/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 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 69, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../sass/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 232, ../sass/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
/* line 172, ../sass/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, ../sass/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 236, ../sass/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, ../sass/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 242, ../sass/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, ../sass/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, ../sass/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 243, ../sass/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, ../sass/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, ../sass/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, ../sass/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 250, ../sass/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, ../sass/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../sass/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../sass/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../sass/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../sass/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 204, ../sass/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 209, ../sass/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 216, ../sass/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../sass/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../sass/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../sass/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../sass/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../sass/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../sass/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 204, ../sass/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 209, ../sass/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 216, ../sass/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../sass/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../sass/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 261, ../sass/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 264, ../sass/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, ../sass/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, ../sass/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, ../sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, ../sass/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, ../sass/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, ../sass/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, ../sass/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, ../sass/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, ../sass/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 204, ../sass/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 209, ../sass/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 216, ../sass/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, ../sass/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, ../sass/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 272, ../sass/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 275, ../sass/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* grey-series from lightest to darkest */
/* for backgrounds */
/* borders? */
/* text grey? */
/* backgrounds */
/* overlay colours for translucent divs */
/* brand color references */
/* gradient stops */
/* CSS CLASSES */
/* line 83, ../sass/partials/_colors.scss */
#interactive {
  /* colors */
  /* solid colors */
  /* background-colors */
}
/* line 86, ../sass/partials/_colors.scss */
#interactive p.red, #interactive span.red, #interactive h1.red, #interactive h2.red, #interactive h3.red, #interactive h4.red, #interactive h5.red, #interactive h6.red, #interactive li.red, #interactive a.red {
  color: #e1191e;
}
/* line 87, ../sass/partials/_colors.scss */
#interactive p.light-red, #interactive span.light-red, #interactive h1.light-red, #interactive h2.light-red, #interactive h3.light-red, #interactive h4.light-red, #interactive h5.light-red, #interactive h6.light-red, #interactive li.light-red, #interactive a.light-red {
  color: #e7474b;
}
/* line 88, ../sass/partials/_colors.scss */
#interactive p.dark-red, #interactive span.dark-red, #interactive h1.dark-red, #interactive h2.dark-red, #interactive h3.dark-red, #interactive h4.dark-red, #interactive h5.dark-red, #interactive h6.dark-red, #interactive li.dark-red, #interactive a.dark-red {
  color: #99191b;
}
/* line 89, ../sass/partials/_colors.scss */
#interactive p.orange, #interactive span.orange, #interactive h1.orange, #interactive h2.orange, #interactive h3.orange, #interactive h4.orange, #interactive h5.orange, #interactive h6.orange, #interactive li.orange, #interactive a.orange {
  color: #ff6a28;
}
/* line 90, ../sass/partials/_colors.scss */
#interactive p.yellow, #interactive span.yellow, #interactive h1.yellow, #interactive h2.yellow, #interactive h3.yellow, #interactive h4.yellow, #interactive h5.yellow, #interactive h6.yellow, #interactive li.yellow, #interactive a.yellow {
  color: #fac823;
}
/* line 91, ../sass/partials/_colors.scss */
#interactive p.pale-yellow, #interactive span.pale-yellow, #interactive h1.pale-yellow, #interactive h2.pale-yellow, #interactive h3.pale-yellow, #interactive h4.pale-yellow, #interactive h5.pale-yellow, #interactive h6.pale-yellow, #interactive li.pale-yellow, #interactive a.pale-yellow {
  color: #f8d97a;
}
/* line 92, ../sass/partials/_colors.scss */
#interactive p.light-yellow, #interactive span.light-yellow, #interactive h1.light-yellow, #interactive h2.light-yellow, #interactive h3.light-yellow, #interactive h4.light-yellow, #interactive h5.light-yellow, #interactive h6.light-yellow, #interactive li.light-yellow, #interactive a.light-yellow {
  color: #ffd626;
}
/* line 93, ../sass/partials/_colors.scss */
#interactive p.dark-yellow, #interactive span.dark-yellow, #interactive h1.dark-yellow, #interactive h2.dark-yellow, #interactive h3.dark-yellow, #interactive h4.dark-yellow, #interactive h5.dark-yellow, #interactive h6.dark-yellow, #interactive li.dark-yellow, #interactive a.dark-yellow {
  color: #e39b2c;
}
/* line 94, ../sass/partials/_colors.scss */
#interactive p.green, #interactive span.green, #interactive h1.green, #interactive h2.green, #interactive h3.green, #interactive h4.green, #interactive h5.green, #interactive h6.green, #interactive li.green, #interactive a.green {
  color: #0E4C00;
}
/* line 95, ../sass/partials/_colors.scss */
#interactive p.blue, #interactive span.blue, #interactive h1.blue, #interactive h2.blue, #interactive h3.blue, #interactive h4.blue, #interactive h5.blue, #interactive h6.blue, #interactive li.blue, #interactive a.blue {
  color: #115278;
}
/* line 96, ../sass/partials/_colors.scss */
#interactive p.action-blue, #interactive span.action-blue, #interactive h1.action-blue, #interactive h2.action-blue, #interactive h3.action-blue, #interactive h4.action-blue, #interactive h5.action-blue, #interactive h6.action-blue, #interactive li.action-blue, #interactive a.action-blue {
  color: #115278;
}
/* line 97, ../sass/partials/_colors.scss */
#interactive p.light-blue-1, #interactive span.light-blue-1, #interactive h1.light-blue-1, #interactive h2.light-blue-1, #interactive h3.light-blue-1, #interactive h4.light-blue-1, #interactive h5.light-blue-1, #interactive h6.light-blue-1, #interactive li.light-blue-1, #interactive a.light-blue-1 {
  color: #b1e1f2;
}
/* line 98, ../sass/partials/_colors.scss */
#interactive p.light-blue-2, #interactive span.light-blue-2, #interactive h1.light-blue-2, #interactive h2.light-blue-2, #interactive h3.light-blue-2, #interactive h4.light-blue-2, #interactive h5.light-blue-2, #interactive h6.light-blue-2, #interactive li.light-blue-2, #interactive a.light-blue-2 {
  color: #64a8d9;
}
/* line 99, ../sass/partials/_colors.scss */
#interactive p.dark-blue-1, #interactive span.dark-blue-1, #interactive h1.dark-blue-1, #interactive h2.dark-blue-1, #interactive h3.dark-blue-1, #interactive h4.dark-blue-1, #interactive h5.dark-blue-1, #interactive h6.dark-blue-1, #interactive li.dark-blue-1, #interactive a.dark-blue-1 {
  color: #1b749e;
}
/* line 100, ../sass/partials/_colors.scss */
#interactive p.dark-blue-2, #interactive span.dark-blue-2, #interactive h1.dark-blue-2, #interactive h2.dark-blue-2, #interactive h3.dark-blue-2, #interactive h4.dark-blue-2, #interactive h5.dark-blue-2, #interactive h6.dark-blue-2, #interactive li.dark-blue-2, #interactive a.dark-blue-2 {
  color: #093658;
}
/* line 101, ../sass/partials/_colors.scss */
#interactive p.label-blue, #interactive span.label-blue, #interactive h1.label-blue, #interactive h2.label-blue, #interactive h3.label-blue, #interactive h4.label-blue, #interactive h5.label-blue, #interactive h6.label-blue, #interactive li.label-blue, #interactive a.label-blue {
  color: #a0cfeb;
}
/* line 102, ../sass/partials/_colors.scss */
#interactive p.marker-blue, #interactive span.marker-blue, #interactive h1.marker-blue, #interactive h2.marker-blue, #interactive h3.marker-blue, #interactive h4.marker-blue, #interactive h5.marker-blue, #interactive h6.marker-blue, #interactive li.marker-blue, #interactive a.marker-blue {
  color: #1E91B4;
}
/* line 103, ../sass/partials/_colors.scss */
#interactive p.black, #interactive span.black, #interactive h1.black, #interactive h2.black, #interactive h3.black, #interactive h4.black, #interactive h5.black, #interactive h6.black, #interactive li.black, #interactive a.black {
  color: #000;
}
/* line 104, ../sass/partials/_colors.scss */
#interactive p.white, #interactive span.white, #interactive h1.white, #interactive h2.white, #interactive h3.white, #interactive h4.white, #interactive h5.white, #interactive h6.white, #interactive li.white, #interactive a.white {
  color: #FFF;
  background-color: #000;
}
/* line 105, ../sass/partials/_colors.scss */
#interactive p.grey, #interactive span.grey, #interactive h1.grey, #interactive h2.grey, #interactive h3.grey, #interactive h4.grey, #interactive h5.grey, #interactive h6.grey, #interactive li.grey, #interactive a.grey {
  color: #323232;
}
/* line 106, ../sass/partials/_colors.scss */
#interactive p.xlight-grey, #interactive span.xlight-grey, #interactive h1.xlight-grey, #interactive h2.xlight-grey, #interactive h3.xlight-grey, #interactive h4.xlight-grey, #interactive h5.xlight-grey, #interactive h6.xlight-grey, #interactive li.xlight-grey, #interactive a.xlight-grey {
  color: #F7F8F9;
}
/* line 107, ../sass/partials/_colors.scss */
#interactive p.light-grey, #interactive span.light-grey, #interactive h1.light-grey, #interactive h2.light-grey, #interactive h3.light-grey, #interactive h4.light-grey, #interactive h5.light-grey, #interactive h6.light-grey, #interactive li.light-grey, #interactive a.light-grey {
  color: #C3C3C3;
}
/* line 108, ../sass/partials/_colors.scss */
#interactive p.mid-grey, #interactive span.mid-grey, #interactive h1.mid-grey, #interactive h2.mid-grey, #interactive h3.mid-grey, #interactive h4.mid-grey, #interactive h5.mid-grey, #interactive h6.mid-grey, #interactive li.mid-grey, #interactive a.mid-grey {
  color: #999;
}
/* line 109, ../sass/partials/_colors.scss */
#interactive p.medium-grey, #interactive span.medium-grey, #interactive h1.medium-grey, #interactive h2.medium-grey, #interactive h3.medium-grey, #interactive h4.medium-grey, #interactive h5.medium-grey, #interactive h6.medium-grey, #interactive li.medium-grey, #interactive a.medium-grey {
  color: #666;
}
/* line 110, ../sass/partials/_colors.scss */
#interactive p.dark-grey, #interactive span.dark-grey, #interactive h1.dark-grey, #interactive h2.dark-grey, #interactive h3.dark-grey, #interactive h4.dark-grey, #interactive h5.dark-grey, #interactive h6.dark-grey, #interactive li.dark-grey, #interactive a.dark-grey {
  color: #323232;
}
/* line 115, ../sass/partials/_colors.scss */
#interactive div.red, #interactive section.red {
  background-color: #e1191e;
  color: #FFF;
}
/* line 116, ../sass/partials/_colors.scss */
#interactive div.light-red, #interactive section.light-red {
  background-color: #e7474b;
  color: #000;
}
/* line 117, ../sass/partials/_colors.scss */
#interactive div.dark-red, #interactive section.dark-red {
  background-color: #99191b;
  color: #FFF;
}
/* line 118, ../sass/partials/_colors.scss */
#interactive div.orange, #interactive section.orange {
  background-color: #ff6a28;
  color: #FFF;
}
/* line 119, ../sass/partials/_colors.scss */
#interactive div.yellow, #interactive section.yellow {
  background-color: #fac823;
  color: #000;
}
/* line 120, ../sass/partials/_colors.scss */
#interactive div.pale-yellow, #interactive section.pale-yellow {
  background-color: #f8d97a;
  color: #000;
}
/* line 121, ../sass/partials/_colors.scss */
#interactive div.light-yellow, #interactive section.light-yellow {
  background-color: #ffd626;
  color: #000;
}
/* line 122, ../sass/partials/_colors.scss */
#interactive div.dark-yellow, #interactive section.dark-yellow {
  background-color: #e39b2c;
  color: #000;
}
/* line 123, ../sass/partials/_colors.scss */
#interactive div.green, #interactive section.green {
  background-color: #0E4C00;
  color: #FFF;
}
/* line 124, ../sass/partials/_colors.scss */
#interactive div.blue, #interactive section.blue {
  background-color: #115278;
  color: #FFF;
}
/* line 125, ../sass/partials/_colors.scss */
#interactive div.action-blue, #interactive section.action-blue {
  background-color: #115278;
  color: #FFF;
}
/* line 126, ../sass/partials/_colors.scss */
#interactive div.light-blue-1, #interactive section.light-blue-1 {
  background-color: #b1e1f2;
  color: #000;
}
/* line 127, ../sass/partials/_colors.scss */
#interactive div.light-blue-2, #interactive section.light-blue-2 {
  background-color: #64a8d9;
  color: #000;
}
/* line 128, ../sass/partials/_colors.scss */
#interactive div.dark-blue-1, #interactive section.dark-blue-1 {
  background-color: #1b749e;
  color: #FFF;
}
/* line 129, ../sass/partials/_colors.scss */
#interactive div.dark-blue-2, #interactive section.dark-blue-2 {
  background-color: #093658;
  color: #FFF;
}
/* line 130, ../sass/partials/_colors.scss */
#interactive div.label-blue, #interactive section.label-blue {
  background-color: #a0cfeb;
  color: #000;
}
/* line 131, ../sass/partials/_colors.scss */
#interactive div.marker-blue, #interactive section.marker-blue {
  background-color: #1E91B4;
  color: #FFF;
}
/* line 132, ../sass/partials/_colors.scss */
#interactive div.black, #interactive section.black {
  background-color: #000;
  color: #FFF;
}
/* line 133, ../sass/partials/_colors.scss */
#interactive div.white, #interactive section.white {
  background-color: #FFF;
  color: #FFF;
}
/* line 134, ../sass/partials/_colors.scss */
#interactive div.grey, #interactive section.grey {
  background-color: #323232;
  color: #FFF;
}
/* line 135, ../sass/partials/_colors.scss */
#interactive div.xlight-grey, #interactive section.xlight-grey {
  background-color: #F7F8F9;
  color: #000;
}
/* line 136, ../sass/partials/_colors.scss */
#interactive div.light-grey, #interactive section.light-grey {
  background-color: #C3C3C3;
  color: #000;
}
/* line 137, ../sass/partials/_colors.scss */
#interactive div.grey, #interactive section.grey {
  background-color: #323232;
  color: #FFF;
}
/* line 138, ../sass/partials/_colors.scss */
#interactive div.mid-grey, #interactive section.mid-grey {
  background-color: #999;
  color: #000;
}
/* line 139, ../sass/partials/_colors.scss */
#interactive div.medium-grey, #interactive section.medium-grey {
  background-color: #666;
  color: #FFF;
}
/* line 140, ../sass/partials/_colors.scss */
#interactive div.dark-grey, #interactive section.dark-grey {
  background-color: #323232;
  color: #FFF;
}
/* line 141, ../sass/partials/_colors.scss */
#interactive div.white, #interactive section.white {
  background-color: #FFF;
  color: #323232;
}
/* line 144, ../sass/partials/_colors.scss */
#interactive .background-red {
  background-color: #fce4e4;
  color: #e1191e;
}
/* line 145, ../sass/partials/_colors.scss */
#interactive .background-orange {
  background-color: #ffe6db;
  color: #ff6a28;
}
/* line 146, ../sass/partials/_colors.scss */
#interactive .background-yellow {
  background-color: #fde7a0;
  color: #e39b2c;
}
/* line 147, ../sass/partials/_colors.scss */
#interactive .background-pale-yellow {
  background-color: #323232;
  color: #f8d97a;
}
/* line 148, ../sass/partials/_colors.scss */
#interactive .background-green {
  background-color: #eaffe5;
  color: #0E4C00;
}
/* line 149, ../sass/partials/_colors.scss */
#interactive .background-blue {
  background-color: #dbeefa;
  color: #115278;
}
/* line 150, ../sass/partials/_colors.scss */
#interactive .background-label-blue {
  background-color: #000;
  color: #a0cfeb;
}
/* line 151, ../sass/partials/_colors.scss */
#interactive .background-marker-blue {
  background-color: #eef9fc;
  color: #1E91B4;
}
/* line 152, ../sass/partials/_colors.scss */
#interactive .background-grey {
  background-color: #dadfe3;
  color: #323232;
}
/* line 153, ../sass/partials/_colors.scss */
#interactive .background-light-grey {
  background-color: #F7F8F9;
  color: #666;
}
/* line 154, ../sass/partials/_colors.scss */
#interactive .background-black {
  background-color: #C3C3C3;
  color: #000;
}
/* line 155, ../sass/partials/_colors.scss */
#interactive .background-white {
  background-color: #323232;
  color: #FFF;
}

/* line 1, ../sass/partials/_buttons.scss */
#interactive {
  /* base button */
  /* button sizes */
}
/* line 3, ../sass/partials/_buttons.scss */
#interactive .button {
  background: #1a7f9e;
  border: 1px solid #1E91B4;
  border-radius: 3px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  margin: 10px 0;
  padding: 10px 15px;
}
/* line 15, ../sass/partials/_buttons.scss */
#interactive .button.disabled {
  background: #dddddd;
  color: #b6b6b6;
  border: 1px solid #dddddd;
  cursor: default;
  pointer-events: none;
}
/* line 21, ../sass/partials/_buttons.scss */
#interactive .button.disabled:hover {
  background: #b6b6b6;
}
/* line 25, ../sass/partials/_buttons.scss */
#interactive .button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 6px 12px;
}
/* line 30, ../sass/partials/_buttons.scss */
#interactive .button.close .fa {
  margin: 0;
}
/* line 34, ../sass/partials/_buttons.scss */
#interactive .button.secondary {
  background-color: #12556a;
  border: 1px solid #156780;
  color: #F7F8F9;
}
/* line 38, ../sass/partials/_buttons.scss */
#interactive .button.secondary:hover {
  background-color: #156780;
  border: 1px solid #176e88;
  color: #FFF;
}
/* line 44, ../sass/partials/_buttons.scss */
#interactive .button .fa {
  margin-right: calculateRem(5px);
}
/* line 48, ../sass/partials/_buttons.scss */
#interactive .button:hover {
  background: #1E91B4;
  border: 1px solid #22a3ca;
  text-decoration: none;
}
/* line 53, ../sass/partials/_buttons.scss */
#interactive .button:active {
  background: #22a3ca;
  border: 1px solid #2ab2db;
  text-decoration: none;
}
/* line 61, ../sass/partials/_buttons.scss */
#interactive .button-xsmall {
  font-size: 70%;
}
/* line 64, ../sass/partials/_buttons.scss */
#interactive .button-small {
  font-size: 100%;
}
/* line 67, ../sass/partials/_buttons.scss */
#interactive .button-large {
  font-size: 120%;
  padding: 15px 25px;
}
/* line 71, ../sass/partials/_buttons.scss */
#interactive .button-xlarge {
  font-size: 150%;
  padding: 17px 30px;
}
/* line 76, ../sass/partials/_buttons.scss */
#interactive .btn-grp {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
/* line 81, ../sass/partials/_buttons.scss */
#interactive .btn-grp .btn {
  position: relative;
  float: left;
  display: inline-block;
  padding: 6px 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  color: #323232;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ccc;
  background: #fff;
}
/* line 98, ../sass/partials/_buttons.scss */
#interactive .btn-grp .btn:hover, #interactive .btn-grp #interactive .btn-grp .btn.active {
  background: #e6e6e6;
  border-color: #b7b7b7;
}
/* line 103, ../sass/partials/_buttons.scss */
#interactive .btn-grp > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
/* line 108, ../sass/partials/_buttons.scss */
#interactive .btn-grp > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
  border-right: none;
}
/* line 112, ../sass/partials/_buttons.scss */
#interactive .btn-grp > .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/******************************
* REM UNITS
*
*    1rem          = 12px
*
*    78.3333rem    = 940px
*    51.6666666rem = 620px
*    40rem         = 480px
*    33.33333rem   = 400px
*    25rem         = 300px
*    16.66666rem   = 200px
*    11.66666rem   = 140px
*    5rem          = 60px
*    4rem          = 48px
*    3rem          = 36px
*    1.6666666rem  = 20px
*    1.5rem        = 18px
*    1.333333rem   = 16px
*    1.16666666rem = 14px
*    1rem          = 12px
*    0.83333333rem = 10px
*    0.4166666rem  = 5px
*
******************************/
/********************
*
*
* base.scss */
@font-face {
  font-family: 'StagLight';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/stag/stag-light-webfont.eot");
  src: url("../fonts/stag/stag-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/stag/stag-light-webfont.woff") format("woff"), url("../fonts/stag/stag-light-webfont.ttf") format("truetype"), url("../fonts/stag/stag-light-webfont.svg#StagLight") format("svg");
}
@font-face {
  font-family: 'StagBook';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/stag/stag-book-webfont.eot");
  src: url("../fonts/stag/stag-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/stag/stag-book-webfont.woff") format("woff"), url("../fonts/stag/stag-book-webfont.ttf") format("truetype"), url("../fonts/stag/stag-book-webfont.svg#StagBook") format("svg");
}
@font-face {
  font-family: 'StagMedium';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/stag/stag-medium-webfont.eot");
  src: url("../fonts/stag/stag-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/stag/stag-medium-webfont.woff") format("woff"), url("../fonts/stag/stag-medium-webfont.ttf") format("truetype"), url("../fonts/stag/stag-medium-webfont.svg#StagMedium") format("svg");
}
/* line 49, ../sass/screen.scss */
html {
  font-size: 75%;
  font-family: arial, sans-serif;
  background: white;
}

/* line 56, ../sass/screen.scss */
.hidden {
  display: none;
}

/* line 60, ../sass/screen.scss */
.visible {
  display: block;
}

/* line 64, ../sass/screen.scss */
body {
  background: #FFF;
  text-align: center;
}

/* line 69, ../sass/screen.scss */
.interactive {
  display: block;
  float: left;
  background: white;
  width: 100%;
  max-width: 940px;
  margin: 0;
  padding: 0;
  text-align: left;
}
/* line 79, ../sass/screen.scss */
.interactive a {
  color: #115278;
}

/* line 86, ../sass/screen.scss */
.interactive-header {
  padding-top: 0.83333333rem;
}
/* line 90, ../sass/screen.scss */
.interactive-header .site-title {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0.83333333rem 0 0 0;
  padding: 0;
  font-family: StagBook, arial, sans-serif;
  letter-spacing: 0.08333333rem;
  line-height: 3rem;
  font-weight: 800;
  font-size: 3rem;
  text-align: center;
  text-transform: normal;
  color: #1A1A1A;
}
/* line 108, ../sass/screen.scss */
.interactive-header .site-title b {
  font-weight: 200;
}
/* line 112, ../sass/screen.scss */
.interactive-header .site-subtitle {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0.41666666rem 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #323232;
}
/* line 127, ../sass/screen.scss */
.interactive-header a:hover .site-title,
.interactive-header a:hover .site-title span,
.interactive-header a:hover .site-subtitle {
  color: #1A1A1A;
}

/* line 138, ../sass/screen.scss */
.single .interactive-header {
  margin-bottom: 1.6666666rem;
}
/* line 142, ../sass/screen.scss */
.single .interactive-header .site-title {
  font-size: 1.333333rem;
  line-height: 1rem;
  color: #1A1A1A;
}
/* line 148, ../sass/screen.scss */
.single .interactive-header .site-title span {
  font-weight: 200 !important;
  color: #1A1A1A;
}
/* line 153, ../sass/screen.scss */
.single .interactive-header .site-subtitle {
  font-size: .875rem;
  color: #1A1A1A;
}
/* line 158, ../sass/screen.scss */
.single .interactive-header a:hover .site-title,
.single .interactive-header a:hover .site-title span,
.single .interactive-header a:hover .site-subtitle {
  color: #323232;
}

/* line 168, ../sass/screen.scss */
.intro {
  width: 100%;
  text-align: center;
}

/* line 173, ../sass/screen.scss */
#startContent {
  padding-bottom: 25px;
}

/* filters */
/* Only target browsers that can handle it */
@media only screen {
  /* Checkbox switch */
  /* line 182, ../sass/screen.scss */
  .filters .switch-toggle {
    margin-bottom: 0.833333333rem;
  }

  /* line 186, ../sass/screen.scss */
  .filters .switch-toggle input + label {
    color: #1A1A1A;
    background: #C3C3C3;
    font-size: 13px;
  }

  /* line 193, ../sass/screen.scss */
  .filters .switch-toggle input:checked + label,
  .button {
    color: #FFF;
    background: #1b749e;
  }

  /* line 199, ../sass/screen.scss */
  .filters .button.secondary {
    color: white;
    background: #1b749e;
  }

  /* line 204, ../sass/screen.scss */
  #filter-year, #filter-province {
    margin-top: 15px;
  }
}
/* line 210, ../sass/screen.scss */
.button-group.filter-switch {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 219, ../sass/screen.scss */
.button-group.filter-switch li a.button.secondary {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0.4166666rem 0;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

/* .filters */
/* line 234, ../sass/screen.scss */
.cf-wrapper {
  display: block;
  float: left;
  width: 100%;
  margin: 0.83333rem 0;
  padding: 0.4166666rem 0;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  min-height: 25rem;
}

/* line 245, ../sass/screen.scss */
.content {
  display: block;
  float: left;
  width: 94%;
  margin: 0 3%;
  padding: 0;
}

/* line 254, ../sass/screen.scss */
.facewall {
  display: block;
  float: left;
  width: 100%;
  margin: 0.83333rem 0;
  padding: 0.83333rem 0;
  border: 0;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
}

/* line 265, ../sass/screen.scss */
.entries {
  display: block !important;
  float: right;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 1rem 0;
  border: 0;
}

/* line 277, ../sass/screen.scss */
.entries .profile .media {
  display: block;
  float: left;
  width: 100%;
  min-width: 6.66666rem;
  max-width: 51.6666666rem;
  height: 100%;
  min-height: 6.66666rem;
  /*max-height: 51.6666666rem;*/
  margin-bottom: 65px;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  border: 0;
  /* Grid-view style */
  /*		
  		.descContainer {
  			position: relative;
  			width: 100%;
  			height: 100%;
  			vertical-align: 
  		}*/
}
/* line 293, ../sass/screen.scss */
.entries .profile .media .headshot {
  display: block;
  float: left;
  width: 100%;
  min-width: 6.66666rem;
  max-width: 51.6666666rem;
  min-height: 7.66666rem;
  /*max-height: 51.6666666rem;*/
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url("/missingandmurdered/templates/default_site/mmiw.group/gfx/headshot-icon-300.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
/* line 311, ../sass/screen.scss */
.entries .profile .media .headshot a {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 320, ../sass/screen.scss */
.entries .profile .media .details-basic {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0.4166rem 0 0.6333333rem 0;
  text-align: left;
  color: #FFF;
  background: #323232;
  position: absolute;
  top: 105px;
  z-index: 100;
  opacity: 1;
  line-height: 2.5ex;
  height: 10.5ex;
}
/* line 346, ../sass/screen.scss */
.entries .profile .media .details-basic h4 {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #FFF;
  margin: 0;
  padding: 0;
}
/* line 355, ../sass/screen.scss */
.entries .profile .media .details-basic p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  color: #FFF;
  margin: 0;
  padding: 0;
}
/* line 364, ../sass/screen.scss */
.entries .profile .media .details-basic .murdered-missing {
  font-size: 0.83333333rem;
  font-weight: bold;
  color: #C3C3C3;
}
/* line 370, ../sass/screen.scss */
.entries .profile .media .details-basic .details {
  font-size: 0.65rem;
  color: #FFF;
  font-weight: normal;
}
/* line 379, ../sass/screen.scss */
.entries .profile .media .headshot:focus,
.entries .profile .media .headshot a:focus,
.entries .profile .media .headshot:hover,
.entries .profile .media .headshot a:hover {
  opacity: 1;
}
/* line 386, ../sass/screen.scss */
.entries .profile .media .headshot:hover .details-basic,
.entries .profile .media .headshot a:hover .details-basic {
  display: block;
}

/* line 396, ../sass/screen.scss */
.entries .profile.tier0 {
  display: none;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
/* line 402, ../sass/screen.scss */
.entries .profile.tier0 .media .headshot {
  opacity: 0;
}

/* line 412, ../sass/screen.scss */
.entries .profile.ui-coverflow-item.ui-state-active .media {
  width: 25rem;
  height: 25rem;
}
/* line 417, ../sass/screen.scss */
.entries .profile.ui-coverflow-item.ui-state-active .media .headshot {
  width: 25rem;
  height: 25rem;
}

/* line 428, ../sass/screen.scss */
.case.profile h1 {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0.83333rem 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #323232;
}
/* line 442, ../sass/screen.scss */
.case.profile h1 .name {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: StagMedium, arial, sans-serif;
  letter-spacing: 0.08333333rem;
  line-height: 3rem;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  text-transform: normal;
  color: #1A1A1A;
}

/* line 464, ../sass/screen.scss */
.profile-summary {
  display: block;
  float: left;
  margin-top: 65px;
  margin-bottom: 1.6667rem;
  padding: 0;
  color: #FFF;
  background: #f7f8f9;
  border-top: 0px solid #1A1A1A;
}
/* line 474, ../sass/screen.scss */
.profile-summary .media {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 483, ../sass/screen.scss */
.profile-summary .headshot {
  display: block;
  float: left;
  width: 100%;
  min-width: 11.66666rem;
  max-width: 51.6666666rem;
  height: 25rem;
  min-height: 11.66666rem;
  max-height: 51.6666666rem;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: url("/missingandmurdered/templates/default_site/mmiw.group/gfx/headshot-icon-300.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .7;
}

/* line 505, ../sass/screen.scss */
.profile-details {
  display: block;
  float: left;
  margin-top: 0.4166666rem;
  margin-bottom: 1.6666666rem;
}
/* line 511, ../sass/screen.scss */
.profile-details h2 {
  display: block;
  float: left;
  width: 96%;
  margin: 0 2%;
  padding: 0;
  font-size: 1.3333rem;
  color: #FFF;
  text-align: left;
}
/* line 522, ../sass/screen.scss */
.profile-details h5 {
  display: block;
  float: left;
  width: 96%;
  font-weight: bold;
  margin: 1rem 2% 0 2%;
  padding: 0;
}
/* line 531, ../sass/screen.scss */
.profile-details dl {
  display: block;
  float: left;
  width: 96%;
  min-width: 25rem;
  height: auto;
  min-height: 1.6666666rem;
  margin: 0 2%;
  padding: 0;
}
/* line 542, ../sass/screen.scss */
.profile-details dl dt {
  display: block;
  float: left;
  clear: left;
  width: 30%;
  min-width: 7.5rem;
  margin: 0 0 0.4166666rem 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #999;
}
/* line 555, ../sass/screen.scss */
.profile-details dl dd {
  display: block;
  float: left;
  clear: right;
  width: 47%;
  margin: 0 0 0.4166666rem 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: black;
}
/* line 567, ../sass/screen.scss */
.profile-details .note-profile,
.profile-details .note {
  display: block;
  float: left;
  width: 96%;
  font-weight: normal;
  margin: 0 2%;
  font-size: 0.65rem;
  text-align: left;
  color: black;
}

/* line 581, ../sass/screen.scss */
.lead {
  display: block;
  float: left;
  text-align: center;
  margin-top: 1.3333333rem;
  margin-bottom: 1.6666rem;
  font-size: 1.3333333rem;
  font-weight: bold;
  line-height: 1.6;
}

/* line 592, ../sass/screen.scss */
.profile-description {
  display: block;
  float: left;
  font-size: 1.1666666rem;
  margin-top: 60px;
  line-height: 1.6;
  color: #1A1A1A;
  background: #FFF;
}
/* line 604, ../sass/screen.scss */
.profile-description p {
  display: block;
  float: left;
  clear: both;
  margin-bottom: 0.8333rem;
  font-size: 1.1666666rem;
  line-height: 1.6;
  color: #1A1A1A;
  background: #FFF;
}
/* line 615, ../sass/screen.scss */
.profile-description blockquote,
.profile-description blockquote p {
  display: block;
  float: left;
  clear: both;
  width: 80%;
  margin: 1.6667rem 10%;
  padding: 0;
  font-family: StagMedium, arial, sans-serif;
  letter-spacing: 0.08333333rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: left !important;
  color: #323232;
  border: 0px;
}
/* line 632, ../sass/screen.scss */
.profile-description blockquote p {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 1.6667rem 0;
  padding: 0;
  font-family: StagMedium, arial, sans-serif;
  letter-spacing: 0.08333333rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: left !important;
  color: #323232;
  border: 0px;
}
/* line 648, ../sass/screen.scss */
.profile-description blockquote .speaker,
.profile-description blockquote .speaker-role {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0.8333rem 0 0 0;
  padding: 0.8333rem 0 0 0;
  font-family: arial, sans-serif;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 0.926667rem;
  text-align: left;
  color: #323232;
  border-top: 1px solid #323232;
}
/* line 665, ../sass/screen.scss */
.profile-description blockquote .speaker-role {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0px solid #323232;
}

/* line 675, ../sass/screen.scss */
.cta,
.cta-small {
  display: block;
  float: left;
  width: 100%;
  margin: 1.6666666rem 0;
  padding: 0;
  border-top: 1px solid #C3C3C3;
  background-color: #1b749e;
}
/* line 686, ../sass/screen.scss */
.cta .cta-head,
.cta .cta-subhead,
.cta .cta-action,
.cta .cta-text,
.cta-small .cta-head,
.cta-small .cta-subhead,
.cta-small .cta-action,
.cta-small .cta-text {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: inherit;
  background: transparent;
}
/* line 702, ../sass/screen.scss */
.cta .cta-head,
.cta-small .cta-head {
  font-family: StagMedium, arial, sans-serif;
  letter-spacing: 0.08333333rem;
}
/* line 707, ../sass/screen.scss */
.cta .cta-text,
.cta-small .cta-text {
  width: 90%;
  margin: 0 5% 0.8333333rem  5%;
  text-align: left;
  font-weight: normal;
  font-size: 1.16666666rem;
}
/* line 715, ../sass/screen.scss */
.cta a,
.cta a:focus,
.cta a:hover,
.cta a:link,
.cta a:visited,
.cta-small a,
.cta-small a:focus,
.cta-small a:hover,
.cta-small a:link,
.cta-small a:visited {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.8333333rem 0;
  color: #666;
  background: #FFF;
}
/* line 730, ../sass/screen.scss */
.cta a:focus,
.cta a:hover,
.cta-small a:focus,
.cta-small a:hover {
  color: #1A1A1A;
  background: #F7F8F9;
}
/* line 736, ../sass/screen.scss */
.cta a .cta-head,
.cta a .cta-subhead,
.cta a .cta-action,
.cta-small a .cta-head,
.cta-small a .cta-subhead,
.cta-small a .cta-action {
  color: #115278;
}

/* line 744, ../sass/screen.scss */
.cta-small {
  border-top: 0px solid #1A1A1A;
}
/* line 748, ../sass/screen.scss */
.cta-small a,
.cta-small a:focus,
.cta-small a:hover,
.cta-small a:link,
.cta-small a:visited,
.cta-small a .cta-head,
.cta-small a .cta-action {
  background: #1b749e;
  color: #FFF;
}
/* line 759, ../sass/screen.scss */
.cta-small a:focus,
.cta-small a:hover,
.cta-small a:hover .cta-head,
.cta-small a:hover .cta-subhead,
.cta-small a:hover .cta-action {
  color: #323232;
  background: #C3C3C3;
}

/* line 771, ../sass/screen.scss */
.media {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  margin-bottom: 1.666666rem;
  padding-bottom: 0.8333333rem;
  border-bottom: 1px solid #C3C3C3;
  position: relative;
  margin-top: 13px;
}

/* line 785, ../sass/screen.scss */
.caption {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  font-size: 1.16666666rem;
  line-height: 1.35rem;
  color: #666;
  margin: 0.4166666rem 0;
  padding: 0;
}

/* line 797, ../sass/screen.scss */
.credit {
  display: block;
  float: right;
  clear: both;
  width: 100%;
  font-size: 0.926667rem;
  color: #666;
  margin: 0.4166666rem 0 0 0;
  padding: 0;
  text-align: right;
  font-weight: normal;
}

/* line 812, ../sass/screen.scss */
.media .cbc-caffeine-player {
  position: relative;
  max-width: 51.6667rem;
  max-height: 28.92rem;
}
/* line 818, ../sass/screen.scss */
.media .cbc-caffeine-container {
  position: relative;
  max-width: 51.6667rem;
  max-height: 28.92rem;
}

/* Map Styles */
/* line 828, ../sass/screen.scss */
.map {
  display: block;
  float: left;
  width: 100%;
  min-width: 25rem;
  max-width: 78.3333rem;
  height: auto;
  min-height: 25rem;
  max-height: 51.6666666rem;
  background-size: contain;
}

/* line 840, ../sass/screen.scss */
.profile-summary .map {
  margin-top: 1.666666rem;
  padding-top: 1.666666rem;
  border-top: 1px solid #C3C3C3;
}

/* Map Styles */
/* Graphic Styles */
/* line 849, ../sass/screen.scss */
.graphic {
  display: block;
  float: left;
  width: 100%;
  min-width: 25rem;
  max-width: 78.3333rem;
  height: auto;
  min-height: 30rem;
  margin-bottom: 1.6666666rem;
}

/* line 860, ../sass/screen.scss */
#graphic-mmiw {
  background: #323232;
}

/* Graphic Styles */
/* line 866, ../sass/screen.scss */
.note-profile,
.note {
  display: block;
  float: left;
  width: 96%;
  font-weight: normal;
  margin: 0 2%;
  font-size: 0.65rem;
  text-align: left;
}

/* Summary counts */
/* line 879, ../sass/screen.scss */
#resultCount {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 887, ../sass/screen.scss */
#resultCount h3 {
  display: block;
  float: left;
  width: 80%;
  margin: 0.4166666rem 10% 0 10%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

/* Summary counts */
/* Name search auto-complete */
/* line 904, ../sass/screen.scss */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  text-align: left;
}

/* line 905, ../sass/screen.scss */
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 906, ../sass/screen.scss */
.autocomplete-no-suggestion {
  padding: 2px 5px;
}

/* line 907, ../sass/screen.scss */
.autocomplete-selected {
  background: #F0F0F0;
}

/* line 908, ../sass/screen.scss */
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

/* line 909, ../sass/screen.scss */
.autocomplete-group {
  padding: 2px 5px;
}

/* line 910, ../sass/screen.scss */
.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

/* Name search auto-complete */
/* Links and Lineups */
/* line 920, ../sass/screen.scss */
.promocollection-body {
  display: block;
  float: left;
  width: 100%;
  min-height: 100px;
  margin: 10px 0 0 0;
  padding: 0;
}

/* line 930, ../sass/screen.scss */
#local-links-information,
#latest-weather-headlines {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 0;
  padding: 0;
  background: #FFF;
}

/* line 942, ../sass/screen.scss */
.lineuproll-heading.module-heading {
  display: block;
  float: left;
  font-size: 16px;
  color: #000;
  margin: 0 0 12px 0;
}

/* line 950, ../sass/screen.scss */
.lineuproll-body.module-body {
  display: block;
  float: left;
  font-size: 16px;
}

/* line 956, ../sass/screen.scss */
.lineuproll-list {
  display: block;
  float: left;
  list-style-type: square;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 965, ../sass/screen.scss */
.lineuproll-item-body {
  display: list-item;
  float: left;
  width: 95%;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 1em;
  padding-left: 0.75em;
  list-style-position: outside;
  list-style-type: none;
}

/* line 977, ../sass/screen.scss */
li.lineuproll-item-body:before {
  color: #115278;
  content: "\25A0";
  font-size: 0.8em;
  text-indent: -1em;
  position: absolute;
}

/* line 985, ../sass/screen.scss */
.lineuproll-extra {
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  text-align: left;
  color: black;
}

/* line 998, ../sass/screen.scss */
.lineuproll-timestamp {
  color: #595959;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
  width: auto;
}

/* line 1015, ../sass/screen.scss */
.lineuproll-icons {
  color: #595959;
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: normal;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
  width: auto;
}

/* line 1032, ../sass/screen.scss */
.icon:before, .icon_audio:before, .icon_video:before, .icon_comments:before, .icon_next:before, .icon_prev:before, .icon_play:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
}

/* line 1038, ../sass/screen.scss */
.icon_comments {
  background: url("http://www.cbc.ca/i/o/sm/v10/gfx/sprite.png") no-repeat scroll left -126px transparent !important;
}

/* line 1041, ../sass/screen.scss */
.icon, .icon_audio, .icon_video, .icon_comments, .icon_next, .icon_prev, .icon_play {
  display: inline-block;
  font-style: normal;
  height: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -1px;
  vertical-align: middle;
  width: 16px;
}

/* line 1053, ../sass/screen.scss */
.icon_video {
  background-position: 0 -17px;
}

/* line 1056, ../sass/screen.scss */
.icon_audio, .icon_video {
  background-image: url("http://www.cbc.ca/i/news/v10/gfx/icon_a-v.png");
  height: 15px;
  width: 14px;
}

/* line 1062, ../sass/screen.scss */
.viafoura {
  color: #333;
}

/* line 1065, ../sass/screen.scss */
.viafoura {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

/* line 1070, ../sass/screen.scss */
.viafoura, .viafoura button, .viafoura input, .viafoura select, .viafoura textarea {
  background: none repeat scroll 0 0 #ffffff;
}

/* line 1073, ../sass/screen.scss */
.viafoura {
  font-size: 100%;
}

/* Links and Lineups */
/* line 1078, ../sass/screen.scss */
.backToTop {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 35px;
  background-color: #f7f8f9;
  z-index: 1000;
}

/* line 1088, ../sass/screen.scss */
.topArrow {
  position: absolute;
  top: 0;
  margin-left: 5px;
  margin-top: 7px;
  width: 45px;
  height: 45px;
  fill: #323232;
  z-index: 1000;
  cursor: pointer;
}

/* line 1100, ../sass/screen.scss */
.circleNav {
  width: 55px;
  position: relative;
  height: 55px;
  border-radius: 50%;
  background-color: #f7f8f9;
  margin-top: 8px;
  margin-left: 44.4%;
  cursor: pointer;
}

/* Social */
/* line 1115, ../sass/screen.scss */
#storytools {
  width: 100%;
  position: relative;
  height: 30px;
}

/* line 1121, ../sass/screen.scss */
#sharetools {
  position: relative;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

/* line 1129, ../sass/screen.scss */
#sharetoolsProfile {
  position: relative;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding-left: 5px;
}

/* line 1138, ../sass/screen.scss */
.socialIcon {
  width: 50px;
  height: 25px;
  fill: #323232;
  vertical-align: top;
  cursor: pointer;
}

/* line 1146, ../sass/screen.scss */
.socialIconVertical {
  width: 50px;
  height: 25px;
  fill: #323232;
  vertical-align: top;
  cursor: pointer;
  margin-left: 2px;
}
