/*!
Theme Name:     CPT
Theme URI:      http://gomedia.us/
Description:    A child theme for Lorain 2, intended for Cleveland Public Theatre
Author:         Go Media Inc.
Author URI:     
Template:       lorain
Version:        2.2.08
*/
/**
 * Child theme's Foundation
 * ----------------------------------------------------------------------------
 */
/**
 * Global Foundation Settings
 * 
 * This include contains all of the default values from _settings.scss but they have been
 * uncommented in the file below so that we can expose their values within our theme's style.scsss.
 * 
 * _settings.scss is generated by \zurb-foundation-vXX\scss\foundation\_variables.scss.
 * ----------------------------------------------------------------------------
 */
/**
 * These are customized versions of the original settings above.
 * ----------------------------------------------------------------------------
 */
/**
 * Comment out this import if you don't want to use normalize
 * ----------------------------------------------------------------------------
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, bower_components/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, bower_components/foundation/scss/normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 43, bower_components/foundation/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, bower_components/foundation/scss/normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, bower_components/foundation/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 76, bower_components/foundation/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, bower_components/foundation/scss/normalize.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 96, bower_components/foundation/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, bower_components/foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 116, bower_components/foundation/scss/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, bower_components/foundation/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, bower_components/foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, bower_components/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, bower_components/foundation/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 160, bower_components/foundation/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, bower_components/foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, bower_components/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, bower_components/foundation/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, bower_components/foundation/scss/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, bower_components/foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, bower_components/foundation/scss/normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, bower_components/foundation/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 254, bower_components/foundation/scss/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, bower_components/foundation/scss/normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 276, bower_components/foundation/scss/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, bower_components/foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 301, bower_components/foundation/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 310, bower_components/foundation/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, bower_components/foundation/scss/normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 333, bower_components/foundation/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 345, bower_components/foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, bower_components/foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 369, bower_components/foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, bower_components/foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, bower_components/foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, bower_components/foundation/scss/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, bower_components/foundation/scss/normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, bower_components/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, bower_components/foundation/scss/normalize.scss */
td,
th {
  padding: 0;
}

/**
 * Import Foundation components individually.
 * ----------------------------------------------------------------------------
 */
/* line 347, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.4.6/";
}

/* line 351, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

/* line 356, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 361, 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 366, 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 371, 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 376, bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 383, bower_components/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 388, bower_components/foundation/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 393, bower_components/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 396, bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto;
}

/* line 409, bower_components/foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 412, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 414, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 420, 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 425, bower_components/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 426, bower_components/foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 428, bower_components/foundation/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 434, bower_components/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 437, bower_components/foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 447, bower_components/foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 218, 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: 71.25rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 223, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 225, bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 228, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 229, bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 234, bower_components/foundation/scss/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}

/* line 236, bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 237, bower_components/foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, bower_components/foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 189, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 192, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 206, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 211, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, bower_components/foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 189, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 192, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 206, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 211, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 250, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 168, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 178, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 180, bower_components/foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 189, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 192, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 200, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 206, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 211, bower_components/foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 258, bower_components/foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 261, bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 110, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cba;
  border-color: #0078a0;
  color: white;
}
/* line 113, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.3125rem;
  color: #333333;
  opacity: 0.3;
}
/* line 95, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 115, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 3px;
}
/* line 116, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}
/* line 118, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: white;
}
/* line 119, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: white;
}
/* line 120, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
/* line 121, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}
/* line 122, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
/* line 123, bower_components/foundation/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 106, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 50, bower_components/foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+2) {
    padding-left: 0.41667rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n) {
    padding-left: 0.83333rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+2) {
    padding-left: 0.3125rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+3) {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+2) {
    padding-left: 0.25rem;
    padding-right: 0.75rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+3) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+4) {
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.04167rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+2) {
    padding-left: 0.20833rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+3) {
    padding-left: 0.41667rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+4) {
    padding-left: 0.625rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.20833rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n) {
    padding-left: 1.04167rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.07143rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+2) {
    padding-left: 0.17857rem;
    padding-right: 0.89286rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+3) {
    padding-left: 0.35714rem;
    padding-right: 0.71429rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+4) {
    padding-left: 0.53571rem;
    padding-right: 0.53571rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+5) {
    padding-left: 0.71429rem;
    padding-right: 0.35714rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+6) {
    padding-left: 0.89286rem;
    padding-right: 0.17857rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n) {
    padding-left: 1.07143rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.09375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+2) {
    padding-left: 0.15625rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+3) {
    padding-left: 0.3125rem;
    padding-right: 0.78125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+4) {
    padding-left: 0.46875rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+5) {
    padding-left: 0.625rem;
    padding-right: 0.46875rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.15625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n) {
    padding-left: 1.09375rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.11111rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+2) {
    padding-left: 0.13889rem;
    padding-right: 0.97222rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+3) {
    padding-left: 0.27778rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+4) {
    padding-left: 0.41667rem;
    padding-right: 0.69444rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+5) {
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+6) {
    padding-left: 0.69444rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+7) {
    padding-left: 0.83333rem;
    padding-right: 0.27778rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+8) {
    padding-left: 0.97222rem;
    padding-right: 0.13889rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n) {
    padding-left: 1.11111rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+2) {
    padding-left: 0.125rem;
    padding-right: 1rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+3) {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+4) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+5) {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+6) {
    padding-left: 0.625rem;
    padding-right: 0.5rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+7) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+8) {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+9) {
    padding-left: 1rem;
    padding-right: 0.125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.13636rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+2) {
    padding-left: 0.11364rem;
    padding-right: 1.02273rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+3) {
    padding-left: 0.22727rem;
    padding-right: 0.90909rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+4) {
    padding-left: 0.34091rem;
    padding-right: 0.79545rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+5) {
    padding-left: 0.45455rem;
    padding-right: 0.68182rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+6) {
    padding-left: 0.56818rem;
    padding-right: 0.56818rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+7) {
    padding-left: 0.68182rem;
    padding-right: 0.45455rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+8) {
    padding-left: 0.79545rem;
    padding-right: 0.34091rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+9) {
    padding-left: 0.90909rem;
    padding-right: 0.22727rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+10) {
    padding-left: 1.02273rem;
    padding-right: 0.11364rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n) {
    padding-left: 1.13636rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.14583rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+2) {
    padding-left: 0.10417rem;
    padding-right: 1.04167rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+3) {
    padding-left: 0.20833rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+4) {
    padding-left: 0.3125rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+5) {
    padding-left: 0.41667rem;
    padding-right: 0.72917rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+6) {
    padding-left: 0.52083rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+7) {
    padding-left: 0.625rem;
    padding-right: 0.52083rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+8) {
    padding-left: 0.72917rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+9) {
    padding-left: 0.83333rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+10) {
    padding-left: 0.9375rem;
    padding-right: 0.20833rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+11) {
    padding-left: 1.04167rem;
    padding-right: 0.10417rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n) {
    padding-left: 1.14583rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+2) {
    padding-left: 0.41667rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n) {
    padding-left: 0.83333rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+2) {
    padding-left: 0.3125rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+3) {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+2) {
    padding-left: 0.25rem;
    padding-right: 0.75rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+3) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+4) {
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.04167rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+2) {
    padding-left: 0.20833rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+3) {
    padding-left: 0.41667rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+4) {
    padding-left: 0.625rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.20833rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n) {
    padding-left: 1.04167rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.07143rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+2) {
    padding-left: 0.17857rem;
    padding-right: 0.89286rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+3) {
    padding-left: 0.35714rem;
    padding-right: 0.71429rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+4) {
    padding-left: 0.53571rem;
    padding-right: 0.53571rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+5) {
    padding-left: 0.71429rem;
    padding-right: 0.35714rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+6) {
    padding-left: 0.89286rem;
    padding-right: 0.17857rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n) {
    padding-left: 1.07143rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.09375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+2) {
    padding-left: 0.15625rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+3) {
    padding-left: 0.3125rem;
    padding-right: 0.78125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+4) {
    padding-left: 0.46875rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+5) {
    padding-left: 0.625rem;
    padding-right: 0.46875rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.15625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n) {
    padding-left: 1.09375rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.11111rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+2) {
    padding-left: 0.13889rem;
    padding-right: 0.97222rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+3) {
    padding-left: 0.27778rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+4) {
    padding-left: 0.41667rem;
    padding-right: 0.69444rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+5) {
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+6) {
    padding-left: 0.69444rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+7) {
    padding-left: 0.83333rem;
    padding-right: 0.27778rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+8) {
    padding-left: 0.97222rem;
    padding-right: 0.13889rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n) {
    padding-left: 1.11111rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+2) {
    padding-left: 0.125rem;
    padding-right: 1rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+3) {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+4) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+5) {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+6) {
    padding-left: 0.625rem;
    padding-right: 0.5rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+7) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+8) {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+9) {
    padding-left: 1rem;
    padding-right: 0.125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.13636rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+2) {
    padding-left: 0.11364rem;
    padding-right: 1.02273rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+3) {
    padding-left: 0.22727rem;
    padding-right: 0.90909rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+4) {
    padding-left: 0.34091rem;
    padding-right: 0.79545rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+5) {
    padding-left: 0.45455rem;
    padding-right: 0.68182rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+6) {
    padding-left: 0.56818rem;
    padding-right: 0.56818rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+7) {
    padding-left: 0.68182rem;
    padding-right: 0.45455rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+8) {
    padding-left: 0.79545rem;
    padding-right: 0.34091rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+9) {
    padding-left: 0.90909rem;
    padding-right: 0.22727rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+10) {
    padding-left: 1.02273rem;
    padding-right: 0.11364rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n) {
    padding-left: 1.13636rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.14583rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+2) {
    padding-left: 0.10417rem;
    padding-right: 1.04167rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+3) {
    padding-left: 0.20833rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+4) {
    padding-left: 0.3125rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+5) {
    padding-left: 0.41667rem;
    padding-right: 0.72917rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+6) {
    padding-left: 0.52083rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+7) {
    padding-left: 0.625rem;
    padding-right: 0.52083rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+8) {
    padding-left: 0.72917rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+9) {
    padding-left: 0.83333rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+10) {
    padding-left: 0.9375rem;
    padding-right: 0.20833rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+11) {
    padding-left: 1.04167rem;
    padding-right: 0.10417rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n) {
    padding-left: 1.14583rem;
    padding-right: 0rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    padding-left: 0rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n) {
    padding-left: 0.625rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    padding-left: 0rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+2) {
    padding-left: 0.41667rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n) {
    padding-left: 0.83333rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    padding-left: 0rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+2) {
    padding-left: 0.3125rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+3) {
    padding-left: 0.625rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n) {
    padding-left: 0.9375rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    padding-left: 0rem;
    padding-right: 1rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+2) {
    padding-left: 0.25rem;
    padding-right: 0.75rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+3) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+4) {
    padding-left: 0.75rem;
    padding-right: 0.25rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n) {
    padding-left: 1rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    padding-left: 0rem;
    padding-right: 1.04167rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+2) {
    padding-left: 0.20833rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+3) {
    padding-left: 0.41667rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+4) {
    padding-left: 0.625rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+5) {
    padding-left: 0.83333rem;
    padding-right: 0.20833rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n) {
    padding-left: 1.04167rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    padding-left: 0rem;
    padding-right: 1.07143rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+2) {
    padding-left: 0.17857rem;
    padding-right: 0.89286rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+3) {
    padding-left: 0.35714rem;
    padding-right: 0.71429rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+4) {
    padding-left: 0.53571rem;
    padding-right: 0.53571rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+5) {
    padding-left: 0.71429rem;
    padding-right: 0.35714rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+6) {
    padding-left: 0.89286rem;
    padding-right: 0.17857rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n) {
    padding-left: 1.07143rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    padding-left: 0rem;
    padding-right: 1.09375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+2) {
    padding-left: 0.15625rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+3) {
    padding-left: 0.3125rem;
    padding-right: 0.78125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+4) {
    padding-left: 0.46875rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+5) {
    padding-left: 0.625rem;
    padding-right: 0.46875rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+6) {
    padding-left: 0.78125rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+7) {
    padding-left: 0.9375rem;
    padding-right: 0.15625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n) {
    padding-left: 1.09375rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    padding-left: 0rem;
    padding-right: 1.11111rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+2) {
    padding-left: 0.13889rem;
    padding-right: 0.97222rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+3) {
    padding-left: 0.27778rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+4) {
    padding-left: 0.41667rem;
    padding-right: 0.69444rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+5) {
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+6) {
    padding-left: 0.69444rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+7) {
    padding-left: 0.83333rem;
    padding-right: 0.27778rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+8) {
    padding-left: 0.97222rem;
    padding-right: 0.13889rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n) {
    padding-left: 1.11111rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    padding-left: 0rem;
    padding-right: 1.125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+2) {
    padding-left: 0.125rem;
    padding-right: 1rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+3) {
    padding-left: 0.25rem;
    padding-right: 0.875rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+4) {
    padding-left: 0.375rem;
    padding-right: 0.75rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+5) {
    padding-left: 0.5rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+6) {
    padding-left: 0.625rem;
    padding-right: 0.5rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+7) {
    padding-left: 0.75rem;
    padding-right: 0.375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+8) {
    padding-left: 0.875rem;
    padding-right: 0.25rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+9) {
    padding-left: 1rem;
    padding-right: 0.125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n) {
    padding-left: 1.125rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    padding-left: 0rem;
    padding-right: 1.13636rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+2) {
    padding-left: 0.11364rem;
    padding-right: 1.02273rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+3) {
    padding-left: 0.22727rem;
    padding-right: 0.90909rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+4) {
    padding-left: 0.34091rem;
    padding-right: 0.79545rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+5) {
    padding-left: 0.45455rem;
    padding-right: 0.68182rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+6) {
    padding-left: 0.56818rem;
    padding-right: 0.56818rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+7) {
    padding-left: 0.68182rem;
    padding-right: 0.45455rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+8) {
    padding-left: 0.79545rem;
    padding-right: 0.34091rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+9) {
    padding-left: 0.90909rem;
    padding-right: 0.22727rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+10) {
    padding-left: 1.02273rem;
    padding-right: 0.11364rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n) {
    padding-left: 1.13636rem;
    padding-right: 0rem;
  }

  /* line 61, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 68, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 69, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    padding-left: 0rem;
    padding-right: 1.14583rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+2) {
    padding-left: 0.10417rem;
    padding-right: 1.04167rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+3) {
    padding-left: 0.20833rem;
    padding-right: 0.9375rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+4) {
    padding-left: 0.3125rem;
    padding-right: 0.83333rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+5) {
    padding-left: 0.41667rem;
    padding-right: 0.72917rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+6) {
    padding-left: 0.52083rem;
    padding-right: 0.625rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+7) {
    padding-left: 0.625rem;
    padding-right: 0.52083rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+8) {
    padding-left: 0.72917rem;
    padding-right: 0.41667rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+9) {
    padding-left: 0.83333rem;
    padding-right: 0.3125rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+10) {
    padding-left: 0.9375rem;
    padding-right: 0.20833rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+11) {
    padding-left: 1.04167rem;
    padding-right: 0.10417rem;
  }
  /* line 84, bower_components/foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n) {
    padding-left: 1.14583rem;
    padding-right: 0rem;
  }
}
/* line 216, bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #0098ca;
  color: white;
  transition: background-color 300ms ease-out;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0098ca;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 223, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #e8e8e8;
  color: #333333;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #e8e8e8;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 224, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #47b670;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #47b670;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 225, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #f14b2f;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #f14b2f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 226, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #f1902f;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #f1902f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: white;
}
/* line 227, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #a5d5e9;
  color: #333333;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #a5d5e9;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #333333;
}
/* line 229, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 230, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 231, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 232, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 234, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 235, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 237, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 238, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 240, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008cba;
  border-color: #0098ca;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0098ca;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008cba;
}
/* line 241, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #e8e8e8;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e8e8e8;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 242, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #47b670;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #47b670;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
/* line 243, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #f14b2f;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f14b2f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
/* line 244, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #f1902f;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f1902f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: white;
}
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 245, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #a5d5e9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a5d5e9;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #333333;
}
/* line 179, bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 250, bower_components/foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 253, bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Foundation Dropdowns */
/* line 224, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
/* line 72, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 98, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
/* line 105, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
/* line 113, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 117, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 227, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
/* line 72, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 127, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent white transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
/* line 134, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
/* line 231, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
/* line 72, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 148, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent white;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
/* line 156, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
/* line 235, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
/* line 72, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 171, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: white transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
/* line 180, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
/* line 240, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 209, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 211, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 3px;
}
/* line 213, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
/* line 243, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
/* line 72, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 73, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 246, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 247, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 248, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 249, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}
/* line 250, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 254, bower_components/foundation/scss/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 49, 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 32, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 33, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 38, bower_components/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 375, bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 86, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 89, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 92, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 95, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 96, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 105, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 381, bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 382, bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 383, bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 385, bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 391, bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

/* Attach elements to the beginning or end of an input */
/* line 397, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 400, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 401, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 403, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 404, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 405, bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 406, bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 410, bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 427, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 185, bower_components/foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 132, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 138, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  background-color: #dddddd;
  cursor: default;
}
/* line 146, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly], fieldset[disabled]
input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly], fieldset[disabled]
input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly], fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly], fieldset[disabled]
input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly], fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly], fieldset[disabled]
input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly], fieldset[disabled]
input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly], fieldset[disabled]
input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly], fieldset[disabled]
input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly], fieldset[disabled]
input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly], fieldset[disabled]
input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly], fieldset[disabled]
input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly], fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly], fieldset[disabled]
textarea {
  background-color: #dddddd;
  cursor: default;
}
/* line 434, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
  border-radius: 3px;
}

/* line 444, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 445, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 450, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 451, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 456, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 457, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 462, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 463, bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 468, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

/* Respect enforced amount of rows for textarea */
/* line 474, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 479, bower_components/foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 484, bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 348, bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 349, bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 354, bower_components/foundation/scss/foundation/components/_forms.scss */
select:disabled {
  background-color: #dddddd;
  cursor: default;
}

