/*$paragraph-line-height: 1.2;*/
/*****************
*
*   Foundation framework
*
******************/
/* line 259, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.1.0/";
}

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

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

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

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

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

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

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

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

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

/* line 309, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: #a8d5e8;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Istok Web", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

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

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

/* line 330, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

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

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

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

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

/* line 344, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix {
  *zoom: 1;
}
/* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

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

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

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

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

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

/* line 75, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}
/* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 36, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 47, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 54, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 55, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 45, ../foundation/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 28, ../foundation/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.55%;
}
/* line 29, ../foundation/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 34, ../foundation/bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 203, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 208, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 210, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 213, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 214, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

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

@media only screen {
  /* line 153, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    left: 0%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    right: 0%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 185, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 192, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
@media only screen and (min-width: 46.063em) {
  /* line 153, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    left: 0%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    right: 0%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 185, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    left: 0%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    right: 0%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    left: 25%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    left: 50%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    left: 75%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 229, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 232, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 153, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    left: 0%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    right: 0%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 171, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 185, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    left: 0%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    right: 0%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    left: 25%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    left: 50%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    left: 75%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 240, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 243, ../foundation/bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    right: 91.66667%;
    left: auto;
  }
}
/* Panels */
/* line 70, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}
/* line 48, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 49, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 54, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333333;
}
/* line 58, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 60, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 72, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
}
/* line 48, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 49, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 54, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #333333;
}
/* line 58, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 60, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 74, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.callout a {
  color: #008cba;
}
/* line 79, ../foundation/bower_components/foundation/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 80, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:46.063em)/";
  width: 46.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 88, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #c8c8c8;
}
/* line 92, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 10px;
}

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

/* line 122, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #c8c8c8;
  margin-bottom: 10px;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 136, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 139, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 141, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 143, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 154, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 159, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 164, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 0.6875rem;
  margin: 0;
}
/* line 168, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: #666666;
  width: 50%;
  display: block;
  padding: 0 10px;
}
/* line 179, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 184, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #666666;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
}
/* line 197, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 10px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 203, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}
/* line 214, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 237, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 241, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #c8c8c8;
}
/* line 244, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 245, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 265, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 271, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #bebebe;
  font-size: 16px;
  margin: 0;
}
/* line 281, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #646464;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 289, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #666666;
  padding: 12px 0 12px 0;
  padding-left: 10px;
  font-family: "Istok Web", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  background: #bebebe;
}
/* line 300, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #008cba;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px;
}
/* line 305, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #006688;
}
/* line 309, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e7e7e7;
}
/* line 311, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #cecece;
}
/* line 315, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #43ac6a;
}
/* line 317, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #358854;
}
/* line 321, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #f04124;
}
/* line 323, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #d42b0f;
}
/* line 331, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: auto;
  color: #3399cc;
}
/* line 338, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: #3399cc;
}
/* line 341, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #3399cc;
}
/* line 349, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 10px;
}
/* line 352, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 356, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 10px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 368, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 369, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 376, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 383, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 387, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 10px;
}
/* line 390, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: 700;
}
/* line 395, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 396, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #666666;
  line-height: 22.5px;
  display: block;
}
/* line 402, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 10px;
}
/* line 403, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button {
  top: auto;
}
/* line 406, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 10px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 417, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 46.063em) {
  /* line 422, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #c8c8c8;
    *zoom: 1;
    overflow: visible;
  }
  /* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 427, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 429, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 430, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 433, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 439, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #c8c8c8;
  }

  /* line 442, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  /* line 448, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 452, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 457, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 459, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 465, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: auto;
    color: #3399cc;
  }
  /* line 471, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 10px;
    line-height: 45px;
    background: #c8c8c8;
  }
  /* line 475, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: auto;
  }
  /* line 479, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #3399cc;
    background: #008cba;
  }
  /* line 484, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
  }
  /* line 493, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 30px !important;
  }
  /* line 495, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 504, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 505, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 509, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 516, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 529, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 536, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 10px;
    background: #333333;
  }
  /* line 544, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 550, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 558, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #cfcfcf;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 567, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #c8c8c8;
    padding: 0 10px;
    height: 45px;
  }
  /* line 575, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 579, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 583, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 587, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 597, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: auto;
    color: #3399cc;
  }
  /* line 603, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: #3399cc;
  }
  /* line 611, ../foundation/bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
/* line 110, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 133, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 46.063em) {
  /* line 137, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

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

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

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

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

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

  /* line 147, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 151, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* line 175, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 179, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

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

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

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

/* Default Link Styles */
/* line 230, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
/* line 236, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 238, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 242, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  text-rendering: optimizeLegibility;
}
/* line 250, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 0.90625rem;
  line-height: 1.6;
}
/* line 252, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 260, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Istok Web", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #999999;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
/* line 270, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #bdbdbd;
  line-height: 0;
}

/*    h1 { font-size: $h1-font-size - rem-calc(10); }
    h2 { font-size: $h2-font-size - rem-calc(10); }
    h3 { font-size: $h3-font-size - rem-calc(5); }
    h4 { font-size: $h4-font-size - rem-calc(5); }*/
/* line 281, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 0.875rem;
}

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

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

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

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

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

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

/* line 312, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
}

/* Lists */
/* line 321, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 329, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 331, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 335, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 348, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 356, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 359, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 360, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 361, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 362, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

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

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

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

/* line 395, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

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

/* line 420, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.5;
  color: #bdbdbd;
}

/* Microformats */
/* line 426, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 432, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 436, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 443, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 445, ../foundation/bower_components/foundation/scss/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: 46.063em) {
  /* line 456, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }

  /* line 457, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 1.875rem;
  }

  /* line 458, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.25rem;
  }

  /* line 459, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.125rem;
  }

  /* line 460, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    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)
*/
/* line 471, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
}

  /* line 508, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

  /* line 519, ../foundation/bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 29, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important;
}

/* line 45, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important;
}

/* Specific visibility for tables */
/* line 63, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table;
}

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

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

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

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

/* Medium Displays: 641px and up */
@media only screen and (min-width: 46.063em) {
  /* line 146, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 162, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 179, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

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

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

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

  /* line 244, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  /* line 263, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 276, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 293, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

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

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

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

  /* line 358, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  /* line 376, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 389, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 405, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

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

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

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

  /* line 466, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  /* line 483, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 495, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 509, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
  }

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

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

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

  /* line 562, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 569, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
/* line 576, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

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

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

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

/* line 593, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 598, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 605, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

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

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

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

  /* line 622, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 628, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */
  /* line 635, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

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

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

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

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

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

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

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

/* Specific visibility for tables */
/* line 663, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 664, ../foundation/bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

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

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

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

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

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

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

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

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

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

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

/* line 5, ../foundation/scss/_cityvisitor.scss */
input, select, button, label {
  font-family: "Istok Web", sans-serif;
  font-size: 0.75rem;
}

/* line 10, ../foundation/scss/_cityvisitor.scss */
#container {
  background: #fff;
  max-width: 62.5rem;
  margin: 0 auto;
  font-size: 0.6875rem;
  line-height: 1.5;
}

/* line 18, ../foundation/scss/_cityvisitor.scss */
.cake-sql-log td {
  padding: 2px 0;
}

/***   page header     ***/
/* line 24, ../foundation/scss/_cityvisitor.scss */
#header {
  height: 134px;
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
}

/* line 31, ../foundation/scss/_cityvisitor.scss */
#logo {
  position: absolute;
  top: 48px;
  left: 6px;
  z-index: 100;
}

/* line 37, ../foundation/scss/_cityvisitor.scss */
#tag-line {
  position: absolute;
  left: 295px;
  top: 99px;
  color: #3399cc;
  font-weight: 700;
  font-size: 1rem;
  /* ~22.2pt/11pt */
  text-shadow: 0px 0px 8px #ffffff;
}

/* line 47, ../foundation/scss/_cityvisitor.scss */
#switcher {
  width: 275px;
  height: 40px;
  position: absolute;
  right: -9px;
  top: 87px;
}

/* line 54, ../foundation/scss/_cityvisitor.scss */
#switcher a {
  display: inline-block;
  width: 80px;
  height: 32px;
  text-align: center;
  padding: 5px 0;
  float: right;
  background-color: #f3f3f4;
  margin: 0px 9px 9px 0px;
  color: #2c99ce;
  font-size: 11px;
  font-weight: 700;
}

/* line 68, ../foundation/scss/_cityvisitor.scss */
#switcher a:hover, #switcher a.selected {
  background-color: #00a651;
  color: #ffffff;
}

