@charset "UTF-8";
/* line 431, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

/* line 435, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 440, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 445, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

/* line 450, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

/* line 455, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

/* line 460, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

/* line 465, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

/* line 470, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

/* line 475, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

/* line 480, ../../src/scss/components/foundation/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 489, ../../src/scss/components/foundation/foundation/components/_global.scss */
html, body {
  height: 100%;
}

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

/* line 498, ../../src/scss/components/foundation/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 502, ../../src/scss/components/foundation/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: Roboto, Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 515, ../../src/scss/components/foundation/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 518, ../../src/scss/components/foundation/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 520, ../../src/scss/components/foundation/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 525, ../../src/scss/components/foundation/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 532, ../../src/scss/components/foundation/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 533, ../../src/scss/components/foundation/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 239, ../../src/scss/components/foundation/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 537, ../../src/scss/components/foundation/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 542, ../../src/scss/components/foundation/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 548, ../../src/scss/components/foundation/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* line 564, ../../src/scss/components/foundation/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 228, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 232, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 235, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 238, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 243, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 248, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}
/* line 251, ../../src/scss/components/foundation/foundation/components/_grid.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 200, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 205, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 212, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../../src/scss/components/foundation/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.0625em) {
  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 200, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 205, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 212, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 264, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 267, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 267, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 155, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 158, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 163, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 175, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 183, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 186, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 194, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 200, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 205, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 212, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 215, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 218, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 275, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 278, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 278, ../../src/scss/components/foundation/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 112, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #005eb8;
  border-color: #00519e;
  color: #FFFFFF;
}
/* line 115, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
/* line 96, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 117, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 3px;
}
/* line 118, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}
/* line 120, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
/* line 121, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
/* line 122, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
/* line 123, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
/* line 124, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
/* line 125, ../../src/scss/components/foundation/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 107, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 51, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  /* line 69, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, ../../src/scss/components/foundation/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 218, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Roboto, Arial;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #005eb8;
  border-color: #004b93;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #004b93;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
/* line 225, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 226, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
/* line 227, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
/* line 228, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
/* line 229, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
/* line 231, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}
/* line 232, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}
/* line 233, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}
/* line 234, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
/* line 236, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 237, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 242, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #005eb8;
  border-color: #004b93;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #004b93;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
/* line 180, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #005eb8;
}
/* line 243, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 180, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 244, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
/* line 180, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 245, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
/* line 180, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
/* line 246, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
/* line 180, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 247, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
/* line 163, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 169, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
/* line 180, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 252, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 255, ../../src/scss/components/foundation/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Clearing Styles */
/* line 44, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 239, ../../src/scss/components/foundation/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 240, ../../src/scss/components/foundation/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-blackout {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
/* line 69, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

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

/* line 80, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

/* line 88, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

/* line 115, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-caption {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

/* line 129, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
/* line 138, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 142, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 143, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 147, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 149, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  /* line 156, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  /* line 162, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  /* line 169, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: .8;
  }

  /* line 172, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 174, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 180, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 182, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 188, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3;
  }

  /* line 193, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #000;
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 199, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 206, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  /* line 220, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 226, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 232, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 237, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 238, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  /* line 243, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: none;
    height: 85%;
    overflow: hidden;
  }

  /* line 250, ../../src/scss/components/foundation/foundation/components/_clearing.scss */
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
/* line 49, ../../src/scss/components/foundation/foundation/components/_flex-video.scss */
.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
}
/* line 32, ../../src/scss/components/foundation/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, ../../src/scss/components/foundation/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, ../../src/scss/components/foundation/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
/* line 385, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form {
  margin: 0 0 1.875rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 91, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.9375rem;
}
/* line 93, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.9375rem;
}
/* line 97, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 99, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 101, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 107, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.9375rem;
}

/* Label Styles */
/* line 391, ../../src/scss/components/foundation/foundation/components/_forms.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 392, ../../src/scss/components/foundation/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 393, ../../src/scss/components/foundation/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1.875rem 0;
  padding: 1rem 0;
}
/* line 395, ../../src/scss/components/foundation/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

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

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

/* line 407, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 409, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 410, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 411, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 412, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

/* line 416, ../../src/scss/components/foundation/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

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

/* line 439, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 443, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 446, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 450, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 453, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 457, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 460, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 464, ../../src/scss/components/foundation/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 469, ../../src/scss/components/foundation/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 476, ../../src/scss/components/foundation/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 481, ../../src/scss/components/foundation/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* line 486, ../../src/scss/components/foundation/foundation/components/_forms.scss */
::-webkit-input-placeholder {
  color: #666666;
}

