/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 52, ../scss/base/_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 71, ../scss/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 86, ../scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
/* line 96, ../scss/base/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 112, ../scss/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
/* line 127, ../scss/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Remove default margin.
 */
/* line 139, ../scss/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 151, ../scss/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 159, ../scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 172, ../scss/base/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 177, ../scss/base/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 187, ../scss/base/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 196, ../scss/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 202, ../scss/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 208, ../scss/base/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 214, ../scss/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 220, ../scss/base/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 230, ../scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 238, ../scss/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 247, ../scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 256, ../scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 265, ../scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 274, ../scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 289, ../scss/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 297, ../scss/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 305, ../scss/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 313, ../scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 321, ../scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 325, ../scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
/* line 337, ../scss/base/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px;
}

/* line 345, ../scss/base/_normalize.scss */
dl {
  padding: 0;
}

/* line 349, ../scss/base/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 358, ../scss/base/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 373, ../scss/base/_normalize.scss */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 385, ../scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 397, ../scss/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 410, ../scss/base/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 419, ../scss/base/_normalize.scss */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 435, ../scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 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.
 * 4. Improve appearance and consistency with IE 6/7.
 */
/* line 450, ../scss/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../scss/base/_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 480, ../scss/base/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 495, ../scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 510, ../scss/base/_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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 522, ../scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 538, ../scss/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 548, ../scss/base/_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 557, ../scss/base/_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 568, ../scss/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 581, ../scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 25, ../scss/base/_mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 13, ../scss/base/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 21, ../scss/base/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 14, ../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.10/sass/susy/language/susyone/_grid.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 65, ../scss/layout/_grid.scss */
.container {
  *zoom: 1;
  max-width: 75.25em;
  _width: 75.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-left: auto;
  margin-right: auto;
  -moz-background-origin: content;
  -o-background-origin: content-box;
  -webkit-background-origin: content;
  background-origin: content-box;
  -moz-background-clip: content;
  -o-background-clip: content-box;
  -webkit-background-clip: content;
  background-clip: content-box;
}
/* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 32em) {
  /* line 65, ../scss/layout/_grid.scss */
  .container {
    *zoom: 1;
    max-width: 37.75em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: auto;
    margin-right: auto;
    -moz-background-origin: content;
    -o-background-origin: content-box;
    -webkit-background-origin: content;
    background-origin: content-box;
    -moz-background-clip: content;
    -o-background-clip: content-box;
    -webkit-background-clip: content;
    background-clip: content-box;
  }
  /* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 48em) {
  /* line 65, ../scss/layout/_grid.scss */
  .container {
    *zoom: 1;
    max-width: 50.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: auto;
    margin-right: auto;
    -moz-background-origin: content;
    -o-background-origin: content-box;
    -webkit-background-origin: content;
    background-origin: content-box;
    -moz-background-clip: content;
    -o-background-clip: content-box;
    -webkit-background-clip: content;
    background-clip: content-box;
  }
  /* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 60em) {
  /* line 65, ../scss/layout/_grid.scss */
  .container {
    *zoom: 1;
    max-width: 62.75em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: auto;
    margin-right: auto;
    -moz-background-origin: content;
    -o-background-origin: content-box;
    -webkit-background-origin: content;
    background-origin: content-box;
    -moz-background-clip: content;
    -o-background-clip: content-box;
    -webkit-background-clip: content;
    background-clip: content-box;
  }
  /* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 72em) {
  /* line 65, ../scss/layout/_grid.scss */
  .container {
    *zoom: 1;
    max-width: 75.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    margin-left: auto;
    margin-right: auto;
    -moz-background-origin: content;
    -o-background-origin: content-box;
    -webkit-background-origin: content;
    background-origin: content-box;
    -moz-background-clip: content;
    -o-background-clip: content-box;
    -webkit-background-clip: content;
    background-clip: content-box;
  }
  /* line 38, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .container:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 9, ../scss/layout/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Geneva, AppleGothic, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background: #faf8f0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F7F4EA), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(top, #faf8f0 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(top, #faf8f0 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(top, #faf8f0 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(top, #faf8f0 0%, #FFFFFF 100%);
  background-image: linear-gradient(to top, #faf8f0 0%, #ffffff 100%);
  background-attachment: fixed;
}

/* line 35, ../scss/layout/_scaffolding.scss */
a {
  color: #333333;
  text-decoration: none;
}