/* line 73, ../foundation/scss/_cityvisitor.scss */
#SavingsHead {
  width: 357px;
  position: absolute;
  right: 0px;
  bottom: 15px;
  text-align: right;
}
/* line 79, ../foundation/scss/_cityvisitor.scss */
#SavingsHead p {
  font-size: 14.7px;
  font-weight: 700;
}
/* line 83, ../foundation/scss/_cityvisitor.scss */
#SavingsHead a {
  margin-left: 6px;
}

/* line 87, ../foundation/scss/_cityvisitor.scss */
#SavingsHeadMobile {
  position: absolute;
  top: 10px;
  right: 15px;
}
/* line 91, ../foundation/scss/_cityvisitor.scss */
#SavingsHeadMobile p {
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  background: #ffffff;
}
/* line 98, ../foundation/scss/_cityvisitor.scss */
#SavingsHeadMobile a {
  display: block;
  width: 100%;
}
/* line 102, ../foundation/scss/_cityvisitor.scss */
#SavingsHeadMobile img {
  display: block;
  max-width: 80px;
  margin: 2px 0 2px auto;
}

/* line 109, ../foundation/scss/_cityvisitor.scss */
.city-logo-sm {
  margin: 0.9375rem 0;
}

@media only screen and (min-width: 64.063em) {
  /* line 115, ../foundation/scss/_cityvisitor.scss */
  .top-bar {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 26%, #8c8e91 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, white), color-stop(100%, #8c8e91));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 26%, #8c8e91 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 26%, #8c8e91 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 26%, #8c8e91 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 26%, #8c8e91 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8c8e91',GradientType=0 );
    /* IE6-9 */
  }

  /* line 129, ../foundation/scss/_cityvisitor.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 7px;
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 26%, #8c8e91 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%, white), color-stop(100%, #8c8e91));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 26%, #8c8e91 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 26%, #8c8e91 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 26%, #8c8e91 100%);
    /* IE10+ */
    background: linear-gradient(top, #ffffff 26%, #8c8e91 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8c8e91',GradientType=0 );
    /* IE6-9 */
  }
}
/* line 142, ../foundation/scss/_cityvisitor.scss */
.top-bar-section .blog-link a {
  color: #F11717;
}

/* line 146, ../foundation/scss/_cityvisitor.scss */
.top-bar-section .city-link a {
  color: #008cba;
  min-width: 103px;
  text-align: center;
}

/* line 153, ../foundation/scss/_cityvisitor.scss */
.side-nav-links li {
  border: solid 1px #c3e8f6;
  border-width: 1px 2px 1px 2px;
  margin-bottom: 1px;
  display: inline-block;
  width: 49%;
}

/* line 160, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a {
  display: block;
  position: relative;
}

/* line 164, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a:hover {
  background: #e8e8e8;
}

/* line 168, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a img {
  display: inline-block;
  width: 50%;
  border: 0.25rem solid #FFFFFF;
}

/* line 173, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a div {
  display: inline-block;
  width: 51%;
  border: 0.25rem solid #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 0.6875rem;
}

/* line 185, ../foundation/scss/_cityvisitor.scss */
.side-nav-links li.side-nav-vvp {
  border: none;
  display: inline-block;
}
/* line 188, ../foundation/scss/_cityvisitor.scss */
.side-nav-links li.side-nav-vvp img {
  width: 100%;
  border: none;
}

@media only screen and (min-width: 46.063em) {
  /* line 195, ../foundation/scss/_cityvisitor.scss */
  .side-nav-links li {
    display: block;
    width: 100%;
  }

  /* line 199, ../foundation/scss/_cityvisitor.scss */
  .side-nav-links a div {
    font-size: 2vw;
  }

  /* line 202, ../foundation/scss/_cityvisitor.scss */
  .side-nav-links li.side-nav-vvp {
    display: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 207, ../foundation/scss/_cityvisitor.scss */
  .side-nav-links a div {
    font-size: 1rem;
  }
}
/* line 211, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a div span {
  display: block;
  margin: auto;
  position: absolute;
  top: 11px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1.5rem;
}

/* line 219, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a#linkAttractions div span {
  top: 0px;
}

/* line 222, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a#linkEntertainment div span {
  top: 0px;
}

/* line 225, ../foundation/scss/_cityvisitor.scss */
.side-nav-links a#linkHomes div span {
  top: 0px;
}

/* line 229, ../foundation/scss/_cityvisitor.scss */
.large-3 .side-nav-links a#linkHomes div span {
  top: 0px;
  height: 3rem;
}

@media only screen and (min-width: 46.063em) {
  /* line 234, ../foundation/scss/_cityvisitor.scss */
  .side-nav-links li {
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 239, ../foundation/scss/_cityvisitor.scss */
  .side-nav-links li {
    margin-bottom: 5px;
  }
}
/*$side-nav-width: 100%;

#side-nav{
    width: $side-nav-width;
    float: left;
}
#side-nav ul{
    padding: 0;
    margin: 0;
}

#side-nav li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#side-nav li a{
    display: block;
    border: solid 1px #c3e8f6;
    border-width: 1px 2px 1px 2px;
    padding: 5px;
}
#side-nav li a img{
    //display: inline-block;
    //width: 49%;
}
#side-nav li a div{
    //display: inline-block;
    text-align: center;
    vertical-align: middle;
    //margin: 0 0 0 5px;
    //color: #0099cc;
    text-transform: uppercase;
    //width: 49%;
}
#side-nav li a:hover span{
    background: #e8e8e8;
    
}
#side-nav li a#linkEntertainment span{
    //padding-top: 1.7em;
}
#side-nav li a#linkAttractions span{
    //padding: 1.7em 11px 0 11px;
}
*/
/* line 290, ../foundation/scss/_cityvisitor.scss */
.side-nav-footer {
  text-align: center;
}

/* line 293, ../foundation/scss/_cityvisitor.scss */
.side-nav-footer a {
  display: inline-block;
}

/* line 304, ../foundation/scss/_cityvisitor.scss */
#footer {
  text-align: center;
  color: #666666;
  line-height: 1.5;
  font-size: .65rem;
}

/* line 310, ../foundation/scss/_cityvisitor.scss */
.footer-tag {
  color: #f11717;
  margin: 10px auto;
  font-size: 0.80rem;
}

/* line 315, ../foundation/scss/_cityvisitor.scss */
.footer-menu {
  margin: 10px auto;
}

/* line 321, ../foundation/scss/_cityvisitor.scss */
#footer a {
  font-weight: bold;
  padding: 0 5px;
}

/* line 325, ../foundation/scss/_cityvisitor.scss */
#footer a:hover {
  font-weight: bold;
  padding: 0 5px;
  color: #333333;
}

/* line 330, ../foundation/scss/_cityvisitor.scss */
.addthis_toolbox {
  margin: 10px 0;
}

/* line 333, ../foundation/scss/_cityvisitor.scss */
#footer .addthis_toolbox {
  width: 300px;
  margin: 10px auto;
}

@media only screen and (min-width: 46.063em) {
  /* line 338, ../foundation/scss/_cityvisitor.scss */
  #footer {
    font-size: .85rem;
  }

  /* line 341, ../foundation/scss/_cityvisitor.scss */
  .footer-tag {
    font-size: 1rem;
  }

  /* line 345, ../foundation/scss/_cityvisitor.scss */
  .footer-address, .footer-cr {
    display: inline-block;
  }
}
/* line 353, ../foundation/scss/_cityvisitor.scss */
.masthead-image {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

/* line 359, ../foundation/scss/_cityvisitor.scss */
#photo-viewer {
  margin: 1rem auto;
}

/* line 363, ../foundation/scss/_cityvisitor.scss */
#map_canvas {
  margin: 1rem auto;
}

