/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../bower_components/foundation/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, ../bower_components/foundation/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, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
[hidden],
template {
  display: none;
}

/* line 56, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 80, ../bower_components/foundation/scss/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../bower_components/foundation/scss/normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../bower_components/foundation/scss/normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 109, ../bower_components/foundation/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, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../bower_components/foundation/scss/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 178, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../bower_components/foundation/scss/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../bower_components/foundation/scss/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 219, ../bower_components/foundation/scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 223, ../bower_components/foundation/scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../bower_components/foundation/scss/normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../bower_components/foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../bower_components/foundation/scss/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../bower_components/foundation/scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../bower_components/foundation/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, ../bower_components/foundation/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, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 331, ../bower_components/foundation/scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 341, ../bower_components/foundation/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, ../bower_components/foundation/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, ../bower_components/foundation/scss/normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../bower_components/foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
/* line 27, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 9, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 11, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 67, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 13, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 93, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.clearfix:before, .inner-wrapper:before, .clearfix:after, .inner-wrapper:after {
  content: " ";
  display: table;
}
/* line 98, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.clearfix:after, .inner-wrapper:after {
  clear: both;
}
/* line 104, ../../../../../../.rvm/gems/ruby-2.1.1/gems/compass-h5bp-0.1.2/stylesheets/h5bp/_helpers.scss */
.clearfix, .inner-wrapper {
  *zoom: 1;
}

/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
                                                                    /**
* A mixin to create retina sprites with hover & active states
*
* You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
* 
*     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
*
*     .my-icon {
*       @include retina-sprite(icon-name, icons);
*     }
* 
* @param {String} $name
* @param {String} [$sprite-name]
* @param {Boolean} [$hover=false]
* @param {Boolean} [$active=false]
*/
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 * 
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *     
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 * 
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/* line 293, ../bower_components/foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

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

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

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

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

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

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

/* line 331, ../bower_components/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #1f0c0c;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

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

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

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

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

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

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

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

/* line 366, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix, .inner-wrapper {
  *zoom: 1;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .inner-wrapper:before, .clearfix:after, .inner-wrapper:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.clearfix:after, .inner-wrapper:after {
  clear: both;
}

/* line 367, ../bower_components/foundation/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

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

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

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

/* line 371, ../bower_components/foundation/scss/foundation/components/_global.scss */
.hide, .menu-closed .menu-overlay,
.menu-closed .filters, .arrows {
  display: none;
}

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

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

/* line 375, ../bower_components/foundation/scss/foundation/components/_global.scss */
.text-start {
  text-align: left !important;
}

/* line 376, ../bower_components/foundation/scss/foundation/components/_global.scss */
.text-end {
  text-align: right !important;
}

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

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

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

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

/* line 199, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.05263rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.84211rem;
  padding-right: 1.68421rem;
  padding-bottom: 0.89474rem;
  padding-left: 1.68421rem;
  font-size: 0.84211rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #ffcc33;
  border-color: #f5b800;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 0.89474rem;
  padding-bottom: 0.84211rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #f5b800;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 207, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #669966;
  border-color: #527a52;
  color: white;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #527a52;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: white;
}
/* line 208, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #ab6187;
  border-color: #8c4a6c;
  color: white;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #8c4a6c;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 209, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #3399ff;
  border-color: #007af5;
  color: white;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #007af5;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 211, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 0.94737rem;
  padding-right: 1.89474rem;
  padding-bottom: 1rem;
  padding-left: 1.89474rem;
  font-size: 1.05263rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 212, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.73684rem;
  padding-right: 1.47368rem;
  padding-bottom: 0.78947rem;
  padding-left: 1.47368rem;
  font-size: 0.68421rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 213, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.52632rem;
  padding-right: 1.05263rem;
  padding-bottom: 0.57895rem;
  padding-left: 1.05263rem;
  font-size: 0.57895rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 214, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 216, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.63158rem;
}
/* line 217, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.63158rem;
}
/* line 219, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 220, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 222, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #ffcc33;
  border-color: #f5b800;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #f5b800;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #ffcc33;
}
/* line 223, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #669966;
  border-color: #527a52;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #527a52;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: white;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #669966;
}
/* line 224, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #ab6187;
  border-color: #8c4a6c;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #8c4a6c;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #ab6187;
}
/* line 225, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #3399ff;
  border-color: #007af5;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 144, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #007af5;
}
/* line 155, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 168, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #3399ff;
}

@media only screen and (min-width: 40.063em) {
  /* line 230, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 301, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 0.84211rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 76, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.42105rem;
}
/* line 79, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.42105rem;
}
/* line 82, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 85, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 86, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 98, ../bower_components/foundation/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.42105rem;
}

/* Label Styles */
/* line 307, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.73684rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.42105rem;
  /* Styles for required inputs */
}
/* line 308, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 309, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 0.84211rem 0;
  padding: 0.52632rem 0;
}
/* line 311, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* line 317, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.42105rem;
  font-size: 0.73684rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 328, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 329, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select:hover {
  background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

/* line 339, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* line 344, ../bower_components/foundation/scss/foundation/components/_forms.scss */
  select {
    background: #fafafa;
  }

  /* line 345, ../bower_components/foundation/scss/foundation/components/_forms.scss */
  select:hover {
    background: #f3f3f3;
  }
}

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

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

/* line 353, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.78947rem;
  border: none;
}

/* line 355, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 356, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 357, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 358, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 361, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d8d8d8;
  border-right: none;
  color: #333333;
}
/* line 362, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 364, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cbcbcb;
  border-left: none;
  color: #333333;
}
/* line 365, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 371, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 374, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 379, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 382, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 402, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.73684rem;
  margin: 0 0 0.84211rem 0;
  padding: 0.42105rem;
  height: 1.94737rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 176, ../bower_components/foundation/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 124, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 131, ../bower_components/foundation/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Add height value for select elements to match text input height */
/* line 413, ../bower_components/foundation/scss/foundation/components/_forms.scss */
select {
  height: 1.94737rem;
}

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

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

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

