/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *




 * Flash/notifications using http://www.amaranjs.com/
 * https://github.com/hakanersu/AmaranJS


 */
/* TODO: Make colors themable - e.g. Ubuntu has brown and SuSE has green */
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Droid Sans"), local("DroidSans"), url(/fonts/DroidSans.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Droid Sans Bold"), local("DroidSans-Bold"), url(/fonts/DroidSans-Bold.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*$include-xl-html-grid-classes: true;*/
/*$include-xl-html-block-grid-classes: true;*/
/*$row-width: 100%;*/
/* line 623, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
header {
  background-color: #2e3436;
}

/* line 629, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
body {
  background-color: #f2f2f2;
}

/* line 634, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#teaser {
  padding-top: 20px;
}
/* line 639, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#teaser h1 {
  font-weight: 700;
}

/* line 646, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.top-bar-title {
  font-size: 26px;
  padding: 8px 5px 3px 0;
  color: #8a8a8a;
}
/* line 654, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.top-bar-title img {
  padding: 0 5px;
}

/* line 660, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
header {
  border-bottom: 5px solid #c70338;
}

/*@import "compass/layout/sticky-footer";*/
/*@include sticky-footer(40px, "#wholepage");*/
/* line 670, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
html, body {
  height: 100%;
}

/* line 675, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#wholepage {
  height: 100%;
}

/* line 680, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#footer {
  background-color: #333333;
  display: table;
  width: 100%;
}
/* line 686, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#footer p {
  display: table-cell;
  padding: 5px 20px;
  color: #b3b3b3;
  vertical-align: middle;
  text-align: center;
  font-size: 100%;
}
/* line 696, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#footer a {
  color: #b3b3b3;
  font-weight: bolder;
}

/* line 705, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#content {
  padding-top: 5px;
}

/* line 735, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.grid-thumbnails .column, .grid-thumbnails .columns {
  border-radius: 10px;
  padding: 5px 5px 50px 5px;
  text-align: center;
}

/* line 746, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#sidebar {
  text-align: center;
}
/* line 751, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#sidebar .caption {
  padding-bottom: 5px;
  color: black;
}
/* line 758, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#sidebar .item {
  padding-bottom: 10px;
}
/* line 764, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
#sidebar .space {
  padding-bottom: 20px;
}

/* line 771, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.row .listview {
  border-bottom: 2px solid #d0d0d0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 778, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.row .listview img.screenshot {
  width: 100%;
}
/* line 783, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.row .listview img {
  box-shadow: 0px 0px 5px #000000;
}

/* line 791, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.fancybox img {
  box-shadow: 0px 0px 5px #000000;
}

/* line 805, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.pkgname {
  font-size: 130%;
  font-weight: 700;
  padding-bottom: 5px;
  line-height: 120%;
}

/*.pkgdetails
{
  .description
  {
    font-size: 150%;
    color: #808080;
    padding-bottom: 10px;
  }

  .longdescription
  {
    font-size: 90%;
    line-height: 120%;
    padding-bottom: 5px;
  }

  .rating
  {
    padding-top: 5px;
    vertical-align: bottom;
  }

  .commentcount
  {
    padding-left: 20px;
  }
}
*/
/* line 842, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.grid-thumbnail {
  height: 130px;
}

/* line 849, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
a.black {
  color: black;
}

/* line 854, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.gray {
  color: #808080;
}

/* line 859, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage {
  /* Description of a screenshot (e.g. the situation when the screenshot was taken) */
  /* Status of a screenshot (e.g. if it has to be moderated) */
}
/* line 861, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage h1 {
  margin-bottom: 0;
}
/* line 866, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .subtitle {
  font-size: 120%;
  color: #808080;
}
/* line 873, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .imgcaption {
  text-align: center;
  font-variant: italic;
}
/* line 880, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .imgstatus {
  text-align: center;
  font-style: italic;
  color: #808080;
}
/* line 887, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .bigpanel {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 1em 1em 0.1em 1em;
  margin-bottom: 1em;
}
/* line 895, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .comment {
  font-size: 90%;
}
/* line 899, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .comment .summary {
  font-weight: 700;
}
/* line 904, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage .comment .author {
  text-align: right;
  color: #808080;
  font-style: italic;
}
/* line 912, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage form.comment {
  border: 2px solid #a0a0a0;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 920, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage form.comment .summary input, .packagepage form.comment textarea {
  margin-bottom: 0;
}
/* line 927, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.packagepage form.comment .content, .packagepage form.comment .author, .packagepage form.comment .submit {
  display: none;
}

/* Properties of a screenshot - shown in details view */
/* line 957, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.property-title {
  font-weight: bolder;
  font-size: 120%;
  color: #808080;
}

/* line 964, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.property {
  margin-left: 2em;
  margin-bottom: 0.5em;
}

/* line 970, /home/debshots/debshots/app/assets/stylesheets/_settings.scss */
.description-verbatim-lines {
  line-height: 120%;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 221, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 231, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 245, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 266, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 279, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 289, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 301, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 310, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 322, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 330, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 339, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 348, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 357, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 366, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 374, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 382, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sup {
  top: -0.5em;
}

/* line 386, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 397, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 405, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 416, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 424, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 433, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 441, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 464, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 478, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 489, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.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 502, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.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 514, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 523, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 534, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 546, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 558, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 568, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 579, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 600, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 609, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 618, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 629, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 634, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
td,
th {
  padding: 0;
}

/* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 124, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
html {
  font-size: 100%;
  box-sizing: border-box;
}

/* line 130, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 137, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Droid Sans";
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 152, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/* line 164, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 171, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
select {
  width: 100%;
  border-radius: 0;
}

/* line 181, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 189, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
/* line 169, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 201, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 205, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 26, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}
/* line 31, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 37, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  /* line 37, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
/* line 40, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
/* line 47, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}
/* line 50, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

/* line 58, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 40em) {
  /* line 58, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 82, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_column.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
/* line 46, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 70, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}
/* line 74, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.33333%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.33333%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.66667%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.66667%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.33333%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.33333%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.66667%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.66667%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.33333%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.33333%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.66667%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.66667%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.33333%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.33333%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.66667%;
}

/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.66667%;
}

/* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
/* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 117, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 119, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

/* line 129, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* line 133, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 129, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 133, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 64em) {
  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  /* line 95, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 85, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }

  /* line 103, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  /* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  /* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  /* line 117, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 119, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 129, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  /* line 133, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
/* line 232, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 256, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* line 264, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 271, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 278, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 284, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 299, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

/* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h1 {
  font-size: 1.5rem;
}

/* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h2 {
  font-size: 1.25rem;
}

/* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h3 {
  font-size: 1.1875rem;
}

/* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h4 {
  font-size: 1.125rem;
}

/* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h5 {
  font-size: 1.0625rem;
}

/* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  /* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h2 {
    font-size: 2.5rem;
  }

  /* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h3 {
    font-size: 1.9375rem;
  }

  /* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h4 {
    font-size: 1.5625rem;
  }

  /* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h5 {
    font-size: 1.25rem;
  }

  /* line 309, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 317, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a {
  color: #808080;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
/* line 323, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #6e6e6e;
}
/* line 331, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 337, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

/* line 349, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

/* line 358, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 363, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

/* line 369, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 375, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 382, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}
/* line 385, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 392, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
/* line 397, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 404, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
/* line 409, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
cite:before {
  content: '\2014 \0020';
}

/* line 415, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

/* line 422, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 432, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_base.scss */
kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 57, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 63, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
/* line 67, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 73, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_helpers.scss */
.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 15, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }

  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }

  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }

  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 64em) {
  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }

  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }

  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }

  /* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}
/* line 13, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 16, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 26, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }

  /* line 27, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 29, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 30, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 31, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 32, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 33, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 34, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 37, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 39, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 42, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  /* line 47, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 50, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  /* line 57, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 59, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 62, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 66, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 74, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 197, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #808080;
  color: #fff;
}
/* line 169, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #6d6d6d;
  color: #fff;
}
/* line 202, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}
/* line 202, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}
/* line 202, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}
/* line 207, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 212, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.primary {
  background-color: #2199e8;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #fff;
}
/* line 212, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.secondary {
  background-color: #777;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}
/* line 212, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.success {
  background-color: #3adb76;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}
/* line 212, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}
/* line 212, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.alert {
  background-color: #ec5840;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}
/* line 229, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}
/* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
/* line 234, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
/* line 234, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
/* line 234, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
/* line 234, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
/* line 234, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
/* line 242, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 143, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #808080;
  color: #fff;
}
/* line 158, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
/* line 259, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

/* line 106, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 92, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 114, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}
/* line 117, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 125, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
/* line 130, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default;
}

/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 147, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
/* line 25, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 31, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 37, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 41, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
/* line 44, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

/* line 27, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
/* line 36, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
/* line 41, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
/* line 77, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}
/* line 81, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 87, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 102, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}
/* line 116, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

/* line 125, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 46, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

/* line 51, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 30, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* line 64, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}
@media screen and (min-width: 0\0) {
  /* line 64, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
/* line 47, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: default;
}
/* line 53, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}
/* line 57, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

/* line 71, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #ec5840;
}

/* line 77, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}
/* line 80, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 62, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 82, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  /* line 73, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 77, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 82, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  /* line 73, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 77, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 82, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 93, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 100, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* line 107, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  /* line 107, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 107, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  /* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  /* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 40, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #808080;
  color: #fefefe;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #777;
  color: #fefefe;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 87, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  color: #0a0a0a;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
/* line 62, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
/* line 77, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #808080;
}
/* line 80, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}
/* line 90, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 137, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}
/* line 42, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
/* line 52, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}
/* line 142, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}
/* line 142, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}
/* line 142, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}
/* line 67, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
/* line 81, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
/* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
/* line 81, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}
/* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
/* line 81, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
/* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
/* line 81, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
/* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
/* line 81, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}
/* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
/* line 153, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.primary .button {
  background-color: #2199e8;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #fff;
}
/* line 153, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #777;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #fff;
}
/* line 153, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.success .button {
  background-color: #3adb76;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #fff;
}
/* line 153, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #fff;
}
/* line 153, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.alert .button {
  background-color: #ec5840;
  color: #fff;
}
/* line 112, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #fff;
}
/* line 105, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
/* line 113, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  /* line 125, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  /* line 125, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  /* line 184, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 188, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 88, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white;
}
/* line 55, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}
/* line 59, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}
/* line 92, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #def0fc;
}
/* line 92, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #ebebeb;
}
/* line 92, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
}
/* line 92, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
}
/* line 92, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #fce6e2;
}
/* line 97, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/* line 101, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 56, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 400px;
  z-index: 10;
}
/* line 50, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 61, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 61, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 61, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 41, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #808080;
  color: #fefefe;
}
/* line 49, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #777;
  color: #fefefe;
}
/* line 49, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #fefefe;
}
/* line 49, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #fefefe;
}
/* line 49, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #ec5840;
  color: #fefefe;
}

/* line 227, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}
/* line 46, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
/* line 169, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
/* line 59, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 1.2rem 1rem;
  line-height: 1;
}
/* line 66, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}
/* line 161, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
/* line 166, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
/* line 180, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
/* line 100, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu > li {
  display: table-cell;
}
/* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical > li {
  display: block;
}
@media screen and (min-width: 40em) {
  /* line 100, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  /* line 100, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 120, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}
/* line 132, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}
/* line 265, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right > li {
  float: right;
}
/* line 272, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}
/* line 275, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
/* line 192, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}
/* line 200, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
/* line 286, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}
/* line 291, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  color: #fefefe;
  background: #808080;
}

/* line 297, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 1.2rem 1rem;
}

/* line 302, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered {
  text-align: center;
}
/* line 305, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
}

/* line 311, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 131, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}
/* line 68, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}
/* line 79, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media screen and (min-width: 40em) {
  /* line 68, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}
/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  color: #0a0a0a;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}
/* line 98, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
/* line 134, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #808080;
  color: #fefefe;
  cursor: default;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
/* line 118, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}
/* line 142, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #0a0a0a;
}

/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 155, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}

/* line 43, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  background-color: #cacaca;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 0;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #2199e8;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #777;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}
/* line 48, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #ec5840;
}

/* line 56, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #808080;
}

/* line 61, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 113, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 117, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  user-select: none;
}

/* line 125, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 130, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
/* line 169, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media screen and (min-width: 40em) {
  /* line 130, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}
/* line 70, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
/* line 76, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  /* line 130, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 142, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
/* line 150, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}
@media screen and (min-width: 40em) {
  /* line 155, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 156, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media screen and (min-width: 40em) {
  /* line 157, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
/* line 160, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 130, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
/* line 168, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 51, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
/* line 44, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 3px rgba(128, 128, 128, 0.5);
}

/* line 38, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}
/* line 52, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 70, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 74, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 80, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

/* line 86, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_title-bar.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
/* line 79, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
/* line 105, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 119, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0;
}
/* line 138, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}
/* line 148, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}
/* line 47, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #2e3436;
}
/* line 60, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
/* line 66, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
/* line 72, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}
/* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 40em) {
  /* line 110, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  /* line 91, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 154, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  float: left;
  margin-right: 1rem;
}

/* line 160, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 164, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/foundation-rails-6.2.3.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}
/* line 1, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 40px;
  background: #f2f2f2;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  z-index: 999;
  text-align: center;
}
/* line 12, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
  line-height: 26px;
}
/* line 17, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
  padding-right: 20px;
}
/* line 21, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  border: 1px solid #3079ed;
  border-radius: 2px;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 20px;
  margin-right: 0px;
  min-width: 26px;
  outline: 0;
  padding: 0 11px;
  text-align: center;
  white-space: nowrap;
  margin: 0 5px;
}

@media (max-width: 767px) {
  /* line 45, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    position: static;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 49, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu .cookies-eu-content-holder {
    line-height: 16px;
    padding: 5px 20px;
  }
  /* line 53, /home/debshots/debshots/vendor/bundle/ruby/2.3.0/gems/cookies_eu-1.3.0/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu .cookies-eu-button-holder {
    padding-bottom: 5px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/assets/fancybox_sprite-b9d6fddb0988440902fcfc72f371ecfa80ee2eb36073f9eebc17449ee41c886f.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
  background: url(/assets/fancybox_loading-b8681cce947f5b28ed3181b11601e2470b40811722a49564d1271e7b40015064.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
  background: transparent url(/assets/blank-b1442e85b03bdcaf66dc58c7abb98745dd2687d86350be9a298a1d9382ac849b.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
  background: url(/assets/fancybox_overlay-a163bab86035b0ba62c98fbbd4d8b4f5edabbbb774eca0b5e9e5081b5711b2ab.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@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){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/fancybox_sprite@2x-6ab68245606bbe6ad87ea3f6a044c93f6c21a07e70924b35b68bfb3786d94cf0.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
    background-image: url(/assets/fancybox_loading@2x-73b27f9aeb7bc6ee3c4bd20742382f015efd89981a3706d2a29a50867849629c.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
  background-image: url(/assets/fancybox_buttons-e31c3a8c15610109580e0f787dceb6e0a33c5f365d4cdbd4ee76f2b33aef5822.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/*



 */