/* line 367, ../foundation/scss/_cityvisitor.scss */
.image-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* line 372, ../foundation/scss/_cityvisitor.scss */
.about-link {
  color: #f43e48;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

/* line 379, ../foundation/scss/_cityvisitor.scss */
.city-view-link {
  font-size: 1rem;
  padding: 1.5rem 0;
}

/********************
*
*   General forms styles
*
*********************/
/* line 394, ../foundation/scss/_cityvisitor.scss */
.basic-form label {
  display: inline-block;
  width: 6rem;
}

/* line 398, ../foundation/scss/_cityvisitor.scss */
.basic-form input {
  width: 18rem;
}

/* line 401, ../foundation/scss/_cityvisitor.scss */
.basic-form div.input {
  margin: .5em 0;
}

/* line 404, ../foundation/scss/_cityvisitor.scss */
.basic-form input[type='submit'] {
  width: auto;
}

/* line 407, ../foundation/scss/_cityvisitor.scss */
.basic-form input[type='checkbox'] {
  width: auto;
}

/* line 410, ../foundation/scss/_cityvisitor.scss */
.basic-form select {
  width: 18rem;
}

/* line 413, ../foundation/scss/_cityvisitor.scss */
.basic-form textarea {
  width: 18rem;
}

@media only screen and (min-width: 46.063em) {
  /* line 418, ../foundation/scss/_cityvisitor.scss */
  .basic-form .indent {
    margin-left: 6rem;
  }

  /* line 421, ../foundation/scss/_cityvisitor.scss */
  .basic-form input[type='submit'] {
    margin-left: 6rem;
  }

  /* line 424, ../foundation/scss/_cityvisitor.scss */
  .basic-form input[type='checkbox'] {
    margin-left: 6rem;
  }
}
@media only screen and (orientation: landscape) {
  /* line 429, ../foundation/scss/_cityvisitor.scss */
  .basic-form .indent {
    margin-left: 6rem;
  }

  /* line 432, ../foundation/scss/_cityvisitor.scss */
  .basic-form input[type='submit'] {
    margin-left: 6rem;
  }
}
/* line 436, ../foundation/scss/_cityvisitor.scss */
.basic-form .input.checkbox {
  font-size: 0.75rem;
}

/********************
*
*   About Us page
*
*********************/
/* line 446, ../foundation/scss/_cityvisitor.scss */
.bios {
  width: 100%;
}

/* line 449, ../foundation/scss/_cityvisitor.scss */
.bios th {
  vertical-align: top;
  min-width: 100px;
}

/* line 453, ../foundation/scss/_cityvisitor.scss */
.bios td {
  vertical-align: top;
  padding: 7px 10px;
}

/* line 457, ../foundation/scss/_cityvisitor.scss */
.bios th div {
  padding: 7px 10px;
  border: solid 1px #c3e8f6;
  display: inline-block;
}

/* line 463, ../foundation/scss/_cityvisitor.scss */
.contact-block {
  position: relative;
  background-color: #f9f9c1;
  padding: 7px 3px;
  left: -3px;
  margin: 20px 0;
}

/* line 470, ../foundation/scss/_cityvisitor.scss */
.contact-block .media-kit-link {
  position: absolute;
  top: 40%;
  right: 45px;
  color: #185ce4;
  text-decoration: underline;
}

/* line 477, ../foundation/scss/_cityvisitor.scss */
#rocco-bio {
  width: 485px;
  height: 148px;
  overflow: hidden;
  border-bottom: solid 1px #C3E8F6;
}

/* line 483, ../foundation/scss/_cityvisitor.scss */
#more-rocco {
  text-align: center;
  width: 100%;
  height: 20px;
}

/* line 488, ../foundation/scss/_cityvisitor.scss */
#more-rocco a {
  display: inline-block;
  width: 60px;
  height: 15px;
  border-color: #C8EDFF;
  border-style: solid;
  background-color: #C8EDFF;
  border-width: 1px;
  margin: 0 auto;
  padding: 0 7px 16px 7px;
  color: #000;
  font-weight: bold;
  position: relative;
  top: 0px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

/* line 511, ../foundation/scss/_cityvisitor.scss */
.top-bar-section ul li > a {
  text-transform: uppercase;
}

@media only screen and (max-width: 46em) {
  /* line 516, ../foundation/scss/_cityvisitor.scss */
  .top-bar-section ul li > a {
    padding: 6px 0 6px 15px;
  }
}
@media only screen and (min-width: 46.063em) {
  /* line 522, ../foundation/scss/_cityvisitor.scss */
  .top-bar-section ul li > a {
    font-size: 0.6875rem;
  }
}
/* homepage bottom links */
/* line 4, ../foundation/scss/_home.scss */
#city-nav-bottom {
  padding: 1.5em 1.5em;
}

/* line 7, ../foundation/scss/_home.scss */
#city-nav-bottom li {
  text-align: center;
  padding: 0.5rem 0;
  border-top: solid 1px #000;
}
/* line 10, ../foundation/scss/_home.scss */
#city-nav-bottom li div {
  max-width: 287px;
  margin: 0 auto;
}
/* line 14, ../foundation/scss/_home.scss */
#city-nav-bottom li a {
  color: #101820;
}
/* line 17, ../foundation/scss/_home.scss */
#city-nav-bottom li .desc {
  display: block;
  min-height: 116px;
  padding: 1em;
}
/* line 21, ../foundation/scss/_home.scss */
#city-nav-bottom li .desc p {
  font-weight: 700;
}

@media only screen and (min-width: 46.063em) {
  /* line 28, ../foundation/scss/_home.scss */
  #city-nav-bottom li {
    border-right: solid 1px #000;
    border-top: none;
  }
  /* line 31, ../foundation/scss/_home.scss */
  #city-nav-bottom li:last-child {
    border-right: none;
  }
}
/* END homepage bottom links */
/* line 115, ../foundation/scss/_home.scss */
.mobile-intro {
  padding: 0px 10px;
  margin-top: -10px;
  position: relative;
}
/* line 119, ../foundation/scss/_home.scss */
.mobile-intro .last {
  color: #f50e0e;
  font-size: 14px;
}

/* line 124, ../foundation/scss/_home.scss */
.explore-with-us {
  margin: 1rem 0 0.5rem;
}