/* Adjust margin for form elements below */
/* line 493, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 498, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 507, bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 521, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 273, bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 528, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 531, bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 534, bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 541, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 546, bower_components/foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 551, bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 555, bower_components/foundation/scss/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 560, bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 572, bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 579, bower_components/foundation/scss/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 582, bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 149, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 104, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 110, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
/* line 126, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
/* line 51, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
/* line 60, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
/* line 68, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 75, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #008cba;
}
/* line 136, bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 154, bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 136, bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* line 165, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}
@media only screen and (max-width: 40em) {
  /* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
/* line 85, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
/* line 88, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
/* line 90, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    width: 80%;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 167, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal, dialog {
    top: 50px;
  }
}
/* line 179, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
/* line 180, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
/* line 181, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 182, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 183, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 184, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 185, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 186, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 187, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
  /* line 187, bower_components/foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 71.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 197, bower_components/foundation/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 1.875rem;
  line-height: 1;
  position: absolute;
  top: -0.25rem;
  right: 0.1875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

/* line 200, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog {
  display: none;
}
/* line 204, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
/* line 208, bower_components/foundation/scss/foundation/components/_reveal.scss */
dialog[open] {
  display: block;
}

@media print {
  /* line 215, bower_components/foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: white !important;
  }
}
/* line 30, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}
/* line 34, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
/* line 39, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #efefef;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
/* line 48, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
/* line 54, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: white;
  color: #222222;
}
/* line 63, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 66, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 70, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 79, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 83, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}
/* line 88, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 89, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.625rem;
}
/* line 91, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 93, bower_components/foundation/scss/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 98, bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  /* line 106, bower_components/foundation/scss/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
/* line 116, bower_components/foundation/scss/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* line 108, bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 64em)/";
  width: 975px;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 114, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 118, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 122, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 129, 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 135, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 141, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 148, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 157, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 162, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 165, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 167, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.8rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 169, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  /* line 169, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 185, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 190, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 195, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 199, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 75%;
  display: block;
  padding: 0 15px;
}
/* line 210, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 215, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 228, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 232, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: white;
  position: relative;
}
/* line 129, bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 16px;
}
/* line 162, bower_components/foundation/scss/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
/* line 261, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 265, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 268, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 269, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0px 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

/* line 282, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 288, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 298, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 305, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 307, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 319, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #0098ca;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #0098ca;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: white;
}
/* line 325, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #e8e8e8;
  color: #333333;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #e8e8e8;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
/* line 326, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #47b670;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #47b670;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: white;
}
/* line 327, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #f14b2f;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #f14b2f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: white;
}
/* line 328, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #f1902f;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #f1902f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: white;
}
/* line 331, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cba;
  border-color: #0098ca;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #0098ca;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: white;
}
/* line 337, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #e8e8e8;
  color: #333333;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #e8e8e8;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
/* line 338, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #47b670;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #47b670;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: white;
}
/* line 339, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #f14b2f;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #f14b2f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: white;
}
/* line 340, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #f1902f;
  color: white;
}
/* line 162, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #f1902f;
}
/* line 168, bower_components/foundation/scss/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: white;
}
/* line 344, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #272727;
  color: white;
}
/* line 354, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}
/* line 357, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: white;
}
/* line 365, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 368, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 372, 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: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 384, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 385, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 389, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 396, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 404, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 408, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 411, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 416, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
/* line 421, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: white;
  display: block;
}
/* line 425, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 428, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}
/* line 429, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 432, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 443, bower_components/foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 64em) {
  /* line 448, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 453, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 455, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 456, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 460, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 466, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 469, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 71.25rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 475, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 479, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 484, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 486, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 492, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #272727;
    color: white;
  }
  /* line 501, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 505, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #272727;
  }
  /* line 514, 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: white;
    background: #008cba;
  }
  /* line 519, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: white;
  }
  /* line 531, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 533, 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 542, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 543, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 549, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 553, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 560, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 574, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 581, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 45px;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 590, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: white;
    background: #333333;
  }
  /* line 595, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: white;
    background-color: #555555;
    background: #272727;
  }
  /* line 604, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 610, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 618, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 627, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 635, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 639, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 643, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 647, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 657, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white;
  }
  /* line 666, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  /* line 674, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 678, bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, bower_components/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, bower_components/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, bower_components/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, bower_components/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, bower_components/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 211, bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
/* line 223, bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 230, bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, 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 252, bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 269, bower_components/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.25rem;
}

/* line 270, bower_components/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 0.875rem;
}

/* line 271, bower_components/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 0.8125rem;
}

/* line 272, bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.8125rem;
}

/* line 273, bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1rem;
}

/* line 274, bower_components/foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, 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 288, bower_components/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 294, bower_components/foundation/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, bower_components/foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, bower_components/foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 318, bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 332, 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 345, bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, bower_components/foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 367, bower_components/foundation/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, bower_components/foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, bower_components/foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 385, bower_components/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  cursor: help;
}

/* line 391, bower_components/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, bower_components/foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #dddddd;
}

/* Blockquotes */
/* line 399, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
/* line 404, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 408, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 413, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 419, bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 425, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 431, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, bower_components/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 1.875rem;
  }

  /* line 457, bower_components/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.5rem;
  }

  /* line 458, bower_components/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.125rem;
  }

  /* line 459, bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.125rem;
  }

  /* line 460, bower_components/foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1rem;
  }

  /* line 461, bower_components/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 472, bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 474, bower_components/foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 482, bower_components/foundation/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 483, bower_components/foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 485, bower_components/foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 490, bower_components/foundation/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 493, bower_components/foundation/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 498, bower_components/foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 501, bower_components/foundation/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 503, bower_components/foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 509, bower_components/foundation/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 515, bower_components/foundation/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 517, bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 518, bower_components/foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 519, bower_components/foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 520, bower_components/foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 288, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 136, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 289, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 291, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: black;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 168, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 174, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1rem;
}

/* line 293, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px black;
  left: 0;
}

/* line 294, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px black;
  right: 0;
}

/* line 296, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 203, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left, .tab-bar-section.right {
    text-align: left;
  }
}
/* line 207, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 211, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 215, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 300, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: white;
  position: relative;
  transform: translate3d(0, 0, 0);
}
/* line 129, bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px white, 0 7px 0 1px white, 0 14px 0 1px white;
  width: 1rem;
}
/* line 162, bower_components/foundation/scss/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 324, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100.5%, 0);
  -webkit-transform: translate3d(-100.5%, 0, 0);
  -moz-transform: translate3d(-100.5%, 0, 0);
  -ms-transform: translate3d(-100.5%, 0, 0);
  -o-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  left: 0;
}
/* line 105, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 325, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100.5%, 0);
  -webkit-transform: translate3d(100.5%, 0, 0);
  -moz-transform: translate3d(100.5%, 0, 0);
  -ms-transform: translate3d(100.5%, 0, 0);
  -o-transform: translate3d(100.5%, 0, 0);
  transform: translate3d(100.5%, 0, 0);
  right: 0;
}
/* line 105, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 327, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 229, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 241, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
/* line 247, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: black;
}

/* line 333, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(250px, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
/* line 336, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 340, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-250px, 0);
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
/* line 344, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 347, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 355, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 358, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 366, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 369, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 377, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) {
  /* line 276, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 382, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}
/* line 383, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}
/* line 385, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}
/* line 386, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

/* line 484, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 397, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 424, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 432, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
/* line 455, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
/* line 486, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu.move-right {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 491, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 397, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 424, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 432, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
/* line 444, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
/* line 493, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu.move-left {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 506, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 509, bower_components/foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important;
  }

  /* line 247, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important;
  }

  /* line 251, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up {
    display: table !important;
  }

  /* line 262, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  /* line 265, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  /* line 268, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up {
    display: table-row !important;
  }

  /* line 271, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 286, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 288, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 293, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 297, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 301, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 305, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 310, 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 315, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 317, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 322, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 326, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 330, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 334, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 339, 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 345, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 347, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 352, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 356, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 360, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 364, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 369, 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 374, bower_components/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, bower_components/foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, bower_components/foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, bower_components/foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, bower_components/foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, bower_components/foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, bower_components/foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, bower_components/foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, bower_components/foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  /* line 396, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 397, bower_components/foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 399, bower_components/foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 400, bower_components/foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 401, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 402, bower_components/foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 403, bower_components/foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 404, bower_components/foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
/**
 * Global variables and mixins.
 * This file should be copied from the parent theme and customized as needed.
 * ----------------------------------------------------------------------------
 */
/**
 * Imort Dependencies
 * ----------------------------------------------------------------------------
 */
/**
 * Variables
 * ----------------------------------------------------------------------------
 */
/**
 * Mixins/ classes for @extend.
 * ----------------------------------------------------------------------------
 */
/**
 * Parent Theme SCSS
 * ----------------------------------------------------------------------------
 */
/* line 1, ../lorain/sass/partials/_global.scss */
html {
  background-color: transparent;
}

/**
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * ----------------------------------------------------------------------------
 */
/* line 11, ../lorain/sass/partials/_global.scss */
::-moz-selection {
  background: #ff4f4f;
  color: white;
  text-shadow: none;
}

/* line 17, ../lorain/sass/partials/_global.scss */
::selection {
  background: #ff4f4f;
  color: white;
  text-shadow: none;
}

/**
 * Links
 * ----------------------------------------------------------------------------
 */
/* line 30, ../lorain/sass/partials/_global.scss */
a,
a:visited {
  color: #ff4f4f;
  text-decoration: none;
}

/* line 35, ../lorain/sass/partials/_global.scss */
a:hover {
  color: #ff0202;
}

/* line 39, ../lorain/sass/partials/_global.scss */
a.button {
  color: white;
}

/**
 * This file contains styles that override Foundation's existing functionality or fix things
 * caused by other styles that negatively affect Foundation.
 *
 * For example, customizations to the Top Bar or content styles that mess up Foundation elements.
 */
/**
 * Top Bar
 * ----------------------------------------------------------------------------
 */
/* line 15, ../lorain/sass/partials/_foundation-overrides.scss */
.top-bar {
  z-index: 101;
  margin-bottom: 0;
}

/* line 20, ../lorain/sass/partials/_foundation-overrides.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**
 * Panels
 * ----------------------------------------------------------------------------
 */
/* line 30, ../lorain/sass/partials/_foundation-overrides.scss */
.panel h5 {
  font-weight: 700;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/**
 * Flex Video
 * ----------------------------------------------------------------------------
 */
/* line 41, ../lorain/sass/partials/_foundation-overrides.scss */
.flex-video {
  overflow: visible;
}

/**
 * Reveal
 * ----------------------------------------------------------------------------
 */
/* line 51, ../lorain/sass/partials/_foundation-overrides.scss */
.reveal-modal-bg {
  z-index: 100000;
}

/* line 55, ../lorain/sass/partials/_foundation-overrides.scss */
.reveal-modal, dialog {
  z-index: 100001;
  max-width: 100%;
}

/* line 60, ../lorain/sass/partials/_foundation-overrides.scss */
.reveal-modal .close-reveal-modal:hover, dialog .close-reveal-modal:hover {
  color: #777777;
  cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
  /* line 65, ../lorain/sass/partials/_foundation-overrides.scss */
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    top: 2px;
    right: 10px;
  }
}

/**
 * WP Toolbar (formerly the Admin Bar)
 * ----------------------------------------------------------------------------
 */
/* line 79, ../lorain/sass/partials/_foundation-overrides.scss */
#wp-admin-bar-search .adminbar-input {
  display: inline-block;
}