/* We add basic fieldset styling */
/* line 440, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.05263rem;
  margin: 0.94737rem 0;
}
/* line 248, ../bower_components/foundation/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.15789rem;
  margin: 0;
  margin-left: -0.15789rem;
}

/* Error Handling */
/* line 447, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.31579rem 0.47368rem 0.47368rem;
  margin-top: -1px;
  margin-bottom: 0.84211rem;
  font-size: 0.63158rem;
  font-weight: normal;
  font-style: italic;
  background: #3399ff;
  color: white;
}
/* line 450, ../bower_components/foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 452, ../bower_components/foundation/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.31579rem 0.47368rem 0.47368rem;
  margin-top: -1px;
  margin-bottom: 0.84211rem;
  font-size: 0.63158rem;
  font-weight: normal;
  font-style: italic;
  background: #3399ff;
  color: white;
}

/* line 458, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 463, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #3399ff;
}
/* line 468, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.31579rem 0.47368rem 0.47368rem;
  margin-top: -1px;
  margin-bottom: 0.84211rem;
  font-size: 0.63158rem;
  font-weight: normal;
  font-style: italic;
  background: #3399ff;
  color: white;
}
/* line 473, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 485, ../bower_components/foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

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

/* line 494, ../bower_components/foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #3399ff;
}

/* line 198, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 52.63158rem;
  *zoom: 1;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 203, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 205, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 208, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.78947rem;
  margin-right: -0.78947rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 209, ../bower_components/foundation/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 238, ../bower_components/foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@-webkit-keyframes rotate {
  /* line 45, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 46, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  /* line 49, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 50, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  /* line 53, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 54, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  /* line 58, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 59, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 63, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 66, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 73, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 76, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 79, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 82, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 84, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 90, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 122, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 128, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 134, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 147, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 156, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.52632rem 0.73684rem;
  font-size: 0.73684rem;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}
/* line 178, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.26316rem;
}
/* line 184, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 191, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 204, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}
/* line 218, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff;
}
/* line 226, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent transparent transparent #333;
}
/* line 235, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 251, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 255, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
/* line 265, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 266, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}
/* line 271, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}
/* line 275, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 276, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}
/* line 283, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

/* line 289, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 290, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
/* line 299, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: inline-block;
  width: 0.47368rem;
  height: 0.47368rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 309, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}
/* line 313, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 320, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 323, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 332, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 335, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 342, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 343, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 350, ../bower_components/foundation/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 132, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.26316rem;
  margin-left: -0.26316rem;
}
/* line 95, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.26316rem;
  color: #222222;
  font-size: 0.73684rem;
  margin-left: 0.26316rem;
}
/* line 101, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.05263rem 0.52632rem 0.05263rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 109, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 47, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 52, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 60, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #ffcc33;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 67, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #ffcc33;
}
/* line 119, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 137, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 119, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Tooltips */
/* line 32, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: none;
  cursor: pointer;
  font-weight: normal;
  color: #1f0c0c;
}
/* line 39, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: none;
  color: #ffcc33;
}
/* line 45, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 48, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.94737rem;
  line-height: inherit;
  padding: 0.78947rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #1f0c0c;
  background: #ffcc33;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 63, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 0px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 0px;
  border-color: transparent transparent #ffcc33 transparent;
  top: 0px;
}
/* line 74, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #ffcc33 !important;
  border-bottom: none !important;
}

/* line 80, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.52632rem;
  color: #1f0c0c;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 89, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #ffcc33 transparent;
    top: 0px;
  }
  /* line 93, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #ffcc33 transparent transparent transparent;
    top: auto;
    bottom: 0px;
  }
  /* line 100, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 102, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #ffcc33;
    right: 0px;
    left: auto;
    top: 50%;
    margin-top: 0px;
  }
  /* line 109, ../bower_components/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #ffcc33 transparent transparent;
    right: auto;
    left: 0px;
    top: 50%;
    margin-top: 0px;
  }
}
/* line 77, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 0)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 85, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #1f0c0c;
}
/* line 89, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

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

/* line 119, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  position: relative;
  background: #1f0c0c;
  margin-bottom: 0;
}
/* line 128, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 133, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 136, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 138, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 140, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 151, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 156, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 55px;
  margin: 0;
  font-size: 19px;
}
/* line 161, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 55px;
  font-size: 0.89474rem;
  margin: 0;
}
/* line 165, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 18.33333px;
}
/* line 176, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 181, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.68421rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 18.33333px;
  height: 55px;
  line-height: 55px;
}
/* line 194, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 18.33333px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 200, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}
/* line 209, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 232, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 236, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #1f0c0c;
}
/* line 239, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 240, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 260, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 266, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #1f0c0c;
  font-size: 19px;
  margin: 0;
}
/* line 276, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #100606;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 284, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 18.33333px;
  font-family: "Lato", sans-serif;
  font-size: 0.68421rem;
  font-weight: normal;
  background: #1f0c0c;
}
/* line 295, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #ffcc33;
  font-size: 0.68421rem;
  padding-right: 18.33333px;
  padding-left: 18.33333px;
}
/* line 300, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #dfa800;
}
/* line 304, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #669966;
}
/* line 306, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #5b885b;
}
/* line 310, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #ab6187;
}
/* line 312, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #8a496b;
}
/* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #3399ff;
}
/* line 318, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #007dfb;
}
/* line 326, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: inherit;
  color: white;
}
/* line 333, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #ffcc33;
  color: white;
}
/* line 336, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: inherit;
}
/* line 343, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 18.33333px;
}
/* line 346, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 350, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 18.33333px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 362, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 363, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 370, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 377, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 381, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 18.33333px;
}
/* line 384, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 389, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 390, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 27.5px;
  display: block;
}
/* line 396, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 18.33333px;
}
/* line 397, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button {
  top: auto;
}
/* line 400, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 18.33333px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.52632rem;
}

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

@media only screen and (min-width: 0) {
  /* line 416, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #1f0c0c;
    *zoom: 1;
    overflow: visible;
  }
  /* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 421, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 423, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 424, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 427, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    font-size: 0.73684rem;
    position: relative;
    top: 7px;
  }
  /* line 433, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #1f0c0c;
  }

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

  /* line 442, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 446, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 451, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 453, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 459, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: inherit;
    color: white;
  }
  /* line 465, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 18.33333px;
    line-height: 55px;
    background: #1f0c0c;
  }
  /* line 469, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: inherit;
  }
  /* line 478, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 38.33333px !important;
  }
  /* line 480, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 27.5px;
  }
  /* line 489, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 490, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 494, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 501, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 514, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 521, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 18.33333px;
    background: #1f0c0c;
  }
  /* line 529, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1f0c0c;
  }
  /* line 535, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 543, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4b1d1d;
    clear: none;
    height: 55px;
    width: 0;
  }
  /* line 552, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #1f0c0c;
    padding: 0 18.33333px;
    height: 55px;
  }
  /* line 560, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 564, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 568, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 572, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 582, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: inherit;
    color: white;
  }
  /* line 588, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #ffcc33;
    color: white;
  }
  /* line 596, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
/* Typography resets */
/* line 145, ../bower_components/foundation/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 151, ../bower_components/foundation/scss/foundation/components/_type.scss */
a {
  color: #588458;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../bower_components/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #669966;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 163, ../bower_components/foundation/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  line-height: 1.37;
  margin-bottom: 1.05263rem;
  text-rendering: optimizeLegibility;
}
/* line 171, ../bower_components/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.18421rem;
  line-height: 1.6;
}
/* line 173, ../bower_components/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.73684rem;
  line-height: 1.37;
  font-style: italic;
}

/* Default header styles */
/* line 181, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Varela Round", "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1f0c0c;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.37;
}
/* line 191, ../bower_components/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #953a3a;
  line-height: 0;
}

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

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

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

/* line 201, ../bower_components/foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.94737rem;
}

/* line 202, ../bower_components/foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 0.94737rem;
}

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

/* line 205, ../bower_components/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.37;
  color: #1f0c0c;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

/* Lists */
/* line 242, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.37;
  margin-bottom: 1.05263rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 250, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 252, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 256, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.05263rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 269, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.05263rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */
}
/* line 278, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 281, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 282, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 283, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 284, ../bower_components/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

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

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

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

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

/* Blockquotes */
/* line 322, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.05263rem;
  padding: 0.47368rem 1.05263rem 0 1rem;
  border-left: 1px solid #dddddd;
}
/* line 327, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.68421rem;
  color: #6c2a2a;
}
/* line 331, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 336, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #6c2a2a;
}

/* line 342, ../bower_components/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.37;
  color: #953a3a;
}

/* Microformats */
/* line 348, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.05263rem 0;
  border: 1px solid #dddddd;
  padding: 0.52632rem 0.63158rem;
}
/* line 354, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 358, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.78947rem;
}

/* line 365, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 367, ../bower_components/foundation/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.05263rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 378, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.37;
  }

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

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

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

  /* line 382, ../bower_components/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.21053rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 393, ../bower_components/foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * MIXINS
 *******************************************************************************/
/*
 * COLORS
 *******************************************************************************/
/* line 23, sass/_global.scss */
.main-article a {
  color: #1f0c0c;
  font-weight: 400;
}
/* line 27, sass/_global.scss */
.main-article a:hover {
  text-decoration: underline;
  color: #1f0c0c;
}

/*
 * 404
 *******************************************************************************/
/* line 37, sass/_global.scss */
.results .four-oh h2, .connect-page .four-oh h2 {
  font-size: 1.68421rem;
}

/*
 * VERTICAL RHYTHM
 *******************************************************************************/
/* line 57, sass/_global.scss */
h1, h2, h3, h4, h5, h6, header,
article, section,
ul, ol, dd,
p, figure,
iframe,
pre, table, fieldset, hr,
.pull-quote,
.fb-like,
.facebook,
.twitter,
.subscribe .row,
.related-background {
  margin-bottom: 1.37rem;
}

/*
 * SPRITES
 *******************************************************************************/
/* line 70, sass/_global.scss */
[data-icon=mag_large] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -128px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=mag_large] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -86px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=mag_large]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=mag_large] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -146px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=mag_large] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -68px;
  }
}

/* line 70, sass/_global.scss */
[data-icon=menu] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -404px;
  background-repeat: no-repeat;
  height: 16px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=menu] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -356px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=menu]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=menu] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -386px;
  background-repeat: no-repeat;
  height: 16px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=menu] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -372px;
  }
}

/* line 70, sass/_global.scss */
[data-icon=connect] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -26px;
  background-repeat: no-repeat;
  height: 24px;
  width: 60px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=connect] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -26px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=connect]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=connect] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 24px;
  width: 60px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=connect] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 0;
  }
}

/* line 70, sass/_global.scss */
[data-icon=arrow_left] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -228px;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=arrow_left] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -557px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=arrow_left]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=arrow_left] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=arrow_left] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -541px;
  }
}

/* line 70, sass/_global.scss */
[data-icon=arrow_right] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -210px;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=arrow_right] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -280px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=arrow_right]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=arrow_right] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -246px;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=arrow_right] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -248px;
  }
}

/* line 70, sass/_global.scss */
[data-icon=arrow_right_detail] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -561px;
  background-repeat: no-repeat;
  height: 28px;
  width: 24px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=arrow_right_detail] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -194px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=arrow_right_detail]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=arrow_right_detail] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -591px;
  background-repeat: no-repeat;
  height: 28px;
  width: 24px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=arrow_right_detail] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -134px;
  }
}

/* line 70, sass/_global.scss */
[data-icon=arrow_left_detail] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -651px;
  background-repeat: no-repeat;
  height: 28px;
  width: 24px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=arrow_left_detail] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -104px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=arrow_left_detail]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=arrow_left_detail] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -621px;
  background-repeat: no-repeat;
  height: 28px;
  width: 24px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=arrow_left_detail] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -164px;
  }
}

/* line 70, sass/_global.scss */
[data-icon=logo] span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -480px;
  background-repeat: no-repeat;
  height: 28px;
  width: 112px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 70, sass/_global.scss */
  [data-icon=logo] span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -418px;
  }
}
/* line 74, sass/_global.scss */
[data-icon=logo]:hover span:before {
  opacity: 0;
}

/* line 79, sass/_global.scss */
[data-icon=logo] span:before {
  content: '';
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -450px;
  background-repeat: no-repeat;
  height: 28px;
  width: 112px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 79, sass/_global.scss */
  [data-icon=logo] span:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -388px;
  }
}

/* line 87, sass/_global.scss */
.icon[data-icon=mag]:before {
  content: '';
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -164px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 6px;
  margin: auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 87, sass/_global.scss */
  .icon[data-icon=mag]:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -52px;
  }
}