/* line 128, ../foundation/scss/_home.scss */
.circle-button {
  position: absolute;
  top: 10px;
  width: 83px;
  height: 83px;
  padding: 0 1.8rem;
  border-radius: 50%;
  background-color: #81203E;
  color: #ffffff;
  text-align: center;
  line-height: 1.25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 144, ../foundation/scss/_home.scss */
.circle-button:hover {
  color: #ffffff;
  background-color: #0E65A2;
}

/* line 150, ../foundation/scss/_home.scss */
.link-list a {
  color: #010101;
  line-height: 1.429;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0.5em;
}
/* line 156, ../foundation/scss/_home.scss */
.link-list a.highlight {
  color: #b51521;
  font-weight: bold;
}

@media only screen and (max-width: 46em) {
  /* line 162, ../foundation/scss/_home.scss */
  .explore-with-us {
    max-width: 75%;
  }
}
@media only screen and (min-width: 46.063em) {
  /* city navigation */
  /* line 169, ../foundation/scss/_home.scss */
  #city-nav {
    height: 45px;
    /* 38 + 7 */
    border-bottom: solid 7px #989898;
    background: #ffffff;
    -moz-box-shadow: inset 0 0 12px #cfcece;
    -webkit-box-shadow: inset 0 0 12px #cfcece;
    box-shadow: inset 0 0 12px #9d9b9b;
  }

  /* line 177, ../foundation/scss/_home.scss */
  #city-nav ul {
    margin: 0;
    text-align: center;
  }

  /* line 181, ../foundation/scss/_home.scss */
  #city-nav li {
    display: inline-block;
    list-style-type: none;
    /*width: 19.5%;*/
    margin: 0 auto;
    padding: 0 2em;
  }

  /* line 190, ../foundation/scss/_home.scss */
  #city-nav a {
    display: block;
    height: 38px;
    text-align: center;
    line-height: 2.5;
    color: #3399cc;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    /* ~14pt/11pt */
  }

  /* line 201, ../foundation/scss/_home.scss */
  #city-nav a:hover {
    background: #ffffff;
    -moz-box-shadow: inset 0 0 12px #81ccef;
    -webkit-box-shadow: inset 0 0 12px #81ccef;
    box-shadow: inset 0 0 12px #81ccef;
  }

  /* line 208, ../foundation/scss/_home.scss */
  #cleveland-link:hover {
    color: #6633cc;
  }

  /* line 211, ../foundation/scss/_home.scss */
  #akron-link:hover {
    color: #ff6600;
  }

  /* line 214, ../foundation/scss/_home.scss */
  #carolina-link:hover {
    color: #ff0033;
  }

  /* line 217, ../foundation/scss/_home.scss */
  #virginia-link:hover {
    color: #228165;
  }

  /* line 221, ../foundation/scss/_home.scss */
  #city-nav a#contact-link {
    color: #000033;
  }

  /* line 225, ../foundation/scss/_home.scss */
  #city-nav #about-link {
    color: #000033;
  }

  /* END city navigation */
  /* Home page mega menu */
  /* line 233, ../foundation/scss/_home.scss */
  #city-info {
    height: 310px;
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 11px;
  }

  /* line 240, ../foundation/scss/_home.scss */
  #city-info p, #city-info ul {
    font-size: 13px;
  }

  /* line 244, ../foundation/scss/_home.scss */
  #city-info li a {
    color: #010101;
    line-height: 1.429;
    text-decoration: underline;
  }
  /* line 248, ../foundation/scss/_home.scss */
  #city-info li a.highlight {
    color: #b51521;
    font-weight: bold;
  }

  /* line 254, ../foundation/scss/_home.scss */
  .city-info-pane {
    /* same size as #city-info  */
    height: 310px;
    width: 100%;
    display: none;
    -moz-box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.7);
    color: #010101;
    font-size: .857rem;
    /* 12/11 */
  }

  /* line 266, ../foundation/scss/_home.scss */
  .city-info-pane#welcome {
    display: block;
  }

  /* line 269, ../foundation/scss/_home.scss */
  .city-info-pane ul {
    padding-left: 150px;
  }

  /* line 272, ../foundation/scss/_home.scss */
  .city-info-pane .left-dolumn {
    width: 537px;
    display: inline-block;
    float: left;
    padding: 0px;
  }

  /* line 278, ../foundation/scss/_home.scss */
  .city-info-pane .right-dolumn {
    width: 460px;
    display: inline-block;
    float: left;
    padding: 45px 7px 0px 7px;
  }

  /* line 285, ../foundation/scss/_home.scss */
  .city-info-pane h1 {
    color: #485061;
    font-size: 2.2rem;
  }

  /* line 289, ../foundation/scss/_home.scss */
  .quick-links {
    margin: 18px 0px 15px 0px;
  }

  /* line 292, ../foundation/scss/_home.scss */
  .quick-links a {
    color: #f82006;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    font-weight: bold;
  }

  /* line 300, ../foundation/scss/_home.scss */
  .quick-links a:first-child {
    padding-left: 0;
  }

  /* line 303, ../foundation/scss/_home.scss */
  .quick-links a:last-child {
    padding-right: 0;
  }

  /* line 306, ../foundation/scss/_home.scss */
  .quick-links a:hover {
    color: #060004;
  }

  /* line 311, ../foundation/scss/_home.scss */
  #welcome {
    background: url("../../../app/webroot/img/photos/home-tourists-selfy-w.jpg") no-repeat right bottom;
    padding: 9px 0 0 28px;
  }

  /* line 317, ../foundation/scss/_home.scss */
  .explore-with-us {
    margin: 0 0 0.5rem 8rem;
  }

  /* line 320, ../foundation/scss/_home.scss */
  #welcome .intro {
    width: 611px;
  }
  /* line 322, ../foundation/scss/_home.scss */
  #welcome .intro p {
    text-align: center;
  }

  /* line 326, ../foundation/scss/_home.scss */
  #welcome p.last {
    text-align: left;
    padding: 0 0 0 115px;
    color: #f50e0e;
    font-size: 16px;
  }

  /* line 333, ../foundation/scss/_home.scss */
  #welcome-cleveland {
    background: url("../../../app/webroot/img/cities/CLE-home-page.jpg") no-repeat left center;
  }

  /* line 336, ../foundation/scss/_home.scss */
  #welcome-akron {
    background: url("../../../app/webroot/img/cities/AC-home-page.jpg") no-repeat left center;
  }

  /* line 339, ../foundation/scss/_home.scss */
  #welcome-carolina {
    background: url("../../../app/webroot/img/cities/CAROLINA-home-page.jpg") no-repeat left center;
  }

  /* line 342, ../foundation/scss/_home.scss */
  #welcome-carolina.city-info-pane .left-dolumn {
    width: 520px;
  }

  /* line 345, ../foundation/scss/_home.scss */
  #welcome-carolina.city-info-pane .right-dolumn {
    padding-top: 18px;
    width: 475px;
  }

  /* line 349, ../foundation/scss/_home.scss */
  #welcome-carolina h1 {
    font-size: 2rem;
  }

  /* line 353, ../foundation/scss/_home.scss */
  #welcome-virginia {
    background: url("../../../app/webroot/img/cities/Virginia-home-page.jpg") no-repeat left center;
  }

  /* line 356, ../foundation/scss/_home.scss */
  #welcome-virginia.city-info-pane .left-dolumn {
    width: 520px;
  }

  /* line 359, ../foundation/scss/_home.scss */
  #welcome-virginia.city-info-pane .right-dolumn {
    padding-top: 18px;
    width: 475px;
  }

  /* line 363, ../foundation/scss/_home.scss */
  #welcome-virginia h1 {
    font-size: 2rem;
  }

  /* line 367, ../foundation/scss/_home.scss */
  .logo-buttons {
    text-align: center;
  }

  /* line 370, ../foundation/scss/_home.scss */
  .logo-buttons a {
    display: inline-block;
    margin: 0 auto;
    width: 122px;
    height: 84px;
    background-image: url("../../../app/webroot/library/logos/rockhall-preferred-narrow.png");
    background-repeat: no-repeat;
    background-position: center center;
  }

  /* line 379, ../foundation/scss/_home.scss */
  .logo-buttons a b {
    display: none;
  }

  /* line 382, ../foundation/scss/_home.scss */
  .logo-buttons a.btn-hof {
    background-image: url("../../../app/webroot/img/logo/hof-preferred-notext.png");
    width: 129px;
  }

  /* line 386, ../foundation/scss/_home.scss */
  .logo-buttons a.btn-vvp {
    background-image: url("../../../img/logo/VVP2014-web.png");
    width: 222px;
  }

  /* line 390, ../foundation/scss/_home.scss */
  .logo-buttons a.btn-vvp-old {
    background-image: url("../../../img/logo/vvp-logo-narrow.png");
    width: 120px;
  }

  /* line 394, ../foundation/scss/_home.scss */
  .logo-buttons a.btn-cw {
    background-image: url("../../../img/logo/carrowinds-preferred.png");
    width: 140px;
  }

  /* line 399, ../foundation/scss/_home.scss */
  .logo-buttons a:hover {
    background-color: #94b0cb;
  }

  /* line 404, ../foundation/scss/_home.scss */
  #welcome-virginia .logo-buttons {
    position: absolute;
    right: 20px;
    bottom: 36px;
  }

  /* END Home page mega menu */
  /* line 412, ../foundation/scss/_home.scss */
  .circle-button {
    top: auto;
    bottom: 60px;
    width: 120px;
    height: 120px;
    font-size: 1.5rem;
  }
}
/* 
    Document   : _search
    Created on : Feb 13, 2014, 1:04:19 PM
    Author     : john
    Description:
        For location search and location details pages
*/
/**
*   Styles for location search
*
**/
/* line 13, ../foundation/scss/_search.scss */
#search-intro {
  border-bottom: solid 5px #9b9da0;
}
/* line 20, ../foundation/scss/_search.scss */
#search-intro .intro-text p {
  font-size: 13px;
}
/* line 23, ../foundation/scss/_search.scss */
#search-intro .intro-text h1 {
  text-align: center;
}
/* line 27, ../foundation/scss/_search.scss */
#search-intro .featured-advertiser {
  border-bottom: solid 1px #9b9da0;
}

@media only screen and (min-width: 46.063em) {
  /* line 33, ../foundation/scss/_search.scss */
  #search-intro {
    margin: 0px 0px 25px 0px;
  }
  /* line 37, ../foundation/scss/_search.scss */
  #search-intro .intro-text {
    padding: 0 1rem 0 0;
  }
  /* line 40, ../foundation/scss/_search.scss */
  #search-intro .featured-advertiser {
    padding: 0 0 0 1rem;
    border-bottom-width: 0;
  }
}
/* line 47, ../foundation/scss/_search.scss */
.search-masthead {
  float: right;
  margin: 0 0 0px 10px;
}

/* line 53, ../foundation/scss/_search.scss */
#search-form {
  width: 100%;
  text-align: center;
}

/* line 59, ../foundation/scss/_search.scss */
#search-form .input.select, #search-form .submit, #search-form .reset, #search-form .input.checkbox {
  height: 35px;
  width: 198px;
  margin: 18px auto;
  overflow: hidden;
  background: url("../../../img/interface/select-bg.png") no-repeat;
}

/* line 70, ../foundation/scss/_search.scss */
#search-form .input.select select, #search-form .submit input, #search-form .reset button {
  background: transparent;
  border: none;
  width: 230px;
  height: 35px;
  color: #000;
  padding: 8px 15px;
  -webkit-appearance: none;
}

/* line 80, ../foundation/scss/_search.scss */
#search-form .input.checkbox {
  width: 190px;
  background: url("../../../img/interface/unchecked.gif") no-repeat right center;
  margin-top: 24px;
  -webkit-appearance: none;
}

/* line 87, ../foundation/scss/_search.scss */
#search-form .input.checkbox.checked {
  background: url("../../../img/interface/checked.gif") no-repeat right center;
}