/* line 84, ../lorain/sass/partials/_foundation-overrides.scss */
body {
  position: static;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
/* line 95, ../lorain/sass/partials/_foundation-overrides.scss */
dl.tabs dd {
  margin-left: 0;
}

/* line 100, ../lorain/sass/partials/_foundation-overrides.scss */
dl.tabs.vertical {
  margin-bottom: 1.25rem !important;
}

/**
 * Dropdowns
 * ----------------------------------------------------------------------------
 */
/* line 112, ../lorain/sass/partials/_foundation-overrides.scss */
.f-dropdown li,
.entry-content .f-dropdown li {
  margin-left: 0;
  margin-bottom: 0;
}
/* line 115, ../lorain/sass/partials/_foundation-overrides.scss */
.f-dropdown li:before,
.entry-content .f-dropdown li:before {
  display: none;
}

/**
 * Accordion
 * ----------------------------------------------------------------------------
 */
/* line 126, ../lorain/sass/partials/_foundation-overrides.scss */
.entry-content .accordion dd {
  margin-left: 0;
}

/**
 * Orbit
 * ----------------------------------------------------------------------------
 */
/* line 136, ../lorain/sass/partials/_foundation-overrides.scss */
.orbit-container .orbit-slides-container li {
  margin: 0;
}

/**
 * This file contains new functionality added to Zurb Foundation.
 * For example, additional grids.
 * 
 */
/**
 * Site Structure
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_structure.scss */
.site-section {
  	/*
  	@include box-shadow-basic;
  	margin-bottom: 10px;
  	background-color: $lorain-primary-background-color;
  	color: $body-font-color;
  	padding: rem-calc(14);
  
  	@media only screen and (min-width: 600px ) {
  		padding: rem-calc(22);
  	}	
  	
  	@media only screen and (min-width: 1200px) {
  		padding: rem-calc(36);
  	}
  	*/
}

/* line 14, ../lorain/sass/partials/_structure.scss */
.site-header > .row > .column,
.site-header > .row > .columns,
.site-footer > .row > .column,
.site-footer > .row > .columns {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 21, ../lorain/sass/partials/_structure.scss */
.site-primary,
.site-secondary,
.row-full-width > .columns {
  padding-left: 10px;
  padding-right: 10px;
}

/*
.site-primary {
	@media only screen and (min-width:64.063em) {
		padding-left: 10px;
		padding-right: 0;
	}
}

.site-secondary {
	@media only screen and (min-width:64.063em) {
		padding-left: 15px;
		padding-right: 10px;
	}
}
*/
/* line 48, ../lorain/sass/partials/_structure.scss */
.header-top,
.header-main,
.nav-main {
  display: none;
}

@media only screen and (min-width: 1200px) {
  /* line 55, ../lorain/sass/partials/_structure.scss */
  .header-top,
  .header-main,
  .nav-main {
    display: block;
  }

  /* line 58, ../lorain/sass/partials/_structure.scss */
  .compact-nav {
    display: none;
  }
}
/* line 65, ../lorain/sass/partials/_structure.scss */
.compact-nav,
.compact-nav + .row .site-section {
  margin-top: 0.625rem;
}

/* line 72, ../lorain/sass/partials/_structure.scss */
.header-top .site-section,
.nav-main .site-section,
.sidebar,
.footer-primary .site-section {
  background-color: #262626;
  color: #eeeeee;
}

/* line 77, ../lorain/sass/partials/_structure.scss */
.header-main .site-section {
  padding-top: 1.5rem;
  padding-bottom: 1.125rem;
}

/* line 82, ../lorain/sass/partials/_structure.scss */
.footer-primary .site-section {
  margin-bottom: 0;
}

/* line 86, ../lorain/sass/partials/_structure.scss */
.footer-primary-section {
  padding-top: 2.375rem;
}

/* line 90, ../lorain/sass/partials/_structure.scss */
.footer-secondary .site-section {
  background-color: #000;
  color: #999999;
}

/* line 95, ../lorain/sass/partials/_structure.scss */
.footer-secondary .site-section {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

/* line 100, ../lorain/sass/partials/_structure.scss */
.footer-secondary .row {
  font-size: 0.875rem;
}

/**
 * Template-Specific
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_template.scss */
.page-template-templatespage-home-php .hentry {
  margin-bottom: 0;
}

/**
 * Reusables
 * ----------------------------------------------------------------------------
 */
/**
 * Clearfix: contain floats (Via HTML5 Boilerplate)
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 20, ../lorain/sass/partials/_reusables.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 25, ../lorain/sass/partials/_reusables.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 34, ../lorain/sass/partials/_reusables.scss */
.clearfix {
  *zoom: 1;
}

/**
 * Selection Prevention
 * ----------------------------------------------------------------------------
 */
/* line 43, ../lorain/sass/partials/_reusables.scss */
.prevent-selection, .control-bar * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}

/* line 14, ../lorain/sass/partials/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  margin-bottom: 0.125rem;
}

/* line 18, ../lorain/sass/partials/_forms.scss */
select {
  line-height: 1.3;
}

/* line 23, ../lorain/sass/partials/_forms.scss */
.gform_wrapper.gf_browser_chrome .gfield_checkbox li,
.gform_wrapper.gf_browser_chrome .gfield_radio li {
  margin-bottom: 0;
}

/* line 29, ../lorain/sass/partials/_forms.scss */
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  float: left;
}

/* line 34, ../lorain/sass/partials/_forms.scss */
.gform_wrapper.gf_browser_chrome .gfield_checkbox li label,
.gform_wrapper.gf_browser_chrome .gfield_radio li label {
  font-size: 0.875rem;
  line-height: 1.125;
  margin: 0.375rem 0.25rem 0.375rem .5rem;
  overflow: visible;
}

/* line 41, ../lorain/sass/partials/_forms.scss */
.ui-datepicker-title select {
  width: 33%;
}

/**
 * Header
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_header.scss */
.site-title {
  margin: 0 0 0.375rem;
}

/* line 12, ../lorain/sass/partials/_header.scss */
.site-title,
.site-title a,
.site-description {
  font-size: 1.125rem;
}

/* line 16, ../lorain/sass/partials/_header.scss */
.site-description {
  font-style: italic;
}

/**
 * General Navigation - Base Styles
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_navigation.scss */
.menu-nav {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 11, ../lorain/sass/partials/_navigation.scss */
.menu-nav:first-child {
  padding-top: 5px;
}

/* line 15, ../lorain/sass/partials/_navigation.scss */
.menu-nav:last-child {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  /* line 15, ../lorain/sass/partials/_navigation.scss */
  .menu-nav:last-child {
    padding-bottom: 0;
  }
}

/* line 22, ../lorain/sass/partials/_navigation.scss */
.menu-nav ul {
  background-color: inherit;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 28, ../lorain/sass/partials/_navigation.scss */
.menu-nav li {
  list-style: none;
}

/* line 33, ../lorain/sass/partials/_navigation.scss */
.menu-nav a,
.menu-nav a > span {
  font-size: 14px;
}

/* line 37, ../lorain/sass/partials/_navigation.scss */
.menu-nav a {
  color: #999;
  padding: 6px;
  display: block;
  position: relative;
}

/* line 44, ../lorain/sass/partials/_navigation.scss */
.menu-nav a:hover {
  color: #ff4f4f;
  background-color: #161616;
}

/* line 50, ../lorain/sass/partials/_navigation.scss */
.menu-nav a:not([href]) {
  cursor: default;
}

/* line 55, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.has-children > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  border-color: #999999 transparent transparent transparent;
  border-top-style: solid;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 6px;
}

/* line 64, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.has-children > a:hover:after {
  border-color: #ff4f4f transparent transparent transparent;
}

/*.menu-nav ul ul,
.menu-nav ul ul li {
	margin-left: rem-calc(8);
}

.menu-nav ul ul {
	border-left: 1px dotted #7A7A7A;
	position: relative;
	left: 2px;
}*/
/* line 83, ../lorain/sass/partials/_navigation.scss */
.menu-nav .current-menu-item > a,
.menu-nav .current_page_item > a {
  color: #ff4f4f;
}

/* line 88, ../lorain/sass/partials/_navigation.scss */
.menu-nav .menu > .has-children.current-menu-item > a:after,
.menu-nav .menu > .has-children.current_page_item > a:after {
  border-color: #ff4f4f transparent transparent transparent;
}

/**
 * General Navigation - Larger screens
 * ----------------------------------------------------------------------------
 */
@media only screen and (min-width: 1200px) {
  /* line 99, ../lorain/sass/partials/_navigation.scss */
  .menu-nav,
  .menu-nav:first-child {
    padding-top: 0;
  }

  /* line 103, ../lorain/sass/partials/_navigation.scss */
  .menu-nav a {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  /* line 109, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu li:hover > a {
    color: #ff4f4f;
  }

  /* line 114, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu li:hover > a:after {
    border-color: #ff4f4f transparent transparent transparent;
  }

  /* line 118, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu ul li:hover > a:after {
    border-color: transparent transparent transparent #ff4f4f;
  }

  /* line 123, ../lorain/sass/partials/_navigation.scss */
  .menu-nav > ul li.has-children a {
    padding-right: 14px;
  }

  /* line 129, ../lorain/sass/partials/_navigation.scss */
  .menu-nav > ul > li:not(.menu-icon):first-child > a {
    padding-left: 0;
  }

  /*
  */
  /* line 140, ../lorain/sass/partials/_navigation.scss */
  .menu-nav li {
    display: block;
    float: left;
    position: relative;
  }

  /* line 146, ../lorain/sass/partials/_navigation.scss */
  .menu-nav a {
    display: inline-block;
  }

  /* line 151, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu-left {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  /* line 157, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu-left {
    float: left;
  }

  /* line 163, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu-right {
    float: right;
    margin-right: -10px;
  }

  /* line 168, ../lorain/sass/partials/_navigation.scss */
  .menu-nav a {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* line 173, ../lorain/sass/partials/_navigation.scss */
  .menu-nav a:hover {
    background-color: inherit;
  }

  /* line 177, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul li:hover > ul {
    display: block;
  }

  /* line 183, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul,
  .menu-nav ul ul li {
    margin-left: 0;
  }

  /* line 187, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul li {
    display: block;
    float: none;
  }

  /* line 192, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
    background-color: #262626;
    border: 1px solid #111;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    min-width: 200px;
    z-index: 99999;
  }

  /* line 205, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul li.has-children > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: transparent transparent transparent #999999;
    border-left-style: solid;
    display: inline-block;
    position: absolute;
    top: 17px;
    left: auto;
    right: 8px;
  }

  /* line 215, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul li.has-children > a:hover:after {
    border-color: transparent transparent transparent #ff4f4f;
  }

  /* line 219, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul a {
    padding-right: 16px;
    padding-left: 16px;
    display: block;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #181818;
    border-left: 1px solid #353535;
  }

  /* Level 3+ */
  /* line 229, ../lorain/sass/partials/_navigation.scss */
  .menu-nav ul ul ul {
    left: 100%;
    margin-top: -1px;
    top: 0;
  }

  /* line 239, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .current-menu-ancestor > a,
  .menu-nav .current_page_ancestor > a {
    color: #ff4f4f;
  }

  /* line 245, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .menu > .has-children.current-menu-ancestor > a:after,
  .menu-nav .menu > .has-children.current_page_ancestor > a:after {
    border-color: #ff4f4f transparent transparent transparent;
  }

  /* line 253, ../lorain/sass/partials/_navigation.scss */
  .menu-nav .sub-menu .has-children.current-menu-item > a:after,
  .menu-nav .sub-menu .has-children.current_page_item > a:after,
  .menu-nav .sub-menu .has-children.current-menu-ancestor > a:after,
  .menu-nav .sub-menu .has-children.current_page_ancestor > a:after {
    border-color: transparent transparent transparent #ff4f4f;
  }
}
/**
 * Secondary Navigation Overrides
 * ----------------------------------------------------------------------------
 */
@media only screen and (min-width: 1200px) {
  /* line 266, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-secondary a,
  .menu-nav.nav-secondary a > span {
    font-size: 0.75rem;
  }
}
/**
 * Primary Navigation Overrides - Small Screens
 * ----------------------------------------------------------------------------
 */
/* line 278, ../lorain/sass/partials/_navigation.scss */
.menu-nav.nav-primary a,
.menu-nav.nav-primary span {
  color: white;
}

/* line 282, ../lorain/sass/partials/_navigation.scss */
.menu-nav.nav-primary li.has-children > a:after {
  border-color: #eee transparent transparent transparent;
}

/* line 288, ../lorain/sass/partials/_navigation.scss */
.menu-nav.nav-primary a:hover,
.menu-nav.nav-primary a:hover span,
.menu-nav.nav-primary .menu-icon:hover:before {
  color: #ff4f4f;
}

/* line 294, ../lorain/sass/partials/_navigation.scss */
.menu-nav.nav-primary .current-menu-item > a span,
.menu-nav.nav-primary .current_page_item > a span {
  color: #ff4f4f;
}

/* line 301, ../lorain/sass/partials/_navigation.scss */
.menu-nav.nav-primary .has-children > a:hover:after,
.menu-nav.nav-primary .menu > .has-children.current-menu-item > a:after,
.menu-nav.nav-primary .menu > .has-children.current_page_item > a:after {
  border-color: #ff4f4f transparent transparent transparent;
}

/* line 307, ../lorain/sass/partials/_navigation.scss */
.menu-nav ul ul li.has-children.current-menu-item > a:after,
.menu-nav ul ul li.has-children.current_page_item > a:after {
  border-color: #ff4f4f transparent transparent transparent;
}

/* line 312, ../lorain/sass/partials/_navigation.scss */
.primary-nav-search {
  width: 250px;
  float: right;
}
/* line 315, ../lorain/sass/partials/_navigation.scss */
.primary-nav-search .search {
  margin: 14px 0 14px 20px;
}

/**
 * Primary Navigation Overrides - Large Screens
 * ----------------------------------------------------------------------------
 */
@media only screen and (min-width: 1200px) {
  /* line 328, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary a,
  .menu-nav.nav-primary span,
  .menu-nav.nav-primary li.menu-icon:before {
    color: #eee;
  }

  /* line 334, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li > a,
  .menu-nav.nav-primary > .menu > li > a > span {
    text-transform: uppercase;
  }

  /* line 338, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li > a {
    padding-right: 15px;
    padding-left: 20px;
  }

  /*
  .menu-nav.nav-primary > .menu > li:first-child > a {
  	padding-left: 0;
  }
  .menu-nav.nav-primary > .menu > li:last-child > a {
  	padding-right: 0;
  }
  */
  /* line 353, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li:hover > a > span {
    border-bottom: 2px solid #eee;
  }

  /* line 358, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li.menu-icon.show-label:hover > a > span {
    border-bottom: none;
  }

  /* line 363, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary ul li span {
    padding-bottom: 5px;
  }

  /* line 368, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li:after {
    border-right: 1px dotted #E5E5E5;
    content: "";
    width: 1px;
    height: 29px;
    position: relative;
    top: 9px;
    left: 3px;
    display: inline-block;
  }

  /* line 380, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li:last-child:after,
  .menu-nav.nav-primary > .menu > li.last:after {
    display: none;
  }

  /* line 385, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary li:hover > a > span {
    color: #ff4f4f;
  }

  /* line 389, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 396, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li.has-children > a:after {
    left: -10px;
    top: 2px;
    border-color: #eee transparent transparent transparent;
  }

  /* line 403, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li.has-children > a span {
    padding-right: 17px;
  }

  /* line 407, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li.has-children > a {
    padding-right: 0;
  }

  /* line 411, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li.has-children:hover > a:after {
    border-color: #ff4f4f transparent transparent transparent;
  }

  /* line 416, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu {
    border: 1px solid #ccc;
    background-color: white;
  }

  /* line 421, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li {
    border-top: 1px solid #e4e4e4;
  }

  /* line 425, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li:hover {
    background-color: #F5F5F5;
  }

  /* line 429, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li a {
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
  }

  /* line 435, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu a > span {
    color: gray;
    font-weight: 700;
    font-size: 12px;
    display: block;
  }

  /* line 442, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li span {
    padding-bottom: 0;
  }

  /* line 446, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li:hover > a > span {
    color: #000;
  }

  /* line 450, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li.has-children a:after {
    top: 21px;
  }

  /* line 454, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li.has-children > a:after {
    border-color: transparent transparent transparent gray;
  }

  /* line 458, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu li:hover > a:after {
    border-color: transparent transparent transparent #000;
  }

  /* line 463, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu ul {
    margin-top: -2px;
  }

  /* line 471, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .current-menu-ancestor > a span,
  .menu-nav.nav-primary .current_page_ancestor > a span {
    color: #ff4f4f;
  }

  /* line 477, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .menu > .has-children.current-menu-ancestor > a:after,
  .menu-nav.nav-primary .menu > .has-children.current_page_ancestor > a:after {
    border-color: #ff4f4f transparent transparent transparent;
  }

  /* line 487, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu .current-menu-item > a > span,
  .menu-nav.nav-primary .sub-menu .current_page_item > a > span,
  .menu-nav.nav-primary .sub-menu .has-children.current-menu-item > a > span,
  .menu-nav.nav-primary .sub-menu .has-children.current_page_item > a > span,
  .menu-nav.nav-primary .sub-menu .has-children.current-menu-ancestor > a > span,
  .menu-nav.nav-primary .sub-menu .has-children.current_page_ancestor > a > span {
    color: #000;
  }

  /* line 495, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary .sub-menu .has-children.current-menu-item > a:after,
  .menu-nav.nav-primary .sub-menu .has-children.current_page_item > a:after,
  .menu-nav.nav-primary .sub-menu .has-children.current-menu-ancestor > a:after,
  .menu-nav.nav-primary .sub-menu .has-children.current_page_ancestor > a:after {
    border-color: transparent transparent transparent #000;
  }
}
/**
 * Compact Navigation
 * ----------------------------------------------------------------------------
 */
/* line 506, ../lorain/sass/partials/_navigation.scss */
.compact-nav {
  margin-bottom: 10px;
}

/* line 511, ../lorain/sass/partials/_navigation.scss */
.compact-nav .menu-left + .menu-right {
  margin-top: 0.5625rem;
  padding-top: 0.5625rem;
  border-top: 1px solid #383838;
}

/* line 518, ../lorain/sass/partials/_navigation.scss */
.compact-nav .nav-primary + .nav-secondary {
  border-top: 3px double #4b4b4b;
  padding-top: 9px;
  margin-top: 9px;
}

/* line 524, ../lorain/sass/partials/_navigation.scss */
.compact-nav .menu-nav-group ul:last-child {
  padding-bottom: 8px;
}

/* line 528, ../lorain/sass/partials/_navigation.scss */
.compact-nav .toggle-content .site-section {
  background-color: #262626;
}

/* line 534, ../lorain/sass/partials/_navigation.scss */
.compact-nav .toggle-content div, .compact-nav .toggle-content p, .compact-nav .toggle-content h1, .compact-nav .toggle-content h2, .compact-nav .toggle-content h3, .compact-nav .toggle-content h4, .compact-nav .toggle-content h5, .compact-nav .toggle-content h6 {
  color: white;
}

/**
 * Control Bar - Base styles
 * ----------------------------------------------------------------------------
 */
/* line 545, ../lorain/sass/partials/_navigation.scss */
.control-bar {
  background-color: #000;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  /* line 553, ../lorain/sass/partials/_navigation.scss */
  .control-bar {
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }
}

/* line 566, ../lorain/sass/partials/_navigation.scss */
.control-bar-left,
.control-bar-right {
  position: relative;
}

/* line 571, ../lorain/sass/partials/_navigation.scss */
.control-bar-left,
.control-bar-left div {
  float: left;
}

/* line 575, ../lorain/sass/partials/_navigation.scss */
.control-bar-right {
  float: right;
}

/* line 580, ../lorain/sass/partials/_navigation.scss */
.control-bar,
.control-bar a {
  color: white;
}

/* line 584, ../lorain/sass/partials/_navigation.scss */
.control-bar a {
  padding: 0;
}

/* line 588, ../lorain/sass/partials/_navigation.scss */
.control-bar a > span {
  font-size: 1em;
}

/**
 * Control Bar - Site Title
 * ----------------------------------------------------------------------------
 */
/* line 598, ../lorain/sass/partials/_navigation.scss */
.control-bar .logo-area .site-title {
  margin-bottom: 0;
  line-height: 1;
}

/* line 603, ../lorain/sass/partials/_navigation.scss */
.control-bar .logo-area .site-title a {
  padding: 15px 15px;
  display: block;
  line-height: 0;
}

/* line 609, ../lorain/sass/partials/_navigation.scss */
.control-bar .logo-area .site-title a.no-logo-image {
  padding: 26px 15px;
}

/**
 * Control Bar - Toggle General Buttons
 * ----------------------------------------------------------------------------
 */
/* line 619, ../lorain/sass/partials/_navigation.scss */
.control-bar .toggle-button {
  display: inline-block;
  padding: 18px 15px;
  margin-left: -2px;
}

/* line 627, ../lorain/sass/partials/_navigation.scss */
.control-bar a:hover,
.control-bar .toggle-button.active,
.control-bar .toggle-button:hover {
  background-color: #262626;
  cursor: pointer;
}

/**
 * Control Bar - Toggle General Content
 * ----------------------------------------------------------------------------
 */
/* line 638, ../lorain/sass/partials/_navigation.scss */
.toggle-content {
  display: none;
}

/* line 642, ../lorain/sass/partials/_navigation.scss */
.toggle-content .site-section {
  margin-bottom: 0;
}

/**
 * Control Bar - Navs toggle
 * ----------------------------------------------------------------------------
 */
/* line 652, ../lorain/sass/partials/_navigation.scss */
.control-bar .toggle-button-navs {
  padding: 19px 22px 18px;
}

/* line 656, ../lorain/sass/partials/_navigation.scss */
.control-bar .menu-toggle {
  display: inline-block;
}

/* line 660, ../lorain/sass/partials/_navigation.scss */
.menu-toggle-label {
  padding-right: 17px;
  margin-left: -9px;
  display: none;
}

/* line 667, ../lorain/sass/partials/_navigation.scss */
.control-bar .menu-toggle-icon:after {
  content: '';
  white-space: pre;
  top: 10px;
  padding: 0;
  position: absolute;
  right: 13px;
  display: block;
  width: 16px;
  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;
}

/**
 * Search Toggle
 * ----------------------------------------------------------------------------
 */
/* line 687, ../lorain/sass/partials/_navigation.scss */
.toggle-content-search form.search {
  margin: 0;
}

/* line 691, ../lorain/sass/partials/_navigation.scss */
.toggle-content-search .site-section {
  padding-bottom: 16px;
  padding-top: 16px;
}

/**
 * Icon Navigation - General
 * ----------------------------------------------------------------------------
 */
/* line 708, ../lorain/sass/partials/_navigation.scss */
.top-bar .top-bar-section li.menu-icon {
  background-color: #333333;
}

/* line 712, ../lorain/sass/partials/_navigation.scss */
.top-bar .top-bar-section li.menu-icon a {
  background: transparent;
}

/* line 716, ../lorain/sass/partials/_navigation.scss */
.top-bar .top-bar-section ul {
  background: #333333;
}

/* line 721, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon,
.top-bar > .top-bar-section li.menu-icon {
  float: left;
  margin-right: 14px;
  display: inline-block;
  position: relative;
}

/* line 729, ../lorain/sass/partials/_navigation.scss */
.top-bar .top-bar-section li.menu-icon.show-label > a {
  display: inline;
  color: #999;
}

/* line 735, ../lorain/sass/partials/_navigation.scss */
.top-bar .top-bar-section li.menu-icon.show-label:hover > a {
  color: #ff4f4f;
}

/* line 745, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon:before,
.top-bar .top-bar-section li.menu-icon:before {
  color: #999;
}

/* line 750, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon:hover:before,
.top-bar .top-bar-section li.menu-icon:hover:before {
  color: #ff4f4f;
}

/* line 755, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon:hover,
.top-bar .top-bar-section li.menu-icon:hover {
  color: #ff4f4f;
}

/* line 762, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon > a:hover,
.menu-nav li.inline > a:hover,
.top-bar .top-bar-section li.menu-icon > a:hover,
.top-bar .top-bar-section li.inline > a:hover {
  background-color: transparent;
}

/* line 767, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon a,
.top-bar .top-bar-section li.menu-icon > a {
  padding-right: 16px;
  padding-left: 16px;
  text-indent: -99999em;
  margin-left: -24px;
  display: inline-block;
}

/* line 778, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.menu-icon.show-label > a,
.top-bar .top-bar-section li.menu-icon.show-label > a {
  text-indent: 0;
  padding-left: 32px;
  padding-right: 4px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 789, ../lorain/sass/partials/_navigation.scss */
.menu-nav li.inline,
.top-bar .top-bar-section li.inline {
  display: inline-block;
}

@media only screen and (min-width: 64em) {
  /* line 796, ../lorain/sass/partials/_navigation.scss */
  .menu-nav li.menu-icon,
  .top-bar .top-bar-section li.menu-icon {
    float: left;
    margin-right: 12px;
  }
}
/**
 * Icon Navigation - Overrides
 * ----------------------------------------------------------------------------
 */
/* line 815, ../lorain/sass/partials/_navigation.scss */
.nav-secondary li.menu-icon a {
  font-size: 16px;
}

/* line 820, ../lorain/sass/partials/_navigation.scss */
.nav-secondary li.menu-icon {
  top: 2px;
}

/* line 825, ../lorain/sass/partials/_navigation.scss */
.menu-nav.nav-primary > .menu > li.menu-icon:after {
  display: none;
}

@media only screen and (min-width: 1200px) {
  /* line 831, ../lorain/sass/partials/_navigation.scss */
  .menu-nav.nav-primary li.menu-icon {
    top: 4px;
  }
}
/* line 836, ../lorain/sass/partials/_navigation.scss */
.top-bar #menu-social-menu {
  padding-left: 11px;
}

/**
 * Styling for the jQuery To Top plugin.
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_to-top.scss */
#toTop {
  z-index: 100;
}

/**
 * Titles
 * ----------------------------------------------------------------------------
 */
/* line 7, ../lorain/sass/partials/_titles.scss */
.entry-title,
.entry-title a {
  color: #222222;
}

/* line 11, ../lorain/sass/partials/_titles.scss */
.entry-title {
  line-height: 1.3;
  color: #292929;
  word-wrap: break-word;
  font-size: 3rem;
  margin: 0 0 1rem;
}

/* line 19, ../lorain/sass/partials/_titles.scss */
.entry-title a:hover {
  text-decoration: underline;
}

/* line 23, ../lorain/sass/partials/_titles.scss */
.archives-title {
  border-bottom: 3px solid #262626;
}

/**
 * Entry - Posts, pages, etc.
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_entry.scss */
.hentry {
  margin-bottom: 0.9375rem;
  padding-bottom: 2rem;
  position: relative;
  word-wrap: break-word;
  /* Wrap super long words to keep them from overflowing their container. */
}

/*
.singular .hentry {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
*/
/* line 23, ../lorain/sass/partials/_entry.scss */
.singular.page .hentry,
.singular.attachment .hentry {
  border-bottom: 0;
  padding-bottom: 0;
}

/**
 * Sticky Posts
 * ----------------------------------------------------------------------------
 */
/* line 36, ../lorain/sass/partials/_entry.scss */
.sticky:not(.has-featured-image) {
  padding-top: 3.5em;
}

/* line 40, ../lorain/sass/partials/_entry.scss */
.sticky-message {
  position: absolute;
  display: inline-block;
  background-color: #ff1c1c;
  color: white;
  top: 0.9375rem;
  left: -0.375rem;
  padding: 0.3125rem 1.25rem 0.3125rem 1.875rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 2.25rem;
}

/* line 53, ../lorain/sass/partials/_entry.scss */
.sticky-message:before {
  position: absolute;
  left: 0;
  bottom: -0.125rem;
  content: "";
  position: absolute;
  /* See "NOTE 2" */
  z-index: -1;
  top: 100%;
  left: 0;
  border-width: 0 0.625rem 0.625rem 0;
  border-style: solid;
  border-color: transparent #9b0000;
}

/* line 70, ../lorain/sass/partials/_entry.scss */
.sticky-message:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 1.125rem;
  border-color: transparent transparent transparent #ff1c1c;
  border-left-style: solid;
  position: absolute;
  bottom: 0;
  right: -2.25rem;
}

/* line 100, ../lorain/sass/partials/_entry.scss */
.sticky .sticky-message {
  font-size: 16px;
  top: 0.3125rem;
}
@media only screen and (min-width: 1200px) {
  /* line 100, ../lorain/sass/partials/_entry.scss */
  .sticky .sticky-message {
    top: 1.125rem;
  }
}

/**
 * Edit Post
 * ----------------------------------------------------------------------------
 */
/* line 5, ../lorain/sass/partials/_entry-meta.scss */
.edit-link i {
  color: #222222;
}

/* line 9, ../lorain/sass/partials/_entry-meta.scss */
.edit-link:hover i {
  color: #ce0000;
}

/**
 * Entry Meta - Base
 * ----------------------------------------------------------------------------
 */
/* line 17, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta {
  font-size: 1rem;
  list-style: none;
  padding: 0.625rem 0;
  margin: 0.75rem 0;
}

/* line 24, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta li {
  margin: 0.5rem 0.5rem 0 0.375rem;
}
@media only screen and (min-width: 35rem) {
  /* line 24, ../lorain/sass/partials/_entry-meta.scss */
  .entry-meta li {
    margin: 0.25rem 0;
  }
}

/* line 31, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta .meta-label {
  font-weight: 700;
  color: #2b2b2b;
}

/* line 36, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta .vcard {
  display: inline;
  margin: 0;
  border: none;
  padding: 0;
}

/* line 43, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta .author a {
  font-weight: 400;
  font-size: 1em;
}

/* line 49, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta a,
.entry-meta a:visited {
  font-weight: 400;
  color: #ff4f4f;
}

/* line 54, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta a:hover {
  color: #ff1c1c;
}

/* line 58, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta .by-author-meta {
  text-align: center;
}

/* line 62, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta .comments-meta {
  text-align: right;
}

/**
 * Entry Meta - Primary
 * ----------------------------------------------------------------------------
 */
/* line 71, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta-primary {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 76, ../lorain/sass/partials/_entry-meta.scss */
.row .entry-meta.entry-meta-primary {
  margin: 0.75rem 0 1.875rem;
}

@media only screen and (max-width: 35rem) {
  /* line 80, ../lorain/sass/partials/_entry-meta.scss */
  .entry-meta.entry-meta-primary li {
    display: block;
    width: 100%;
    float: none !important;
    text-align: left;
  }
}
@media only screen and (min-width: 35rem) {
  /* line 85, ../lorain/sass/partials/_entry-meta.scss */
  .entry-meta.entry-meta-primary li:last-child {
    text-align: right;
    white-space: nowrap;
  }
}

/**
 * Entry Meta - Secondary
 * ----------------------------------------------------------------------------
 */
/* line 98, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta-secondary {
  margin: 0;
  padding: 0;
}

/* line 103, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta-secondary li {
  margin: 0.75rem 0;
}

/* line 107, ../lorain/sass/partials/_entry-meta.scss */
.entry-meta.entry-meta-secondary .edit-link-wrap {
  margin: 0;
  text-align: right;
}

/**
 * Read More
 * ----------------------------------------------------------------------------
 */
/* line 117, ../lorain/sass/partials/_entry-meta.scss */
.more-link {
  margin: 3.375rem 0 1rem;
  display: inline-block;
  float: right;
}

/* line 124, ../lorain/sass/partials/_entry-meta.scss */
.read-more,
.read-more:visited {
  float: right;
  display: inline-block;
  padding: 0.6875rem 1rem;
  border-radius: 1px;
  font-size: 0.8125rem;
  background-color: #262626;
  color: white;
  font-weight: 700;
  line-height: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 4px;
}

/* line 137, ../lorain/sass/partials/_entry-meta.scss */
.read-more:hover {
  text-decoration: none;
  color: #ff4f4f;
}

/**
 * WP Image Syles
 * ----------------------------------------------------------------------------
 *
 */
/* Images */
/* line 10, ../lorain/sass/partials/_images.scss */
.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1rem auto;
}

/* line 17, ../lorain/sass/partials/_images.scss */
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

/* line 25, ../lorain/sass/partials/_images.scss */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* line 34, ../lorain/sass/partials/_images.scss */
.wp-caption.aligncenter {
  text-align: center;
}

/* line 38, ../lorain/sass/partials/_images.scss */
.wp-caption.aligncenter a {
  display: inline-block;
}

@media only screen and (min-width: 40.063em) {
  /* line 44, ../lorain/sass/partials/_images.scss */
  .alignleft {
    float: left;
    margin: 5px 20px 5px 0;
  }

  /* line 49, ../lorain/sass/partials/_images.scss */
  .wp-caption.alignleft {
    margin: 5px 10px 5px 0;
  }

  /* line 53, ../lorain/sass/partials/_images.scss */
  .alignright {
    float: right;
    margin: 5px 0 5px 20px;
  }

  /* line 58, ../lorain/sass/partials/_images.scss */
  .wp-caption.alignright {
    margin: 5px 0 5px 10px;
  }

  /* line 62, ../lorain/sass/partials/_images.scss */
  .aligncenter {
    margin: 5px auto;
  }

  /* line 66, ../lorain/sass/partials/_images.scss */
  .alignnone {
    margin: 5px 0;
  }
}
/**
 * WP Galleries
 * Gallery styles via Twenty Thirteen
 * ----------------------------------------------------------------------------
 */
/* line 76, ../lorain/sass/partials/_images.scss */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

/* line 81, ../lorain/sass/partials/_images.scss */
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

/* line 91, ../lorain/sass/partials/_images.scss */
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

/* line 96, ../lorain/sass/partials/_images.scss */
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

/* line 100, ../lorain/sass/partials/_images.scss */
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  text-align: center;
}

/* line 107, ../lorain/sass/partials/_images.scss */
.gallery-columns-3 .gallery-item {
  max-width: 31%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
  text-align: center;
}

/* line 114, ../lorain/sass/partials/_images.scss */
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

/* line 120, ../lorain/sass/partials/_images.scss */
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

/* line 126, ../lorain/sass/partials/_images.scss */
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

/* line 132, ../lorain/sass/partials/_images.scss */
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

/* line 138, ../lorain/sass/partials/_images.scss */
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

/* line 144, ../lorain/sass/partials/_images.scss */
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

/* line 158, ../lorain/sass/partials/_images.scss */
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

/* line 162, ../lorain/sass/partials/_images.scss */
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: white;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}