/* line 490, ../../src/scss/components/foundation/foundation/components/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

/* line 494, ../../src/scss/components/foundation/foundation/components/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

/* line 498, ../../src/scss/components/foundation/foundation/components/_forms.scss */
:-ms-input-placeholder {
  color: #666666;
}

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

/* Adjust margin for form elements below */
/* line 513, ../../src/scss/components/foundation/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1.875rem 0;
}

/* line 520, ../../src/scss/components/foundation/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.9375rem;
  margin-right: 1.875rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 544, ../../src/scss/components/foundation/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}
/* line 278, ../../src/scss/components/foundation/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 551, ../../src/scss/components/foundation/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.875rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
/* line 554, ../../src/scss/components/foundation/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 557, ../../src/scss/components/foundation/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.875rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 562, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 568, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1.875rem;
}
/* line 573, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 578, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.875rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}
/* line 583, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
/* line 595, ../../src/scss/components/foundation/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 600, ../../src/scss/components/foundation/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 605, ../../src/scss/components/foundation/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 131, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
/* line 69, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 78, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table thead {
  background: #F5F5F5;
}
/* line 82, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
/* line 92, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table tfoot {
  background: #F5F5F5;
}
/* line 96, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}
/* line 107, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}
/* line 115, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
/* line 120, ../../src/scss/components/foundation/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* Image Thumbnails */
/* line 59, ../../src/scss/components/foundation/foundation/components/_thumbs.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
/* line 48, ../../src/scss/components/foundation/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 94, 184, 0.5);
}
/* line 63, ../../src/scss/components/foundation/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

/* line 158, ../../src/scss/components/foundation/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 159, ../../src/scss/components/foundation/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 160, ../../src/scss/components/foundation/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 161, ../../src/scss/components/foundation/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  /* line 165, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 166, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 167, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 168, ../../src/scss/components/foundation/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 196, ../../src/scss/components/foundation/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 220, ../../src/scss/components/foundation/foundation/components/_type.scss */
a {
  color: #005eb8;
  line-height: inherit;
  text-decoration: none;
}
/* line 225, ../../src/scss/components/foundation/foundation/components/_type.scss */
a:hover, a:focus {
  color: #00519e;
}
/* line 233, ../../src/scss/components/foundation/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 237, ../../src/scss/components/foundation/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 245, ../../src/scss/components/foundation/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 247, ../../src/scss/components/foundation/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 255, ../../src/scss/components/foundation/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  color: #041e42;
  font-family: Roboto, Arial;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 0.8rem;
  text-rendering: optimizeLegibility;
}
/* line 265, ../../src/scss/components/foundation/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #0d60d3;
  font-size: 60%;
  line-height: 0;
}

/* line 272, ../../src/scss/components/foundation/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 273, ../../src/scss/components/foundation/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 274, ../../src/scss/components/foundation/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 275, ../../src/scss/components/foundation/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 276, ../../src/scss/components/foundation/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 277, ../../src/scss/components/foundation/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 279, ../../src/scss/components/foundation/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #0d60d3;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 281, ../../src/scss/components/foundation/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

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

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

/* line 302, ../../src/scss/components/foundation/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 307, ../../src/scss/components/foundation/foundation/components/_type.scss */
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