/* line 90, ../foundation/scss/_search.scss */
#search-form .input.checkbox label {
  /*font-size: .75rem;*/
  color: #000;
  padding: 12px 0px 10px 15px;
  margin-left: 37px;
  display: inline-block;
  width: 175px;
}

/* line 100, ../foundation/scss/_search.scss */
#search-form .input.checkbox input[type='checkbox'] {
  margin-left: -100px;
}

/* line 104, ../foundation/scss/_search.scss */
#search-form .reset {
  width: 192px;
  margin: 17px auto;
  background: url("../../../img/interface/view-all-bg.gif") no-repeat right center;
}

/* line 111, ../foundation/scss/_search.scss */
#search-form .reset button {
  padding: 8px 40px 10px 0px;
  text-align: left;
  width: 195px;
}

/* line 116, ../foundation/scss/_search.scss */
#search-form .submit input {
  width: auto;
  padding-left: 40px;
}

/* line 120, ../foundation/scss/_search.scss */
#search-form select option {
  -webkit-appearance: none;
  background: #e8eaec;
  /*font-size: 1.090909090909091em;  ~12pt/11pt */
}

/* line 126, ../foundation/scss/_search.scss */
#search-form .logo-links {
  float: right;
  margin-bottom: 15px;
  margin-top: 0;
}

/* line 132, ../foundation/scss/_search.scss */
.findhome {
  font-size: 16px;
}

/* line 136, ../foundation/scss/_search.scss */
.preferred-partner {
  color: #F43E48;
  font-size: 0.6875rem;
}

/* line 140, ../foundation/scss/_search.scss */
.preferred-partner span {
  color: #000000;
}

/* line 144, ../foundation/scss/_search.scss */
.preferred-partner a + a:before {
  content: ", ";
}

/* line 147, ../foundation/scss/_search.scss */
.float-right {
  float: right;
}

/* line 151, ../foundation/scss/_search.scss */
.side-image {
  float: right;
  margin: 0 15px 0 10px;
}

/* line 157, ../foundation/scss/_search.scss */
.region-header {
  background: #ddd;
  color: #448ccb;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 7px 3px 7px 3px;
  margin: 0px 0px 10px;
}

/* line 167, ../foundation/scss/_search.scss */
.location-item {
  margin-bottom: 20px;
}

/* line 170, ../foundation/scss/_search.scss */
.location-item a {
  color: #666666;
}

/**
*   Styles for location page
*
**/
/* line 178, ../foundation/scss/_search.scss */
.visit-website-btn {
  display: block;
  background: url("../../../img/interface/visit-website-btn.gif") no-repeat center center;
  text-align: center;
  color: #333333;
  height: 28px;
  line-height: 2.5;
  margin: 0 0 5px 0;
  font-size: 0.84rem;
}

/* line 189, ../foundation/scss/_search.scss */
.visit-website-btn:hover {
  color: #F43E48;
}

/* line 192, ../foundation/scss/_search.scss */
.visit-website-btn.hotel {
  font-weight: bold;
  line-height: 2.3;
}

/* line 200, ../foundation/scss/_search.scss */
.packages {
  margin-top: 20px;
  font-size: .75rem;
}

/* line 204, ../foundation/scss/_search.scss */
.packages div {
  min-height: 45px;
  position: relative;
}

/* line 208, ../foundation/scss/_search.scss */
.package-logo {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 215, ../foundation/scss/_search.scss */
.package-link {
  display: inline-block;
  width: 259px;
  height: 24px;
  background: #c8edff;
  margin-left: 12px;
  color: #000000;
  padding: 5px 0 0 12px;
  position: absolute;
  bottom: 3px;
  left: 81px;
  line-height: 1rem;
}

/* line 228, ../foundation/scss/_search.scss */
.package-link span {
  color: #F43E48;
}

/* line 232, ../foundation/scss/_search.scss */
.package-list {
  display: inline-block;
  width: 300px;
  height: 24px;
  background: #c8edff;
  margin: 0px 0 12px 0;
  color: #000000;
  padding: 5px 0 0 12px;
  font-size: 0.75rem;
}

/* line 242, ../foundation/scss/_search.scss */
.package-list span {
  color: #F43E48;
}

/* line 246, ../foundation/scss/_search.scss */
.package-hotels p {
  text-decoration: underline;
}

/* line 250, ../foundation/scss/_search.scss */
.package-hotels p a {
  color: #000000;
}

/* line 253, ../foundation/scss/_search.scss */
.package-hotels p:hover, .package-hotels p:hover a {
  color: #2248AC;
}

/* line 259, ../foundation/scss/_search.scss */
.price-level {
  position: relative;
  color: #F43E48;
  display: inline-block;
  border-bottom: dotted 1px #F43E48;
  cursor: pointer;
}

/* line 266, ../foundation/scss/_search.scss */
.price-descriptions {
  position: absolute;
  left: 110px;
  top: -5px;
  background: #C8EDFF;
  color: #330079;
  padding: 5px;
  width: 150px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

/* line 278, ../foundation/scss/_search.scss */
.price-descriptions:after {
  content: "\00a0";
  /* &nbsp; */
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
  /* width of right border */
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #C8EDFF transparent transparent;
}

/* line 290, ../foundation/scss/_search.scss */
.price-descriptions p {
  margin: 0 0 0 10px;
}

/* line 293, ../foundation/scss/_search.scss */
.price-descriptions span {
  display: inline-block;
  width: 45px;
}

/* line 297, ../foundation/scss/_search.scss */
.price-descriptions .hightlight {
  color: #F43E48;
}

/* line 302, ../foundation/scss/_search.scss */
#price-level {
  margin: .5rem;
  padding-bottom: 0;
  position: relative;
  color: #F43E48;
  display: inline-block;
  border-bottom: dotted 1px #F43E48;
}

/* line 310, ../foundation/scss/_search.scss */
#price-descriptions {
  position: absolute;
  left: 85px;
  top: -32px;
  background: #C8EDFF;
  color: #330079;
  padding: 5px;
  width: 150px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

/* line 322, ../foundation/scss/_search.scss */
#price-descriptions:after {
  content: "\00a0";
  /* &nbsp; */
  display: block;
  position: absolute;
  top: 30px;
  left: -10px;
  /* width of right border */
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0;
  border-style: solid;
  border-color: transparent #C8EDFF transparent transparent;
}

/* line 334, ../foundation/scss/_search.scss */
#price-descriptions p {
  margin: 0;
}

/* line 337, ../foundation/scss/_search.scss */
#price-descriptions span {
  display: inline-block;
  width: 45px;
}

/* line 341, ../foundation/scss/_search.scss */
#price-descriptions .hightlight {
  color: #F43E48;
}

/* line 345, ../foundation/scss/_search.scss */
.phone {
  background: #ebebeb;
  width: 200px;
  margin: 3px auto;
  font-size: 1.1rem;
  padding: 7px;
}

/* line 352, ../foundation/scss/_search.scss */
.phone a {
  color: #ed1c24;
}

/* line 356, ../foundation/scss/_search.scss */
.menus-link {
  background: #ebebeb;
  width: 200px;
  margin: 3px auto 6px;
  font-size: 1.1rem;
  padding: 7px;
}

/* line 364, ../foundation/scss/_search.scss */
.advertiser_wrapper {
  position: relative;
}
/* line 366, ../foundation/scss/_search.scss */
.advertiser_wrapper p {
  padding-top: 1em;
}

/* line 370, ../foundation/scss/_search.scss */
.advertiser_tag {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  background: #152644;
  padding: 0 1em;
  margin: 0;
  color: white;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1.9;
  font-style: italic;
}