/* line 99, sass/_global.scss */
[data-icon=radio] span {
  background-image: url(/assets/img/radio.gif);
  background-repeat: no-repeat;
  background-position: center 0;
  width: 30px;
  height: 55px;
}
/* line 108, sass/_global.scss */
[data-icon=radio] span:before {
  content: '';
  display: block;
  background-image: url(/assets/img/radio.gif);
  background-repeat: no-repeat;
  background-position: center 100%;
  opacity: 1;
  width: 30px;
  height: 55px;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
/* line 121, sass/_global.scss */
[data-icon=radio]:hover span:before {
  opacity: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 129, sass/_global.scss */
  [data-icon=radio] span,
  [data-icon=radio] span:before {
    background-image: url(/assets/img/radio@2x.gif);
    background-size: 55px auto;
  }
}
/* line 136, sass/_global.scss */
.icon {
  background-color: transparent;
  display: block;
  height: 100%;
}
/* line 143, sass/_global.scss */
.icon:hover, .icon:focus, .icon:active {
  background-color: transparent;
  border: none;
  outline: none;
}

@media only screen and (min-width: 64.063em) {
  /* line 151, sass/_global.scss */
  [data-icon="mag-large"] span {
    display: none;
  }
}
/* line 154, sass/_mixins.scss */
.peach .gallery {
  display: block;
  position: relative;
  text-align: center;
}
/* line 160, sass/_mixins.scss */
.peach .gallery > span.icon:before {
  content: '';
  display: block;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -372px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 160, sass/_mixins.scss */
  .peach .gallery > span.icon:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -585px;
  }
}
/* line 166, sass/_mixins.scss */
.peach .gallery > span.icon:after {
  content: '';
  display: block;
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -358px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 166, sass/_mixins.scss */
  .peach .gallery > span.icon:after {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -573px;
  }
}
/* line 176, sass/_mixins.scss */
.peach .gallery:hover > span.icon:after {
  opacity: 0;
}

/* line 183, sass/_mixins.scss */
.peach .wrapper {
  position: relative;
  min-height: 55px;
}

/* line 154, sass/_mixins.scss */
.gray .gallery {
  display: block;
  position: relative;
  text-align: center;
}
/* line 160, sass/_mixins.scss */
.gray .gallery > span.icon:before {
  content: '';
  display: block;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -372px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 160, sass/_mixins.scss */
  .gray .gallery > span.icon:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -585px;
  }
}
/* line 166, sass/_mixins.scss */
.gray .gallery > span.icon:after {
  content: '';
  display: block;
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -358px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 166, sass/_mixins.scss */
  .gray .gallery > span.icon:after {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -573px;
  }
}
/* line 176, sass/_mixins.scss */
.gray .gallery:hover > span.icon:after {
  opacity: 0;
}

/* line 183, sass/_mixins.scss */
.gray .wrapper {
  position: relative;
  min-height: 62px;
}

/* line 154, sass/_mixins.scss */
.video-embed .gallery {
  display: block;
  position: relative;
  text-align: center;
}
/* line 160, sass/_mixins.scss */
.video-embed .gallery > span.icon:before {
  content: '';
  display: block;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -182px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 160, sass/_mixins.scss */
  .video-embed .gallery > span.icon:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -224px;
  }
}
/* line 166, sass/_mixins.scss */
.video-embed .gallery > span.icon:after {
  content: '';
  display: block;
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -196px;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 166, sass/_mixins.scss */
  .video-embed .gallery > span.icon:after {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -236px;
  }
}
/* line 176, sass/_mixins.scss */
.video-embed .gallery:hover > span.icon:after {
  opacity: 0;
}

/* line 183, sass/_mixins.scss */
.video-embed .wrapper {
  position: relative;
  min-height: 55px;
}

/* line 154, sass/_mixins.scss */
.db-msg .gallery {
  display: block;
  position: relative;
  text-align: center;
}
/* line 160, sass/_mixins.scss */
.db-msg .gallery > span.icon:before {
  content: '';
  display: block;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -52px;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 160, sass/_mixins.scss */
  .db-msg .gallery > span.icon:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -448px;
  }
}
/* line 166, sass/_mixins.scss */
.db-msg .gallery > span.icon:after {
  content: '';
  display: block;
  opacity: 1;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -90px;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 166, sass/_mixins.scss */
  .db-msg .gallery > span.icon:after {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -486px;
  }
}
/* line 176, sass/_mixins.scss */
.db-msg .gallery:hover > span.icon:after {
  opacity: 0;
}

/*
 * PAGE STYLES
 *******************************************************************************/
/* line 165, sass/_global.scss */
html,
body {
  height: 100%;
}

/* line 169, sass/_global.scss */
.no-touch {
  position: static;
}

/* line 174, sass/_global.scss */
.page .small-img,
.page .gallery_large {
  opacity: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
/* line 178, sass/_global.scss */
.page .small-img.loaded,
.page .gallery_large.loaded {
  opacity: 1;
}

/* line 186, sass/_global.scss */
a,
a:before,
a:after,
h3 {
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}

/* line 191, sass/_global.scss */
blockquote,
blockquote p {
  color: inherit;
  font-style: oblique;
}

/* line 196, sass/_global.scss */
blockquote {
  border-color: #ecd9e3;
}

/* line 202, sass/_global.scss */
.fixfixed .back-menu,
.fixfixed .nav-container {
  top: -48px;
}
/* line 205, sass/_global.scss */
.fixfixed .menu-overlay .filters {
  top: 2px;
}

/* line 210, sass/_global.scss */
.inner-wrapper {
  margin-bottom: 0;
  padding-bottom: 12rem;
}

/* line 216, sass/_global.scss */
.borders {
  border-left: 8px #3399ff solid;
  border-right: 8px #ffcc33 solid;
  margin: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 40.063em) {
  /* line 229, sass/_global.scss */
  .inner-wrapper {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 235, sass/_global.scss */
  .inner-wrapper {
    padding-bottom: 2rem;
  }
}
/* line 240, sass/_global.scss */
.page {
  background-color: white;
  margin-bottom: 0;
  top: 0;
  right: 8px;
  left: 8px;
  position: fixed;
}
/* line 248, sass/_global.scss */
.page section:last-of-type {
  margin-bottom: 0;
}
/* line 252, sass/_global.scss */
.page.fixed {
  z-index: -1;
}
/* line 259, sass/_global.scss */
.touch .page {
  position: absolute;
}

/*
 * FANCYBOX
 *******************************************************************************/
/* line 267, sass/_global.scss */
.fancybox-overlay {
  margin: 0;
}

/* line 272, sass/_global.scss */
.detail-view.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 276, sass/_global.scss */
.detail-view.fancybox-opened .fancybox-title {
  bottom: -1.37rem;
}
/* line 279, sass/_global.scss */
.detail-view.fancybox-opened .fancybox-title span {
  background: transparent;
  font-family: 'Lato Light', sans-serif;
  text-shadow: none;
  font-weight: 100;
  display: block;
  font-size: 0.78947rem;
  line-height: 1.5;
  padding: 0;
  white-space: initial;
}
/* line 292, sass/_global.scss */
.detail-view.fancybox-opened .fancybox-title .child {
  padding-top: 1.37rem;
}
/* line 296, sass/_global.scss */
.detail-view.fancybox-opened .fancybox-title .credit {
  color: #847f7f;
  font-size: 0.57895rem;
}
/* line 302, sass/_global.scss */
.detail-view.fancybox-opened a {
  color: #847f7f;
}
/* line 304, sass/_global.scss */
.detail-view.fancybox-opened a:hover {
  text-decoration: underline;
}

/* line 310, sass/_global.scss */
#fancybox-loading {
  background-image: none !important;
}
/* line 313, sass/_global.scss */
#fancybox-loading div {
  width: 80px !important;
  height: 80px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 323, sass/_global.scss */
  #fancybox-loading {
    background-image: none;
  }
  /* line 326, sass/_global.scss */
  #fancybox-loading div {
    width: 40px !important;
    height: 40px !important;
  }
}
/* line 335, sass/_global.scss */
.detail-prev, .detail-next {
  position: fixed;
  top: 10px;
  right: 0;
  background-color: transparent;
  margin: 0;
  padding: 5px;
}
/* line 345, sass/_global.scss */
.detail-prev:active, .detail-prev:focus, .detail-prev:hover, .detail-next:active, .detail-next:focus, .detail-next:hover {
  background-color: transparent;
  outline: none;
}
/* line 350, sass/_global.scss */
.touch .detail-prev, .touch .detail-next {
  display: none;
}
/* line 354, sass/_global.scss */
.detail-prev.none, .detail-next.none {
  opacity: 0.5;
}

/* line 359, sass/_global.scss */
.detail-prev {
  right: 64px;
}

/* line 363, sass/_global.scss */
.detail-next {
  right: 20px;
}

/*
 * SHARE BUTTON
 *******************************************************************************/
/* line 370, sass/_global.scss */
.share {
  background: #DDEEFF;
  font-family: "Varela Round", sans-serif;
  text-transform: uppercase;
  font-size: 0.73684rem !important;
  line-height: 1 !important;
  width: 6.89474rem !important;
  height: 1.57895rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -50px;
  right: auto;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 16px 14px 14px;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 52%;
  -moz-transform-origin: 50% 52%;
  -ms-transform-origin: 50% 52%;
  -o-transform-origin: 50% 52%;
  transform-origin: 50% 52%;
  padding-top: 10px;
  padding-bottom: 8px !important;
  letter-spacing: 1px;
  margin: auto;
  z-index: 4;
}
/* line 32, sass/_mixins.scss */
.share:before, .share:after {
  content: '';
  width: 5px;
  height: 5px;
  border-color: #1F74D1;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
}
/* line 57, sass/_mixins.scss */
.share:before {
  right: 95%;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 83, sass/_mixins.scss */
.share:after {
  left: 95%;
  bottom: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 392, sass/_global.scss */
.share:after {
  left: 96%;
}
/* line 396, sass/_global.scss */
.share:before {
  right: 96%;
}
/* line 400, sass/_global.scss */
.menu-open .share {
  display: none;
}
/* line 405, sass/_global.scss */
.share a {
  color: #70B3FF;
  padding: 0 !important;
  outline: none;
}
/* line 410, sass/_global.scss */
.share span {
  background-image: none;
  width: 0;
  height: 0;
  margin: 0 !important;
}
/* line 417, sass/_global.scss */
.share .addthis_internal_container {
  width: 100% !important;
}

/* line 420, sass/_global.scss */
#at20mc {
  margin: 0;
}
/* line 424, sass/_global.scss */
#at20mc #at15pf,
#at20mc #at_pspromo {
  display: none !important;
}
/* line 428, sass/_global.scss */
#at20mc .atm-i {
  border: none;
}