/* line 329, ../../src/scss/components/foundation/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 336, ../../src/scss/components/foundation/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 345, ../../src/scss/components/foundation/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 348, ../../src/scss/components/foundation/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 349, ../../src/scss/components/foundation/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 350, ../../src/scss/components/foundation/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
/* line 354, ../../src/scss/components/foundation/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 357, ../../src/scss/components/foundation/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 366, ../../src/scss/components/foundation/foundation/components/_type.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
/* line 371, ../../src/scss/components/foundation/foundation/components/_type.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
/* line 382, ../../src/scss/components/foundation/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 386, ../../src/scss/components/foundation/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 390, ../../src/scss/components/foundation/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

/* line 397, ../../src/scss/components/foundation/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 399, ../../src/scss/components/foundation/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 405, ../../src/scss/components/foundation/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 410, ../../src/scss/components/foundation/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #0a49a1;
}
/* line 414, ../../src/scss/components/foundation/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 418, ../../src/scss/components/foundation/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #0a49a1;
}

/* line 424, ../../src/scss/components/foundation/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #0d60d3;
}

/* Microformats */
/* line 431, ../../src/scss/components/foundation/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 437, ../../src/scss/components/foundation/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 441, ../../src/scss/components/foundation/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 448, ../../src/scss/components/foundation/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 450, ../../src/scss/components/foundation/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 461, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }

  /* line 462, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 463, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 464, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 465, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 466, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 467, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  /* line 479, ../../src/scss/components/foundation/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 486, ../../src/scss/components/foundation/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 488, ../../src/scss/components/foundation/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 490, ../../src/scss/components/foundation/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  /* line 497, ../../src/scss/components/foundation/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

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

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

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

  @page {
    margin: 0.34in;
  }
  /* line 512, ../../src/scss/components/foundation/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 519, ../../src/scss/components/foundation/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 3, ../../src/scss/partials/common/elements/_global-search.scss */
.global-search-wrapper {
  background-color: #e1e1e1;
}

/* line 8, ../../src/scss/partials/common/elements/_global-search.scss */
.global-search-inner {
  color: #fff;
  padding: 10px 0;
}

/* line 2, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .searchheading {
  background-color: #e2e2e2;
  padding: 20px 0 0 10px;
  margin: 10px 0px;
  font-weight: bold;
}
/* line 10, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .results .result_title a {
  font-weight: bold;
}
/* line 15, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .column1 {
  display: none;
}
/* line 18, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results input[type="submit"] {
  margin-top: 15px;
  padding: 15px 30px;
}
/* line 22, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .summary {
  font-weight: bold;
  color: #666;
  float: left;
}
/* line 27, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .result_pagescount {
  font-weight: bold;
  color: #666;
  float: left;
}
/* line 32, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .result_pagescount {
  float: right;
}
/* line 34, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .result_pagescount br {
  content: "";
}
/* line 38, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .results {
  clear: left;
}
/* line 40, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .results .description {
  color: #000;
}
/* line 43, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .results .context {
  padding-bottom: 0.5em;
  color: #5e5757;
}
/* line 48, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .result_block,
.search-results .result_altblock {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #ccc;
}
/* line 53, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .result_pages {
  padding: 10px;
  text-align: center;
  background: #e1e1e1;
  font-size: 1.3em;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  margin: 10px 0;
  color: #000;
  font-weight: bold;
}
/* line 63, ../../src/scss/partials/common/elements/_search-results.scss */
.search-results .result_pages a {
  padding: 10px;
  margin: 0px;
  color: #000;
}

/* line 1, ../../src/scss/partials/common/elements/_breadcrumbs.scss */
.breadcrumbs-wrapper {
  padding: 32px 0 0;
  padding: 2rem 0 0;
}

/* line 5, ../../src/scss/partials/common/elements/_breadcrumbs.scss */
.breadcrumbs-container {
  font-size: 0.85rem;
}