@media only screen and (min-width: 46.063em) {
  /* line 400, ../foundation/scss/_search.scss */
  #search-form {
    text-align: left;
  }

  /* line 404, ../foundation/scss/_search.scss */
  #search-form .input.select, #search-form .submit, #search-form .reset, #search-form .input.checkbox {
    display: inline-block;
    float: left;
    margin: 18px 15px 18px 0;
  }

  /* line 409, ../foundation/scss/_search.scss */
  #search-form .reset {
    width: 200px;
    width: 180px;
    margin: 17px 5px 0 0;
    background-position: left center;
  }

  /* line 416, ../foundation/scss/_search.scss */
  #search-form .reset button {
    padding: 8px 0px 10px 40px;
  }

  /* line 419, ../foundation/scss/_search.scss */
  #search-form .input.checkbox label {
    /*            font-size: .75rem;*/
    color: #000;
    padding: 10px 0px 10px 15px;
    margin-left: 80px;
    display: inline-block;
    width: 205px;
  }

  /* line 427, ../foundation/scss/_search.scss */
  #search-form .input.checkbox {
    width: 205px;
  }

  /* line 431, ../foundation/scss/_search.scss */
  #search-form .reset.short {
    width: 150px;
    margin-right: 0;
  }

  /* line 435, ../foundation/scss/_search.scss */
  #search-form .input.checkbox.short {
    margin-right: 0;
  }

  /* line 438, ../foundation/scss/_search.scss */
  .phone {
    margin: 3px 0;
  }

  /* line 441, ../foundation/scss/_search.scss */
  .menus-link {
    margin: 6px 0;
  }
}
/* 
    Document   : content
    Created on : Mar 10, 2012, 10:00:41 AM
    Author     : john
    Description:
        Purpose of the stylesheet follows.
*/
/**
        Styles for #content are kept in content.css
        so they can be used by TinyMCE
        Keep styles in that file
**/
/**
    Feb, 2014: now using compass to concat css files
    these styles will be added to the end of the app.css file and
    also the standalone content.css file. content.css should be used in TinyMCE 
**/
/** { 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}*/
/*body{
    font-family: $paragraph-font-family;
    font-size: $paragraph-font-size;
    line-height: $paragraph-line-height;
}*/
/* line 33, ../foundation/scss/content.scss */
th {
  text-align: left;
}

/*h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    color: #999999;
}
h1{
    font-size: 2.727272727272727em;  ~30pt/11pt 
     margin: 0em 0 0em ;
     line-height: 1.0em;
}
h2{
    font-size: 1.818181818181818em;  ~20pt/11pt 
     margin: 0em 0 0em ;
     line-height: 1.3em;
     color: #0099cc;
}
p{
    margin: 0 0 .5em 0;
}
menu, ol, ul {
    padding: 0 0 0 15px;
}
a{
    text-decoration: none;
    color: #666666;
}
a:hover{
    color: #cccccc;
}
*/
/* line 66, ../foundation/scss/content.scss */
.red, .required {
  color: #ff0000;
}

/*
.red-l{
    color: #ff0000;
    font-size: 1.27273em;
}

.page-intro{
    border-bottom: solid 2px #97999c;
    height: 145px;
    margin-bottom: 10px;
    
}
.page-intro p, .page-mid p{
    width: 331px;
}
.page-mid{
    border-bottom: solid 2px #97999c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: 90px;
}

.coupons-red{
    height: 37px;
    color: #ff0000;
    font-size: 2.181818181818182em;  24/11 
    line-height: 1.5;
    margin-bottom: 20px;
}

.coupons-head{
    height: 37px;
    background: #b2e5ff;
    color: #2248ac;
    font-size: 2.181818181818182em;  24/11 
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 20px;
}

.coupons-head a{
    color: #2248ac;
    text-decoration: underline;
}
.coupons-head a:hover{
    color: #ea0042;
    text-shadow: 0px 0px 2px #ffffbe;
    filter: dropshadow(color=#ffffbe, offx=0, offy=0);
        
}
#vvp-search-graphic{
    position: absolute;
    right: 72px;
    top: 67px;
}
.blue{
    color: #2248ac;
    font-size: 1.272727272727273em;  14/11 
}
.blue li{
    margin-bottom: 16px;
}
.blue li a{
    color: #2248ac;
}
.blue li a span{
    color: #231f20;
    margin-left: 26px;
}

.coupons-note{
    float: right; 
    width: 250px; 
    color: #2248ac;
    font-size: 0.909090909090909em;  10/11 
    margin-top: 65px;
    width: 218px;
}
.vvp-contact th{
    width: 140px;
}
.vvp-contact th, .vvp-contact td{
    padding: 1px 12px 5px 1px;
}



.bios{
    width: 100%;
}
.bios th{
    vertical-align: top;
}
.bios td{
    vertical-align: top;
    padding: 7px 10px;
}
.bios th div{
    padding: 7px 10px;
    border: solid 1px #c3e8f6;
    display: inline-block;
}

.contact-block{
    position: relative;
    background-color: #f9f9c1;
    padding: 7px 3px;
    left: -3px;
    margin: 20px 0;
}
.contact-block .media-kit-link{
    position: absolute;
    top: 40%;
    right: 45px;
    color: #185ce4;
    text-decoration: underline;
}*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
	Default Theme
----------------------------------- */
/* line 16, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

/* line 18, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}

/* Top left corner */
/* line 19, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}

/* Top pattern/color */
/* line 20, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}

/* Top right corner */
/* line 22, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

/* line 23, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}

/* line 24, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}

/* line 25, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_content {
  background-color: #fff;
}

/* Content background */
/* line 26, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
/* line 27, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* line 28, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* Expand button */
/* line 29, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
/* line 30, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

/* Contract button */
/* line 31, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
/* line 32, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}

/* Close button */
/* line 33, ../foundation/scss/prettyPhoto.scss */
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

/* line 34, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}

/* line 36, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

/* line 37, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_social {
  margin-top: 7px;
}

/* line 40, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

/* line 42, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

/* line 43, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

/* line 44, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_details {
  position: relative;
}

/* line 46, ../foundation/scss/prettyPhoto.scss */
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  margin: 4px 0 0 0;
  width: 20px;
}

/* line 47, ../foundation/scss/prettyPhoto.scss */
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

/* The next arrow in the bottom nav */
/* line 48, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

/* line 49, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

/* line 50, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 10px;
  position: absolute;
  top: 2px;
}

/* line 52, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

/* line 54, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

/* line 56, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}

/* Bottom left corner */
/* line 57, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}

/* Bottom pattern/color */
/* line 58, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}

/* Bottom right corner */
/* line 60, ../foundation/scss/prettyPhoto.scss */
div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Light Rounded Theme
----------------------------------- */
/* line 68, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
/* line 69, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_top .pp_middle {
  background: #fff;
}

/* Top pattern/color */
/* line 70, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
/* line 72, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_content .ppt {
  color: #000;
}

/* line 74, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}

/* line 75, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_content {
  background-color: #fff;
}

/* Content background */
/* line 76, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
/* line 77, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* line 78, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
/* line 79, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
/* line 80, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
/* line 81, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
/* line 82, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
/* line 83, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_details {
  position: relative;
}

/* line 84, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_description {
  margin-right: 85px;
}

/* line 85, ../foundation/scss/prettyPhoto.scss */
div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}

/* line 87, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

/* line 88, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 89, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 91, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
/* line 92, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

/* line 93, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
/* line 94, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

/* line 96, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
/* line 97, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}

/* Bottom pattern/color */
/* line 98, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* line 100, ../foundation/scss/prettyPhoto.scss */
div.light_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */
/* line 106, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
/* line 107, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_top .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Top pattern/color */
/* line 108, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
/* line 110, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

/* Left Content background */
/* line 111, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

/* Right Content background */
/* line 112, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_content {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Content background */
/* line 113, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
/* line 114, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* line 115, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
/* line 116, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
/* line 117, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
/* line 118, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
/* line 119, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
/* line 120, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_details {
  position: relative;
}

/* line 121, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_description {
  margin-right: 85px;
}

/* line 122, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}

/* line 123, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_description {
  color: #fff;
}

/* line 124, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}

/* line 126, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

/* line 127, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 128, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 130, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
/* line 131, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

/* line 132, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
/* line 133, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

/* line 135, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
/* line 136, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

/* Bottom pattern/color */
/* line 137, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* line 139, ../foundation/scss/prettyPhoto.scss */
div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Dark Square Theme
----------------------------------- */
/* line 149, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000;
}

/* line 151, ../foundation/scss/prettyPhoto.scss */
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

/* line 152, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_description {
  color: #fff;
}

/* line 153, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}

/* Loader icon */
/* line 155, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
/* line 156, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
/* line 157, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
/* line 158, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
/* line 159, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
/* line 160, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_details {
  position: relative;
}

/* line 161, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_description {
  margin: 0 85px 0 0;
}

/* line 162, ../foundation/scss/prettyPhoto.scss */
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

/* line 164, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

/* line 165, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_nav {
  clear: none;
}

/* line 166, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 167, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 169, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
/* line 170, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

/* line 171, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
/* line 172, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

/* line 174, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
/* line 175, ../foundation/scss/prettyPhoto.scss */
div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* ----------------------------------
	Light Square Theme
----------------------------------- */
/* line 185, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}

/* line 187, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_content .ppt {
  color: #000;
}

/* line 188, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
/* line 189, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
/* line 190, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
/* line 191, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
/* line 192, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
/* line 193, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_details {
  position: relative;
}

/* line 194, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_description {
  margin-right: 85px;
}

/* line 195, ../foundation/scss/prettyPhoto.scss */
div.light_square #pp_full_res .pp_inline {
  color: #000;
}