/* line 433, sass/_global.scss */
.at_a11y {
  display: none !important;
}

/*
 * NAVIGATION
 *******************************************************************************/
/* line 10, sass/_nav.scss */
.menu-closed .back-menu {
  display: none;
}
/* line 15, sass/_nav.scss */
.menu-closed .menu,
.menu-closed .arrows {
  display: block;
}

/* line 20, sass/_nav.scss */
.menu-open {
  background: #1f0c0c;
}
/* line 23, sass/_nav.scss */
.menu-open .borders {
  display: none;
}
/* line 27, sass/_nav.scss */
.menu-open .pagination {
  font-size: 0.78947rem;
}
/* line 30, sass/_nav.scss */
.menu-open .pagination a {
  color: white;
}
/* line 33, sass/_nav.scss */
.menu-open .pagination a:hover {
  color: #669966;
}
/* line 38, sass/_nav.scss */
.menu-open .pagination a:nth-child(1) {
  margin-right: 30px;
}
/* line 41, sass/_nav.scss */
.menu-open .pagination a:nth-child(1):before {
  content: "<<";
  color: #ab6187;
  display: inline;
}
/* line 48, sass/_nav.scss */
.menu-open .pagination a:nth-child(2):after {
  content: ">>";
  color: #ab6187;
  display: inline;
}
/* line 55, sass/_nav.scss */
.menu-open .pagination a:hover:before,
.menu-open .pagination a:hover:after {
  color: white;
}
/* line 60, sass/_nav.scss */
.menu-open .page {
  display: none;
  overflow: hidden;
}

/* line 66, sass/_nav.scss */
.nav-container {
  margin: 0;
}

/* line 70, sass/_nav.scss */
.nav-logo {
  z-index: 1;
}

/* line 78, sass/_nav.scss */
.top-bar-section {
  overflow: hidden;
  margin-bottom: 0;
}
/* line 82, sass/_nav.scss */
.top-bar-section .left {
  overflow: auto;
}

/* line 88, sass/_nav.scss */
.next-flag,
.prev-flag {
  display: block;
  background: #ffcc33;
  position: fixed;
  z-index: 4;
  color: #1f0c0c;
  max-width: 530px;
}
/* line 96, sass/_nav.scss */
.next-flag span:first-child,
.prev-flag span:first-child {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.73684rem;
  font-style: oblique;
  text-transform: capitalize;
  font-weight: 100;
}
/* line 105, sass/_nav.scss */
.next-flag .title,
.prev-flag .title {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1;
}
/* line 112, sass/_nav.scss */
.next-flag:hover span,
.prev-flag:hover span {
  color: #1f0c0c;
}
/* line 115, sass/_nav.scss */
.next-flag:hover .title,
.prev-flag:hover .title {
  text-decoration: underline;
}