/* line 181, ../lorain/sass/partials/_images.scss */
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 192, ../lorain/sass/partials/_images.scss */
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

/* line 198, ../lorain/sass/partials/_images.scss */
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* line 202, ../lorain/sass/partials/_images.scss */
.gallery dl dt {
  margin-bottom: 0;
}

/**
 * Attachments
 * ----------------------------------------------------------------------------
 */
/* line 211, ../lorain/sass/partials/_images.scss */
.entry-attachment.aligncenter {
  margin-top: 0.5rem;
}

/* line 215, ../lorain/sass/partials/_images.scss */
.entry-attachment img {
  margin: 0 auto;
  display: block;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 223, ../lorain/sass/partials/_images.scss */
.attachment .entry-content .entry-caption {
  margin-top: 5px;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: gray;
}

/* line 231, ../lorain/sass/partials/_images.scss */
.attachment-title {
  margin-top: 12px;
  text-align: center;
  margin-bottom: 0;
}

/**
 * Attachment Navigation E.g. < Prev Next >
 * ----------------------------------------------------------------------------
 */
/* line 242, ../lorain/sass/partials/_images.scss */
.attachment-nav-wrap {
  margin-bottom: 15px;
}

/* line 247, ../lorain/sass/partials/_images.scss */
.attachment-nav,
.attachment-nav:visited {
  background-color: #262626;
  color: white;
  padding: 0.625rem 1rem;
  text-decoration: none;
  margin: 0;
}
/* line 116, sass/partials/_base.scss */
.attachment-nav:hover,
.attachment-nav:visited:hover {
  background-color: #262626;
  color: #ff4f4f;
}
/* line 121, sass/partials/_base.scss */
.attachment-nav i,
.attachment-nav:visited i {
  position: relative;
  font-size: 13px;
}

/* line 252, ../lorain/sass/partials/_images.scss */
.gallery-nav .attachment-counter {
  padding-right: 5px;
}

/* line 256, ../lorain/sass/partials/_images.scss */
.gallery-nav .attachment-nav-next {
  margin: 0 0 0 5px;
}

/* line 260, ../lorain/sass/partials/_images.scss */
.gallery-nav .attachment-nav-next i {
  left: 0.125rem;
  padding-left: 0.125rem;
}

/* line 264, ../lorain/sass/partials/_images.scss */
.gallery-nav .attachment-nav-previous i {
  right: 0.125rem;
  padding-right: 0.125rem;
}

/* line 268, ../lorain/sass/partials/_images.scss */
.gallery-nav .attachment-nav-previous {
  margin: 0 5px 0 5px;
}

/* line 272, ../lorain/sass/partials/_images.scss */
.attachment .gallery-nav-title {
  text-decoration: none;
  color: #010000;
}

/* line 277, ../lorain/sass/partials/_images.scss */
.attachment .gallery-nav-title:hover {
  color: #ff4f4f;
}

/* line 281, ../lorain/sass/partials/_images.scss */
.attachment-nav-wrap {
  margin-bottom: 0;
}

/* line 286, ../lorain/sass/partials/_images.scss */
.gallery-nav-left,
.gallery-nav-right {
  text-align: center;
}

/* line 290, ../lorain/sass/partials/_images.scss */
.gallery-nav-left {
  margin-bottom: 18px;
}

/* line 294, ../lorain/sass/partials/_images.scss */
.gallery-nav-title {
  padding: 0;
  display: inline-block;
}

/* line 299, ../lorain/sass/partials/_images.scss */
.gallery-nav-title:hover {
  text-decoration: none;
}

/* line 303, ../lorain/sass/partials/_images.scss */
.gallery-nav-title .icon-reply {
  position: relative;
  top: 2px;
}

/* line 308, ../lorain/sass/partials/_images.scss */
.attachment-nav {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  /* line 314, ../lorain/sass/partials/_images.scss */
  .row .gallery-nav-left {
    width: 58.33333%;
  }

  /* line 318, ../lorain/sass/partials/_images.scss */
  .row .gallery-nav-right {
    width: 41.66667%;
  }

  /* line 322, ../lorain/sass/partials/_images.scss */
  .gallery-nav-title {
    padding-top: 7px;
  }

  /* line 326, ../lorain/sass/partials/_images.scss */
  .gallery-nav-left {
    text-align: left;
  }

  /* line 330, ../lorain/sass/partials/_images.scss */
  .gallery-nav-right {
    text-align: right;
  }
}
/**
 * Comments
 * ----------------------------------------------------------------------------
 */
/**
 * Comments - General
 * ----------------------------------------------------------------------------
 */
/* line 11, ../lorain/sass/partials/_comments.scss */
#comments {
  margin-top: 27px;
}

/* line 15, ../lorain/sass/partials/_comments.scss */
.comments-title {
  font-style: italic;
  border-bottom: 2px solid;
  margin-top: 0;
}

/* line 22, ../lorain/sass/partials/_comments.scss */
.nopassword,
.nocomments {
  color: #afafaf;
  margin: 1.625rem 0;
  text-align: center;
  font-style: italic;
}

/* line 29, ../lorain/sass/partials/_comments.scss */
.nocomments {
  font-size: 22px;
}

/* line 33, ../lorain/sass/partials/_comments.scss */
.nopassword {
  font-size: 18px;
}

/* line 37, ../lorain/sass/partials/_comments.scss */
.commentlist a {
  color: #ff1c1c;
}
/* line 39, ../lorain/sass/partials/_comments.scss */
.commentlist a:hover {
  color: #d90000;
}

/* line 44, ../lorain/sass/partials/_comments.scss */
.commentlist {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}

/* line 50, ../lorain/sass/partials/_comments.scss */
.content .commentlist {
  width: 100%;
}

/* line 54, ../lorain/sass/partials/_comments.scss */
.commentlist > li.comment {
  margin: 0 0 0px;
  padding: 1.25rem 0;
  position: relative;
}

/* line 60, ../lorain/sass/partials/_comments.scss */
.commentlist > li.comment:last-child {
  padding-bottom: 0.5625rem;
}

/* line 64, ../lorain/sass/partials/_comments.scss */
.commentlist > li.comment .comment-body {
  padding: 0.9375rem;
  margin-top: 0.75rem;
  position: relative;
  background-color: #eeeeee;
  color: #222222;
}

/* http://nicolasgallagher.com/pure-css-speech-bubbles/ */
/* line 73, ../lorain/sass/partials/_comments.scss */
.commentlist > li.comment .comment-body:after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  /* value = - border-top-width - border-bottom-width */
  left: 4.1875rem;
  /* controls horizontal position */
  border-style: solid;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  top: -0.875rem;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  border-width: 0.875rem 0 0 1.375rem;
  /* vary these values to change the angle of the vertex */
  border-color: transparent #eeeeee;
}

/* line 88, ../lorain/sass/partials/_comments.scss */
.commentlist .children > li.comment .comment-body:after {
  border-color: transparent #eeeeee;
}

/* line 92, ../lorain/sass/partials/_comments.scss */
.commentlist .pingback {
  margin: 1.25rem 0 0 0;
  padding: 0;
}

/* line 97, ../lorain/sass/partials/_comments.scss */
.commentlist .comment-content p {
  margin-top: 0.3125rem;
}

/* line 101, ../lorain/sass/partials/_comments.scss */
.commentlist .children {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* line 107, ../lorain/sass/partials/_comments.scss */
.commentlist .children li.comment {
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 2rem 0 1.625rem 1.625rem;
  position: relative;
  background: white;
}

/* line 116, ../lorain/sass/partials/_comments.scss */
.commentlist .children li.comment .fn {
  display: block;
}

/* line 121, ../lorain/sass/partials/_comments.scss */
.comment-meta .fn a,
.comment-meta span.fn {
  font-style: normal;
  font-size: 1.0625rem;
  font-weight: 700;
}

/* line 129, ../lorain/sass/partials/_comments.scss */
.comment-meta .fn a,
.comment-meta time,
.comment-meta {
  color: #010000;
}

/* line 135, ../lorain/sass/partials/_comments.scss */
.comment-meta .published-date:active,
.comment-meta .published-date:hover,
.comment-meta .published-date:visited {
  color: gray;
}

/* line 139, ../lorain/sass/partials/_comments.scss */
.comment-meta time {
  font-size: 12px;
  line-height: 2.2em;
  font-weight: 400;
}

/* line 145, ../lorain/sass/partials/_comments.scss */
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
}

/* line 149, ../lorain/sass/partials/_comments.scss */
.commentlist .children li.comment .comment-content {
  margin: 0.3125rem 0 0;
}