/* line 197, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

/* line 198, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 199, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

/* line 201, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

/* The previous arrow in the bottom nav */
/* line 202, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

/* line 203, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

/* The next arrow in the bottom nav */
/* line 204, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

/* line 206, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
/* line 207, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* line 209, ../foundation/scss/prettyPhoto.scss */
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

/* Loader icon */
/* ----------------------------------
	Facebook style Theme
----------------------------------- */
/* line 216, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

/* Top left corner */
/* line 217, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

/* Top pattern/color */
/* line 218, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

/* Top right corner */
/* line 220, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_content .ppt {
  color: #000;
}

/* line 221, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

/* Content background */
/* line 222, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

/* Content background */
/* line 223, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_content {
  background: #fff;
}

/* Content background */
/* line 224, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

/* Expand button */
/* line 225, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

/* Expand button hover */
/* line 226, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

/* Contract button */
/* line 227, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

/* Contract button hover */
/* line 228, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

/* Close button */
/* line 229, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_details {
  position: relative;
}

/* line 230, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_description {
  margin: 0 37px 0 0;
}

/* line 231, ../foundation/scss/prettyPhoto.scss */
div.facebook #pp_full_res .pp_inline {
  color: #000;
}

/* line 232, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

/* Loader icon */
/* line 234, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

/* The previous arrow in the bottom nav */
/* line 235, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

/* line 236, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

/* The next arrow in the bottom nav */
/* line 237, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

/* line 238, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_nav {
  margin-top: 0;
}

/* line 239, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

/* line 240, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

/* line 241, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

/* line 243, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}

/* Next button */
/* line 244, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

/* Previous button */
/* line 246, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

/* Bottom left corner */
/* line 247, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

/* Bottom pattern/color */
/* line 248, ../foundation/scss/prettyPhoto.scss */
div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
/* line 255, ../foundation/scss/prettyPhoto.scss */
div.pp_pic_holder a:focus {
  outline: none;
}

/* line 257, ../foundation/scss/prettyPhoto.scss */
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

/* line 267, ../foundation/scss/prettyPhoto.scss */
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

/* line 275, ../foundation/scss/prettyPhoto.scss */
.pp_top {
  height: 20px;
  position: relative;
}

/* line 279, ../foundation/scss/prettyPhoto.scss */
* html .pp_top {
  padding: 0 20px;
}

/* line 281, ../foundation/scss/prettyPhoto.scss */
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* line 287, ../foundation/scss/prettyPhoto.scss */
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

/* line 293, ../foundation/scss/prettyPhoto.scss */
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

/* line 298, ../foundation/scss/prettyPhoto.scss */
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

/* line 307, ../foundation/scss/prettyPhoto.scss */
.pp_content {
  height: 40px;
  min-width: 40px;
}

/* line 308, ../foundation/scss/prettyPhoto.scss */
* html .pp_content {
  width: 40px;
}

/* line 310, ../foundation/scss/prettyPhoto.scss */
.pp_fade {
  display: none;
}

/* line 312, ../foundation/scss/prettyPhoto.scss */
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

/* line 318, ../foundation/scss/prettyPhoto.scss */
.pp_content_container .pp_left {
  padding-left: 20px;
}

/* line 319, ../foundation/scss/prettyPhoto.scss */
.pp_content_container .pp_right {
  padding-right: 20px;
}

/* line 321, ../foundation/scss/prettyPhoto.scss */
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

/* line 325, ../foundation/scss/prettyPhoto.scss */
.pp_description {
  display: none;
  margin: 0;
}

/* line 330, ../foundation/scss/prettyPhoto.scss */
.pp_social {
  float: left;
  margin: 0;
}

/* line 331, ../foundation/scss/prettyPhoto.scss */
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

/* line 332, ../foundation/scss/prettyPhoto.scss */
.pp_social .twitter {
  float: left;
}

/* line 334, ../foundation/scss/prettyPhoto.scss */
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

/* line 340, ../foundation/scss/prettyPhoto.scss */
.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

/* line 347, ../foundation/scss/prettyPhoto.scss */
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

/* line 354, ../foundation/scss/prettyPhoto.scss */
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

/* line 364, ../foundation/scss/prettyPhoto.scss */
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

/* line 371, ../foundation/scss/prettyPhoto.scss */
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

/* line 379, ../foundation/scss/prettyPhoto.scss */
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

/* line 385, ../foundation/scss/prettyPhoto.scss */
.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

/* line 394, ../foundation/scss/prettyPhoto.scss */
.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

/* line 404, ../foundation/scss/prettyPhoto.scss */
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

/* line 406, ../foundation/scss/prettyPhoto.scss */
.pp_gallery ul a img {
  border: 0;
}

/* line 408, ../foundation/scss/prettyPhoto.scss */
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

/* line 415, ../foundation/scss/prettyPhoto.scss */
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

/* line 422, ../foundation/scss/prettyPhoto.scss */
.pp_gallery li.default a img {
  display: none;
}

/* line 425, ../foundation/scss/prettyPhoto.scss */
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

/* line 429, ../foundation/scss/prettyPhoto.scss */
a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

/* line 438, ../foundation/scss/prettyPhoto.scss */
a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

/* line 448, ../foundation/scss/prettyPhoto.scss */
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

/* line 460, ../foundation/scss/prettyPhoto.scss */
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

/* line 467, ../foundation/scss/prettyPhoto.scss */
.pp_bottom {
  height: 20px;
  position: relative;
}

/* line 471, ../foundation/scss/prettyPhoto.scss */
* html .pp_bottom {
  padding: 0 20px;
}

/* line 473, ../foundation/scss/prettyPhoto.scss */
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

/* line 479, ../foundation/scss/prettyPhoto.scss */
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

/* line 485, ../foundation/scss/prettyPhoto.scss */
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

/* line 490, ../foundation/scss/prettyPhoto.scss */
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

/* line 499, ../foundation/scss/prettyPhoto.scss */
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

/* line 509, ../foundation/scss/prettyPhoto.scss */
#pp_full_res {
  line-height: 1 !important;
}

/* line 513, ../foundation/scss/prettyPhoto.scss */
#pp_full_res .pp_inline {
  text-align: left;
}

/* line 517, ../foundation/scss/prettyPhoto.scss */
#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

/* line 519, ../foundation/scss/prettyPhoto.scss */
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

/**************************
   Styles for maps/tips page
 **************************/
/* line 5, ../foundation/scss/_maps.scss */
.maps-list {
  font-size: 1rem;
  list-style: none;
  margin: 0;
}

/* line 10, ../foundation/scss/_maps.scss */
.maps-list a {
  display: block;
  text-align: center;
  padding: .5rem 0;
}

/* line 15, ../foundation/scss/_maps.scss */
.mtt-column h2 {
  background: #b2e5ff url("../../../img/interface/mag-glass.gif") no-repeat 5px 1px;
  color: #2248ac;
  height: 33px;
  padding: 2px 0 0 50px;
}

/**************************
   Styles for map page
 **************************/
/* small screen and up    */
/* line 26, ../foundation/scss/_maps.scss */
.google_map {
  width: 100%;
  height: 20rem;
}

/* line 31, ../foundation/scss/_maps.scss */
.marker-links-table {
  width: 100%;
}

/* line 35, ../foundation/scss/_maps.scss */
.marker-links a {
  display: inline-block;
  height: 40px;
  padding: .5em 12px .5em 37px;
  color: #eeeeee;
  font-size: 1rem;
  /* 18/11 */
  background: url("../../../img/map/map-icon-sprites.png") no-repeat 0 0 #66ccff;
  width: 100%;
  overflow: hidden;
}

/* line 45, ../foundation/scss/_maps.scss */
#map-makers-all {
  background: #66ccff;
}

/* line 49, ../foundation/scss/_maps.scss */
#map-makers-00000001 {
  /* stay */
  background-color: #4852a4;
  background-position: 0 -160px;
}

/* line 53, ../foundation/scss/_maps.scss */
#map-makers-00000002 {
  /* Dine */
  background-color: #bf1e2e;
  background-position: 0 -80px;
}

/* line 57, ../foundation/scss/_maps.scss */
#map-makers-00000003 {
  /* Shop */
  background-color: #81c341;
}

/* line 60, ../foundation/scss/_maps.scss */
#map-makers-00000004 {
  /* Things to do */
  background-color: #ed217c;
  background-position: 0 -40px;
}

/* line 64, ../foundation/scss/_maps.scss */
#map-makers-00000005 {
  /* Just for Fun */
  background-color: #f0613f;
  background-position: 0 -120px;
}

/* line 69, ../foundation/scss/_maps.scss */
.marker-links a:hover, .marker-links a.active {
  /*background: #12a3d5;*/
  color: #ffffff;
}