/* line 12, ../../src/scss/partials/common/elements/_breadcrumbs.scss */
.current-breadcrumb-node:before,
.breadcrumb-node-link:before {
  font-family: "FontAwesome";
  content: "";
  margin-left: 7px;
  margin-right: 7px;
  font-size: 1.5em;
  vertical-align: middle;
  color: #e6e6e6;
}

/* line 1, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-this-page-heading {
  font-size: 19.2px;
  font-size: 1.2rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}

/* line 7, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-icons {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
/* line 13, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-icons li {
  float: left;
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

/* line 23, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-toggle {
  display: none;
}

/* line 49, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-other {
  display: block;
  width: 100%;
  height: 48px;
  background-color: orange;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  cursor: pointer;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-other:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-other span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-other:hover {
  background-color: #b37400;
}

/* line 54, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-facebook {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #3B5999;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-facebook:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-facebook span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-facebook:hover {
  background-color: #293e6b;
}

/* line 58, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-twitter {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #00aced;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-twitter:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-twitter span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-twitter:hover {
  background-color: #0078a6;
}

/* line 62, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-email {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #777;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-email:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-email span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-email:hover {
  background-color: #535353;
}

/* line 66, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-reddit {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #6792bd;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-reddit:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-reddit span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-reddit:hover {
  background-color: #486684;
}

/* line 70, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-stumbleupon {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #eb4924;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-stumbleupon:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-stumbleupon span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-stumbleupon:hover {
  background-color: #a53319;
}

/* line 74, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-delicious {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #2f2f2f;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-delicious:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-delicious span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-delicious:hover {
  background-color: #212121;
}

/* line 78, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-google {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #bb2a0b;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-google:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-google span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-google:hover {
  background-color: #831d08;
}

/* line 82, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-print {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #444;
  text-align: center;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
/* line 33, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-print:before {
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  color: #fff;
}
/* line 39, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-print span {
  display: none;
}
/* line 42, ../../src/scss/partials/common/elements/_share-this-page.scss */
.share-print:hover {
  background-color: #303030;
}

/* line 2, ../../src/scss/partials/common/elements/_navigation.scss */
.global-nav-source,
.sub-nav-source {
  display: none;
}

/* line 6, ../../src/scss/partials/common/elements/_navigation.scss */
.global-nav-wrapper {
  background-color: #005eb8;
}

/* line 10, ../../src/scss/partials/common/elements/_navigation.scss */
.sub-navigation {
  display: none;
}
@media only screen and (min-width: 40.0625em) {
  /* line 10, ../../src/scss/partials/common/elements/_navigation.scss */
  .sub-navigation {
    display: block;
  }
}

/* line 1, ../../src/scss/partials/common/elements/_bookmarks.scss */
.in-this-page {
  font-weight: bold;
  margin-bottom: 0px;
  border-top: 1px solid #eee;
}

/* line 7, ../../src/scss/partials/common/elements/_bookmarks.scss */
.anchor-list {
  text-transform: uppercase;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}
/* line 15, ../../src/scss/partials/common/elements/_bookmarks.scss */
.anchor-list li {
  display: inline-block;
  padding-right: 15px;
}
/* line 18, ../../src/scss/partials/common/elements/_bookmarks.scss */
.anchor-list li a {
  display: block;
  padding: 0.4em 1em 0.4em 0;
  border-right: 1px solid #eee;
}

/* line 2, ../../src/scss/partials/common/elements/_a-z.scss */
.a-z a {
  padding: 7px;
  border: 1px solid #c1c1c5;
}