.amaran.awesome{width:300px;min-height:65px;background:#f3f3f3;color:#222;margin:15px;padding:5px 5px 5px 70px;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;box-shadow:1px 1px 1px #000}.amaran.awesome .icon{width:50px;height:50px;position:absolute;top:50%;left:10px;background:#000;margin-top:-25px;border-radius:50%;text-align:center;line-height:50px;font-size:22px}.amaran.awesome p{padding:0;margin:0}.amaran.awesome p span{font-weight:300}.amaran.awesome p span.light{font-size:13px;display:block;color:#777}.amaran.awesome.ok p.bold{color:#178B13}.amaran.awesome.ok .icon{background-color:#178B13;color:#fff}.amaran.awesome.error p.bold{color:#D82222}.amaran.awesome.error .icon{background-color:#D82222;color:#fff}.amaran.awesome.warning p.bold{color:#9F6000}.amaran.awesome.warning .icon{background-color:#9F6000;color:#fff}.amaran.awesome.yellow p.bold{color:#CFA846}.amaran.awesome.yellow .icon{background-color:#CFA846;color:#fff}.amaran.awesome.blue p.bold{color:#2980b9}.amaran.awesome.blue .icon{background-color:#2980b9;color:#fff}.amaran.awesome.green p.bold{color:#27ae60}.amaran.awesome.green .icon{background-color:#27ae60;color:#fff}.amaran.awesome.purple p.bold{color:#5B54AA}.amaran.awesome.purple .icon{background-color:#5B54AA;color:#fff}
.amaran.colorful{width:300px;min-height:45px;overflow:hidden;background-color:transparent;z-index:1}.amaran.colorful .colorful-inner{width:100%;min-height:45px;display:block;position:relative;background-color:#484860;padding:15px 25px 15px 15px;color:#fff;font-size:14px;border-bottom:1px solid rgba(0,0,0,.2);border-radius:4px}.amaran.colorful .amaran-close{color:#fff;z-index:2;top:8px;right:8px;text-align:center;line-height:18px}.amaran-wrapper.center .amaran.colorful{margin:0 auto}
.amaran.default{width:300px;min-height:45px;background:#1B1E24;background:-webkit-linear-gradient(left,#111213,#111213 15%,#1b1e24 15%,#1b1e24);background:linear-gradient(left,#111213,#111213 15%,#1b1e24 15%,#1b1e24);color:#fff;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:13px;font-weight:300;margin:5px;overflow:hidden;border-bottom:1px solid #111213;border-radius:6px}.amaran.default .default-spinner{width:45px;min-height:45px;display:block;float:left;position:relative}.amaran.default .default-spinner span{width:18px;height:18px;background:#27ae60;display:block;border-radius:50%;position:absolute;top:50%;left:50%;margin-left:-11px;margin-top:-9px}.amaran.default .default-message{float:left}.amaran.default .default-message span{padding:3px;line-height:43px}.amaran.default .default-message:after{clear:both}
.amaran-wrapper *{box-sizing:border-box}.amaran-wrapper{position:fixed;z-index:9999}.amaran-wrapper.top{top:0;bottom:auto}.amaran-wrapper.bottom{bottom:0;top:auto}.amaran-wrapper.left{left:0}.amaran-wrapper.right{right:0;left:auto}.amaran-wrapper.center{width:50%;height:50%;margin:auto;position:fixed;top:0;left:0;bottom:0;right:0}.amaran{width:200px;background:rgba(0,0,0,.7);padding:3px;color:#fff;border-radius:4px;display:none;font-size:13px;cursor:pointer;position:relative;text-align:left;min-height:50px;margin:10px}.amaran-close{position:absolute;top:2px;right:2px;display:block;width:20px;height:20px}.amaran-close:before{content:"x";color:#fff;font-weight:700;font-family:Arial,sans-serif;font-size:18px}
.amaran.tumblr{width:300px;min-height:45px;overflow:hidden;background-color:#fff;color:#444;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.3);z-index:1}.amaran.tumblr .title{position:relative;font-size:15px;line-height:15px;height:28px;padding:5px 10px;border-bottom:1px solid rgba(0,0,0,.1);font-weight:700;z-index:1}.amaran.tumblr .content{padding:5px}.amaran.tumblr .image{float:left}.amaran.tumblr .amaran-close{z-index:2}.amaran.tumblr .amaran-close:before{color:#000}
.amaran.user{width:300px;min-height:100px;background:#f3f3f3;color:#222;margin:15px;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:13px;font-weight:300;box-shadow:1px 1px 1px #000;border-radius:0;padding:0}.amaran.user .icon{width:100px;height:100px;position:relative;background:#000;float:left}.amaran.user img{max-width:100%}.amaran.user .info{padding-left:110px;padding-top:10px}.amaran.user b{display:block;font-size:16px}.amaran.user.blue{background:#2773ed;color:#fff}.amaran.user.yellow{background:#f4b300;color:#fff}.amaran.user.green{background:#78ba00;color:#fff}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot');
  src: url('/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2') format('woff2'), url('/assets/fontawesome-webfont-adbc4f95eb6d7f2738959cf0ecbc374672fce47e856050a8e9791f457623ac2c.woff') format('woff'), url('/assets/fontawesome-webfont-ae19e2e4c04f2b04bf030684c4c1db8faf5c8fe3ee03d1e0c409046608b38912.ttf') format('truetype'), url('/assets/fontawesome-webfont-8e3586389bb4cd01b3f85bb3b622739bde6627f28bba63a020c223ca9cf1b9ae.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