/* line 74, ../foundation/scss/_maps.scss */
.marker-buttons {
  display: block;
  padding: 0;
  margin: 0 -0.125em;
  *zoom: 1;
  font-size: 0.875rem;
}
/* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.marker-buttons:before, .marker-buttons:after {
  content: " ";
  display: table;
}
/* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
.marker-buttons:after {
  clear: both;
}
/* line 36, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
.marker-buttons > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.125em 0.25em;
}
/* line 47, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
.marker-buttons > li {
  width: 33.33333%;
  padding: 0 0.125em 0.25em;
  list-style: none;
}
/* line 54, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
.marker-buttons > li:nth-of-type(n) {
  clear: none;
}
/* line 55, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
.marker-buttons > li:nth-of-type(3n+1) {
  clear: both;
}

/* line 78, ../foundation/scss/_maps.scss */
.marker-buttons a {
  display: inline-block;
  padding: .5em .25em .25em .25em;
  color: #eeeeee;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 46em) {
  /* line 87, ../foundation/scss/_maps.scss */
  .marker-links a {
    background-image: none;
    text-align: center;
    padding: .5em .25em .25em .25em;
  }
}
/* large screen     */
@media only screen and (min-width: 46.063em) {
  /* line 96, ../foundation/scss/_maps.scss */
  .marker-buttons {
    display: block;
    padding: 0;
    margin: 0 -0.125em;
    *zoom: 1;
  }
  /* line 130, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
  .marker-buttons:before, .marker-buttons:after {
    content: " ";
    display: table;
  }
  /* line 131, ../foundation/bower_components/foundation/scss/foundation/components/_global.scss */
  .marker-buttons:after {
    clear: both;
  }
  /* line 36, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .marker-buttons > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.125em 0.25em;
  }
  /* line 47, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .marker-buttons > li {
    width: 16.66667%;
    padding: 0 0.125em 0.25em;
    list-style: none;
  }
  /* line 54, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .marker-buttons > li:nth-of-type(n) {
    clear: none;
  }
  /* line 55, ../foundation/bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .marker-buttons > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 99, ../foundation/scss/_maps.scss */
  .marker-buttons a {
    padding: .5em 12px .5em 37px;
    background: url("../../../img/map/map-icon-sprites.png") no-repeat 0 0 #66ccff;
    width: 100%;
    text-align: left;
    height: 40px;
  }

  /* line 107, ../foundation/scss/_maps.scss */
  .mtt-header {
    max-width: 643px;
  }

  /* line 114, ../foundation/scss/_maps.scss */
  .maps-list a {
    text-align: left;
  }

  /* line 118, ../foundation/scss/_maps.scss */
  .google_map {
    height: 40rem;
  }
}
/* large screen     */
@media only screen and (min-width: 64.063em) {
  /* line 126, ../foundation/scss/_maps.scss */
  .google_map {
    width: 645px;
    height: 560px;
  }
}
/* line 2, ../foundation/scss/_vvp.scss */
.page-intro {
  border-bottom: solid 2px #97999c;
  margin-bottom: 10px;
}

/* line 8, ../foundation/scss/_vvp.scss */
.page-intro p, .page-mid p {
  width: 331px;
}

/* line 11, ../foundation/scss/_vvp.scss */
.page-mid {
  border-bottom: solid 2px #97999c;
  margin-bottom: 10px;
  padding-bottom: 10px;
  min-height: 90px;
}

/* line 17, ../foundation/scss/_vvp.scss */
.coupons-red {
  /*height: 37px;*/
  color: #ff0000;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* line 25, ../foundation/scss/_vvp.scss */
.coupons-head {
  /*height: 37px;*/
  background: #b2e5ff;
  color: #2248ac;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 20px;
}

/* line 35, ../foundation/scss/_vvp.scss */
.coupons-head a {
  color: #2248ac;
  text-decoration: underline;
}

/* line 39, ../foundation/scss/_vvp.scss */
.coupons-head a:hover {
  color: #ea0042;
  text-shadow: 0px 0px 2px #ffffbe;
  filter: dropshadow(color=#ffffbe, offx=0, offy=0);
}

/* line 45, ../foundation/scss/_vvp.scss */
#vvp-search-graphic {
  position: absolute;
  right: 72px;
  top: 67px;
}

/* line 50, ../foundation/scss/_vvp.scss */
.blue {
  color: #2248ac;
  /*font-size: 1.272727272727273rem;  14/11 */
}

/* line 54, ../foundation/scss/_vvp.scss */
.blue li {
  margin-bottom: 16px;
}

/* line 57, ../foundation/scss/_vvp.scss */
.blue li a {
  color: #2248ac;
  font-size: 14px;
}

/* line 61, ../foundation/scss/_vvp.scss */
.blue li a span {
  color: #231f20;
  margin-left: 26px;
}

/* line 65, ../foundation/scss/_vvp.scss */
.coupons-note {
  float: right;
  width: 250px;
  color: #2248ac;
  font-size: 0.909090909090909rem;
  /* 10/11 */
  margin-top: 65px;
  width: 218px;
}

/* line 73, ../foundation/scss/_vvp.scss */
.vvp-contact th {
  width: 140px;
  text-align: left;
}

/* line 77, ../foundation/scss/_vvp.scss */
.vvp-contact th, .vvp-contact td {
  padding: 1px 12px 5px 1px;
}

/* line 80, ../foundation/scss/_vvp.scss */
.vvp-new-logo-header {
  float: right;
  margin-right: 72px;
  margin-top: 3px;
  margin-top: 54px;
}

/* line 86, ../foundation/scss/_vvp.scss */
.coupon-category {
  margin-top: 1.5em;
  color: #000;
}

/* line 90, ../foundation/scss/_vvp.scss */
.coupons-list {
  /*font-size: 1.272727272727273em;  14/11 */
}

/* line 93, ../foundation/scss/_vvp.scss */
.coupons-list li {
  margin-bottom: 16px;
}

/* line 96, ../foundation/scss/_vvp.scss */
.coupons-list li a {
  color: #2248ac;
}

/* line 99, ../foundation/scss/_vvp.scss */
.coupons-list li span {
  color: #231f20;
  margin-left: 26px;
}

/* line 2, ../foundation/scss/_publications.scss */
.visitor-guides-head {
  position: relative;
  border-bottom: solid 2px #000;
  /*height: 45px;*/
}

/*.visitor-guides-head p{
    position: absolute;
    top: 0;
    left: 270px;
}*/
/* line 14, ../foundation/scss/_publications.scss */
.publicationResults {
  text-align: center;
}

/* line 18, ../foundation/scss/_publications.scss */
.publicationResult {
  display: inline-block;
  /*width: 214px;*/
  min-width: 30%;
  margin-bottom: 15px;
}

/* line 24, ../foundation/scss/_publications.scss */
.publicationResult a {
  color: #231f20;
  /*    font-size: 1.181818181818182em;  13/11 
      line-height: 2;*/
}

/* line 30, ../foundation/scss/_publications.scss */
#publicationImage {
  margin-top: 15px;
  float: left;
  /*width: 200px;*/
  /*    font-size: 1.272727272727273em;  14/11 
      line-height: 2;*/
}

/* line 37, ../foundation/scss/_publications.scss */
#publicationResult {
  margin-top: 15px;
  float: left;
  /*width: 380px;*/
}

/* line 43, ../foundation/scss/_publications.scss */
#publication-swf, #publication-pdf {
  width: 216px;
  height: 28px;
  padding: 0 0 0 8px;
  background: #b2e5ff;
  margin-bottom: 12px;
  /*    font-size: 1.272727272727273em;  14/11 
      line-height: 2;*/
  font-size: .85rem;
  line-height: 2.1;
}

/* line 54, ../foundation/scss/_publications.scss */
#publication-swf a, #publication-pdf a {
  color: #231f20;
  text-decoration: underline;
}

/* line 1, ../foundation/scss/_blog.scss */
#blog-logo {
  height: 132px;
  position: relative;
}

/* line 5, ../foundation/scss/_blog.scss */
#blog-logo a {
  display: block;
  width: 581px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 100;
}

/* line 15, ../foundation/scss/_blog.scss */
.blog-posts article {
  clear: both;
  margin: 0 20px;
  min-height: 157px;
}

/* line 21, ../foundation/scss/_blog.scss */
.intro-image, .thumb-image {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 26, ../foundation/scss/_blog.scss */
#paging {
  margin-top: 2rem;
  font-size: 1rem;
}
/* line 29, ../foundation/scss/_blog.scss */
#paging span {
  margin-left: 2rem;
}