/* line 1, ../../src/scss/partials/common/elements/_news-listing.scss */
.article {
  clear: left;
}
/* line 3, ../../src/scss/partials/common/elements/_news-listing.scss */
.article .text {
  float: left;
  width: 85%;
}
/* line 7, ../../src/scss/partials/common/elements/_news-listing.scss */
.article .image {
  width: 100px;
  height: auto;
  float: right;
}
/* line 11, ../../src/scss/partials/common/elements/_news-listing.scss */
.article .image img {
  width: 100%;
}
/* line 15, ../../src/scss/partials/common/elements/_news-listing.scss */
.article .next-button {
  float: right;
}
/* line 18, ../../src/scss/partials/common/elements/_news-listing.scss */
.article .paging-nav-banner {
  float: left;
  padding-right: 20px;
}
/* line 28, ../../src/scss/partials/common/elements/_news-listing.scss */
.article .previous-button {
  padding-right: 20px;
}

/* line 32, ../../src/scss/partials/common/elements/_news-listing.scss */
.news-image {
  float: right;
  padding: 0 20px;
}

/* line 37, ../../src/scss/partials/common/elements/_news-listing.scss */
.next-button, .previous-button {
  margin-bottom: 0;
  margin-right: 3px;
}

/* line 42, ../../src/scss/partials/common/elements/_news-listing.scss */
.paging-nav-footer {
  margin-top: 1.875rem;
}

/* line 1, ../../src/scss/partials/common/elements/_ie-warning-bar.scss */
.ie-warning-wrapper {
  display: none;
  min-height: 40px;
  background-color: #f08a24;
  padding-top: 20px;
}
/* line 6, ../../src/scss/partials/common/elements/_ie-warning-bar.scss */
.ie-warning-wrapper p {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1, ../../src/scss/partials/common/elements/_layout.scss */
.middle-wrapper,
.section-homepage-middle-wrapper {
  padding-top: 30px;
  padding-top: 1.875rem;
}
/* line 6, ../../src/scss/partials/common/elements/_layout.scss */
.middle-wrapper.charity, .middle-wrapper.privatehealthcare,
.section-homepage-middle-wrapper.charity,
.section-homepage-middle-wrapper.privatehealthcare {
  padding-top: 0;
}

/* line 1, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper {
  background-color: #005eb8;
  padding-top: 30px;
  padding-top: 1.875rem;
}
/* line 5, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper p {
  color: #fff;
}
/* line 8, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper a {
  display: inline-block;
  line-height: 17.6px;
  line-height: 1.1rem;
  color: #fff;
}
/* line 12, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}
/* line 18, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-family: Lato;
  color: #ccdff1;
}
/* line 25, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper h2 a {
  color: #ccdff1;
}
/* line 27, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper h2 a:hover {
  text-decoration: underline;
}
/* line 32, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #ccdff1;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/* line 37, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper h3 a {
  color: #fff;
}
/* line 41, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 47, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper li {
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
}
/* line 52, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper #copyright {
  margin: 50px 0 0 0;
  font-size: 0.8em;
}
/* line 55, ../../src/scss/partials/common/elements/_footer.scss */
#bottom-wrapper #copyright #footer-copyright {
  font-weight: bold;
}

/* line 63, ../../src/scss/partials/common/elements/_footer.scss */
.copyright-wrapper {
  background-color: #041e42;
  color: #4e4e4e;
  font-size: 0.8em;
}

/* line 69, ../../src/scss/partials/common/elements/_footer.scss */
.copyright-text-wrapper {
  padding-top: 1.875rem;
  color: #cdd2d9;
}
/* line 72, ../../src/scss/partials/common/elements/_footer.scss */
.copyright-text-wrapper a {
  color: #e4f2d2;
}
/* line 74, ../../src/scss/partials/common/elements/_footer.scss */
.copyright-text-wrapper a:hover {
  text-decoration: underline;
}

/* line 80, ../../src/scss/partials/common/elements/_footer.scss */
.copyright-container {
  overflow: hidden;
}

@media only screen and (min-width: 40.0625em) {
  /* line 84, ../../src/scss/partials/common/elements/_footer.scss */
  .copyright-external-links-column {
    padding-bottom: 500px;
    margin-bottom: -500px;
  }
}