/* line 122, sass/_nav.scss */
.next-flag {
  bottom: 1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 16px 14px 14px;
  line-height: 1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 250ms ease;
  -webkit-transition-delay: 150ms;
  -moz-transition: -moz-transform 250ms ease 150ms;
  -o-transition: -o-transform 250ms ease 150ms;
  transition: transform 250ms ease 150ms;
  right: 0;
  border-right: 10px solid #ffcc33;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 32, sass/_mixins.scss */
.next-flag:before, .next-flag:after {
  content: '';
  width: 5px;
  height: 5px;
  border-color: #987421;
  border-width: 5px;
  border-style: solid;
  position: absolute;
}
/* line 57, sass/_mixins.scss */
.next-flag:before {
  right: -7px;
  top: -5px;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 83, sass/_mixins.scss */
.next-flag:after {
  right: -7px;
  bottom: -5px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 124, sass/_mixins.scss */
.next-flag.show {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 128, sass/_nav.scss */
.prev-flag {
  bottom: 7rem;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 16px 14px 14px;
  line-height: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-border-left-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 250ms ease;
  -webkit-transition-delay: 150ms;
  -moz-transition: -moz-transform 250ms ease 150ms;
  -o-transition: -o-transform 250ms ease 150ms;
  transition: transform 250ms ease 150ms;
  left: 0;
  border-left: 10px solid #ffcc33;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
/* line 32, sass/_mixins.scss */
.prev-flag:before, .prev-flag:after {
  content: '';
  width: 5px;
  height: 5px;
  border-color: #987421;
  border-width: 5px;
  border-style: solid;
  position: absolute;
}
/* line 57, sass/_mixins.scss */
.prev-flag:before {
  left: -7px;
  top: -5px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 83, sass/_mixins.scss */
.prev-flag:after {
  left: -7px;
  bottom: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 124, sass/_mixins.scss */
.prev-flag.show {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  /* line 136, sass/_nav.scss */
  .prev-flag {
    bottom: 5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 142, sass/_nav.scss */
  .prev-flag {
    bottom: 1rem;
  }

  /* line 146, sass/_nav.scss */
  .prev-flag.stagger {
    bottom: 5rem;
  }
}
/*
 * ICONS
 *******************************************************************************/
/* line 155, sass/_nav.scss */
.top-bar li {
  position: relative;
}
/* line 159, sass/_nav.scss */
.top-bar .icon {
  padding: 0;
  width: 100%;
}

/* line 172, sass/_nav.scss */
.menu,
.envelope {
  width: 44px;
}

/* line 176, sass/_nav.scss */
.radio {
  padding: 0;
  margin-right: 15px;
  width: 30px;
}

/* line 182, sass/_nav.scss */
.connect {
  width: 80px;
  margin-right: 8px;
}
/* line 186, sass/_nav.scss */
.menu-closed .connect {
  display: none;
}
/* line 190, sass/_nav.scss */
.connect .icon {
  width: 57px;
}

@media only screen and (min-width: 40.063em) {
  /* line 196, sass/_nav.scss */
  .connect {
    width: 57px;
  }
  /* line 199, sass/_nav.scss */
  .menu-closed .connect {
    display: block;
  }
}
/* line 205, sass/_nav.scss */
.arrows {
  width: 44px;
  padding: 0;
}
/* line 210, sass/_nav.scss */
.arrows .icon {
  width: 22px;
}
/* line 214, sass/_nav.scss */
.arrows .icon[data-icon=arrow_right] {
  left: 32px;
}
/* line 218, sass/_nav.scss */
.arrows .icon[data-icon=arrow_left] {
  right: auto;
}
/* line 226, sass/_nav.scss */
.arrows .disabled.icon {
  opacity: .5;
  cursor: default;
}
/* line 230, sass/_nav.scss */
.arrows .disabled.icon[data-icon=arrow_right]:hover span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -246px;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 230, sass/_nav.scss */
  .arrows .disabled.icon[data-icon=arrow_right]:hover span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -248px;
  }
}
/* line 234, sass/_nav.scss */
.arrows .disabled.icon[data-icon=arrow_left]:hover span {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -264px;
  background-repeat: no-repeat;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 234, sass/_nav.scss */
  .arrows .disabled.icon[data-icon=arrow_left]:hover span {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -541px;
  }
}

/* line 242, sass/_nav.scss */
.radio,
.menu {
  display: none;
}

/* line 246, sass/_nav.scss */
.menu-closed .arrows {
  display: block;
  position: absolute;
  right: 18px;
}

/* line 254, sass/_nav.scss */
.connect-page .arrows,
.results .arrows,
.connect-page .arrows {
  display: none;
}

@media only screen and (min-width: 321px) {
  /* line 260, sass/_nav.scss */
  .menu-closed .arrows {
    width: 88px;
  }
  /* line 263, sass/_nav.scss */
  .menu-closed .arrows .icon {
    width: 44px;
  }

  /* line 267, sass/_nav.scss */
  .arrows .icon[data-icon=arrow_right] {
    left: 44px;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 273, sass/_nav.scss */
  .menu-closed .arrows {
    position: relative;
    right: 0;
  }

  /* line 278, sass/_nav.scss */
  .radio {
    display: block;
  }
}
/* line 285, sass/_nav.scss */
.search .icon, .mobile-search .icon {
  width: 15px;
}
/* line 289, sass/_nav.scss */
.menu-closed .search, .menu-closed .mobile-search {
  display: none;
}
/* line 293, sass/_nav.scss */
.search .row, .mobile-search .row {
  display: none;
  margin-top: 16px;
}
/* line 298, sass/_nav.scss */
.search .columns, .mobile-search .columns {
  margin-bottom: 0;
}
/* line 302, sass/_nav.scss */
.search input, .mobile-search input {
  background: #462330;
  border: none;
  border-radius: 5px;
  height: 24px;
  top: initial;
  line-height: 1.1;
  padding: 0;
  padding-left: 7px;
  color: white;
}
/* line 313, sass/_nav.scss */
.search input::-webkit-input-placeholder, .mobile-search input::-webkit-input-placeholder {
  color: #ab6187;
}
/* line 313, sass/_nav.scss */
.search input::-moz-placeholder, .mobile-search input::-moz-placeholder {
  color: #ab6187;
}
/* line 313, sass/_nav.scss */
.search input:-moz-placeholder, .mobile-search input:-moz-placeholder {
  color: #ab6187;
}
/* line 313, sass/_nav.scss */
.search input:-ms-input-placeholder, .mobile-search input:-ms-input-placeholder {
  color: #ab6187;
}
/* line 318, sass/_nav.scss */
.search input:focus, .mobile-search input:focus {
  background: #462330;
}
/* line 323, sass/_nav.scss */
.search .icon[data-icon=mag], .mobile-search .icon[data-icon=mag] {
  position: static;
}

/* line 328, sass/_nav.scss */
li.search, li.mobile-search {
  display: none;
}

/* line 335, sass/_nav.scss */
.mobile-search form {
  width: 95%;
  margin: 0 auto;
}
/* line 340, sass/_nav.scss */
.mobile-search input {
  margin: 0;
  height: 25px;
  margin-top: 1px;
}
/* line 346, sass/_nav.scss */
.mobile-search [data-icon=mag]:before {
  right: 8px;
}

@media only screen and (min-width: 40.063em) {
  /* line 352, sass/_nav.scss */
  li.search, li.mobile-search {
    width: auto;
    display: block;
    max-width: 170px;
  }
  /* line 357, sass/_nav.scss */
  .menu-closed li.search, .menu-closed li.mobile-search {
    display: block;
  }

  /* line 362, sass/_nav.scss */
  .mobile-search {
    display: none;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 368, sass/_nav.scss */
  .search, .mobile-search {
    max-width: initial;
    width: initial;
  }
  /* line 372, sass/_nav.scss */
  .search > .icon, .mobile-search > .icon {
    display: none;
  }
  /* line 376, sass/_nav.scss */
  .search .row, .mobile-search .row {
    display: block;
  }
}
/*
 * TOOLTIPS
 *******************************************************************************/
/* line 385, sass/_nav.scss */
.tooltip {
  pointer-events: none;
  text-transform: uppercase;
  display: block;
  width: auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 16px 14px 14px;
  line-height: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 32, sass/_mixins.scss */
.tooltip:before, .tooltip:after {
  content: '';
  width: 5px;
  height: 5px;
  border-color: #987421;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
}
/* line 57, sass/_mixins.scss */
.tooltip:before {
  left: -5px;
  top: 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* line 83, sass/_mixins.scss */
.tooltip:after {
  right: -5px;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 394, sass/_nav.scss */
.results .tooltip, .connect-page .tooltip {
  position: fixed;
}
/* line 398, sass/_nav.scss */
.tooltip .tip-content {
  letter-spacing: 1px;
}

/* line 404, sass/_nav.scss */
[data-selector=prevTip] .tip-content:before,
[data-selector=nextTip] .tip-content:before {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 0.73684rem;
  font-style: oblique;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: initial;
}

/* line 414, sass/_nav.scss */
[data-selector=prevTip] .tip-content:before {
  content: "Newer";
}

/* line 417, sass/_nav.scss */
[data-selector=nextTip] .tip-content:before {
  content: "Older";
}

/*
 * OVERLAY
 *******************************************************************************/
/* line 424, sass/_nav.scss */
.menu-overlay .filters {
  position: fixed;
  top: 55px;
  width: 100%;
  text-align: center;
  max-width: initial;
  padding: 0 0.5rem 15px;
  z-index: 1;
  background: #1f0c0c;
}
/* line 434, sass/_nav.scss */
.menu-overlay .filters select {
  height: 25px;
  width: 95%;
  background: none;
  background-color: #462330;
  color: #ab6187;
  font-size: 0.63158rem;
  border-radius: 5px;
  border: none;
  margin: 0;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-weight: 300;
  -webkit-transition: color 150ms, background-color 150ms;
  -webkit-transition-delay: 0, 0;
  -moz-transition: color 150ms 0, background-color 150ms 0;
  -o-transition: color 150ms 0, background-color 150ms 0;
  transition: color 150ms false 0, background-color 150ms false 0;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
/* line 454, sass/_nav.scss */
.menu-overlay .filters select:hover {
  background-color: #ab6187;
  color: #462330;
}
/* line 459, sass/_nav.scss */
.menu-overlay .filters select:focus {
  outline: none;
}
/* line 464, sass/_nav.scss */
.menu-overlay .filters .arrow-wrapper {
  position: relative;
  display: inline-block;
}
/* line 468, sass/_nav.scss */
.menu-overlay .filters .arrow-wrapper:after {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -348px;
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  opacity: 1;
  -webkit-transition: opacity 150ms;
  -webkit-transition-delay: 0;
  -moz-transition: opacity 150ms 0;
  -o-transition: opacity 150ms 0;
  transition: opacity 150ms false 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 468, sass/_nav.scss */
  .menu-overlay .filters .arrow-wrapper:after {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -348px;
  }
}
/* line 473, sass/_nav.scss */
.menu-overlay .filters .arrow-wrapper:before {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -324px;
  background-repeat: no-repeat;
  height: 8px;
  width: 12px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 473, sass/_nav.scss */
  .menu-overlay .filters .arrow-wrapper:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -326px;
  }
}
/* line 477, sass/_nav.scss */
.menu-overlay .filters .arrow-wrapper:hover:after {
  opacity: 0;
}
/* line 482, sass/_nav.scss */
.menu-overlay .filters .arrow-wrapper:after, .menu-overlay .filters .arrow-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  right: 10%;
  top: 11px;
}

@media only screen and (min-width: 40.063em) {
  /* line 495, sass/_nav.scss */
  .menu-overlay .filters .arrow-wrapper {
    width: auto;
    float: none;
  }
  /* line 500, sass/_nav.scss */
  .menu-overlay .filters select {
    font-size: 0.73684rem;
    width: auto;
  }
}
/* line 508, sass/_nav.scss */
.filter-clear {
  display: none;
  background-color: #462330;
  color: #ab6187;
  height: 25px;
  width: 64px;
  margin: auto;
  padding: 0;
  line-height: 1;
  border-radius: 5px;
  font-size: 0.63158rem;
  font-weight: 100 !important;
}
/* line 523, sass/_nav.scss */
.filter-clear:hover, .filter-clear:focus, .filter-clear:active {
  background-color: #669966;
  outline: none;
}
/* line 528, sass/_nav.scss */
.filter-clear.show {
  display: inline-block;
  margin-top: 0.5rem;
  clear: both;
}

@media only screen and (min-width: 40.063em) {
  /* line 536, sass/_nav.scss */
  .filter-clear.show {
    margin-top: 0;
    clear: none;
  }
}
/* line 542, sass/_nav.scss */
.menu-overlay {
  height: 100%;
  width: 100%;
  margin: 0;
  top: 0;
  text-align: center;
  z-index: 5;
  background: #1f0c0c;
}
/* line 551, sass/_nav.scss */
.menu-overlay .excerpts {
  margin: 0;
  padding-top: 95px;
  padding-bottom: 50px;
  background: #1f0c0c;
}
/* line 557, sass/_nav.scss */
.menu-overlay .excerpts:before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f0c0c), color-stop(100%, rgba(31, 12, 12, 0)));
  background: -webkit-linear-gradient(#1f0c0c, rgba(31, 12, 12, 0));
  background: -moz-linear-gradient(#1f0c0c, rgba(31, 12, 12, 0));
  background: -o-linear-gradient(#1f0c0c, rgba(31, 12, 12, 0));
  background: linear-gradient(#1f0c0c, rgba(31, 12, 12, 0));
  position: fixed;
  left: 0;
  right: 0;
  height: 25px;
  top: 90px;
  pointer-events: none;
}
/* line 571, sass/_nav.scss */
.menu-overlay .excerpt h3 {
  color: #ab6187;
  margin-bottom: 0;
  font-size: 0.94737rem;
  letter-spacing: 3px;
  padding: 0 0.75rem;
}
/* line 579, sass/_nav.scss */
.menu-overlay .excerpt p {
  font-size: 0.73684rem;
  color: white;
}
/* line 585, sass/_nav.scss */
.menu-overlay a:hover h3 {
  color: #ffcc33;
}
/* line 589, sass/_nav.scss */
.menu-overlay .active h3 {
  color: #669966;
}
/* line 594, sass/_nav.scss */
.menu-overlay .close-menu {
  display: none;
  position: absolute;
  left: 50px;
  bottom: -7px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 16px 14px 14px;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 32, sass/_mixins.scss */
.menu-overlay .close-menu:before, .menu-overlay .close-menu:after {
  content: '';
  width: 5px;
  height: 5px;
  border-color: #987421;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
}
/* line 57, sass/_mixins.scss */
.menu-overlay .close-menu:before {
  right: 95%;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 83, sass/_mixins.scss */
.menu-overlay .close-menu:after {
  left: 95%;
  bottom: 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 40.063em) {
  /* line 605, sass/_nav.scss */
  .menu-overlay .excerpt h3 {
    font-size: 1.15789rem;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 611, sass/_nav.scss */
  .menu-overlay .excerpt h3 {
    font-size: 1.31579rem;
  }
}
/* line 616, sass/_nav.scss */
.back-menu {
  color: #1f0c0c;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px 16px 11px 11px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: -1px 2px 0px 1px #987421;
  -moz-box-shadow: -1px 2px 0px 1px #987421;
  box-shadow: -1px 2px 0px 1px #987421;
}
/* line 629, sass/_nav.scss */
.back-menu:hover, .back-menu:active, .back-menu:focus {
  color: #1f0c0c;
  text-decoration: underline;
  background: #ffcc33;
}
/* line 638, sass/_nav.scss */
.back-menu .touch:hover, .back-menu .touch:active, .back-menu .touch:focus {
  color: initial;
  background: initial;
}

@-webkit-keyframes bg_color {
  /* line 645, sass/_nav.scss */
  from {
    background-color: #669966;
  }

  /* line 645, sass/_nav.scss */
  50% {
    background-color: #ab6187;
  }

  /* line 645, sass/_nav.scss */
  to {
    background-color: #669966;
  }
}

@-moz-keyframes bg_color {
  /* line 646, sass/_nav.scss */
  from {
    background-color: #669966;
  }

  /* line 646, sass/_nav.scss */
  50% {
    background-color: #ab6187;
  }

  /* line 646, sass/_nav.scss */
  to {
    background-color: #669966;
  }
}

@-o-keyframes bg_color {
  /* line 647, sass/_nav.scss */
  from {
    background-color: #669966;
  }

  /* line 647, sass/_nav.scss */
  50% {
    background-color: #ab6187;
  }

  /* line 647, sass/_nav.scss */
  to {
    background-color: #669966;
  }
}

@keyframes bg_color {
  /* line 648, sass/_nav.scss */
  from {
    background-color: #669966;
  }

  /* line 648, sass/_nav.scss */
  50% {
    background-color: #ab6187;
  }

  /* line 648, sass/_nav.scss */
  to {
    background-color: #669966;
  }
}

/* line 650, sass/_nav.scss */
.db-msg {
  background: #1f0c0c;
  margin-bottom: 0;
  overflow: auto;
  z-index: 5;
}
/* line 656, sass/_nav.scss */
.db-msg figure {
  background-color: #669966;
  padding: 10px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  width: 350px;
  max-width: 100%;
  min-height: 208px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  margin: 0 auto;
  -webkit-animation: bg_color 2s linear 0s infinite normal none;
  -moz-animation: bg_color 2s linear 0s infinite normal none;
  -o-animation: bg_color 2s linear 0s infinite normal none;
  animation: bg_color 2s linear 0s infinite normal none;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
/* line 140, sass/_mixins.scss */
.db-msg figure:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/* line 670, sass/_nav.scss */
.db-msg figure span.icon {
  width: 80px;
  height: 60px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 46px;
}
/* line 683, sass/_nav.scss */
.db-msg figcaption {
  font-family: "Varela Round", sans-serif;
  color: #1f0c0c;
  letter-spacing: 2px;
  font-size: 1.26316rem;
  font-weight: 300;
  padding: 12px 0 10px;
}
/* line 692, sass/_nav.scss */
.db-msg .archive {
  color: #ab6187;
  font-style: oblique;
  font-size: 0.73684rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms;
}
/* line 701, sass/_nav.scss */
.db-msg .archive:hover {
  color: #669966;
}
/* line 706, sass/_nav.scss */
.db-msg .gallery:hover > .icon {
  background: rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 40.063em) {
  /* line 713, sass/_nav.scss */
  .db-msg {
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: initial;
  }
  /* line 721, sass/_nav.scss */
  .db-msg:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(31, 12, 12, 0)), color-stop(100%, #1f0c0c));
    background: -webkit-linear-gradient(rgba(31, 12, 12, 0), #1f0c0c);
    background: -moz-linear-gradient(rgba(31, 12, 12, 0), #1f0c0c);
    background: -o-linear-gradient(rgba(31, 12, 12, 0), #1f0c0c);
    background: linear-gradient(rgba(31, 12, 12, 0), #1f0c0c);
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    bottom: 100%;
    pointer-events: none;
  }

  /* line 734, sass/_nav.scss */
  .menu-overlay .excerpts {
    overflow-y: auto;
  }
  /* line 741, sass/_nav.scss */
  .menu-overlay .excerpts p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 40em) {
  /* line 748, sass/_nav.scss */
  .menu-overlay .excerpts.filtered {
    padding-top: 125px;
  }
}
/*
 * EXTENDS
 *******************************************************************************/
/* line 756, sass/_nav.scss */
[data-icon=radio] span, [data-icon=radio] span:before, .nav-logo span,
.nav-logo span:before, .top-bar .icon, .top-bar .icon span,
.top-bar .icon span:before, .arrows span, .gallery > span.icon:before, .gallery > span.icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*
 *  PAGE LAYOUTS
 *******************************************************************************/
/* line 8, sass/_article.scss */
.byline .pipe:before,
.byline .pipe:after,
.excerpt .pipe:before,
.excerpt .pipe:after {
  content: '';
  display: inline-block;
}
/* line 12, sass/_article.scss */
.byline .pipe:before,
.excerpt .pipe:before {
  margin-left: 5px;
}
/* line 15, sass/_article.scss */
.byline .pipe:after,
.excerpt .pipe:after {
  margin-right: 5px;
}

/* line 21, sass/_article.scss */
.main-article .pipe {
  display: none;
}
/* line 26, sass/_article.scss */
.main-article .author,
.main-article .date {
  display: block;
}

/* line 31, sass/_article.scss */
.tag {
  text-transform: uppercase;
  font-style: oblique;
  font-weight: 500;
  letter-spacing: 3px;
}
/* line 38, sass/_article.scss */
.tag:before, .tag:after {
  content: '\2014';
  color: #ab6187;
  display: inline-block;
  margin: 0 2px;
}

@media only screen and (min-width: 40.063em) {
  /* line 50, sass/_article.scss */
  .main-article .author,
  .main-article .date,
  .main-article .pipe {
    display: inline;
  }
}
/* line 56, sass/_article.scss */
.excerpt h3 {
  text-transform: uppercase;
}

/* line 60, sass/_article.scss */
.cover {
  height: 120px;
  margin: 0;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -2;
  left: 0;
  right: 0;
  top: 55px;
  position: fixed;
  background-attachment: initial;
  opacity: 0;
  -webkit-transition: opacity, 300ms;
  -moz-transition: opacity, 300ms;
  -o-transition: opacity, 300ms;
  transition: opacity, 300ms;
}
/* line 79, sass/_article.scss */
.cover.loaded {
  opacity: 1;
}
/* line 87, sass/_article.scss */
.cover + .page {
  margin-top: 174px;
}
/* line 90, sass/_article.scss */
.cover + .page .main-article {
  margin-top: 25px;
}

/* line 96, sass/_article.scss */
.shape-overlay {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: bottom;
  background-image: url(../img/triangles.png);
  background-size: auto 25%;
}

/* line 109, sass/_article.scss */
.main-article {
  margin-top: 55px;
  background-color: white;
  padding: 0 15px;
}
/* line 114, sass/_article.scss */
.main-article header {
  text-align: center;
  margin-bottom: 2rem;
  -webkit-backface-visibility: hidden;
}
/* line 119, sass/_article.scss */
.main-article header small {
  font-size: 0.73684rem;
}

@media only screen and (min-width: 1042px) {
  /* line 126, sass/_article.scss */
  .main-article {
    padding: 0;
  }
  /* line 128, sass/_article.scss */
  .main-article header {
    margin-bottom: 1.75rem;
  }
}
/* line 135, sass/_article.scss */
.article-title {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-size: 1.26316rem;
  -webkit-transition: font-size 150ms, letter-spacing 150ms;
  -webkit-transition-delay: 0, 0;
  -moz-transition: font-size 150ms 0, letter-spacing 150ms 0;
  -o-transition: font-size 150ms 0, letter-spacing 150ms 0;
  transition: font-size 150ms false 0, letter-spacing 150ms false 0;
}

/* line 146, sass/_article.scss */
.initial-cap:first-letter,
.text-block:first-of-type:first-letter {
  font-family: "Varela Round", sans-serif;
  font-size: 1.26316rem;
  line-height: 1;
}

@media only screen and (min-width: 64.063em) {
  /* line 154, sass/_article.scss */
  .initial-cap:first-letter,
  .text-block:first-of-type:first-letter {
    font-size: 2.10526rem;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 160, sass/_article.scss */
  .cover {
    height: 235px;
  }
  /* line 163, sass/_article.scss */
  .cover + .page {
    margin-top: 235px;
  }

  /* line 168, sass/_article.scss */
  .shape-overlay {
    background-size: auto 75%;
  }

  /* line 172, sass/_article.scss */
  .stuck {
    position: fixed;
    left: 8px;
    right: 8px;
    z-index: 11;
    background: white;
    padding-top: 85px;
    width: auto;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 183, sass/_article.scss */
  .stuck .wrapper {
    border-bottom: 1px solid #ecd9e3;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0.78947rem;
    padding-right: 0.78947rem;
    padding-bottom: 0.685rem;
  }
  /* line 203, sass/_article.scss */
  .stuck .article-title {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  /* line 212, sass/_article.scss */
  .stuck + .content {
    margin-top: 80px;
  }

  /* line 217, sass/_article.scss */
  .share-stuck {
    position: fixed !important;
    top: 114px !important;
    bottom: initial;
    z-index: 98;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 227, sass/_article.scss */
  .cover {
    height: 335px;
  }
  /* line 230, sass/_article.scss */
  .cover + .page {
    margin-top: 355px;
  }

  /* line 235, sass/_article.scss */
  .shape-overlay {
    background-size: auto 100%;
  }

  /* line 239, sass/_article.scss */
  .article-title {
    font-size: 2rem;
  }
}
/* line 244, sass/_article.scss */
.pull-quote {
  font-style: oblique;
  padding: 0 50px;
  text-align: center;
  margin-top: 0.685rem;
}
/* line 250, sass/_article.scss */
.pull-quote .wrapper {
  border-bottom: 1px solid #ecd9e3;
}
/* line 254, sass/_article.scss */
.pull-quote p {
  font-size: 1.15789rem;
}
/* line 257, sass/_article.scss */
.pull-quote p:last-of-type {
  margin-bottom: 0.685rem;
}

@media only screen and (min-width: 64.063em) {
  /* line 265, sass/_article.scss */
  .pull-quote.large-7 {
    text-align: left;
    padding-right: 75px;
  }
  /* line 269, sass/_article.scss */
  .pull-quote.large-5 {
    text-align: left;
  }
}
/*
 * SKROLLR EFFECTS
 *******************************************************************************/
/* line 277, sass/_article.scss */
.content {
  width: 100%;
  position: relative;
  overflow: auto;
}

/* 
 * IMAGE GALLERIES
 *******************************************************************************/
/* line 310, sass/_article.scss */
.content > figure {
  margin-right: auto;
  margin-left: 0;
}
/* line 315, sass/_article.scss */
figure .wrapper {
  margin: 0 auto;
}
/* line 319, sass/_article.scss */
figure .caption {
  border-right: transparent 8px solid;
  border-left: transparent 8px solid;
}
/* line 323, sass/_article.scss */
figure .caption div {
  position: relative;
  padding: 18px 20px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* line 331, sass/_article.scss */
figure .caption span {
  font-size: 0.68421rem;
}
/* line 336, sass/_article.scss */
figure .credit {
  text-align: right;
  color: #b7b7b7;
}
/* line 341, sass/_article.scss */
figure .credit a,
figure .credit a:hover {
  color: #b7b7b7;
}
/* line 200, sass/_mixins.scss */
figure.peach .caption {
  border-bottom: #ffcc99 6px solid;
}
/* line 203, sass/_mixins.scss */
figure.peach .caption div {
  background: rgba(253, 242, 231, 0.7);
}
/* line 206, sass/_mixins.scss */
figure.peach .caption span {
  color: #cc6600;
}
/* line 200, sass/_mixins.scss */
figure.green .caption {
  border-bottom: #669966 6px solid;
}
/* line 203, sass/_mixins.scss */
figure.green .caption div {
  background: rgba(218, 229, 218, 0.7);
}
/* line 206, sass/_mixins.scss */
figure.green .caption span {
  color: #719871;
}
/* line 200, sass/_mixins.scss */
figure.gray .caption {
  border-bottom: #b7b7b7 6px solid;
}
/* line 203, sass/_mixins.scss */
figure.gray .caption div {
  background: rgba(237, 237, 237, 0.7);
}
/* line 206, sass/_mixins.scss */
figure.gray .caption span {
  color: #333;
}

/* line 357, sass/_article.scss */
.video-embed .gallery {
  background: #1f0c0c;
}

@media only screen and (min-width: 64.063em) {
  /* line 362, sass/_article.scss */
  .content figure:nth-child(2) {
    margin-top: 22px;
  }
}
/* line 367, sass/_article.scss */
.gallery {
  position: relative;
  display: block;
}
/* line 371, sass/_article.scss */
.gallery > span.icon {
  position: absolute;
  top: initial;
  left: initial;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 150ms, opacity 150ms;
  -webkit-transition-delay: 0ms, 0ms;
  -moz-transition: background 150ms 0ms, opacity 150ms 0ms;
  -o-transition: background 150ms 0ms, opacity 150ms 0ms;
  transition: background 150ms false 0ms, opacity 150ms false 0ms;
}
/* line 393, sass/_article.scss */
.gallery:hover > .icon {
  background: #b3668e;
  opacity: 1;
}

/* line 400, sass/_article.scss */
.orbit-container {
  clear: both;
}
/* line 403, sass/_article.scss */
.orbit-container > .icon {
  top: 25px;
  left: initial;
}
/* line 407, sass/_article.scss */
.orbit-container > .icon:hover {
  background-color: transparent;
}
/* line 411, sass/_article.scss */
.orbit-container [data-icon=arrow_left_black] {
  right: 70px;
}
/* line 414, sass/_article.scss */
.orbit-container [data-icon=arrow_left_black]:before {
  content: '';
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -334px;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 414, sass/_article.scss */
  .orbit-container [data-icon=arrow_left_black]:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -312px;
  }
}
/* line 426, sass/_article.scss */
.orbit-container [data-icon=arrow_left_black]:hover:before {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -282px;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 426, sass/_article.scss */
  .orbit-container [data-icon=arrow_left_black]:hover:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -298px;
  }
}
/* line 430, sass/_article.scss */
.orbit-container [data-icon=arrow_right_black] {
  right: 32px;
}
/* line 433, sass/_article.scss */
.orbit-container [data-icon=arrow_right_black]:before {
  content: '';
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -310px;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 433, sass/_article.scss */
  .orbit-container [data-icon=arrow_right_black]:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -334px;
  }
}
/* line 445, sass/_article.scss */
.orbit-container [data-icon=arrow_right_black]:hover:before {
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -296px;
  background-repeat: no-repeat;
  height: 12px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 445, sass/_article.scss */
  .orbit-container [data-icon=arrow_right_black]:hover:before {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -266px;
  }
}
/* line 452, sass/_article.scss */
.orbit-container .lightbox .gallery {
  display: block;
  background: #1f0c0c;
}
/* line 457, sass/_article.scss */
.orbit-container .lightbox img {
  margin: 0 auto;
}

/* line 463, sass/_article.scss */
.gallery_large {
  list-style: none;
}

/*
 * RELATED CONTENT
 *******************************************************************************/
/* line 470, sass/_article.scss */
.related-background {
  position: relative;
  background: rgba(218, 229, 218, 0.7);
  border-top: 8px solid #669966;
  border-bottom: 8px solid #669966;
  padding: 0 15px;
}

/* line 479, sass/_article.scss */
.related {
  color: #669966;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 52.63158rem;
  *zoom: 1;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.related:before, .related:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.related:after {
  clear: both;
}
/* line 483, sass/_article.scss */
.related header {
  position: relative;
  padding-left: 0.78947rem;
  padding-right: 0.78947rem;
  width: 100%;
  float: left;
}
/* line 487, sass/_article.scss */
.related .related-row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 52.63158rem;
  *zoom: 1;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.related .related-row:before, .related .related-row:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.related .related-row:after {
  clear: both;
}
/* line 492, sass/_article.scss */
.related a:hover,
.related a:hover * {
  color: #669966;
}
/* line 496, sass/_article.scss */
.related a:hover h3 {
  text-decoration: underline;
}
/* line 501, sass/_article.scss */
.related h2,
.related h3 {
  color: #669966;
  margin-bottom: 0;
}
/* line 506, sass/_article.scss */
.related h2 {
  font-size: 0.68421rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-style: oblique;
  margin-top: 1.37rem;
}
/* line 514, sass/_article.scss */
.related h3 {
  font-size: 0.94737rem;
}
/* line 518, sass/_article.scss */
.related p {
  font-size: 0.73684rem;
}

/* line 523, sass/_article.scss */
.related-link {
  position: relative;
  padding-left: 0.78947rem;
  padding-right: 0.78947rem;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 64.063em) {
  /* line 528, sass/_article.scss */
  .related-link {
    position: relative;
    padding-left: 0.78947rem;
    padding-right: 0.78947rem;
    width: 50%;
    float: left;
  }
}
/* line 533, sass/_article.scss */
.fb-comments {
  margin: 0 auto;
  display: block !important;
  padding: 0 15px;
  max-width: 1000px;
}
/* line 540, sass/_article.scss */
.fb-comments span,
.fb-comments iframe {
  display: block !important;
  margin: 0 auto;
}

/*
 * RADIO BUTTON
 *****************************************************************************/
/* line 554, sass/_article.scss */
.btn-radio {
  width: 100%;
  float: left;
  clear: both;
  padding-left: 0.78947rem;
  padding-right: 0.78947rem;
  text-align: center;
}
/* line 562, sass/_article.scss */
.btn-radio button {
  border-radius: 7px;
  background: #dbb7ca;
}
/* line 566, sass/_article.scss */
.btn-radio button:hover {
  background: #ecd9e3;
}

/* line 572, sass/_article.scss */
.radio-playlist {
  width: 100%;
  border: 1px solid #eee;
}
/* line 577, sass/_article.scss */
.radio-playlist th,
.radio-playlist td {
  padding: 12px 35px;
}
/* line 580, sass/_article.scss */
.radio-playlist tbody tr:nth-child(odd) {
  background: #eee;
}

/* line 3, sass/_search.scss */
.results.menu-open, .menu-open.connect-page {
  overflow: hidden;
}
/* line 7, sass/_search.scss */
.results .page, .connect-page .page {
  color: #1f0c0c;
  text-align: center;
  position: static;
  margin-top: 55px;
  margin-right: 8px;
  margin-left: 8px;
  bottom: 0;
  height: 100%;
}
/* line 19, sass/_search.scss */
.results header h2, .connect-page header h2 {
  font-size: 1.47368rem;
  margin-top: 1.37rem;
  margin-bottom: 0;
}
/* line 25, sass/_search.scss */
.results header h3, .connect-page header h3 {
  font-size: 1rem;
}
/* line 30, sass/_search.scss */
.results .excerpt, .connect-page .excerpt {
  color: #1f0c0c;
}
/* line 33, sass/_search.scss */
.results .excerpt h3, .connect-page .excerpt h3 {
  letter-spacing: 3px;
  color: #ab6187;
  margin-bottom: 0;
  font-size: 1.31579rem;
}
/* line 40, sass/_search.scss */
.results .excerpt:hover h3, .connect-page .excerpt:hover h3 {
  color: #669966;
}
/* line 45, sass/_search.scss */
.results .excerpts, .connect-page .excerpts {
  margin-bottom: 0;
}

/* line 6, sass/_connect.scss */
.connect-page .inner-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 52.63158rem;
  *zoom: 1;
  margin-top: 4.5rem;
  max-width: 36.31579rem;
}
/* line 159, ../bower_components/foundation/scss/foundation/components/_global.scss */
.connect-page .inner-wrapper:before, .connect-page .inner-wrapper:after {
  content: " ";
  display: table;
}
/* line 160, ../bower_components/foundation/scss/foundation/components/_global.scss */
.connect-page .inner-wrapper:after {
  clear: both;
}
/* line 13, sass/_connect.scss */
.connect-page .facebook,
.connect-page .twitter {
  border-bottom: 1px #f3deea solid;
}
/* line 16, sass/_connect.scss */
.connect-page .facebook a,
.connect-page .twitter a {
  color: #ab6187;
}
/* line 18, sass/_connect.scss */
.connect-page .facebook a:hover,
.connect-page .twitter a:hover {
  color: #ffcc33;
}
/* line 37, sass/_connect.scss */
.connect-page h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 42, sass/_connect.scss */
.connect-page [data-abide] small.error {
  margin: 0 auto;
  max-width: 12.36842rem;
  background: #ffcc33;
  color: #1f0c0c;
  border-radius: 5px;
  padding: 0.26316rem;
}
/* line 51, sass/_connect.scss */
.connect-page .text {
  background: #f3deea;
  border-radius: 5px;
  max-width: 12.36842rem;
  margin: 0 auto;
  box-shadow: none;
  border: none;
  height: 1.37rem;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  -o-transition: background 150ms;
  transition: background 150ms;
}
/* line 62, sass/_connect.scss */
.connect-page .text::-webkit-input-placeholder {
  text-align: center;
  color: #1f0c0c;
  font-weight: 300;
}
/* line 62, sass/_connect.scss */
.connect-page .text:-moz-placeholder {
  text-align: center;
  color: #1f0c0c;
  font-weight: 300;
}
/* line 62, sass/_connect.scss */
.connect-page .text::-moz-placeholder {
  text-align: center;
  color: #1f0c0c;
  font-weight: 300;
}
/* line 62, sass/_connect.scss */
.connect-page .text:-ms-placeholder {
  text-align: center;
  color: #1f0c0c;
  font-weight: 300;
}
/* line 70, sass/_connect.scss */
.connect-page fieldset {
  font-size: 0.63158rem;
  max-width: 12.8rem;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  overflow: visible;
  border: none;
}
/* line 81, sass/_connect.scss */
.connect-page fieldset legend,
.connect-page fieldset label {
  float: left;
  padding: 0 0.5rem;
  overflow: visible;
}
/* line 87, sass/_connect.scss */
.connect-page fieldset legend {
  font-weight: 300;
  letter-spacing: 0;
}
/* line 92, sass/_connect.scss */
.connect-page fieldset label {
  margin: 0;
}
/* line 99, sass/_connect.scss */
.connect-page .check:not(:checked), .connect-page .check:checked {
  position: absolute;
  left: -9999px;
}
/* line 105, sass/_connect.scss */
.connect-page .check:not(:checked) + label, .connect-page .check:checked + label {
  position: relative;
  padding-left: 13px;
  cursor: pointer;
}
/* line 112, sass/_connect.scss */
.connect-page .check:not(:checked) + label:before, .connect-page .check:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  border-radius: 3px;
}
/* line 125, sass/_connect.scss */
.connect-page .check:not(:checked) + label:after, .connect-page .check:checked + label:after {
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url('../img/icons-sc6195849e8.png');
  background-position: 0 -681px;
  background-repeat: no-repeat;
  height: 15px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  left: 1px;
  bottom: 3px;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  -webkit-transition-delay: 0, 0;
  -moz-transition: opacity 150ms 0, -moz-transform 150ms 0;
  -o-transition: opacity 150ms 0, -o-transform 150ms 0;
  transition: opacity 150ms false 0, transform 150ms false 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* line 125, sass/_connect.scss */
  .connect-page .check:not(:checked) + label:after, .connect-page .check:checked + label:after {
    background-image: url('../img/icons-retina-s32e71885a2.png');
    -webkit-background-size: 110px auto;
    -moz-background-size: 110px auto;
    -o-background-size: 110px auto;
    background-size: 110px auto;
    background-position: 0 -524px;
  }
}
/* line 134, sass/_connect.scss */
.connect-page .check:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 139, sass/_connect.scss */
.connect-page .check:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 145, sass/_connect.scss */
.connect-page .check:checked:focus + label:before, .connect-page .check:not(:checked):focus + label:before {
  outline: none;
}
/* line 150, sass/_connect.scss */
.connect-page .submit {
  display: block;
  margin: 0 auto;
  padding: 16px 16px 14px 16px;
  background: #ab6187;
  color: white;
  font-family: "Varela Round", sans-serif;
  font-weight: 100;
  font-size: 0.84211rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  -o-transition: background 150ms;
  transition: background 150ms;
}
/* line 165, sass/_connect.scss */
.connect-page .submit:hover {
  background: #669966;
}
/* line 169, sass/_connect.scss */
.connect-page .submit.disabled {
  opacity: 0.5;
}
/* line 172, sass/_connect.scss */
.connect-page .submit.disabled:hover {
  background: #ab6187;
}
/* line 178, sass/_connect.scss */
.connect-page small {
  font-style: oblique;
}
/* line 183, sass/_connect.scss */
.connect-page .fail,
.connect-page .success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
/* line 192, sass/_connect.scss */
.connect-page .fail.show,
.connect-page .success.show {
  opacity: 1;
  position: static;
}
/* line 198, sass/_connect.scss */
.connect-page .loader {
  display: block;
  background-image: url(/assets/img/loader.gif);
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  transition: opacity 150ms;
}
/* line 213, sass/_connect.scss */
.connect-page .loader.show {
  opacity: 1;
}

@media only screen and (max-width: 40em) {
  /* line 220, sass/_connect.scss */
  .facebook {
    padding: 0 25px;
  }
}
/* line 2, sass/_touchbox.scss */
.touch .detail-view {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: translateX, 0.5s;
  -moz-transition: translateX, 0.5s;
  -o-transition: translateX, 0.5s;
  transition: translateX, 0.5s;
}
/* line 11, sass/_touchbox.scss */
.touch .detail-view iframe {
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  padding: 25px;
}
/* line 21, sass/_touchbox.scss */
.touch .fancybox-overlay {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
/* line 27, sass/_touchbox.scss */
.touch .back-menu {
  z-index: 8040;
}
/* line 31, sass/_touchbox.scss */
.touch .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  height: 100%;
  z-index: 8030;
}
/* line 38, sass/_touchbox.scss */
.touch .swipe-wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
}
/* line 43, sass/_touchbox.scss */
.touch .swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: auto;
  height: 100%;
}
/* line 51, sass/_touchbox.scss */
.touch .swipe-wrap .inner-wrap {
  width: 100%;
  position: relative;
  height: 100%;
}
/* line 57, sass/_touchbox.scss */
.touch .swipe-wrap img {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  max-width: 90%;
  max-height: 80%;
  display: none;
}

@media only print {
  @page {}
  /* line 6, sass/_print.scss */
  body {
    height: auto !important;
  }

  /* line 10, sass/_print.scss */
  .inner-wrapper {
    padding: 0;
  }

  /* line 21, sass/_print.scss */
  .menu-icon,
  .top-bar-section,
  .share,
  .cover,
  .borders,
  .comments,
  .next-flag,
  .prev-flag {
    display: none;
  }

  /* line 26, sass/_print.scss */
  .nav-container,
  .page {
    position: static !important;
    margin: 0 auto !important;
  }

  /* line 31, sass/_print.scss */
  .nav-container {
    margin-bottom: 1.37rem;
  }

  /* line 35, sass/_print.scss */
  [data-icon=logo] span {
    content: url(../img/icons-retina/logo.png);
    width: auto;
    height: auto;
  }

  /* line 43, sass/_print.scss */
  .page figure .caption {
    border: none;
  }
  /* line 46, sass/_print.scss */
  .page figure .caption .wrapper {
    padding-left: 0;
  }
  /* line 52, sass/_print.scss */
  .page .gallery .icon {
    display: none;
  }
  /* line 56, sass/_print.scss */
  .page .gallery[href]:after {
    display: none;
  }

  /* line 62, sass/_print.scss */
  .related-background {
    border: none;
    text-align: center;
    background: none;
  }
  /* line 67, sass/_print.scss */
  .related-background h2 {
    text-align: center;
    font-size: 0.94737rem;
  }
  /* line 73, sass/_print.scss */
  .related-background p,
  .related-background .excerpt {
    margin-bottom: 0;
  }
  /* line 77, sass/_print.scss */
  .related-background a {
    margin-bottom: 1.37rem;
  }

  /* line 84, sass/_print.scss */
  .main-article .date,
  .main-article .author {
    display: inline;
  }
  /* line 88, sass/_print.scss */
  .main-article .orbit-container .gallery_large li {
    position: static;
    margin: auto;
  }
}