/* line 153, ../lorain/sass/partials/_comments.scss */
.commentlist .avatar {
  padding: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 4px 0px;
}

/* line 158, ../lorain/sass/partials/_comments.scss */
.comment-moderation-links {
  display: inline;
  margin-left: 2px;
  font-size: 14px;
}

/* line 167, ../lorain/sass/partials/_comments.scss */
.trackback a:not(.url),
.pingback a:not(.url),
.comment-moderation-links a,
.comment-moderation-links a:visited {
  color: #666;
}

/* line 171, ../lorain/sass/partials/_comments.scss */
.comment-moderation-sep {
  margin: 0 2px;
}

/* line 176, ../lorain/sass/partials/_comments.scss */
.comment-edit-link:visited,
.comment-edit-link {
  font-weight: 400;
  font-size: 12px;
}

/* line 181, ../lorain/sass/partials/_comments.scss */
.comment-edit-link.destructive:hover {
  color: #bb0000;
}

/* line 185, ../lorain/sass/partials/_comments.scss */
.commentlist .pingback {
  background-color: #eeeeee;
}

/* line 189, ../lorain/sass/partials/_comments.scss */
.commentlist .pingback p {
  padding: 20px;
}

/* line 193, ../lorain/sass/partials/_comments.scss */
.commentlist > li.pingback:before {
  content: '';
  border-color: #eeeeee;
}

/* line 198, ../lorain/sass/partials/_comments.scss */
.commentlist .children .avatar {
  background: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}

/* line 206, ../lorain/sass/partials/_comments.scss */
li.bypostauthor a.comment-reply-link,
li.bypostauthor a.comment-reply-link:visited {
  background-color: #dfe8f0;
  color: #666666;
}

/* line 212, ../lorain/sass/partials/_comments.scss */
li.bypostauthor a.comment-reply-link:hover,
li.bypostauthor a.comment-reply-link:hover:visited {
  background-color: #262626;
  color: #eeeeee;
}

/* Fix ZF overrides */
/* line 219, ../lorain/sass/partials/_comments.scss */
.comment-author.vcard {
  display: block;
  margin: 0;
  border: none;
  padding: 0;
}

/* line 226, ../lorain/sass/partials/_comments.scss */
.comment-author .links .fn {
  display: block;
}

/* line 230, ../lorain/sass/partials/_comments.scss */
.comment-author div.avatar {
  float: left;
  margin-right: 10px;
}

/* Post author highlighting */
/* line 236, ../lorain/sass/partials/_comments.scss */
.commentlist > li.bypostauthor {
  border: none;
}

/* line 240, ../lorain/sass/partials/_comments.scss */
.commentlist > li.bypostauthor .comment-body {
  background-color: #dfe8f0;
}

/* line 245, ../lorain/sass/partials/_comments.scss */
.commentlist > li.bypostauthor .comment-body:after,
.commentlist .children > li.bypostauthor .comment-body:after {
  border-color: transparent #dfe8f0;
}

/* line 249, ../lorain/sass/partials/_comments.scss */
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}

/* line 255, ../lorain/sass/partials/_comments.scss */
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
  color: #575757;
}

/* Post Author threaded comments */
/* line 260, ../lorain/sass/partials/_comments.scss */
.commentlist .children > li.bypostauthor {
  /*border-color: #d3d3d3;*/
}

/* line 264, ../lorain/sass/partials/_comments.scss */
.commentlist .children > li.bypostauthor .comment-body {
  color: #222222;
  background-color: #dfe8f0;
}

/* Comment Form */
/* line 271, ../lorain/sass/partials/_comments.scss */
#respond {
  margin: 0 auto 1.625em;
  position: relative;
  color: #222222;
  background: #eeeeee;
  padding: 2rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
#respond:before, #respond:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
#respond:after {
  clear: both;
}

/* line 281, ../lorain/sass/partials/_comments.scss */
#respond input[type="text"],
#respond textarea {
  position: relative;
  padding: 10px;
  background: #f8f8f8;
  border-color: #d6d6d6;
}

/* line 291, ../lorain/sass/partials/_comments.scss */
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}

/* line 302, ../lorain/sass/partials/_comments.scss */
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}

/* line 307, ../lorain/sass/partials/_comments.scss */
#respond textarea {
  resize: vertical;
  width: 100%;
}

/* line 312, ../lorain/sass/partials/_comments.scss */
#respond .comment-notes {
  margin-bottom: 18px;
}

/* line 316, ../lorain/sass/partials/_comments.scss */
#respond p {
  margin: 10px 0;
}

/* line 320, ../lorain/sass/partials/_comments.scss */
#respond .form-submit {
  float: right;
  margin-bottom: 10px;
}

/* line 325, ../lorain/sass/partials/_comments.scss */
#respond input#submit {
  font-weight: 700;
  border: none;
  padding: 10px 20px;
  margin-right: 4px;
  background: #262626;
  color: white;
  font-size: 14px;
}
/* line 333, ../lorain/sass/partials/_comments.scss */
#respond input#submit:hover {
  color: #ff4f4f;
  background-color: #262626;
}

/* line 339, ../lorain/sass/partials/_comments.scss */
.commentlist #respond {
  margin: 9px 0 0 0;
  width: auto;
}

/* line 344, ../lorain/sass/partials/_comments.scss */
#reply-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #373737;
  border-bottom: 2px solid;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 27px;
}

/* line 356, ../lorain/sass/partials/_comments.scss */
a.comment-reply-link,
#cancel-comment-reply-link {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

/* line 363, ../lorain/sass/partials/_comments.scss */
a.comment-reply-link {
  color: #666666;
  background-color: #eeeeee;
  right: 4px;
  padding: 3px 7px 5px 10px;
  text-decoration: none;
}

/* line 371, ../lorain/sass/partials/_comments.scss */
#cancel-comment-reply-link {
  color: #666666;
  background-color: #eeeeee;
}

/* line 378, ../lorain/sass/partials/_comments.scss */
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active {
  background-color: #262626;
  color: #eeeeee;
}

/* line 385, ../lorain/sass/partials/_comments.scss */
li.bypostauthor a.comment-reply-link:hover,
li.bypostauthor a.comment-reply-link:focus,
li.bypostauthor a.comment-reply-link:active {
  background-color: #262626;
  color: #eeeeee;
}

/* line 392, ../lorain/sass/partials/_comments.scss */
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background-color: #262626;
  color: #eeeeee;
}

/* line 406, ../lorain/sass/partials/_comments.scss */
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
li.bypostauthor a.comment-reply-link:hover,
li.bypostauthor a.comment-reply-link:focus,
li.bypostauthor a.comment-reply-link:active,
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  text-decoration: none;
}

/* line 411, ../lorain/sass/partials/_comments.scss */
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}

/* line 417, ../lorain/sass/partials/_comments.scss */
#cancel-comment-reply-link {
  position: absolute;
  font-weight: normal;
  right: 20px;
  top: 19px;
  line-height: 18px;
  padding: 3px 8px 5px 10px;
  background-color: #eeeeee;
  color: #666666;
}

/* line 428, ../lorain/sass/partials/_comments.scss */
#cancel-comment-reply-link span {
  /* X (multiplication) icon */
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-left: 3px;
  font-family: sans-serif;
}

/* line 436, ../lorain/sass/partials/_comments.scss */
#respond label {
  color: inherit;
  display: inline;
}

/* line 442, ../lorain/sass/partials/_comments.scss */
#respond input[type=text],
#respond input[type=textarea] {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 445, ../lorain/sass/partials/_comments.scss */
#respond input[type=text]:focus,
#respond input[type=textarea]:focus {
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 185, bower_components/foundation/scss/foundation/components/_global.scss */
#respond input[type=text]:focus:focus,
#respond input[type=textarea]:focus:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 452, ../lorain/sass/partials/_comments.scss */
p.comment-form-comment {
  margin: 0;
}

/* line 456, ../lorain/sass/partials/_comments.scss */
.form-allowed-tags code {
  font-weight: 400;
  background-color: #dfdfdf;
}

/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
/**
 * Paginated entries E.g. Posts split up using <!--nextpage-->
 * ----------------------------------------------------------------------------
 */
/* line 11, ../lorain/sass/partials/_pagination.scss */
.page-link {
  padding: 1.5rem 0 0.625rem;
  clear: both;
}

/**
 * Numeric Pagination E.g.: 1 2 ... 8 9 last
 * ----------------------------------------------------------------------------
 */
/* line 22, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination {
  margin: 2.625rem 0;
  text-align: center;
  display: none;
  line-height: 3;
}
@media only screen and (min-width: 40.063em) {
  /* line 22, ../lorain/sass/partials/_pagination.scss */
  .numeric-pagination {
    display: block;
  }
}
/* line 31, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination a:first-child {
  margin-left: 0;
}
/* line 35, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination a:last-child {
  margin-right: 0;
}
/* line 39, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination .page-numbers {
  background-color: #262626;
  color: white;
  padding: 0.625rem 1rem;
  text-decoration: none;
  margin: 0 0.1875rem;
}
/* line 116, sass/partials/_base.scss */
.numeric-pagination .page-numbers:hover {
  background-color: #262626;
  color: #ff4f4f;
}
/* line 121, sass/partials/_base.scss */
.numeric-pagination .page-numbers i {
  position: relative;
  font-size: 13px;
}
/* line 44, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination .page-numbers.dots:hover, .numeric-pagination .page-numbers.dots {
  background-color: transparent;
  color: #262626;
  margin: 0;
  padding: 0;
}
/* line 53, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination .current,
.numeric-pagination .current:hover {
  color: #262626;
  background-color: #cccccc;
  cursor: default;
}
/* line 60, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination .prev.page-numbers,
.numeric-pagination .next.page-numbers {
  white-space: nowrap;
}
/* line 64, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination .prev.page-numbers i {
  right: 0.125rem;
  padding-right: 0.125rem;
}
/* line 68, ../lorain/sass/partials/_pagination.scss */
.numeric-pagination .next.page-numbers i {
  left: 0.125rem;
  padding-left: 0.125rem;
}

/**
 * Posts Next/Prev Pagination E.g. < Prev Next >
 * ----------------------------------------------------------------------------
 */
/* line 80, ../lorain/sass/partials/_pagination.scss */
.page-by-page-pagination,
.page-by-page-pagination-wrap {
  display: block;
  margin: 2rem 0 2.875rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 80, ../lorain/sass/partials/_pagination.scss */
  .page-by-page-pagination,
  .page-by-page-pagination-wrap {
    display: none;
  }
}
/* line 87, ../lorain/sass/partials/_pagination.scss */
.page-by-page-pagination a,
.page-by-page-pagination-wrap a {
  background-color: #262626;
  color: white;
  padding: 0.625rem 1rem;
  text-decoration: none;
  margin: 0;
}
/* line 116, sass/partials/_base.scss */
.page-by-page-pagination a:hover,
.page-by-page-pagination-wrap a:hover {
  background-color: #262626;
  color: #ff4f4f;
}
/* line 121, sass/partials/_base.scss */
.page-by-page-pagination a i,
.page-by-page-pagination-wrap a i {
  position: relative;
  font-size: 13px;
}
/* line 92, ../lorain/sass/partials/_pagination.scss */
.page-by-page-pagination .nav-previous,
.page-by-page-pagination-wrap .nav-previous {
  float: left;
}
/* line 96, ../lorain/sass/partials/_pagination.scss */
.page-by-page-pagination .nav-next,
.page-by-page-pagination-wrap .nav-next {
  float: right;
}
/* line 100, ../lorain/sass/partials/_pagination.scss */
.page-by-page-pagination .prev i,
.page-by-page-pagination-wrap .prev i {
  right: 0.125rem;
  padding-right: 0.125rem;
}
/* line 104, ../lorain/sass/partials/_pagination.scss */
.page-by-page-pagination .next i,
.page-by-page-pagination-wrap .next i {
  left: 0.125rem;
  padding-left: 0.125rem;
}

/**
 * Single Post Next/Prev Pagination E.g. < Prev Next >
 * ----------------------------------------------------------------------------
 */
/* line 115, ../lorain/sass/partials/_pagination.scss */
.single-post-nav {
  padding: 1.5625rem 0 0.625rem;
}
/* line 119, ../lorain/sass/partials/_pagination.scss */
.single-post-nav a,
.single-post-nav .no-more {
  background-color: #262626;
  color: white;
  padding: 0.625rem 1rem;
  text-decoration: none;
  margin: 0;
}
/* line 116, sass/partials/_base.scss */
.single-post-nav a:hover,
.single-post-nav .no-more:hover {
  background-color: #262626;
  color: #ff4f4f;
}
/* line 121, sass/partials/_base.scss */
.single-post-nav a i,
.single-post-nav .no-more i {
  position: relative;
  font-size: 13px;
}
/* line 125, ../lorain/sass/partials/_pagination.scss */
.single-post-nav .no-more,
.single-post-nav .no-more:hover {
  color: #eeeeee;
  background-color: #262626;
  cursor: default;
}
/* line 131, ../lorain/sass/partials/_pagination.scss */
.single-post-nav .nav-previous {
  float: left;
}
/* line 133, ../lorain/sass/partials/_pagination.scss */
.single-post-nav .nav-previous a i {
  right: 0.125rem;
  padding-right: 0.125rem;
}
/* line 138, ../lorain/sass/partials/_pagination.scss */
.single-post-nav .nav-next {
  float: right;
}
/* line 140, ../lorain/sass/partials/_pagination.scss */
.single-post-nav .nav-next a i {
  left: 0.125rem;
  padding-left: 0.125rem;
}

/**
 * Comments Pagination E.g. < Prev Next >
 * ----------------------------------------------------------------------------
 */
/* line 152, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap {
  margin-top: 2.5rem;
  border-bottom: 2px solid #eee;
  margin-bottom: 0.875rem;
}
/* line 157, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap .nav-button-previous i {
  right: 0.125rem;
  padding-right: 0.125rem;
}
/* line 161, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap .nav-button-next i {
  left: 0.125rem;
  padding-left: 0.125rem;
}
/* line 165, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap .comment-nav {
  margin-bottom: 2.5rem;
}
/* line 168, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap .comment-nav a {
  background-color: #262626;
  color: white;
  padding: 0.625rem 1rem;
  text-decoration: none;
  margin: 0;
}
/* line 116, sass/partials/_base.scss */
.comment-nav-wrap .comment-nav a:hover {
  background-color: #262626;
  color: #ff4f4f;
}
/* line 121, sass/partials/_base.scss */
.comment-nav-wrap .comment-nav a i {
  position: relative;
  font-size: 13px;
}
/* line 173, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap .comment-nav.nav-older {
  float: left;
}
/* line 177, ../lorain/sass/partials/_pagination.scss */
.comment-nav-wrap .comment-nav.nav-newer {
  float: right;
}

/* line 183, ../lorain/sass/partials/_pagination.scss */
.comment-nav-below {
  margin-top: 2.5rem;
  border-bottom: none;
  border-top: 2px solid #eee;
}
/* line 188, ../lorain/sass/partials/_pagination.scss */
.comment-nav-below .comment-nav {
  margin-top: 2.5rem;
  margin-bottom: 0.875rem;
}

/**
 * Sidebars
 * ----------------------------------------------------------------------------
 */
/* line 6, ../lorain/sass/partials/_sidebar.scss */
.sidebar {
  font-size: 14px;
  line-height: 1.6;
}

/* line 11, ../lorain/sass/partials/_sidebar.scss */
.sidebar .xoxo {
  margin: 0;
}

/* line 15, ../lorain/sass/partials/_sidebar.scss */
.sidebar {
  padding: 2.25rem;
  margin-bottom: 1.25rem;
}

/* line 20, ../lorain/sass/partials/_sidebar.scss */
.sidebar ul {
  padding-left: 0;
  margin-left: 0;
}

/* line 25, ../lorain/sass/partials/_sidebar.scss */
.sidebar ul li {
  list-style: none;
}

/* line 30, ../lorain/sass/partials/_sidebar.scss */
.sidebar a,
.sidebar a:visited {
  color: gray;
}

/* line 34, ../lorain/sass/partials/_sidebar.scss */
.sidebar a:hover {
  color: #ff4f4f;
}

/**
 * Widgets
 * ----------------------------------------------------------------------------
 */
/**
 * Base Widget Styles
 * ----------------------------------------------------------------------------
 */
/* line 10, ../lorain/sass/partials/_widget.scss */
.widget-container {
  list-style: none;
  padding-bottom: 1.875rem;
  word-wrap: break-word;
}

/* line 16, ../lorain/sass/partials/_widget.scss */
.widget-container li {
  margin: 0.3125rem 0.75rem;
  position: relative;
}

/* Square list decoration. */
/* line 22, ../lorain/sass/partials/_widget.scss */
.widget-container li a:before {
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  display: inline-block;
  background-color: gray;
  white-space: pre;
  position: absolute;
  top: 0.6875rem;
  left: -0.625rem;
}

/* line 34, ../lorain/sass/partials/_widget.scss */
.widget-container li a:hover:before {
  background-color: #ff4f4f;
}

/* line 38, ../lorain/sass/partials/_widget.scss */
.widget-container select {
  width: 100%;
}

/* line 43, ../lorain/sass/partials/_widget.scss */
.widget-title {
  color: white;
  border-bottom: 2px solid #4d4d4d;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: 1.75rem;
  font-weight: 700;
  padding-bottom: 0.875rem;
}

/* line 54, ../lorain/sass/partials/_widget.scss */
.widget-container table {
  border: none;
}

/* line 65, ../lorain/sass/partials/_widget.scss */
.widget-container table,
.widget-container table thead,
.widget-container table tfoot,
.widget-container table tr th,
.widget-container table tr td
.widget-container table tr.even,
.widget-container table tr.alt,
.widget-container table tr:nth-of-type(even) {
  background-color: transparent;
}

/* line 75, ../lorain/sass/partials/_widget.scss */
.widget-container table,
.widget-container table tr th,
.widget-container table tr td,
.widget-container table thead tr th,
.widget-container table thead tr td,
.widget-container table tfoot tr th,
.widget-container table tfoot tr td {
  color: #555;
}

/**
 * Widgets (Core)
 * ----------------------------------------------------------------------------
 */
/**
 * Recent Posts Widget
 * ----------------------------------------------------------------------------
 */