/* line 92, ../../src/scss/partials/common/elements/_footer.scss */
.copyright-external-links-container {
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 92, ../../src/scss/partials/common/elements/_footer.scss */
  .copyright-external-links-container {
    padding-bottom: 1000.9375rem;
    margin-bottom: -1000rem;
  }
}

/* line 105, ../../src/scss/partials/common/elements/_footer.scss */
.follow-us-text {
  display: none;
}

/* line 1, ../../src/scss/partials/common/elements/_login-bar.scss */
.login-bar {
  background-color: #eee;
  color: #6c6c6c;
  padding: 8px 0;
  padding: 0.5rem 0;
  font-size: 12.8px;
  font-size: 0.8rem;
}
/* line 9, ../../src/scss/partials/common/elements/_login-bar.scss */
.login-bar a {
  color: #6c6c6c;
  text-decoration: underline;
}
/* line 12, ../../src/scss/partials/common/elements/_login-bar.scss */
.login-bar a:hover {
  color: #9f9f9f;
}

/* line 1, ../../src/scss/partials/common/elements/_forms.scss */
.val-error {
  color: red;
  font-style: italic;
  font-weight: bold;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 7, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.grabbing {
  cursor: url(http://www.ouh.nhs.uk/assets/css/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../../src/scss/partials/common/components/owl-carousel/_owl.carousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
/* line 6, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 13, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 30, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 38, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 43, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* line 56, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
/* line 64, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 76, ../../src/scss/partials/common/components/owl-carousel/_owl.theme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(http://www.ouh.nhs.uk/assets/css/AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
/* line 6, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 16, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 22, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 28, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 33, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 39, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 44, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 50, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 56, ../../src/scss/partials/common/components/owl-carousel/_owl.transitions.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* line 6, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-commands {
  position: absolute;
  top: 10px;
  left: 10px;
}
/* line 14, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-commands a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  border-radius: 0.8rem;
  height: 25.6px;
  height: 1.6rem;
  width: 25.6px;
  width: 1.6rem;
  color: #ddd;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 25.6px;
  line-height: 1.6rem;
}
/* line 24, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-commands a.fa-play:before {
  margin-left: 2.56px;
  margin-left: 0.16rem;
}

/* line 30, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-content {
  position: relative;
}

/* line 70, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-right-full {
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 39, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-right-full .trillian-content-panel h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
/* line 45, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-right-full .trillian-content-panel p {
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 70, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-right-full {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 70, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-right-full {
    top: 20px;
    bottom: 20px;
    right: 20px;
  }
}

/* line 39, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-top-right .trillian-content-panel h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
/* line 45, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-top-right .trillian-content-panel p {
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 81, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
  }
}
/* line 83, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-top-right a {
  margin-bottom: 1px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 81, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-top-right {
    top: 20px;
    right: 20px;
  }
  /* line 89, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-top-right a {
    margin-bottom: 5px;
  }
}

/* line 39, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-right .trillian-content-panel h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
/* line 45, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-right .trillian-content-panel p {
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 96, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-right {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
  }
}
/* line 98, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-right a {
  margin-bottom: 1px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 96, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-right {
    top: auto;
    bottom: 20px;
    right: 20px;
  }
  /* line 105, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-right a {
    margin-bottom: 5px;
  }
}

/* line 39, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-full .trillian-content-panel h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
/* line 45, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-full .trillian-content-panel p {
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 112, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-full {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 112, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-full {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
  }
}

/* line 39, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-left .trillian-content-panel h2 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 900;
}
/* line 45, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-left .trillian-content-panel p {
  font-size: 12.8px;
  font-size: 0.8rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 123, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-left {
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
  }
}
/* line 125, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
.slider-panel-bottom-left a {
  margin-bottom: 1px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 123, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-left {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 20px;
  }
  /* line 133, ../../src/scss/partials/common/components/owl-carousel/_owl-carousel-main.scss */
  .slider-panel-bottom-left a {
    margin-bottom: 5px;
  }
}

/* line 1, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter {
  width: 100%;
}

/* line 4, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
}

/* line 8, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter thead tr .tableheader {
  background-image: url(../images/bg.gif);
  background-repeat: no-repeat;
  background-position: top right;
  cursor: pointer;
}

/* line 14, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter tbody td {
  color: #3D3D3D;
  padding: 4px;
}

/* line 18, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter tbody tr:nth-of-type(odd) {
  background-color: #eee;
}

/* line 21, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter thead tr .headerSortUp {
  background-image: url(../images/asc.gif);
}

/* line 24, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter thead tr .headerSortDown {
  background-image: url(../images/desc.gif);
}

/* line 27, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  background-color: #ccc;
}

/* line 30, ../../src/scss/partials/common/components/tablesorter/_tablesorter.scss */
#butSubmit {
  display: none;
}

/* line 5, ../../src/scss/partials/common/components/image-gallery/_image-gallery.scss */
.ie8-image-gallery {
  display: none;
}

/* line 11, ../../src/scss/partials/common/components/image-gallery/_image-gallery.scss */
.clearing-container {
  max-width: 75rem;
  margin: auto;
}

/* line 20, ../../src/scss/partials/common/components/image-gallery/_image-gallery.scss */
.image-gallery li a, .image-gallery li img,
.ie8-image-gallery li a,
.ie8-image-gallery li img {
  width: 100%;
}

/* line 3, ../../src/scss/partials/common/other-styles/_user-styles.scss */
.banner-image {
  width: 100%;
}

/* line 7, ../../src/scss/partials/common/other-styles/_user-styles.scss */
.highlight {
  font-weight: bold;
  color: #ff468d;
}

/* line 12, ../../src/scss/partials/common/other-styles/_user-styles.scss */
.left-inline-image {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 12, ../../src/scss/partials/common/other-styles/_user-styles.scss */
  .left-inline-image {
    float: left;
    max-width: 50%;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 12, ../../src/scss/partials/common/other-styles/_user-styles.scss */
  .left-inline-image {
    max-width: 40%;
  }
}

/* line 30, ../../src/scss/partials/common/other-styles/_user-styles.scss */
.right-inline-image {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 30, ../../src/scss/partials/common/other-styles/_user-styles.scss */
  .right-inline-image {
    float: right;
    max-width: 50%;
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 30, ../../src/scss/partials/common/other-styles/_user-styles.scss */
  .right-inline-image {
    max-width: 40%;
  }
}

/* line 1, ../../src/scss/partials/main-site/elements/_header.scss */
#top-wrapper {
  background-color: #005eb8;
}

/* line 5, ../../src/scss/partials/main-site/elements/_header.scss */
.header {
  overflow: auto;
  background: url("../images/header/circles-identity-colour.png") left top no-repeat;
  background-position: -9999px -9999px;
}
@media only screen and (min-width: 40.0625em) {
  /* line 5, ../../src/scss/partials/main-site/elements/_header.scss */
  .header {
    background-position: top left;
    background-size: 24.1%;
  }
}
/* line 16, ../../src/scss/partials/main-site/elements/_header.scss */
.header a {
  display: block;
  float: right;
  margin: 40px 0 15px;
  width: 500px;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 40.0625em) {
  /* line 16, ../../src/scss/partials/main-site/elements/_header.scss */
  .header a {
    margin-bottom: 40px;
    max-width: 75.9%;
  }
}

/* line 1, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-wrapper {
  background-color: #041e42;
}
/* line 4, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-wrapper h2 {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #fff;
}

/* line 12, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-slider .owl-item > div {
  margin-left: 2px;
}
/* line 15, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-slider .owl-item a {
  display: block;
  position: relative;
}
/* line 18, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-slider .owl-item a img {
  width: 100%;
}
/* line 25, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-slider .owl-item a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* line 28, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-slider .owl-item a:hover .department-slide-text {
  background-color: #364b68;
}
/* line 33, ../../src/scss/partials/main-site/elements/_footer.scss */
#departments-slider .owl-item a .department-slide-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2a405e;
  width: 100%;
  min-height: 25%;
  box-sizing: content;
  padding: 6%;
  line-height: 16px;
  line-height: 1rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 40.0625em) {
  /* line 33, ../../src/scss/partials/main-site/elements/_footer.scss */
  #departments-slider .owl-item a .department-slide-text {
    min-height: 30%;
    line-height: 19.2px;
    line-height: 1.2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 33, ../../src/scss/partials/main-site/elements/_footer.scss */
  #departments-slider .owl-item a .department-slide-text {
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 16px;
    line-height: 1rem;
    min-height: 30%;
  }
}