/* line 39, ../scss/layout/_scaffolding.scss */
a:hover {
  color: #333333;
  text-decoration: underline;
}

/* line 49, ../scss/layout/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 57, ../scss/layout/_scaffolding.scss */
.section-inner {
  padding: 1em;
  margin: 0 auto;
  max-width: 50em;
}

@font-face {
  font-family: 'roboto_slabbold';
  src: url("../fonts/robotoslab/robotoslab_bold/RobotoSlab-Bold-webfont.eot");
  src: url("../fonts/robotoslab/robotoslab_bold/RobotoSlab-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab/robotoslab_bold/RobotoSlab-Bold-webfont.woff") format("woff"), url("../fonts/robotoslab/robotoslab_bold/RobotoSlab-Bold-webfont.ttf") format("truetype"), url("../fonts/robotoslab/robotoslab_bold/RobotoSlab-Bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slablight';
  src: url("../fonts/robotoslab/robotoslab_light/RobotoSlab-Light-webfont.eot");
  src: url("../fonts/robotoslab/robotoslab_light/RobotoSlab-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab/robotoslab_light/RobotoSlab-Light-webfont.woff") format("woff"), url("../fonts/robotoslab/robotoslab_light/RobotoSlab-Light-webfont.ttf") format("truetype"), url("../fonts/robotoslab/robotoslab_light/RobotoSlab-Light-webfont.svg#roboto_slablight") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 32, ../scss/base/_type.scss */
p {
  margin: 12px 0;
}

/* line 35, ../scss/base/_type.scss */
.lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}

/* line 46, ../scss/base/_type.scss */
small {
  font-size: 85%;
}

/* line 49, ../scss/base/_type.scss */
strong {
  font-weight: bold;
}

/* line 52, ../scss/base/_type.scss */
em {
  font-style: italic;
}

/* line 55, ../scss/base/_type.scss */
cite {
  font-style: normal;
}

/* line 64, ../scss/base/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 12px 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Geneva, AppleGothic, Helvetica, "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #881c18;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
/* line 72, ../scss/base/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

/* line 78, ../scss/base/_type.scss */
h1 {
  font-size: 36px;
  line-height: 40px;
}

/* line 79, ../scss/base/_type.scss */
h2 {
  font-size: 30px;
  line-height: 40px;
}

/* line 80, ../scss/base/_type.scss */
h3 {
  font-size: 24px;
  line-height: 40px;
}

/* line 81, ../scss/base/_type.scss */
h4 {
  font-size: 18px;
  line-height: 20px;
}

/* line 82, ../scss/base/_type.scss */
h5 {
  font-size: 14px;
  line-height: 20px;
}

/* line 83, ../scss/base/_type.scss */
h6 {
  font-size: 12px;
  line-height: 20px;
}

/* line 85, ../scss/base/_type.scss */
h1 small {
  font-size: 24px;
}

/* line 86, ../scss/base/_type.scss */
h2 small {
  font-size: 18px;
}

/* line 87, ../scss/base/_type.scss */
h3 small {
  font-size: 14px;
}

/* line 88, ../scss/base/_type.scss */
h4 small {
  font-size: 14px;
}

/* line 97, ../scss/base/_type.scss */
ul, ol {
  padding: 0;
  margin: 12px 0 12px 25px;
}

/* line 101, ../scss/base/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 107, ../scss/base/_type.scss */
li {
  line-height: 24px;
}

/* line 110, ../scss/base/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 117, ../scss/base/_type.scss */
dl {
  margin-bottom: 24px;
}

/* line 120, ../scss/base/_type.scss */
dt,
dd {
  line-height: 24px;
}

/* line 124, ../scss/base/_type.scss */
dt {
  font-weight: bold;
}

/* line 127, ../scss/base/_type.scss */
dd {
  margin-left: 12px;
}

/* line 133, ../scss/base/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 141, ../scss/base/_type.scss */
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}