/* line 90, ../lorain/sass/partials/_widget.scss */
.widget_recent_entries li {
  padding: 0 0 0.875rem 0.875rem;
  border-bottom: 1px dotted #4D4D4D;
  margin: 0 0 1.0625rem 0;
}

/* line 96, ../lorain/sass/partials/_widget.scss */
.widget_recent_entries li a:before {
  left: 0.25rem;
}

/* line 100, ../lorain/sass/partials/_widget.scss */
.widget_recent_entries li:last-child {
  border-bottom: none;
}

/**
 * Categories Widget
 * ----------------------------------------------------------------------------
 */
/**
 * Search Widget
 * ----------------------------------------------------------------------------
 */
/* line 120, ../lorain/sass/partials/_widget.scss */
.widget_search .search-field {
  width: 100%;
  max-width: 100%;
  float: none;
  display: block;
}

/**
 * Calendar Widget
 * ----------------------------------------------------------------------------
 */
/* line 133, ../lorain/sass/partials/_widget.scss */
.widget_calendar #calendar_wrap {
  max-width: 400px;
}

/* line 137, ../lorain/sass/partials/_widget.scss */
.widget_calendar table {
  /* fix spaces in caption borders in ie7 */
  border-collapse: collapse;
}

/* line 141, ../lorain/sass/partials/_widget.scss */
.widget_calendar table#wp-calendar {
  color: #555;
  width: 100%;
  text-align: center;
}

/* line 150, ../lorain/sass/partials/_widget.scss */
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th,
.widget_calendar tr {
  text-align: center;
}

/* line 154, ../lorain/sass/partials/_widget.scss */
.widget_calendar #wp-calendar caption {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  text-transform: uppercase;
}

/* line 161, ../lorain/sass/partials/_widget.scss */
.widget_calendar table#wp-calendar tbody tr td {
  font-size: 14px;
  padding: 0.25rem 0.625rem;
}

/* line 166, ../lorain/sass/partials/_widget.scss */
.widget_calendar table#wp-calendar tbody tr:first-child td {
  padding-top: 0.625rem;
}

/* line 171, ../lorain/sass/partials/_widget.scss */
.widget_calendar #wp-calendar th,
.widget_calendar thead th {
  border-bottom: 2px solid #4d4d4d;
  border-top: 2px solid #4d4d4d;
  font-weight: bold;
}

/* line 177, ../lorain/sass/partials/_widget.scss */
.widget_calendar #wp-calendar th {
  padding: 0.5rem 0;
}

/* line 184, ../lorain/sass/partials/_widget.scss */
.widget_calendar thead th {
  padding: 0.5rem 0;
}

/* line 189, ../lorain/sass/partials/_widget.scss */
.widget_calendar tfoot tr td#prev a,
.widget_calendar tfoot tr td#next a {
  font-weight: 700;
}

/* line 193, ../lorain/sass/partials/_widget.scss */
.widget_calendar #prev {
  text-align: left;
}

/* line 197, ../lorain/sass/partials/_widget.scss */
.widget_calendar #next {
  text-align: right;
}

/**
 * Nav Menu Widget
 * ----------------------------------------------------------------------------
 */
/* line 207, ../lorain/sass/partials/_widget.scss */
.widget_nav_menu .sub-menu {
  margin: 0;
}

/**
 * Pages Widget
 * ----------------------------------------------------------------------------
 */
/* line 217, ../lorain/sass/partials/_widget.scss */
.widget_pages .children {
  margin: 0 0 0 0.5rem;
}

/**
 * Footer
 * ----------------------------------------------------------------------------
 */
/**
 * Footer - General
 * ----------------------------------------------------------------------------
 */
/* line 10, ../lorain/sass/partials/_footer.scss */
.footer-primary-section .large-4:last-child .widget-container:last-child {
  padding-bottom: 0;
}

/* line 14, ../lorain/sass/partials/_footer.scss */
.footer-widget-area {
  margin: 0;
  padding: 0;
}

/**
 * Footer - Copyright
 * ----------------------------------------------------------------------------
 */
/* line 24, ../lorain/sass/partials/_footer.scss */
.site-footer .copyright {
  display: block;
  text-align: center;
}

/* line 29, ../lorain/sass/partials/_footer.scss */
.site-footer .copyright {
  margin-top: 0.75rem;
}

/* line 34, ../lorain/sass/partials/_footer.scss */
.site-footer .copyright a,
.site-footer .copyright span {
  line-height: 1.6;
}

/* line 38, ../lorain/sass/partials/_footer.scss */
.site-footer .copyright .date {
  margin-right: 4px;
}

/* line 42, ../lorain/sass/partials/_footer.scss */
.site-footer .copyright a {
  color: white;
}

/* line 46, ../lorain/sass/partials/_footer.scss */
.site-footer .copyright a:hover {
  color: #ff4f4f;
}

@media only screen and (min-width: 40.063em) {
  /* line 53, ../lorain/sass/partials/_footer.scss */
  .site-footer .copyright {
    display: block;
  }

  /* line 57, ../lorain/sass/partials/_footer.scss */
  .site-footer .copyright {
    text-align: left;
    margin-top: 0px;
  }
}
/**
 * Footer - Menu
 * ----------------------------------------------------------------------------
 */
/* line 68, ../lorain/sass/partials/_footer.scss */
.site-footer .menu-footer {
  display: block;
  text-align: center;
}

/* line 74, ../lorain/sass/partials/_footer.scss */
.site-footer .menu-nav,
.site-footer .menu-nav:first-child {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 81, ../lorain/sass/partials/_footer.scss */
.site-footer .menu a,
.site-footer .menu a:visited {
  color: #999999;
  display: block;
}

/* line 89, ../lorain/sass/partials/_footer.scss */
.site-footer .menu a:active,
.site-footer .menu a:hover,
.site-footer .menu li.current_page_item a,
.site-footer .menu li.current-menu-item a {
  color: #ff4f4f;
}

/* line 93, ../lorain/sass/partials/_footer.scss */
.menu-footer {
  margin-left: 0;
}

/* line 97, ../lorain/sass/partials/_footer.scss */
.menu-footer li {
  display: block;
  padding: 0.625rem 0;
  float: none;
}

/* line 103, ../lorain/sass/partials/_footer.scss */
.menu-footer li:last-child {
  border-bottom: none;
}

/* line 107, ../lorain/sass/partials/_footer.scss */
.site-footer .menu-nav li.menu-icon {
  float: none;
  font-size: 18px;
  margin-right: 16px;
}

@media only screen and (min-width: 40.063em) {
  /* line 117, ../lorain/sass/partials/_footer.scss */
  .site-footer .menu-footer {
    display: block;
  }

  /* line 121, ../lorain/sass/partials/_footer.scss */
  .site-footer .menu-footer {
    margin-bottom: 0;
  }

  /* line 125, ../lorain/sass/partials/_footer.scss */
  .menu-footer-inner {
    float: right;
  }

  /* line 129, ../lorain/sass/partials/_footer.scss */
  .menu-footer li {
    display: inline;
    padding: 0;
    border: none;
  }

  /* line 135, ../lorain/sass/partials/_footer.scss */
  .site-footer .menu a {
    display: inline;
  }

  /* line 139, ../lorain/sass/partials/_footer.scss */
  .menu-footer .menu li {
    margin-right: 1.4375rem;
    margin-left: 0;
  }

  /* line 144, ../lorain/sass/partials/_footer.scss */
  .menu-footer .menu li:last-child {
    margin-right: 0;
  }
}
/** * Really Simple Gallery Widget * ---------------------------------------------------------------------------- */
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.widget_rsg:before, .widget_rsg:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.widget_rsg:after {
  clear: both;
}

/* line 1, ../lorain/sass/partials/plugins/_really-simple-gallery-widget.scss */
.widget_rsg .rsg_item {
  width: 25%;
  float: left;
  padding: 0.3125rem;
}

/* line 1, ../lorain/sass/partials/plugins/_really-simple-gallery-widget.scss */
.widget_rsg dl dt {
  margin-bottom: 0;
}

/**
 * Print
 * ----------------------------------------------------------------------------
 */
/* END Parent Theme SCSS */
/**
 * Child Theme Partials
 * ----------------------------------------------------------------------------
 */
/**
 * Globally applied styles.
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_globals.scss */
h1, h2, h3, h4 {
  text-transform: uppercase;
}

/* line 10, sass/partials/_globals.scss */
#SpektrixIFrame {
  width: 100% !important;
}

/* line 14, sass/partials/_globals.scss */
.fl-module-content [class*="column"] + [class*="column"]:last-child {
  float: left;
}

/**
 * This file contains styles for higher level structural elements.
 * ----------------------------------------------------------------------------
 */
/* line 7, sass/partials/_structure.scss */
.site-header,
.site-footer {
  background: #000;
  color: #fff;
}
/* line 13, sass/partials/_structure.scss */
.site-header .site-section,
.site-header .sidebar,
.site-header aside,
.site-footer .site-section,
.site-footer .sidebar,
.site-footer aside {
  background: none transparent;
}

/* line 19, sass/partials/_structure.scss */
.site-header > .row > .column,
.site-header > .row > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 26, sass/partials/_structure.scss */
.site-primary,
.site-secondary {
  padding-left: 0;
  padding-right: 0;
}