/* line 1, ../../src/scss/partials/main-site/elements/_type.scss */
h1 {
  color: #8c8c8c;
  text-transform: uppercase;
  font-weight: 900;
}

/* line 3, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.homepage-slider-outer {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 40.0625em) {
  /* line 3, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
  .homepage-slider-outer {
    background-color: #eee;
    padding-top: 0;
  }
}

/* line 13, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.homepage-main-features-outer {
  background-color: #68788e;
  margin-top: 1px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 16px 0;
}
/* line 18, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.homepage-main-features-outer h2 {
  color: #fff;
  font-weight: 900;
}

/* line 24, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.homepage-for-patients-links-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}

/* line 32, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.cqc-wrapper {
  border: 1px solid #a3a3a3;
}

/* line 38, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.homepage-news-wrapper .news-archive-link {
  padding: 16px;
}

/* line 44, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.foundation-trust-feature {
  background: #005eb8 url(../images/homepage-v2/ft-circles-cut.png) no-repeat top right;
}

/* line 48, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.choose-well-text {
  background-color: #fff;
}

/* line 51, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.choose-well-text span {
  font-size: 1.2em;
}

/* line 54, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.keep-well, .keep-well a {
  color: #00a5d8;
}

/* line 57, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.choose-well, .choose-well a {
  color: #f19500;
}

/* line 60, ../../src/scss/partials/main-site/page-styles/_homepage.scss */
.plan-well, .plan-well a {
  color: #9f3691;
}

