/* Top-level stylesheet (source) for pages under http://hipikat.org/
 * 
 * TODO:UPDATE This layout currently relies on the inclusion of a sub-set of faces
 * from Roboto, on Google Fonts. The current selection is at:
 * http://www.google.com/fonts#UsePlace:use/Collection:Roboto+Condensed:400,700|Roboto:400,400italic,500,700,700italic,300|Roboto+Slab:400,700 */
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* line 56, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 80, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 109, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 212, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 219, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 292, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 304, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 331, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 341, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 351, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 362, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 5 and Chrome
 * on OS X.
 */
/* line 375, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 384, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 394, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Zurb Foundation's global settings file is a big-ass list of
 * commented-out defaults - set any we customise here for readability
 * and keep the settings mixin file on hand as a reference. */
/* line 56, ../../styles/sass/hipikat.sass */
.nowrap {
  white-space: nowrap;
}

/* line 264, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 292, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 297, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 300, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 318, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 321, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 328, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 333, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 121, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -1.125em;
  margin-right: -1.125em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 132, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 1.125em;
  padding-right: 1.125em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 137, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 1.125em;
    padding-right: 1.125em;
    float: left;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 151, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 171, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 174, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 181, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 11, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 17, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 23, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 27, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 38, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 48, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 58, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 68, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 79, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  /* line 85, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 92, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 98, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 103, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 108, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 113, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 119, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  /* line 126, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 129, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 132, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 135, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 142, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 148, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 154, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 160, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 167, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 176, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 179, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 187, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 192, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 197, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 202, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 208, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 215, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 217, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 222, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 226, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 230, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 234, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 239, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 244, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 246, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 251, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 255, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 259, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 263, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 268, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 274, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 276, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 281, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 285, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 289, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 293, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 298, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/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 303, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../var/lib/gems/1.9.1/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* line 61, ../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
* html {
  font-size: 100%;
}

/* line 64, ../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 16px;
  line-height: 1.375em;
}

@media only screen and (min-width: 341px) {
  /* line 79, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 426px) {
  /* line 79, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 3.48632px;
  }
}
@media only screen and (min-width: 532px) {
  /* line 79, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 9.85252px;
  }
}
@media only screen and (min-width: 664px) {
  /* line 79, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 20.8482px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 0;
  }
}
@media only screen and (min-width: 959px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 29.62565px;
  }
}
@media only screen and (min-width: 1198px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 83.38477px;
  }
}
@media only screen and (min-width: 1497px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 177.26042px;
  }
}
@media only screen and (min-width: 1871px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 335.4069px;
  }
}
@media only screen and (min-width: 2338px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 596.42188px;
  }
}
@media only screen and (min-width: 2922px) {
  /* line 90, ../../styles/sass/hipikat.sass */
  body {
    padding: 0 1023.11068px;
  }
}
/* line 105, ../../styles/sass/hipikat.sass */
ul {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

/* line 123, ../../styles/sass/hipikat.sass */
body {
  color: #404040;
  background-color: #f1f5f3;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 22px;
}

/* line 134, ../../styles/sass/hipikat.sass */
.invisible {
  color: #f1f5f3;
}

/* line 147, ../../styles/sass/hipikat.sass */
p, h1, h2, h3, h4, h5, h6, li, dd, dt {
  cursor: text;
}

/* line 157, ../../styles/sass/hipikat.sass */
h1 {
  color: #202020;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 800;
  font-size: 1.48264em;
  line-height: 1.8548em;
  line-height: 26.6875px;
}
@media only screen and (min-width: 768px) {
  /* line 157, ../../styles/sass/hipikat.sass */
  h1 {
    font-size: 2.33333em;
    line-height: 1.17857em;
    margin-top: 0.73661em;
    margin-bottom: 0.44196em;
  }
}

/* line 168, ../../styles/sass/hipikat.sass */
h2 {
  color: #303030;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 700;
  font-size: 1.34375em;
  line-height: 2.04651em;
  line-height: 24.1875px;
}
@media only screen and (min-width: 768px) {
  /* line 168, ../../styles/sass/hipikat.sass */
  h2 {
    font-size: 2em;
    line-height: 1.375em;
    margin-top: 0.89375em;
    margin-bottom: 0.48125em;
  }
}

/* line 178, ../../styles/sass/hipikat.sass */
h3 {
  font-weight: 400;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 1.20486em;
  line-height: 2.28242em;
  line-height: 21.6875px;
}
@media only screen and (min-width: 768px) {
  /* line 178, ../../styles/sass/hipikat.sass */
  h3 {
    font-size: 1.66667em;
    line-height: 1.65em;
    margin-top: 1.155em;
    margin-bottom: 0.495em;
  }
}

/* line 189, ../../styles/sass/hipikat.sass */
h4 {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 1.33333em;
  line-height: 2.0625em;
  margin-top: 1.44375em;
  margin-bottom: 0.61875em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375em;
}
@media only screen and (min-width: 768px) {
  /* line 189, ../../styles/sass/hipikat.sass */
  h4 {
    font-size: 1.33333em;
    line-height: 2.0625em;
    margin-top: 1.44375em;
    margin-bottom: 0.61875em;
    font-weight: normal;
  }
}

/* line 205, ../../styles/sass/hipikat.sass */
h5, h6 {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
  font-size: 1.11111em;
  line-height: 1.2375em;
  margin-top: 1.7325em;
  margin-bottom: 0.7425em;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.375em;
}
@media only screen and (min-width: 768px) {
  /* line 205, ../../styles/sass/hipikat.sass */
  h5, h6 {
    font-weight: 700;
    font-size: 1.11111em;
    line-height: 1.2375em;
    margin-top: 0;
    margin-bottom: 1.375em;
    font-weight: normal;
  }
}

/* line 215, ../../styles/sass/hipikat.sass */
p {
  font-size: 0.875em;
  line-height: 1.57143em;
  margin: 0;
  margin-bottom: 1.57143em;
}
@media only screen and (min-width: 768px) {
  /* line 215, ../../styles/sass/hipikat.sass */
  p {
    font-size: 1em;
    line-height: 1.375em;
    margin-bottom: 1.375em;
  }
}

/* line 222, ../../styles/sass/hipikat.sass */
a {
  text-decoration: none;
  color: #1289b8;
}
/* line 226, ../../styles/sass/hipikat.sass */
a i.fa {
  color: #076083;
}

/* line 228, ../../styles/sass/hipikat.sass */
a:hover {
  text-decoration: underline;
}

/* line 233, ../../styles/sass/hipikat.sass */
.head .menu {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
/* line 238, ../../styles/sass/hipikat.sass */
.head .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 242, ../../styles/sass/hipikat.sass */
.head .menu li {
  line-height: 1.9em;
  padding-top: 1.41em;
  text-align: center;
  display: inline-block;
  width: 20%;
}
/* line 248, ../../styles/sass/hipikat.sass */
.head .menu li.active {
  background-color: #076083;
}
/* line 250, ../../styles/sass/hipikat.sass */
.head .menu li.active a {
  color: white;
}
/* line 257, ../../styles/sass/hipikat.sass */
.head .site-title {
  margin-top: 0.125em;
}
/* line 259, ../../styles/sass/hipikat.sass */
.head .site-title h1, .head .site-title p {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
  font-size: 0.66667em;
  line-height: 2.0625em;
  margin: 0;
  display: inline;
}
/* line 265, ../../styles/sass/hipikat.sass */
.head .site-title h1 {
  font-weight: 400;
}
/* line 273, ../../styles/sass/hipikat.sass */
.head .site-title h1 a {
  text-decoration: none;
}
/* line 276, ../../styles/sass/hipikat.sass */
.head .site-title h1 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  /* line 257, ../../styles/sass/hipikat.sass */
  .head .site-title {
    text-align: right;
  }
}

/* line 294, ../../styles/sass/hipikat.sass */
.page .note p {
  font-size: 0.66667em;
  line-height: 2.0625em;
}

/* line 298, ../../styles/sass/hipikat.sass */
.foot {
  margin-top: 5em;
  padding-bottom: 4em;
}
/* line 301, ../../styles/sass/hipikat.sass */
.foot P {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
  font-size: 0.66667em;
  line-height: 2.0625em;
  margin-top: 0em;
  margin-bottom: 0em;
}

/* line 2, ../../styles/sass/_pages.sass */
.epic-hello {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: black;
  padding: 2em 2em 1em;
  margin-bottom: 2em;
}
/* line 8, ../../styles/sass/_pages.sass */
.epic-hello .lead-in {
  font-size: 160%;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  /* line 2, ../../styles/sass/_pages.sass */
  .epic-hello {
    padding: 2em 0 1em;
    margin: 0 0 2em;
  }
}

/* line 17, ../../styles/sass/_pages.sass */
.vanity-links {
  text-align: center;
}
/* line 19, ../../styles/sass/_pages.sass */
.vanity-links .portrait {
  text-align: center;
  margin: 3em 1em;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../../styles/sass/_pages.sass */
  .vanity-links .portrait {
    margin: 0;
  }
}
/* line 24, ../../styles/sass/_pages.sass */
.vanity-links .portrait img {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  /* line 24, ../../styles/sass/_pages.sass */
  .vanity-links .portrait img {
    width: 100%;
    padding-left: 30%;
  }
}
/* line 29, ../../styles/sass/_pages.sass */
.vanity-links h2 {
  font-size: 10.66667px;
}
/* line 31, ../../styles/sass/_pages.sass */
.vanity-links ul {
  margin-top: 1.375em;
  padding-left: 0;
  list-style-type: none;
}
/* line 35, ../../styles/sass/_pages.sass */
.vanity-links ul li {
  white-space: nowrap;
  display: inline;
  margin: 0 2em 0 1em;
  line-height: 44px;
}
@media only screen and (min-width: 768px) {
  /* line 43, ../../styles/sass/_pages.sass */
  .vanity-links ul li {
    line-height: 22px;
    display: block;
    margin: 0;
  }
}
/* line 47, ../../styles/sass/_pages.sass */
.vanity-links a {
  text-decoration: none;
}
/* line 49, ../../styles/sass/_pages.sass */
.vanity-links a:hover {
  text-decoration: underline;
}
/* line 51, ../../styles/sass/_pages.sass */
.vanity-links i {
  width: 1.2em;
}
/* line 55, ../../styles/sass/_pages.sass */
.vanity-links .email .alt {
  font-size: 10.66667px;
  font-family: "Roboto Slab", sans-serif;
}
@media only screen and (min-width: 768px) {
  /* line 55, ../../styles/sass/_pages.sass */
  .vanity-links .email .alt {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 17, ../../styles/sass/_pages.sass */
  .vanity-links {
    text-align: right;
  }
}

/* line 65, ../../styles/sass/_pages.sass */
.activity-items .activity .meta {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  font-size: 10.66667px;
}
/* line 68, ../../styles/sass/_pages.sass */
.activity-items .activity h1 {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 1.33333em;
  line-height: 2.0625em;
  margin-top: 1.44375em;
  margin-bottom: 0.61875em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375em;
  line-height: 1.2em !important;
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  /* line 68, ../../styles/sass/_pages.sass */
  .activity-items .activity h1 {
    font-size: 1.33333em;
    line-height: 2.0625em;
    margin-top: 1.44375em;
    margin-bottom: 0.61875em;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  /* line 73, ../../styles/sass/_pages.sass */
  .activity-items .activity h1 {
    font-family: "Verlag A", "Verlag B", sans-serif;
    font-size: 1.33333em;
    line-height: 2.0625em;
    margin-top: 1.44375em;
    margin-bottom: 0.61875em;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.375em;
    line-height: 1.2em !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  /* line 73, ../../styles/sass/_pages.sass */
  .activity-items .activity h1 {
    font-size: 1.33333em;
    line-height: 2.0625em;
    margin-top: 1.44375em;
    margin-bottom: 0.61875em;
    font-weight: normal;
  }
}

/* line 83, ../../styles/sass/_pages.sass */
body.blog.archive .row.blog.entry h1 {
  color: #303030;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-weight: 700;
  font-size: 1.34375em;
  line-height: 2.04651em;
  line-height: 24.1875px;
}
@media only screen and (min-width: 768px) {
  /* line 83, ../../styles/sass/_pages.sass */
  body.blog.archive .row.blog.entry h1 {
    font-size: 2em;
    line-height: 1.375em;
    margin-top: 0.89375em;
    margin-bottom: 0.48125em;
  }
}
/* line 85, ../../styles/sass/_pages.sass */
body.blog.archive .row.blog.entry h2 {
  font-weight: 400;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 1.20486em;
  line-height: 2.28242em;
  line-height: 21.6875px;
}
@media only screen and (min-width: 768px) {
  /* line 85, ../../styles/sass/_pages.sass */
  body.blog.archive .row.blog.entry h2 {
    font-size: 1.66667em;
    line-height: 1.65em;
    margin-top: 1.155em;
    margin-bottom: 0.495em;
  }
}
/* line 87, ../../styles/sass/_pages.sass */
body.blog.archive .row.blog.entry h3 {
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 1.33333em;
  line-height: 2.0625em;
  margin-top: 1.44375em;
  margin-bottom: 0.61875em;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375em;
}
@media only screen and (min-width: 768px) {
  /* line 87, ../../styles/sass/_pages.sass */
  body.blog.archive .row.blog.entry h3 {
    font-size: 1.33333em;
    line-height: 2.0625em;
    margin-top: 1.44375em;
    margin-bottom: 0.61875em;
    font-weight: normal;
  }
}
/* line 89, ../../styles/sass/_pages.sass */
body.blog.archive .row.blog.entry h4 {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
  font-size: 1.11111em;
  line-height: 1.2375em;
  margin-top: 1.7325em;
  margin-bottom: 0.7425em;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  line-height: 1.375em;
}
@media only screen and (min-width: 768px) {
  /* line 89, ../../styles/sass/_pages.sass */
  body.blog.archive .row.blog.entry h4 {
    font-weight: 700;
    font-size: 1.11111em;
    line-height: 1.2375em;
    margin-top: 0;
    margin-bottom: 1.375em;
    font-weight: normal;
  }
}
/* line 91, ../../styles/sass/_pages.sass */
body.blog.archive .row.blog.entry h1, body.blog.archive .row.blog.entry h2, body.blog.archive .row.blog.entry h3, body.blog.archive .row.blog.entry h4, body.blog.archive .row.blog.entry h5, body.blog.archive .row.blog.entry h6 {
  line-height: 1.08em;
}
/* line 95, ../../styles/sass/_pages.sass */
body.blog.archive .page.title.break h2 {
  margin: -0.55em 0 -0.25em;
}
/* line 99, ../../styles/sass/_pages.sass */
body.blog.archive .short-links .row.blog.entry h1 {
  font-weight: 400;
  font-family: "Verlag A", "Verlag B", sans-serif;
  font-size: 1.20486em;
  line-height: 2.28242em;
  line-height: 21.6875px;
  line-height: 1.08em;
}
@media only screen and (min-width: 768px) {
  /* line 99, ../../styles/sass/_pages.sass */
  body.blog.archive .short-links .row.blog.entry h1 {
    font-size: 1.66667em;
    line-height: 1.65em;
    margin-top: 1.155em;
    margin-bottom: 0.495em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 103, ../../styles/sass/_pages.sass */
  body.blog.archive .short-links .row.blog.entry h1 {
    line-height: 1.12em;
  }
}

/* line 114, ../../styles/sass/_pages.sass */
.blog-summary .categories,
.blog-detail .categories,
.blog-entry .categories,
.blog.entry .categories {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  font-size: 0.66667em;
  line-height: 2.0625em;
  margin: 0;
}
/* line 117, ../../styles/sass/_pages.sass */
.blog-summary .sidenote,
.blog-detail .sidenote,
.blog-entry .sidenote,
.blog.entry .sidenote {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B";
  font-size: 0.66667em;
  line-height: 2.0625em;
  margin: 0;
}
/* line 120, ../../styles/sass/_pages.sass */
.blog-summary h1,
.blog-detail h1,
.blog-entry h1,
.blog.entry h1 {
  padding-right: 0.5em;
}
/* line 122, ../../styles/sass/_pages.sass */
.blog-summary .meta,
.blog-detail .meta,
.blog-entry .meta,
.blog.entry .meta {
  font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
}
/* line 124, ../../styles/sass/_pages.sass */
.blog-summary .meta p,
.blog-detail .meta p,
.blog-entry .meta p,
.blog.entry .meta p {
  font-size: 0.66667em;
  line-height: 2.0625em;
  margin: 0;
  display: inline;
}
@media only screen and (min-width: 768px) {
  /* line 129, ../../styles/sass/_pages.sass */
  .blog-summary .meta,
  .blog-detail .meta,
  .blog-entry .meta,
  .blog.entry .meta {
    margin-top: 2.75em;
    text-align: right;
  }
  /* line 132, ../../styles/sass/_pages.sass */
  .blog-summary .meta p,
  .blog-detail .meta p,
  .blog-entry .meta p,
  .blog.entry .meta p {
    display: block;
    white-space: nowrap;
  }
  /* line 135, ../../styles/sass/_pages.sass */
  .blog-summary .meta .bullet,
  .blog-detail .meta .bullet,
  .blog-entry .meta .bullet,
  .blog.entry .meta .bullet {
    display: none;
  }
}
/* line 137, ../../styles/sass/_pages.sass */
.blog-summary div.read-more-link,
.blog-detail div.read-more-link,
.blog-entry div.read-more-link,
.blog.entry div.read-more-link {
  font-family: "Verlag A", "Verlag B", sans-serif;
  text-align: right;
  margin-right: 12%;
}

/* line 143, ../../styles/sass/_pages.sass */
body.blog.post .row.blog.entry {
  margin-top: 2.75em;
}

/* line 149, ../../styles/sass/_pages.sass */
.blog .pagination {
  margin-top: 4.125em;
}