/* line 4, ../scss/components/_media.scss */
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 15, ../scss/components/_media.scss */
#map_canvas img {
  max-width: none;
}

/* line 22, ../scss/components/_media.scss */
audio,
canvas,
video {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 31, ../scss/components/_media.scss */
audio:not([controls]) {
  display: none;
}

/* line 1, ../scss/components/_elements.scss */
.fullHeight {
  clear: both;
  min-height: 100vh;
}

/* line 5, ../scss/components/_elements.scss */
.section-title {
  text-align: center;
}

/* line 8, ../scss/components/_elements.scss */
img.bigLogo {
  max-width: 100%;
  margin-top: 15%;
}

/* line 13, ../scss/components/_elements.scss */
nav ul {
  margin: 1em 0;
  display: block;
}
/* line 16, ../scss/components/_elements.scss */
nav ul li {
  display: inline;
}
/* line 18, ../scss/components/_elements.scss */
nav ul li a {
  background-color: #881c18;
  color: #faf8f0;
  padding: 4px 8px;
}

/* line 25, ../scss/components/_elements.scss */
.section-title .navigation {
  -webkit-transition: all 0.5s linear;
  /* Safari */
  transition: all 0.5s linear;
}

/* line 30, ../scss/components/_elements.scss */
body .smallNavigation {
  position: fixed;
  -webkit-transition: all 0.5s ease;
  /* Safari */
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  left: 0;
  top: -100%;
}
/* line 38, ../scss/components/_elements.scss */
body .smallNavigation nav, body .smallNavigation a.smallLogo {
  display: block;
  clear: both;
  width: 100%;
}
@media screen and (min-width: 700px) {
  /* line 38, ../scss/components/_elements.scss */
  body .smallNavigation nav, body .smallNavigation a.smallLogo {
    display: inline;
    clear: none;
    float: left;
    width: auto;
  }
}

/* line 53, ../scss/components/_elements.scss */
body.smallNavigation div.smallNavigation {
  top: 0;
  background-color: rgba(212, 194, 125, 0.5);
}
/* line 57, ../scss/components/_elements.scss */
body.smallNavigation .section-title .navigation {
  opacity: 0;
}

/* line 61, ../scss/components/_elements.scss */
section h1 {
  padding-top: 80px;
  margin: 1em 0;
}

/* line 65, ../scss/components/_elements.scss */
.section-title h1 {
  padding-top: 0;
}

/* line 68, ../scss/components/_elements.scss */
img.inline-image {
  width: 100%;
  border: #e1d4a4 3px solid;
  margin: 5px;
}
@media screen and (min-width: 480px) {
  /* line 73, ../scss/components/_elements.scss */
  img.inline-image.float {
    max-width: 50%;
  }
  /* line 76, ../scss/components/_elements.scss */
  img.inline-image.left {
    float: left;
  }
  /* line 79, ../scss/components/_elements.scss */
  img.inline-image.right {
    float: right;
  }
}

/* line 84, ../scss/components/_elements.scss */
.badge {
  background-color: #f1ecd5;
  padding: 10px;
  margin: 1.5em 0;
  width: 100%;
}
@media screen and (min-width: 480px) {
  /* line 84, ../scss/components/_elements.scss */
  .badge {
    padding-left: 160px;
  }
  /* line 91, ../scss/components/_elements.scss */
  .badge img.icon {
    float: left;
    width: 150px;
    margin-left: -160px;
  }
}

/* line 98, ../scss/components/_elements.scss */
.section-4 {
  text-align: center;
}

/* line 101, ../scss/components/_elements.scss */
.domain::before {
  content: "\0040";
  /* Unicode character for @ symbol */
}