/*
.here-for-you h2{background-color:#087e78; margin:0px; font-size:1.5em;}
.here-for-you h2 a, .here-for-you h2 a:visited{ background-image:url(../images/homepage-v2/here-for-health.png); color:#ffffff;}
*/
/* line 1, ../../src/scss/partials/main-site/page-styles/_hospital-how-to-find-us.scss */
#map_canvas {
  width: 300px;
  height: 300px;
}

/* line 5, ../../src/scss/partials/main-site/page-styles/_hospital-how-to-find-us.scss */
.google-map {
  float: right;
  padding: 10px;
  background-color: #f1f1f1;
  margin-right: 55px;
}

/* line 3, ../../src/scss/partials/main-site/page-styles/_components.scss */
.demo-transparent-panel-x {
  background-image: url("../../help/corporate-identity/components/images/demo-transparent-panel-bg.jpg");
}

/* line 7, ../../src/scss/partials/main-site/page-styles/_components.scss */
.demo-transparent-panel {
  background-image: url("../../help/corporate-identity/components/images/demo-transparent-panel-x-bg.jpg");
}

/* line 12, ../../src/scss/partials/main-site/page-styles/_components.scss */
.demo-transparent-image-panel-light-text {
  background-image: url("../../help/corporate-identity/components/images/demo-transparent-panel-x-bg.jpg");
}

/* line 16, ../../src/scss/partials/main-site/page-styles/_components.scss */
.demo-transparent-image-panel-dark-text {
  background-image: url("../../help/corporate-identity/components/images/demo-transparent-panel-bg.jpg");
}