/* line 31, sass/partials/_structure.scss */
.site-section {
  box-shadow: none;
}
/* line 34, sass/partials/_structure.scss */
.site-section.header-info {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 39, sass/partials/_structure.scss */
.site-section.nav-secondary {
  padding: 0;
  margin: 0;
}
/* line 44, sass/partials/_structure.scss */
.site-section.nav-primary {
  padding: 0;
  margin: 0;
}
/* line 49, sass/partials/_structure.scss */
.site-section.home-primary {
  padding: 1.875rem 0;
}
/* line 53, sass/partials/_structure.scss */
.site-section.footer-section {
  padding: 70px 0;
}

/* line 58, sass/partials/_structure.scss */
.site-primary {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 58, sass/partials/_structure.scss */
  .site-primary {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 58, sass/partials/_structure.scss */
  .site-primary {
    margin-top: 3.125rem;
  }
}

/* line 5, sass/partials/_header.scss */
.search-wrap form.search {
  float: none;
  margin: 0;
}

/* line 10, sass/partials/_header.scss */
.left-off-canvas-menu .has-logo-image {
  display: block;
  padding: 0.75rem;
}
/* line 15, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list {
  clear: both;
}
/* line 18, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list a, .left-off-canvas-menu ul.off-canvas-list a span {
  color: #fff;
  font-size: 0.9375rem;
}
/* line 22, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list a:hover, .left-off-canvas-menu ul.off-canvas-list a span:hover {
  color: #ff4f4f;
}
/* line 27, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list .left-submenu {
  background: #000;
  height: 100%;
}
/* line 32, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list li.menu-icon {
  display: block;
  float: left;
  position: relative;
}
/* line 39, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list li.menu-icon:hover {
  color: #ff4f4f;
}
/* line 43, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list li.menu-icon:before {
  font-size: 16px;
  position: absolute;
  padding: 12px;
}
/* line 49, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list li.menu-icon > a {
  background-color: transparent !important;
  border: none;
  display: inline-block;
  min-width: 40px;
  padding: 12px;
  position: relative;
  text-indent: -99999em;
}
/* line 59, sass/partials/_header.scss */
.left-off-canvas-menu ul.off-canvas-list li.menu-icon > a:hover {
  background-color: transparent;
}

/* line 68, sass/partials/_header.scss */
.site-header {
  background: #000;
}
@media only screen and (min-width: 64.063em) {
  /* line 71, sass/partials/_header.scss */
  .site-header .nav-secondary {
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
  }
  /* line 76, sass/partials/_header.scss */
  .site-header .nav-secondary ul {
    float: right;
  }
  /* line 81, sass/partials/_header.scss */
  .site-header .nav-secondary ul li.feature a {
    color: #ff4f4f;
  }
  /* line 87, sass/partials/_header.scss */
  .site-header .nav-secondary ul li.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border: inset 4px;
    border-color: gray transparent transparent transparent;
    border-top-style: solid;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
  /* line 100, sass/partials/_header.scss */
  .site-header .nav-secondary ul li.menu-item-has-children:hover > a {
    color: #fff;
  }
  /* line 103, sass/partials/_header.scss */
  .site-header .nav-secondary ul li.menu-item-has-children:hover > a:after {
    border-top-color: #fff;
  }
  /* line 112, sass/partials/_header.scss */
  .site-header .nav-secondary ul li.current-menu-item > a, .site-header .nav-secondary ul li.current_page_parent > a {
    color: #fff;
  }
  /* line 115, sass/partials/_header.scss */
  .site-header .nav-secondary ul li.current-menu-item > a:after, .site-header .nav-secondary ul li.current_page_parent > a:after {
    border-top-color: #fff;
  }
  /* line 121, sass/partials/_header.scss */
  .site-header .nav-secondary ul li a {
    color: #bbbbbb;
    font-weight: 600;
  }
  /* line 125, sass/partials/_header.scss */
  .site-header .nav-secondary ul li a:hover {
    color: #fff;
  }
  /* line 128, sass/partials/_header.scss */
  .site-header .nav-secondary ul li a:hover:after {
    border-top-color: #fff;
  }
  /* line 135, sass/partials/_header.scss */
  .site-header .nav-secondary ul li:not(.menu-icon) {
    margin-right: 5px;
  }
  /* line 138, sass/partials/_header.scss */
  .site-header .nav-secondary ul li:not(.menu-icon) a {
    font-size: 0.9375rem;
  }
  /* line 143, sass/partials/_header.scss */
  .site-header .nav-secondary ul li:before {
    color: #999;
  }
  /* line 148, sass/partials/_header.scss */
  .site-header .nav-secondary ul li:hover:before {
    color: #fff;
  }
  /* line 153, sass/partials/_header.scss */
  .site-header .nav-secondary ul li:last-child {
    margin-right: 0;
  }
}
/* line 161, sass/partials/_header.scss */
.site-header .header-info {
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 167, sass/partials/_header.scss */
.site-header .header-info .site-name {
  padding-top: 26px;
}
/* line 176, sass/partials/_header.scss */
.site-header .nav-primary .menu li a > span {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
}
/* line 182, sass/partials/_header.scss */
.site-header .nav-primary .menu li a:after {
  border-right-color: #fff;
}
/* line 187, sass/partials/_header.scss */
.site-header .nav-primary .menu li a:hover span {
  color: #ff4f4f;
  border: 0 none;
}
/* line 192, sass/partials/_header.scss */
.site-header .nav-primary .menu li a:hover:after {
  border-right-color: #ff4f4f;
}
/* line 198, sass/partials/_header.scss */
.site-header .nav-primary .menu li:after {
  border-right: 0 none;
  display: none;
}
/* line 205, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children:hover > a > span {
  border: 0 none;
  color: #ff4f4f;
}
/* line 210, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children .sub-menu {
  background: #000;
  border: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  width: 250px;
}
/* line 216, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children .sub-menu li {
  border-top: 0 none;
}
/* line 219, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children .sub-menu li:hover {
  background-color: transparent;
}
/* line 223, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children .sub-menu li.current-menu-item a span {
  color: #ff4f4f;
}
/* line 232, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children.current-menu-ancestor > a span {
  color: #ff4f4f;
}
/* line 235, sass/partials/_header.scss */
.site-header .nav-primary .menu li.has-children.current-menu-ancestor > a:after {
  border-top-color: #ff4f4f;
}
/* line 243, sass/partials/_header.scss */
.site-header .nav-primary .menu li.current-menu-item > a span {
  color: #ff4f4f;
}

/* line 253, sass/partials/_header.scss */
.menu-nav > ul > li:not(.menu-icon):first-child > .sub-menu {
  margin-left: -20px;
}

@media only screen and (min-width: 1200px) {
  /* line 259, sass/partials/_header.scss */
  .header-main .site-name {
    display: inline-block;
  }
  /* line 263, sass/partials/_header.scss */
  .header-main form.search {
    margin-top: -0.625rem;
  }
}
/**
 * Navigation Styles
 * 
 * Note: Many menu styles are intermingled within _header.scss
 * ----------------------------------------------------------------------------
 */
/* line 7, sass/partials/_navigation.scss */
.menu-icon {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  /* line 12, sass/partials/_navigation.scss */
  .nav-secondary li.menu-item:not(.menu-icon) + li.menu-icon {
    margin-left: 0.625rem;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 20, sass/partials/_navigation.scss */
  .menu-nav ul .dropdown-right ul {
    left: auto;
    right: 0;
  }

  /* line 25, sass/partials/_navigation.scss */
  .menu-nav.nav-secondary {
    float: right;
    display: inline-block;
    margin-top: 0.625rem;
  }

  /* line 31, sass/partials/_navigation.scss */
  #menu-secondary {
    float: right;
  }

  /* line 35, sass/partials/_navigation.scss */
  #nav-main {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  /* line 40, sass/partials/_navigation.scss */
  .menu-nav.nav-primary > .menu > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/**
 * Small Screen Navigation
 * ----------------------------------------------------------------------------
 */
/* line 51, sass/partials/_navigation.scss */
.control-bar {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 600px) {
  /* line 51, sass/partials/_navigation.scss */
  .control-bar {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 61, sass/partials/_navigation.scss */
.compact-nav {
  margin-top: 0;
}

/* line 65, sass/partials/_navigation.scss */
.toggle-content-navs .menu-nav.site-section {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
/* line 69, sass/partials/_navigation.scss */
.toggle-content-navs .menu-nav.site-section .sub-menu:last-child {
  padding-bottom: 0;
}

/* line 76, sass/partials/_navigation.scss */
#header #nav-main #menu-main > li {
  border: none;
}
/* line 79, sass/partials/_navigation.scss */
#header #nav-main #menu-main > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 84, sass/partials/_navigation.scss */
#header #nav-main #menu-main > li .sub-menu {
  border: none;
}
/* line 87, sass/partials/_navigation.scss */
#header #nav-main #menu-main > li .sub-menu li {
  border: none;
}
/* line 90, sass/partials/_navigation.scss */
#header #nav-main #menu-main > li .sub-menu li a {
  background-color: black;
  font-weight: bold;
}

/* line 102, sass/partials/_navigation.scss */
.off-canvas-list .left-submenu li a {
  padding-bottom: 0.625rem;
  padding-top: 0.5625rem;
}
/* line 106, sass/partials/_navigation.scss */
.off-canvas-list .left-submenu li .left-submenu {
  background-color: #444444;
}

/**
 * Content
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_content.scss */
.featured-image {
  display: block;
  text-align: center;
}
/* line 10, sass/partials/_content.scss */
.featured-image + .entry-title {
  margin: 2.5rem 0;
}

/* line 15, sass/partials/_content.scss */
.entry-content ul.large-block-grid-3 li:before {
  display: none;
}

/* line 19, sass/partials/_content.scss */
.site-main-inner-wrap {
  margin-bottom: 4rem;
}

/* line 24, sass/partials/_content.scss */
.content.full-width {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 24, sass/partials/_content.scss */
  .content.full-width {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 24, sass/partials/_content.scss */
  .content.full-width {
    margin-top: 3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 23, sass/partials/_content.scss */
  .content {
    min-height: 21.25rem;
  }
}
/* line 43, sass/partials/_content.scss */
.content h1.entry-title,
.content h2.entry-title {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
/* line 49, sass/partials/_content.scss */
.content h2.archives-title {
  margin: 2.25rem 0 2.5rem 0;
  border-bottom: 0 none;
  padding: 0;
  color: #aaa;
}
/* line 58, sass/partials/_content.scss */
.content p a,
.content p a:visited, .content li a,
.content li a:visited {
  color: #777777;
  text-decoration: underline;
}
/* line 62, sass/partials/_content.scss */
.content p a:hover,
.content p a:visited:hover, .content li a:hover,
.content li a:visited:hover {
  color: #ff4f4f;
}
/* line 66, sass/partials/_content.scss */
.content p a.button,
.content p a:visited.button, .content li a.button,
.content li a:visited.button {
  background: #000;
  color: #fff;
  border: 0 none;
  text-decoration: none;
  display: block;
}
/* line 73, sass/partials/_content.scss */
.content p a.button:hover,
.content p a:visited.button:hover, .content li a.button:hover,
.content li a:visited.button:hover {
  background: #ff4f4f;
  color: #fff;
}
/* line 81, sass/partials/_content.scss */
.content blockquote {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.content blockquote:before, .content blockquote:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.content blockquote:after {
  clear: both;
}
/* line 85, sass/partials/_content.scss */
.content blockquote p {
  color: #0e0e0e;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.75rem;
}
/* line 92, sass/partials/_content.scss */
.content blockquote p cite {
  float: right;
  margin-top: 0.625rem;
  font-size: 1rem;
}
/* line 97, sass/partials/_content.scss */
.content blockquote p cite a {
  font-weight: normal;
  font-style: normal;
}
/* line 107, sass/partials/_content.scss */
.content .entry-comments #respond #submit {
  background-color: #ff4f4f;
  color: #fff;
}
/* line 111, sass/partials/_content.scss */
.content .entry-comments #respond #submit:hover {
  background-color: #020202;
}

/**
 * This file contains default sidebar styling.
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_sidebars.scss */
.sidebar {
  margin-left: 0;
  background: #eee;
  color: #202020;
  padding: 0.9375rem;
}
@media only screen and (min-width: 64.063em) {
  /* line 6, sass/partials/_sidebars.scss */
  .sidebar {
    margin: 3.125rem 0 0 0;
    padding: 1.5rem;
  }
}
/* line 17, sass/partials/_sidebars.scss */
.sidebar .widget-title {
  color: #aaa;
  font-size: 0.875rem;
  border-bottom: 0;
  padding: 0;
}
/* line 24, sass/partials/_sidebars.scss */
.sidebar .widget-container {
  padding-bottom: 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 24, sass/partials/_sidebars.scss */
  .sidebar .widget-container {
    margin-bottom: 4.375rem;
  }
  /* line 30, sass/partials/_sidebars.scss */
  .sidebar .widget-container:last-child {
    margin-bottom: 1.25rem;
  }
}
/* line 37, sass/partials/_sidebars.scss */
.sidebar .widget_recent_entries li {
  padding: 0.875rem 0;
  margin: 0;
  font-size: 0.875rem;
}
/* line 42, sass/partials/_sidebars.scss */
.sidebar .widget_recent_entries li a {
  display: block;
}
/* line 45, sass/partials/_sidebars.scss */
.sidebar .widget_recent_entries li a:before {
  display: none;
}

/**
 * Search - See site.js for special handling of search field UI.
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_forms.scss */
form.search {
  margin: 1.125rem 0 0 0;
  position: relative;
  float: right;
}

/* line 13, sass/partials/_forms.scss */
form.search .search-field,
form.search .search-submit {
  margin: 0;
}

/* line 17, sass/partials/_forms.scss */
form.search .search-field {
  padding-right: 2.875rem;
  color: #999;
  border: 0;
  background-color: #000;
}

/* line 25, sass/partials/_forms.scss */
form.search .search-field.hover,
form.search .search-field:hover {
  color: #fff;
}

/* line 30, sass/partials/_forms.scss */
form.search .search-field.active,
form.search .search-field:focus {
  color: #fff;
}

/* line 34, sass/partials/_forms.scss */
form.search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem 0.75rem 0.5625rem;
  background: none transparent;
  border: 0;
  color: #999;
}
/* line 43, sass/partials/_forms.scss */
form.search .search-submit:hover {
  color: #fff;
}

/*
* Gravity Forms
*/
/* line 52, sass/partials/_forms.scss */
body .gform_wrapper div.validation_error {
  border: solid 2px #ff4f4f;
  color: #ff4f4f;
}
/* line 58, sass/partials/_forms.scss */
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: white !important;
  border: solid 2px #ff4f4f;
  padding: 1.25rem 1.5rem 1rem 1.5rem;
}
/* line 63, sass/partials/_forms.scss */
body .gform_wrapper li.gfield.gfield_error .gfield_label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label {
  color: #ff4f4f;
  font-weight: bold !important;
}
/* line 69, sass/partials/_forms.scss */
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield.gfield_error textarea,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea {
  border-color: #ccc;
}

/**
 * CTA Boxes
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_ctas.scss */
.cta-box {
  margin-bottom: 3.125rem;
}
/* line 9, sass/partials/_ctas.scss */
.cta-box:last-child {
  margin-bottom: 0.875rem;
}
/* line 13, sass/partials/_ctas.scss */
.cta-box h3 {
  margin: 20px 0;
  font-size: 1.25rem;
  font-weight: 900;
}
/* line 18, sass/partials/_ctas.scss */
.cta-box h3 a {
  color: #0e0e0e;
}
/* line 21, sass/partials/_ctas.scss */
.cta-box h3 a:hover {
  color: #ff4f4f;
}
/* line 26, sass/partials/_ctas.scss */
.cta-box .image-wrap a {
  display: block;
  margin-bottom: 30px;
}
/* line 31, sass/partials/_ctas.scss */
.cta-box p {
  display: inline;
}
/* line 35, sass/partials/_ctas.scss */
.cta-box a.read-more {
  display: inline;
  background-color: transparent;
  color: #ff4f4f;
  font-size: 1rem;
  padding: 0 2px;
  float: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 44, sass/partials/_ctas.scss */
.cta-box a.read-more:hover {
  color: #0e0e0e;
}

@media only screen and (min-width: 40rem) {
  /* line 53, sass/partials/_ctas.scss */
  .cta-box {
    width: 100%;
  }

  /* line 57, sass/partials/_ctas.scss */
  .cta-box .image-wrap {
    float: left;
    margin-right: 1.25rem;
    max-width: 43%;
  }

  /* line 63, sass/partials/_ctas.scss */
  .cta-box h3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 60.9375rem) {
  /* line 71, sass/partials/_ctas.scss */
  .cta-box.columns {
    width: 33.33333%;
    margin-bottom: 0;
  }

  /* line 76, sass/partials/_ctas.scss */
  .cta-box .image-wrap {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }

  /* line 82, sass/partials/_ctas.scss */
  .cta-box h3 {
    margin: 20px 0;
  }
}
/**
 * This file contains styles related to pagination.
 * ----------------------------------------------------------------------------
 */
/* line 7, sass/partials/_pagination.scss */
.numeric-pagination span.page-numbers {
  color: #222222;
}
/* line 10, sass/partials/_pagination.scss */
.numeric-pagination span.page-numbers:hover {
  color: #222222;
}
/* line 14, sass/partials/_pagination.scss */
.numeric-pagination a.page-numbers {
  color: #ff4f4f;
}
/* line 17, sass/partials/_pagination.scss */
.numeric-pagination a.page-numbers:hover {
  background-color: #ff4f4f;
  color: #fff;
}

/* line 24, sass/partials/_pagination.scss */
.single-post-nav {
  	/*
  	@include box-shadow-basic;
  	margin-bottom: 10px;
  	background-color: $lorain-primary-background-color;
  	color: $body-font-color;
  	padding: rem-calc(14);
  
  	@media only screen and (min-width: 600px ) {
  		padding: rem-calc(22);
  	}	
  	
  	@media only screen and (min-width: 1200px) {
  		padding: rem-calc(36);
  	}
  	*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 28, sass/partials/_pagination.scss */
.single-post-nav span.no-more {
  background-color: #eee;
  color: #fff;
}
/* line 32, sass/partials/_pagination.scss */
.single-post-nav span.no-more:hover {
  background-color: #eee;
  color: #fff;
}
/* line 38, sass/partials/_pagination.scss */
.single-post-nav a {
  color: #ff4f4f;
}
/* line 41, sass/partials/_pagination.scss */
.single-post-nav a:hover {
  background-color: #ff4f4f;
  color: #fff;
}

/**
 * Footer 
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_footer.scss */
.footer-top {
  background: #191919;
}

/* line 11, sass/partials/_footer.scss */
.site-footer .sidebar {
  padding: 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 11, sass/partials/_footer.scss */
  .site-footer .sidebar {
    margin: 0;
    padding: 0;
  }
}
/* line 19, sass/partials/_footer.scss */
.site-footer .sidebar .widget-title {
  color: #fff;
}
/* line 24, sass/partials/_footer.scss */
.site-footer .widget-title {
  border-bottom: none;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64.063em) {
  /* line 24, sass/partials/_footer.scss */
  .site-footer .widget-title {
    margin-bottom: 2.5rem;
  }
}
/* line 37, sass/partials/_footer.scss */
.site-footer .footer-primary-section {
  /**
   * Really Simple Gallery Widget
   * ----------------------------------------------------------------------------
   */
}
@media only screen and (min-width: 64.063em) {
  /* line 37, sass/partials/_footer.scss */
  .site-footer .footer-primary-section {
    border-bottom: #2b2b2b 2px solid;
    padding-top: 3.125rem;
  }
}
/* line 43, sass/partials/_footer.scss */
.site-footer .footer-primary-section .footer-widget-area-wrap {
  margin-bottom: 2.5rem;
}
/* line 49, sass/partials/_footer.scss */
.site-footer .footer-primary-section .widget_nav_menu ul li {
  padding: 0;
  margin: 0 0 0.3125rem 0;
  list-style-type: none;
}
@media only screen and (min-width: 64.063em) {
  /* line 49, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_nav_menu ul li {
    border-bottom: 1px solid #303030;
    margin: 0;
  }
  /* line 58, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_nav_menu ul li:first-child {
    border-top: 1px solid #303030;
  }
  /* line 62, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_nav_menu ul li:last-child {
    border-bottom: none;
  }
}
/* line 67, sass/partials/_footer.scss */
.site-footer .footer-primary-section .widget_nav_menu ul li a {
  display: block;
  padding: 0;
  color: #bbb;
  font-size: 0.875rem;
}
@media only screen and (min-width: 64.063em) {
  /* line 67, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_nav_menu ul li a {
    font-size: 1rem;
    padding: 0.75rem 1.0625rem;
    font-weight: 700;
  }
}
/* line 80, sass/partials/_footer.scss */
.site-footer .footer-primary-section .widget_nav_menu ul li a:before {
  display: none;
}
/* line 84, sass/partials/_footer.scss */
.site-footer .footer-primary-section .widget_nav_menu ul li a:hover {
  color: #ff4f4f;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.site-footer .footer-primary-section .widget_rsg:before, .site-footer .footer-primary-section .widget_rsg:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.site-footer .footer-primary-section .widget_rsg:after {
  clear: both;
}
@media only screen and (min-width: 64.063em) {
  /* line 96, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_rsg {
    margin-top: -0.4375rem;
  }
}
/* line 101, sass/partials/_footer.scss */
.site-footer .footer-primary-section .widget_rsg .rsg_item {
  width: 25%;
  float: left;
  padding: 0.4375rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 101, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_rsg .rsg_item {
    width: 20%;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 101, sass/partials/_footer.scss */
  .site-footer .footer-primary-section .widget_rsg .rsg_item {
    width: 33%;
  }
}
/* line 118, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav {
  padding: 0;
  margin-top: 0;
}
@media only screen and (min-width: 64.063em) {
  /* line 118, sass/partials/_footer.scss */
  .site-footer .footer-links .side-nav {
    margin-top: 5rem;
  }
}
/* line 126, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav li {
  margin-bottom: 0.3125rem;
}
/* line 129, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav li a {
  color: #999999;
  font-size: 0.9375rem;
  padding: 0;
}
/* line 134, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav li a:hover {
  color: #ff4f4f;
}
/* line 139, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav li.current_page_item a {
  color: #ff4f4f;
}
/* line 144, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav li:first-child a {
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1rem;
  margin-bottom: 0.3125rem;
}
@media only screen and (min-width: 64.063em) {
  /* line 144, sass/partials/_footer.scss */
  .site-footer .footer-links .side-nav li:first-child a {
    margin-bottom: 1.25rem;
  }
}
/* line 154, sass/partials/_footer.scss */
.site-footer .footer-links .side-nav li:first-child a:hover {
  color: #ff4f4f;
}
/* line 164, sass/partials/_footer.scss */
.site-footer .footer-secondary .footer-section.site-section {
  padding: 1.25rem 0;
  margin: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 169, sass/partials/_footer.scss */
  .site-footer .footer-secondary nav.menu-footer {
    text-align: center;
  }
  /* line 173, sass/partials/_footer.scss */
  .site-footer .footer-secondary nav.menu-footer .menu-footer-inner {
    float: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 169, sass/partials/_footer.scss */
  .site-footer .footer-secondary nav.menu-footer {
    text-align: left;
  }
  /* line 180, sass/partials/_footer.scss */
  .site-footer .footer-secondary nav.menu-footer .menu-footer-inner {
    float: right;
  }
}
/* line 186, sass/partials/_footer.scss */
.site-footer .footer-secondary .copyright {
  color: #ff4f4f;
  font-family: "Raleway", sans-serif;
  line-height: 2.125rem;
}
/* line 191, sass/partials/_footer.scss */
.site-footer .footer-secondary .copyright a {
  color: #ff4f4f;
}
/* line 194, sass/partials/_footer.scss */
.site-footer .footer-secondary .copyright a:hover {
  color: #fff;
}
@media only screen and (min-width: 40.063em) {
  /* line 186, sass/partials/_footer.scss */
  .site-footer .footer-secondary .copyright {
    margin-top: 1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 186, sass/partials/_footer.scss */
  .site-footer .footer-secondary .copyright {
    float: left;
    margin-top: 0;
    text-align: left;
  }
}
/* line 212, sass/partials/_footer.scss */
.site-footer .footer-secondary li:not(.menu-icon) {
  font-family: "Raleway", sans-serif;
  margin-right: 0.625rem;
}
/* line 216, sass/partials/_footer.scss */
.site-footer .footer-secondary li:not(.menu-icon) a {
  color: #ff4f4f;
}
/* line 219, sass/partials/_footer.scss */
.site-footer .footer-secondary li:not(.menu-icon) a:hover {
  color: #fff;
}
/* line 224, sass/partials/_footer.scss */
.site-footer .footer-secondary li:not(.menu-icon).current-menu-item a {
  color: #fff;
}
/* line 231, sass/partials/_footer.scss */
.site-footer .footer-secondary li.menu-icon:before {
  color: #fff;
}
/* line 235, sass/partials/_footer.scss */
.site-footer .footer-secondary li.menu-icon:hover:before {
  color: #ff4f4f;
}
/* line 241, sass/partials/_footer.scss */
.site-footer .footer-secondary .site-credit-row {
  padding-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 64.063em) {
  /* line 241, sass/partials/_footer.scss */
  .site-footer .footer-secondary .site-credit-row {
    text-align: left;
  }
}
/* line 249, sass/partials/_footer.scss */
.site-footer .footer-secondary .site-credit-row .site-credit {
  font-size: 0.875rem;
}
/* line 252, sass/partials/_footer.scss */
.site-footer .footer-secondary .site-credit-row .site-credit a {
  color: rgba(255, 79, 79, 0.76);
}

/**
 * Facebook widget
 * ----------------------------------------------------------------------------
 */
/* line 275, sass/partials/_footer.scss */
.fb_iframe_widget {
  background: #fff;
}

/* line 281, sass/partials/_footer.scss */
.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span[style] {
  width: 100% !important;
}

/**
 * Gallery
 * @see templates/page-galleries.php 
 * ----------------------------------------------------------------------------
 */
/* line 7, sass/partials/_gallery.scss */
.attachment-nav-wrap {
  padding: 1rem 1rem 0 1rem;
}

/* line 11, sass/partials/_gallery.scss */
.attachment-nav-wrap + .content {
  margin-top: 0;
}

/* line 17, sass/partials/_gallery.scss */
.gallery-list .gallery-list-item .gallery-list-link {
  text-decoration: none;
}
/* line 20, sass/partials/_gallery.scss */
.gallery-list .gallery-list-item .gallery-list-link:hover > h4 {
  color: #ff4f4f;
}

/* line 30, sass/partials/_gallery.scss */
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  padding-left: 0;
}

/* line 35, sass/partials/_gallery.scss */
.gallery {
  margin: 0 -8px;
}
/* line 38, sass/partials/_gallery.scss */
.gallery .gallery-item {
  clear: both;
  max-width: 100%;
  width: 100%;
  padding: 4px;
}
@media only screen and (min-width: 40.063em) {
  /* line 38, sass/partials/_gallery.scss */
  .gallery .gallery-item {
    clear: none;
    margin: 0;
  }
}
/* line 49, sass/partials/_gallery.scss */
.gallery .gallery-item .gallery-icon {
  display: block;
}
/* line 52, sass/partials/_gallery.scss */
.gallery .gallery-item .gallery-icon a {
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  /* line 58, sass/partials/_gallery.scss */
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 64, sass/partials/_gallery.scss */
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 70, sass/partials/_gallery.scss */
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

/* line 77, sass/partials/_gallery.scss */
.attachment.site-section {
  padding: 0;
}

/**
 * Home
 * ----------------------------------------------------------------------------
 */
/* line 8, sass/partials/_home.scss */
.home .compact-nav {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  /* line 12, sass/partials/_home.scss */
  .home .site-header {
    background: url(images/cleveland-public-theater-masthead-overlay.png) top left repeat-x;
    min-height: 300px;
    position: absolute;
    z-index: 200;
    width: 100%;
  }
}
/* line 29, sass/partials/_home.scss */
.home .site-main .slide-content-container-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 71.25rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.home .site-main .slide-content-container-wrap:before, .home .site-main .slide-content-container-wrap:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.home .site-main .slide-content-container-wrap:after {
  clear: both;
}
@media only screen and (min-width: 64.063em) {
  /* line 29, sass/partials/_home.scss */
  .home .site-main .slide-content-container-wrap {
    position: relative;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 36, sass/partials/_home.scss */
  .home .site-main .slide-content-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto !important;
  }
}
/* line 46, sass/partials/_home.scss */
.home .site-main .copy-right .slide-content-container,
.home .site-main .copy-left .slide-content-container {
  max-width: 100%;
}
@media only screen and (min-width: 40.063em) {
  /* line 46, sass/partials/_home.scss */
  .home .site-main .copy-right .slide-content-container,
  .home .site-main .copy-left .slide-content-container {
    margin-left: 0;
    max-width: 50%;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 46, sass/partials/_home.scss */
  .home .site-main .copy-right .slide-content-container,
  .home .site-main .copy-left .slide-content-container {
    max-width: 35%;
  }
}

/**
 * Styles for performances (events)
 * ----------------------------------------------------------------------------
 */
/* line 6, sass/partials/_performances.scss */
.content {
  /**
   * Event Archives (Season terms, Event Category Terms, Upcoming Events, etc.)
   * 
   */
}
/* line 9, sass/partials/_performances.scss */
.content .event-category-list h4 {
  color: #ff4f4f;
  margin-bottom: 20px;
}
/* line 15, sass/partials/_performances.scss */
.content .event-ticket-info {
  margin: 1.25rem 0;
}
/* line 19, sass/partials/_performances.scss */
.content .event-attribution p {
  margin-bottom: 2.5rem;
}
/* line 23, sass/partials/_performances.scss */
.content .event-dates {
  margin-bottom: 0;
  margin-bottom: 0.25rem;
}
/* line 28, sass/partials/_performances.scss */
.content .event-time-and-location {
  margin-bottom: 0.5rem;
}
/* line 32, sass/partials/_performances.scss */
.content .event-ticket-price {
  font-weight: 700;
}
/* line 36, sass/partials/_performances.scss */
.content .event-buy-tickets a.button {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  text-transform: uppercase;
  font-size: 1.5625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #FF4F4F;
  letter-spacing: 0.0625rem;
}
/* line 44, sass/partials/_performances.scss */
.content .event-buy-tickets a.button:hover {
  color: #fff;
}
/* line 49, sass/partials/_performances.scss */
.content .production-team-label {
  margin: 2rem 0 1.25rem;
}
/* line 53, sass/partials/_performances.scss */
.content .production-team-details p {
  line-height: 1.9;
}
/* line 57, sass/partials/_performances.scss */
.content .production-team-details {
  margin-bottom: 3rem;
}
/* line 61, sass/partials/_performances.scss */
.content .the-remarkable-rating {
  margin-bottom: 2rem;
}
/* line 64, sass/partials/_performances.scss */
.content .the-remarkable-rating .remarkables {
  margin: 0 0 0.5rem 0;
}
/* line 67, sass/partials/_performances.scss */
.content .the-remarkable-rating .remarkables .remarkable-label {
  font-weight: 700;
  margin-right: 0.375rem;
  margin-bottom: 0.875rem;
  display: inline-block;
}
/* line 74, sass/partials/_performances.scss */
.content .the-remarkable-rating .remarkables .remarkable {
  display: inline-block;
  background-image: url("images/remarkable-bubbles-sprite.png");
  width: 10rem;
  height: 2.5rem;
  margin-left: 0.25rem;
  position: relative;
  top: 2px;
  background-position: 0 40px;
}
/* line 84, sass/partials/_performances.scss */
.content .the-remarkable-rating .remarkables .remarkable.bubbles-plus {
  background-position: 0 80px;
}
/* line 88, sass/partials/_performances.scss */
.content .the-remarkable-rating .remarkables .remarkable.bubbles-extreme {
  background-position: 0 119px;
}
/* line 95, sass/partials/_performances.scss */
.content .event-content {
  margin: 2rem 0 4rem;
}
/* line 172, bower_components/foundation/scss/foundation/components/_global.scss */
.content .event-content:before, .content .event-content:after {
  content: " ";
  display: table;
}
/* line 173, bower_components/foundation/scss/foundation/components/_global.scss */
.content .event-content:after {
  clear: both;
}
/* line 107, sass/partials/_performances.scss */
.content .season-events-list:first-child [class*="block-grid-"] {
  border-bottom: 2px solid #ddd;
  margin-bottom: 2.5rem;
}
/* line 112, sass/partials/_performances.scss */
.content .season-events-list.season-other-events-list {
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 120, sass/partials/_performances.scss */
  .content [class*="block-grid-"] > li.entry-event {
    padding-bottom: 2.5rem;
  }
}
/* line 127, sass/partials/_performances.scss */
.content .entry-event a {
  text-decoration: none;
}
@media only screen and (max-width: 40em) {
  /* line 131, sass/partials/_performances.scss */
  .content .entry-event a h3,
  .content .entry-event a .entry-title {
    font-size: 0.9375rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 40em) {
  /* line 138, sass/partials/_performances.scss */
  .content .entry-event a .event-dates {
    font-size: 0.8125rem;
    line-height: 1.125;
  }
}
/* line 145, sass/partials/_performances.scss */
.content .entry-event a p {
  color: #0e0e0e;
}
@media only screen and (max-width: 40em) {
  /* line 145, sass/partials/_performances.scss */
  .content .entry-event a p {
    font-size: 0.8125rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
}
/* line 155, sass/partials/_performances.scss */
.content .entry-event a:hover p {
  color: #777;
}
/* line 160, sass/partials/_performances.scss */
.content .entry-event a:hover h3,
.content .entry-event a:hover .entry-title {
  color: #ff0202;
}
/* line 166, sass/partials/_performances.scss */
.content .entry-event .wp-post-image {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 166, sass/partials/_performances.scss */
  .content .entry-event .wp-post-image {
    margin-bottom: 1.75rem;
  }
}
/* line 175, sass/partials/_performances.scss */
.content .entry-event h2.entry-title,
.content .entry-event h3 {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
/* line 181, sass/partials/_performances.scss */
.content .entry-event .event-dates {
  margin-bottom: 0.75rem;
}
/* line 186, sass/partials/_performances.scss */
.content .entry-event .event-categories a {
  text-decoration: underline;
  font-size: 15px;
  color: #777;
}
/* line 190, sass/partials/_performances.scss */
.content .entry-event .event-categories a:hover {
  color: #ff0202;
}

/* line 199, sass/partials/_performances.scss */
.archive.tax-season .site-main-inner-wrap {
  margin-bottom: 0;
}

/**
 * Events Single
 * ----------------------------------------------------------------------------
 */
/* line 209, sass/partials/_performances.scss */
.single-event .event-meta-primary {
  padding-bottom: 1.5rem;
}
/* line 213, sass/partials/_performances.scss */
.single-event .wp-post-image {
  margin-bottom: 1.25rem;
}
/* line 218, sass/partials/_performances.scss */
.single-event .event-dates,
.single-event .event-time-and-location {
  font-weight: 700;
}

/**
 * Go Slides
 * ----------------------------------------------------------------------------
 */
/**
 * Theme Overrides
 * ----------------------------------------------------------------------------
 */
/* line 12, sass/partials/plugins/_go-slides.scss */
.content .go-slides img {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/**
 * Variables (duplicated from go-slides/css/style.scss)
 * ----------------------------------------------------------------------------
 */
/* line 30, sass/partials/plugins/_go-slides.scss */
.go-slides {
  /**
   * Global Slide Stuff
   * ----------------------------------------------------------------------------
   */
  /**
   * Slide Content
   * ----------------------------------------------------------------------------
   */
  /**
   * Slide Title
   * ----------------------------------------------------------------------------
   */
  /**
   * Slide Copy
   * ----------------------------------------------------------------------------
   */
  /**
   * CTA Button
   * ----------------------------------------------------------------------------
   */
  /**
   * Launch video modal
   * ----------------------------------------------------------------------------
   */
  /**
   * Edit slide link
   * ----------------------------------------------------------------------------
   */
  /**
   * Navigation Arrows
   * ----------------------------------------------------------------------------
   */
  /**
   * Pagination
   * ----------------------------------------------------------------------------
   */
}
/* line 41, sass/partials/plugins/_go-slides.scss */
.go-slides .slides,
.go-slides .slides h1,
.go-slides .slides h2,
.go-slides .slides h3,
.go-slides .slides h4,
.go-slides .slides h5,
.go-slides .slides h6 {
  color: #ff4f4f;
  background-color: transparent;
}
@media only screen and (min-width: 64.063em) {
  /* line 46, sass/partials/plugins/_go-slides.scss */
  .go-slides .whole-slide-link {
    background: url(images/cleveland-public-theater-masthead-overlay.png) top left repeat-x;
  }
}
/* line 58, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-content-container {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.59);
}
/* line 63, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-content {
  margin: 16px;
}
@media only screen and (min-width: 600px) {
  /* line 63, sass/partials/plugins/_go-slides.scss */
  .go-slides .slide-content {
    margin: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 63, sass/partials/plugins/_go-slides.scss */
  .go-slides .slide-content {
    margin: 1.5rem 1.5rem 3.125rem 1.5rem;
  }
}
/* line 81, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-title {
  margin-top: 0;
  font-size: 1.6875rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #ff4f4f;
  cursor: pointer;
}
/* line 89, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-title:hover {
  color: #fff;
  text-decoration: none;
}
/* line 100, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-copy {
  margin-bottom: 34px;
  color: #fff;
  display: inline;
  font-size: 0.875rem;
}
/* line 113, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-cta-wrap {
  display: inline;
  padding: 0 5px;
  font-weight: 600;
}
/* line 119, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-cta-button,
.go-slides .slide-cta-button:visited {
  color: #ff4f4f;
  background-color: transparent;
  text-decoration: none;
  clear: none;
  font-size: 1rem;
  display: inline;
}
/* line 128, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-cta-button:hover {
  color: #fff;
}
/* line 132, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-video-link:hover {
  color: #ff4f4f;
}
/* line 141, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-video-link {
  font-size: 48px;
  line-height: 0;
  position: relative;
  top: 16px;
  margin-right: 21px;
  color: #fff;
}
/* line 156, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-edit-link,
.go-slides .slide-edit-link:visited {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  font-size: 11px;
  background-color: #fff;
  border: none;
  padding: 3px;
  margin: 5px 0 0 5px;
  z-index: 10;
}
/* line 169, sass/partials/plugins/_go-slides.scss */
.go-slides .slide-edit-link a {
  color: #000;
}
/* line 173, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slide:hover .slide-edit-link {
  display: inline;
}
/* line 183, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav {
  color: #222;
}
/* line 186, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav:hover {
  color: #ff4f4f;
}
/* line 192, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-prev,
.go-slides .go-slides-nav.go-slides-nav-next {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 8px;
  font-size: 28px;
}
@media only screen and (min-width: 1200px) {
  /* line 192, sass/partials/plugins/_go-slides.scss */
  .go-slides .go-slides-nav.go-slides-nav-prev,
  .go-slides .go-slides-nav.go-slides-nav-next {
    top: 5px;
    font-size: 20px;
  }
}
/* line 211, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-prev:before {
  content: "\e005";
}
/* line 215, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-next:before {
  content: "\e006";
}
/* line 222, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-next {
  margin-left: 2px;
  /* Fix the spacing between last pagination button and next arrow. */
}
@media only screen and (min-width: 1024px) {
  /* line 222, sass/partials/plugins/_go-slides.scss */
  .go-slides .go-slides-nav.go-slides-nav-next {
    margin-left: 1px;
    /* Fix the spacing between last pagination button and next arrow. */
  }
}
/* line 233, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-prev-secondary,
.go-slides .go-slides-nav.go-slides-nav-next-secondary {
  display: inline-block;
  z-index: 101;
  top: 50%;
  margin-top: -52px;
  font-size: 32px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.27);
}
/* line 241, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-prev-secondary:hover,
.go-slides .go-slides-nav.go-slides-nav-next-secondary:hover {
  background-color: #fff;
}
/* line 246, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-prev-secondary {
  left: 0;
  margin-left: 7px;
  padding: 10px 13px 10px 7px;
}
/* line 252, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-next-secondary {
  right: 0;
  margin-right: 7px;
  padding: 10px 7px 10px 13px;
}
/* line 260, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-nav.go-slides-nav-prev-secondary,
.go-slides .go-slides-nav.go-slides-nav-next-secondary {
  visibility: hidden;
}
/* line 270, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-pagination-wrap {
  margin: 5px auto;
  text-align: center;
  padding: 20px 0;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  /* line 270, sass/partials/plugins/_go-slides.scss */
  .go-slides .go-slides-pagination-wrap {
    margin: 0 auto;
    padding: 15px 0;
  }
}
/* line 282, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-pagination {
  background: none repeat scroll 0 0 #222;
  border-radius: 16px;
  display: inline-block;
  line-height: 0;
  margin: 0 7px;
  overflow: hidden !important;
  padding: 14px;
  text-decoration: none;
  text-indent: -9999px !important;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  /* line 282, sass/partials/plugins/_go-slides.scss */
  .go-slides .go-slides-pagination {
    padding: 9px;
  }
}
/* line 299, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-pagination:hover,
.go-slides .go-slides-pagination.activeSlide {
  background-color: #ff4f4f;
}
/* line 303, sass/partials/plugins/_go-slides.scss */
.go-slides .go-slides-pagination:hover {
  cursor: pointer;
}

/* line 309, sass/partials/plugins/_go-slides.scss */
.go-slides-controls-wrap {
  display: none;
}

/**
 * Gravity Forms
 * ----------------------------------------------------------------------------
 */
/* line 5, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper {
  clear: both;
  margin: 10px 0 60px;
}

/* line 10, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper ul li.gfield {
  margin-bottom: 12px;
  margin-left: 0;
}

/* line 24, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper select,
body .gform_wrapper input[type="file"],
body .gform_wrapper file,
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper textarea {
  border: 1px solid #ccc;
  border-radius: 1px;
  font-size: 100%;
  padding: 6px 5px 6px 10px;
  vertical-align: middle;
}
/* line 31, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper select:focus,
body .gform_wrapper input[type="file"]:focus,
body .gform_wrapper file:focus,
body .gform_wrapper input[type="text"]:focus,
body .gform_wrapper input[type="url"]:focus,
body .gform_wrapper input[type="email"]:focus,
body .gform_wrapper input[type="tel"]:focus,
body .gform_wrapper input[type="number"]:focus,
body .gform_wrapper input[type="password"]:focus,
body .gform_wrapper textarea:focus {
  border: 1px solid #3d3d3d;
}

/* line 36, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper input[type="file"] {
  border: 0 solid #5F5E56;
  font-size: 0.9em;
  color: #5F5E56;
}

/* line 42, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper textarea {
  float: none;
}

/* line 46, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .gfield_description {
  color: #9C9C9C;
  padding-top: 2px;
  font-style: italic;
}

/* line 52, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .gfield_required {
  font-size: 1.2em;
  margin-left: 4px;
  position: relative;
  top: 0.26em;
  color: #CC2D2D;
}

/* line 60, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .top_label .gfield_label {
  font-weight: 400;
}

/* line 65, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
  display: inline;
  margin: 0 0 0 7px;
}

/* line 72, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .gfield_checkbox li input[type="checkbox"],
body .gform_wrapper .gfield_radio li input[type="radio"],
body .gform_wrapper .gfield_checkbox li input {
  margin-top: 5px;
}

/* line 76, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .button.gform_button {
  float: right;
  margin-right: 8px;
  padding: 7px 20px;
  background: #000;
  color: #fff;
  border: 0 none;
  text-decoration: none;
}
/* line 85, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .button.gform_button:hover {
  background: #ff4f4f;
  color: #fff;
}

/* line 91, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .gfield_label {
  font-size: 15px;
}

/* line 101, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .ginput_complex label,
body .gform_wrapper .gfield_time_hour label,
body .gform_wrapper .gfield_time_minute label,
body .gform_wrapper .gfield_date_month label,
body .gform_wrapper .gfield_date_day label,
body .gform_wrapper .gfield_date_year label,
body .gform_wrapper .instruction {
  font-size: 0.6875em;
  letter-spacing: 0.5pt;
  margin: 0 0 3px 5px;
  font-family: sans-serif;
  padding-top: 0.3125rem;
  color: #99978B;
}

/* line 111, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #f2dad4;
}

/* line 116, sass/partials/plugins/_gravity-forms.scss */
body .gform_wrapper .ginput_card_expiration_container label,
body .gform_wrapper .ginput_cardinfo_right label {
  clear: both;
  padding-top: 0.1em;
}

/* line 121, sass/partials/plugins/_gravity-forms.scss */
#gforms_confirmation_message {
  border: 1px solid #5E975E;
  background-color: #F5FCF5;
  padding: 15px 10px;
}

/* line 127, sass/partials/plugins/_gravity-forms.scss */
.gform_wrapper .gform_ajax_spinner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: right;
}

/* Don't display simulated list item decorations */
/* line 133, sass/partials/plugins/_gravity-forms.scss */
.gform_wrapper li:before {
  display: none;
}

/* line 2, sass/partials/_reviews.scss */
.review-show a {
  text-transform: uppercase;
}
