/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
/* line 23, ../../scss/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 50, ../../scss/_normalize.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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 71, ../../scss/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 98, ../../scss/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 110, ../../scss/_normalize.scss */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 131, ../../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 163, ../../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 313, ../../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 324, ../../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 335, ../../scss/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 343, ../../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 353, ../../scss/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 362, ../../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
/* line 389, ../../scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 407, ../../scss/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 418, ../../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
/* line 433, ../../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 448, ../../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 457, ../../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 468, ../../scss/_normalize.scss */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
/* line 478, ../../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 494, ../../scss/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
/* line 505, ../../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 518, ../../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 527, ../../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 540, ../../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 553, ../../scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 562, ../../scss/_normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 578, ../../scss/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 2, ../../scss/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1, ../../scss/base/extends/_button.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 0.1875em;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
}
/* line 13, ../../scss/base/extends/_button.scss */
button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}

/* line 1, ../../scss/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 10, ../../scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 17, ../../scss/base/_typography.scss */
h1 {
  font-size: 2.25em;
}

/* line 21, ../../scss/base/_typography.scss */
h2 {
  font-size: 2em;
}

/* line 25, ../../scss/base/_typography.scss */
h3 {
  font-size: 1.75em;
}

/* line 29, ../../scss/base/_typography.scss */
h4 {
  font-size: 1.5em;
}

/* line 33, ../../scss/base/_typography.scss */
h5 {
  font-size: 1.25em;
}

/* line 37, ../../scss/base/_typography.scss */
h6 {
  font-size: 1em;
}

/* line 41, ../../scss/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 45, ../../scss/base/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none;
}
/* line 50, ../../scss/base/_typography.scss */
a:hover {
  color: #2c5999;
}
/* line 54, ../../scss/base/_typography.scss */
a:active, a:focus {
  color: #2c5999;
  outline: none;
}

/* line 60, ../../scss/base/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 68, ../../scss/base/_typography.scss */
img {
  margin: 0;
  max-width: 100%;
}

/* line 73, ../../scss/base/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 80, ../../scss/base/_typography.scss */
cite {
  color: #737373;
  font-style: italic;
}
/* line 84, ../../scss/base/_typography.scss */
cite:before {
  content: '\2014 \00A0';
}

/* line 1, ../../scss/base/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 8, ../../scss/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

/* line 16, ../../scss/base/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 20, ../../scss/base/_forms.scss */
label.required:after {
  content: "*";
}
/* line 24, ../../scss/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, ../../scss/base/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../../scss/base/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../../scss/base/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #477DCA;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

/* line 55, ../../scss/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, ../../scss/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, ../../scss/base/_forms.scss */
input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 68, ../../scss/base/_forms.scss */
input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

/* line 74, ../../scss/base/_forms.scss */
select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

/* line 1, ../../scss/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, ../../scss/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, ../../scss/base/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

/* line 20, ../../scss/base/_tables.scss */
tr, td, th {
  vertical-align: middle;
}

/* line 1, ../../scss/base/_lists.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 19, ../../scss/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 22, ../../scss/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 27, ../../scss/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, ../../scss/base/_buttons.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/*!
 *  Font Awesome 4.3.0 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("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 14, ../../scss/_font-awesome.scss */
.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;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
/* line 24, ../../scss/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 29, ../../scss/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 32, ../../scss/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 35, ../../scss/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 38, ../../scss/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 41, ../../scss/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 45, ../../scss/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 50, ../../scss/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 53, ../../scss/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 60, ../../scss/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 63, ../../scss/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 68, ../../scss/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 71, ../../scss/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 74, ../../scss/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 77, ../../scss/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 80, ../../scss/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 84, ../../scss/_font-awesome.scss */
.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);
  }
}
/* line 108, ../../scss/_font-awesome.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 114, ../../scss/_font-awesome.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 120, ../../scss/_font-awesome.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 126, ../../scss/_font-awesome.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 132, ../../scss/_font-awesome.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 138, ../../scss/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 145, ../../scss/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 153, ../../scss/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 160, ../../scss/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 163, ../../scss/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 166, ../../scss/_font-awesome.scss */
.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 */
/* line 171, ../../scss/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 174, ../../scss/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 177, ../../scss/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 180, ../../scss/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 183, ../../scss/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 186, ../../scss/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 189, ../../scss/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 192, ../../scss/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 195, ../../scss/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 198, ../../scss/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 201, ../../scss/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 204, ../../scss/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 207, ../../scss/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 210, ../../scss/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 215, ../../scss/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 218, ../../scss/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 221, ../../scss/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 224, ../../scss/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 227, ../../scss/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 231, ../../scss/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 234, ../../scss/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 237, ../../scss/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 240, ../../scss/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 243, ../../scss/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 246, ../../scss/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 249, ../../scss/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 252, ../../scss/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 255, ../../scss/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 258, ../../scss/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 261, ../../scss/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 265, ../../scss/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 268, ../../scss/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 271, ../../scss/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 274, ../../scss/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 277, ../../scss/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 280, ../../scss/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 283, ../../scss/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 286, ../../scss/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 289, ../../scss/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 292, ../../scss/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 295, ../../scss/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 298, ../../scss/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 301, ../../scss/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 304, ../../scss/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 307, ../../scss/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 310, ../../scss/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 313, ../../scss/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 316, ../../scss/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 319, ../../scss/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 322, ../../scss/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 325, ../../scss/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 328, ../../scss/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 331, ../../scss/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 334, ../../scss/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 337, ../../scss/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 340, ../../scss/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 343, ../../scss/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 347, ../../scss/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 350, ../../scss/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 353, ../../scss/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 358, ../../scss/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 361, ../../scss/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 364, ../../scss/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 367, ../../scss/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 370, ../../scss/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 374, ../../scss/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 377, ../../scss/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 380, ../../scss/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 383, ../../scss/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 386, ../../scss/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 389, ../../scss/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 392, ../../scss/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 395, ../../scss/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 398, ../../scss/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 401, ../../scss/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 404, ../../scss/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 407, ../../scss/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 410, ../../scss/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 413, ../../scss/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 416, ../../scss/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 419, ../../scss/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 422, ../../scss/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 425, ../../scss/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 428, ../../scss/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 431, ../../scss/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 434, ../../scss/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 437, ../../scss/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 440, ../../scss/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 443, ../../scss/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 446, ../../scss/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 449, ../../scss/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 452, ../../scss/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 455, ../../scss/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 458, ../../scss/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 461, ../../scss/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 465, ../../scss/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 468, ../../scss/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 471, ../../scss/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 474, ../../scss/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 477, ../../scss/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 480, ../../scss/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 483, ../../scss/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 486, ../../scss/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 489, ../../scss/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 492, ../../scss/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 495, ../../scss/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 498, ../../scss/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 502, ../../scss/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 505, ../../scss/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 508, ../../scss/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 511, ../../scss/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 514, ../../scss/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 517, ../../scss/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 520, ../../scss/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 523, ../../scss/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 526, ../../scss/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 529, ../../scss/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 532, ../../scss/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 535, ../../scss/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 538, ../../scss/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 541, ../../scss/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 545, ../../scss/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 548, ../../scss/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 551, ../../scss/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 554, ../../scss/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 557, ../../scss/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 561, ../../scss/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 564, ../../scss/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 567, ../../scss/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 570, ../../scss/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 573, ../../scss/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 576, ../../scss/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 579, ../../scss/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 582, ../../scss/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 585, ../../scss/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 588, ../../scss/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 591, ../../scss/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 594, ../../scss/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 597, ../../scss/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 600, ../../scss/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 603, ../../scss/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 606, ../../scss/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 609, ../../scss/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 612, ../../scss/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 615, ../../scss/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 618, ../../scss/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 622, ../../scss/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 625, ../../scss/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 628, ../../scss/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 631, ../../scss/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 634, ../../scss/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 637, ../../scss/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 640, ../../scss/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 643, ../../scss/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 646, ../../scss/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 649, ../../scss/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 652, ../../scss/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 655, ../../scss/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 658, ../../scss/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 661, ../../scss/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 664, ../../scss/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 667, ../../scss/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 670, ../../scss/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 673, ../../scss/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 676, ../../scss/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 679, ../../scss/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 682, ../../scss/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 685, ../../scss/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 688, ../../scss/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 692, ../../scss/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 696, ../../scss/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 699, ../../scss/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 702, ../../scss/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 706, ../../scss/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 710, ../../scss/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 713, ../../scss/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 717, ../../scss/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 720, ../../scss/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 725, ../../scss/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 728, ../../scss/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 731, ../../scss/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 734, ../../scss/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 737, ../../scss/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 740, ../../scss/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 743, ../../scss/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 746, ../../scss/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 749, ../../scss/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 752, ../../scss/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 755, ../../scss/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 758, ../../scss/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 761, ../../scss/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 764, ../../scss/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 767, ../../scss/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 770, ../../scss/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 773, ../../scss/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 776, ../../scss/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 780, ../../scss/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 784, ../../scss/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 788, ../../scss/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 791, ../../scss/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 794, ../../scss/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 798, ../../scss/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 802, ../../scss/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 806, ../../scss/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 809, ../../scss/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 812, ../../scss/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 816, ../../scss/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 819, ../../scss/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 822, ../../scss/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 826, ../../scss/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 829, ../../scss/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 832, ../../scss/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 835, ../../scss/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 838, ../../scss/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 841, ../../scss/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 844, ../../scss/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 847, ../../scss/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 850, ../../scss/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 853, ../../scss/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 856, ../../scss/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 859, ../../scss/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 862, ../../scss/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 865, ../../scss/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 868, ../../scss/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 871, ../../scss/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 874, ../../scss/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 877, ../../scss/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 880, ../../scss/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 883, ../../scss/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 886, ../../scss/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 889, ../../scss/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 892, ../../scss/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 895, ../../scss/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 898, ../../scss/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 901, ../../scss/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 904, ../../scss/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 907, ../../scss/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 910, ../../scss/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 913, ../../scss/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 916, ../../scss/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 920, ../../scss/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 923, ../../scss/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 926, ../../scss/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 929, ../../scss/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 932, ../../scss/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 935, ../../scss/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 939, ../../scss/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 942, ../../scss/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 945, ../../scss/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 948, ../../scss/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 951, ../../scss/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 954, ../../scss/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 957, ../../scss/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 960, ../../scss/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 963, ../../scss/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 966, ../../scss/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 969, ../../scss/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 972, ../../scss/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 975, ../../scss/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 979, ../../scss/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 984, ../../scss/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 987, ../../scss/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 990, ../../scss/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 993, ../../scss/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 997, ../../scss/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, ../../scss/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1003, ../../scss/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1006, ../../scss/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1009, ../../scss/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1012, ../../scss/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1015, ../../scss/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1018, ../../scss/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1021, ../../scss/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1024, ../../scss/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1027, ../../scss/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1030, ../../scss/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1033, ../../scss/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1036, ../../scss/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1039, ../../scss/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1042, ../../scss/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1045, ../../scss/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1048, ../../scss/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1051, ../../scss/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1054, ../../scss/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1057, ../../scss/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1060, ../../scss/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1063, ../../scss/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1066, ../../scss/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1069, ../../scss/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1072, ../../scss/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1075, ../../scss/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1078, ../../scss/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1081, ../../scss/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1084, ../../scss/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1087, ../../scss/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1090, ../../scss/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1093, ../../scss/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1096, ../../scss/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1099, ../../scss/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1102, ../../scss/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1105, ../../scss/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1108, ../../scss/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1112, ../../scss/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1116, ../../scss/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1120, ../../scss/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1124, ../../scss/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1127, ../../scss/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1131, ../../scss/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1135, ../../scss/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1141, ../../scss/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1146, ../../scss/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1150, ../../scss/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1154, ../../scss/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1157, ../../scss/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1160, ../../scss/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1163, ../../scss/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1166, ../../scss/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1169, ../../scss/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1172, ../../scss/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1175, ../../scss/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1178, ../../scss/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1181, ../../scss/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1184, ../../scss/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1187, ../../scss/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1190, ../../scss/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1193, ../../scss/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1196, ../../scss/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1199, ../../scss/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1202, ../../scss/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1205, ../../scss/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1208, ../../scss/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1211, ../../scss/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1214, ../../scss/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1217, ../../scss/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1220, ../../scss/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1223, ../../scss/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1226, ../../scss/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1229, ../../scss/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1232, ../../scss/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1235, ../../scss/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1238, ../../scss/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1241, ../../scss/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1244, ../../scss/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1247, ../../scss/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1250, ../../scss/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1253, ../../scss/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1256, ../../scss/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1259, ../../scss/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1262, ../../scss/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1265, ../../scss/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1268, ../../scss/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1272, ../../scss/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1275, ../../scss/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1278, ../../scss/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1281, ../../scss/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1284, ../../scss/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1287, ../../scss/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1290, ../../scss/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1293, ../../scss/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1296, ../../scss/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1299, ../../scss/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1302, ../../scss/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1305, ../../scss/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1309, ../../scss/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1312, ../../scss/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1315, ../../scss/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1318, ../../scss/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1322, ../../scss/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1325, ../../scss/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1328, ../../scss/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1331, ../../scss/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1334, ../../scss/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1337, ../../scss/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1340, ../../scss/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1345, ../../scss/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1349, ../../scss/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1352, ../../scss/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1355, ../../scss/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1358, ../../scss/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1361, ../../scss/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1364, ../../scss/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1367, ../../scss/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1370, ../../scss/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1373, ../../scss/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1376, ../../scss/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1379, ../../scss/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1382, ../../scss/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1385, ../../scss/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1388, ../../scss/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1391, ../../scss/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1394, ../../scss/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1397, ../../scss/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1400, ../../scss/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1403, ../../scss/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1406, ../../scss/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1409, ../../scss/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1412, ../../scss/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1415, ../../scss/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1418, ../../scss/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1421, ../../scss/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1424, ../../scss/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1428, ../../scss/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1432, ../../scss/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1435, ../../scss/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1438, ../../scss/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1441, ../../scss/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1444, ../../scss/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1447, ../../scss/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1450, ../../scss/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1453, ../../scss/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1456, ../../scss/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1459, ../../scss/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1464, ../../scss/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1468, ../../scss/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1472, ../../scss/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1476, ../../scss/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1479, ../../scss/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1482, ../../scss/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1485, ../../scss/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1488, ../../scss/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1495, ../../scss/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1498, ../../scss/_font-awesome.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1502, ../../scss/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1506, ../../scss/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1509, ../../scss/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1512, ../../scss/_font-awesome.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1515, ../../scss/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1518, ../../scss/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1521, ../../scss/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1525, ../../scss/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1529, ../../scss/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1533, ../../scss/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1536, ../../scss/_font-awesome.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1540, ../../scss/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1543, ../../scss/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1546, ../../scss/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1549, ../../scss/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1552, ../../scss/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1555, ../../scss/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1558, ../../scss/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1562, ../../scss/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1565, ../../scss/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1568, ../../scss/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1571, ../../scss/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1574, ../../scss/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1577, ../../scss/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1580, ../../scss/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1583, ../../scss/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1586, ../../scss/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1589, ../../scss/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1592, ../../scss/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1595, ../../scss/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1598, ../../scss/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1601, ../../scss/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1604, ../../scss/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1607, ../../scss/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1610, ../../scss/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1613, ../../scss/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1616, ../../scss/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1619, ../../scss/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1622, ../../scss/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1625, ../../scss/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1628, ../../scss/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1631, ../../scss/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1634, ../../scss/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1637, ../../scss/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1640, ../../scss/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1643, ../../scss/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1646, ../../scss/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1649, ../../scss/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1652, ../../scss/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1655, ../../scss/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1658, ../../scss/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1661, ../../scss/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1664, ../../scss/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1667, ../../scss/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1670, ../../scss/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1673, ../../scss/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1678, ../../scss/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1681, ../../scss/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1684, ../../scss/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1687, ../../scss/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1690, ../../scss/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1693, ../../scss/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1696, ../../scss/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1699, ../../scss/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1702, ../../scss/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1705, ../../scss/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1708, ../../scss/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1711, ../../scss/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1714, ../../scss/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1717, ../../scss/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1720, ../../scss/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1723, ../../scss/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1726, ../../scss/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1729, ../../scss/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1732, ../../scss/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1735, ../../scss/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1738, ../../scss/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1741, ../../scss/_font-awesome.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1744, ../../scss/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1747, ../../scss/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1750, ../../scss/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1753, ../../scss/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1756, ../../scss/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1759, ../../scss/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1762, ../../scss/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1765, ../../scss/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1768, ../../scss/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1771, ../../scss/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1774, ../../scss/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1777, ../../scss/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1780, ../../scss/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1783, ../../scss/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1786, ../../scss/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1790, ../../scss/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1793, ../../scss/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1796, ../../scss/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1799, ../../scss/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* These styles assume you are using ul and li */
/* line 11, ../../scss/_dropit.scss */
.dropit {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 16, ../../scss/_dropit.scss */
.dropit .dropit-trigger {
  position: relative;
}

/* line 17, ../../scss/_dropit.scss */
.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  /* dropdown left or right */
  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 28, ../../scss/_dropit.scss */
.dropit .dropit-open .dropit-submenu {
  display: block;
}

/* line 1, ../../scss/_fixedsticky.scss */
.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */
/* line 9, ../../scss/_fixedsticky.scss */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

/* line 13, ../../scss/_fixedsticky.scss */
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

/* line 17, ../../scss/_fixedsticky.scss */
.fixedsticky-dummy {
  display: none;
}

/* line 20, ../../scss/_fixedsticky.scss */
.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

/* line 1, ../../scss/_typography.scss */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  font-family: 'franklin-gothic-urw', sans-serif;
}

/* line 14, ../../scss/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.25pt;
  color: #91a8bf;
}

/* line 25, ../../scss/_typography.scss */
#location h4,
#location h5,
#slogans h4,
#slogans h5 {
  font-family: 'franklin-gothic-urw-comp', sans-serif;
  font-weight: normal;
}

/* line 32, ../../scss/_typography.scss */
p strong,
strong
b,
a {
  color: #b16b2d;
}

/* line 39, ../../scss/_typography.scss */
a {
  font-weight: bold;
  text-decoration: none;
}
/* line 42, ../../scss/_typography.scss */
a:hover {
  color: #cda17a;
}

/* line 48, ../../scss/_typography.scss */
html.wf-loading body div {
  display: none;
}

/* line 55, ../../scss/_typography.scss */
#nav-content ul {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #cda17a;
  font-weight: bold;
}

/* line 65, ../../scss/_typography.scss */
div.boxtype h2,
div.box h2 {
  font-size: 2em;
  font-weight: bold;
}
/* line 68, ../../scss/_typography.scss */
div.boxtype h2 em.last-update,
div.box h2 em.last-update {
  font-size: 0.5em;
  float: right;
  line-height: 3.25;
}
/* line 74, ../../scss/_typography.scss */
div.boxtype h3,
div.box h3 {
  font-weight: normal;
}
/* line 77, ../../scss/_typography.scss */
div.boxtype.highlight,
div.box.highlight {
  font-weight: normal;
}
/* line 79, ../../scss/_typography.scss */
div.boxtype.highlight h5,
div.box.highlight h5 {
  font-weight: normal;
}

/* line 86, ../../scss/_typography.scss */
ol.faq-questions li {
  line-height: 1.15;
}

/* line 93, ../../scss/_typography.scss */
ol.faq-answers li h3 {
  font-size: 1.25em;
  font-weight: bold;
}
/* line 97, ../../scss/_typography.scss */
ol.faq-answers li p {
  font-size: 0.85em;
}
/* line 100, ../../scss/_typography.scss */
ol.faq-answers li a.scroller {
  font-size: 0.85em;
}

/* line 107, ../../scss/_typography.scss */
#mobile-footer h4,
#mobile-footer h5 {
  text-transform: lowercase;
}

/* line 1, ../../scss/_base.scss */
body {
  background: black;
  font-size: 100%;
}
/* line 8, ../../scss/_base.scss */
body.mobile #nav-content-container ul#menu.toggled li {
  display: inline;
  padding: 0.5em 0 0.5em 1em;
}
/* line 11, ../../scss/_base.scss */
body.mobile #nav-content-container ul#menu.toggled li:first-child {
  padding: 0.5em 0;
}

/* line 21, ../../scss/_base.scss */
div.scrim {
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.675);
  position: fixed;
  top: 0;
  z-index: -100;
}

/* line 30, ../../scss/_base.scss */
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, ../../scss/_base.scss */
#instagram {
  display: none;
}

/* line 38, ../../scss/_base.scss */
ul.instagram-output {
  display: none;
}

/* line 42, ../../scss/_base.scss */
.hidden {
  display: none;
}

/* line 46, ../../scss/_base.scss */
.mobile-frame {
  position: fixed;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.625);
  z-index: 100;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 55, ../../scss/_base.scss */
#nav-content-container {
  height: 77px;
  top: 0;
  border-bottom: 2px solid rgba(76, 78, 112, 0.5);
}
/* line 59, ../../scss/_base.scss */
#nav-content-container h1 {
  float: left;
  height: 0px;
  overflow: hidden;
  background: url("//assets.dizzysjazz.com/css/images/logo-h-mobile-nospiral.svg") no-repeat top left;
  width: 141px;
  padding-top: 77px;
  background-size: 141px 77px;
  position: absolute;
  z-index: 10000;
  bottom: -10px;
  left: 10px;
}
/* line 72, ../../scss/_base.scss */
#nav-content-container a#showmenu {
  display: block;
  position: absolute;
  right: 14px;
  top: 16px;
  background: url("//assets.dizzysjazz.com/css/images/spiral.svg") no-repeat top;
  width: 44px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  border: 0;
}
/* line 84, ../../scss/_base.scss */
#nav-content-container ul#menu {
  position: absolute;
  top: 77px;
  right: 0px;
  width: 65%;
  max-width: 350px;
  text-align: right;
  display: none;
  padding: 0.25em 1em;
  background: rgba(76, 78, 112, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 95, ../../scss/_base.scss */
#nav-content-container ul#menu li {
  margin: 0.5em 0;
}
/* line 98, ../../scss/_base.scss */
#nav-content-container ul#menu li a:hover, #nav-content-container ul#menu li a.clicked {
  color: white;
}

/* line 107, ../../scss/_base.scss */
#main-content-container {
  padding: 0;
}
/* line 109, ../../scss/_base.scss */
#main-content-container #main-content {
  padding: 70px 0.25em 100px;
}
/* line 112, ../../scss/_base.scss */
#main-content-container #main-content h4.title {
  color: white;
  font-size: 1.25em;
  padding: 0.25em 0;
}

/* line 121, ../../scss/_base.scss */
div.box {
  padding: 1em 0;
  width: 85%;
  margin: 1.5em auto;
  border-top: 2px solid #4c4e70;
}
/* line 126, ../../scss/_base.scss */
div.box:first-child {
  margin-top: 0;
  border-top: 0;
  padding: 2em 0 0;
}
/* line 131, ../../scss/_base.scss */
div.box.moved + div.box {
  border: 0;
}
/* line 134, ../../scss/_base.scss */
div.box.full-width {
  width: 100%;
}
/* line 138, ../../scss/_base.scss */
div.box.highlight h4 {
  font-size: 1.575em;
}
/* line 141, ../../scss/_base.scss */
div.box.highlight h5 {
  font-size: 1.325em;
}
/* line 145, ../../scss/_base.scss */
div.box h2 {
  letter-spacing: -0.75pt;
}
/* line 148, ../../scss/_base.scss */
div.box div {
  font-size: 1.25em;
  color: #94999f;
}

/* line 154, ../../scss/_base.scss */
#mobile-footer {
  bottom: 0;
  border-top: 2px solid rgba(76, 78, 112, 0.5);
  text-align: right;
  height: 57px;
  padding: 0;
  margin: 0;
}
/* line 161, ../../scss/_base.scss */
#mobile-footer.toggled {
  display: none;
}
/* line 164, ../../scss/_base.scss */
#mobile-footer #location {
  height: 57px;
  padding: 0 1em;
  *zoom: 1;
}
/* line 38, ../../../rails/gems/gems/compass-core-1.0.1/stylesheets/compass/utilities/general/_clearfix.scss */
#mobile-footer #location:after {
  content: "";
  display: table;
  clear: both;
}
/* line 168, ../../scss/_base.scss */
#mobile-footer #location h4,
#mobile-footer #location h5 {
  color: #cacccf;
  padding: 0;
  margin: 0;
}
/* line 174, ../../scss/_base.scss */
#mobile-footer #location h5.slogan {
  display: inline;
  text-align: right;
  font-size: 1.15em;
  line-height: 57px;
}
/* line 180, ../../scss/_base.scss */
#mobile-footer #location ul.icons {
  height: 57px;
  float: left;
}
/* line 183, ../../scss/_base.scss */
#mobile-footer #location ul.icons li {
  list-style: none;
  display: inline;
  font-size: 2em;
  line-height: 57px;
  padding-right: 0.5em;
}
/* line 189, ../../scss/_base.scss */
#mobile-footer #location ul.icons li:last-child {
  padding-right: 0;
}

/* line 197, ../../scss/_base.scss */
#welcome {
  color: #94999f;
  font-style: italic;
  letter-spacing: -0.2pt;
  line-height: 1em;
}
/* line 202, ../../scss/_base.scss */
#welcome p {
  font-family: Georgia;
}
/* line 205, ../../scss/_base.scss */
#welcome br {
  line-height: 2em;
}

/* line 211, ../../scss/_base.scss */
#location.box.moved {
  padding: 0;
}

/* line 216, ../../scss/_base.scss */
#scrim {
  display: none;
}

/* line 220, ../../scss/_base.scss */
ol.faq-questions {
  margin-bottom: 2em;
}
/* line 222, ../../scss/_base.scss */
ol.faq-questions li {
  margin-top: 0.75em;
}
/* line 224, ../../scss/_base.scss */
ol.faq-questions li:first-child {
  margin-top: 0;
}

/* line 231, ../../scss/_base.scss */
ol.faq-answers li {
  margin: 1em 0;
  padding: 1em 0 0;
  border-top: 2px solid rgba(76, 78, 112, 0.5);
}

/* line 239, ../../scss/_base.scss */
a.lessmore i {
  padding-right: 0.325em;
}

/* line 245, ../../scss/_base.scss */
body.mobile #scrim {
  display: none;
  position: fixed;
  z-index: 2000000;
  background: #333;
  background-image: url("//assets.dizzysjazz.com/css/images/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88px 88px;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 263, ../../scss/_base.scss */
ul.gallery li {
  background: #4c4e70;
  width: 240px;
  padding: 0.25em;
  margin: 0.5em;
}
/* line 268, ../../scss/_base.scss */
ul.gallery li a {
  display: block;
}
/* line 270, ../../scss/_base.scss */
ul.gallery li a img {
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 720px) {
  /* line 2, ../../scss/_tablet.scss */
  body {
    background: #2d2f57;
  }
  /* line 4, ../../scss/_tablet.scss */
  body > .container {
    overflow: hidden;
    *zoom: 1;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
  }

  /* line 10, ../../scss/_tablet.scss */
  #nav-content-container {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 35.48387%;
    position: static;
    background: none;
    border-bottom: 0;
    padding-top: 1.5em;
    height: auto;
  }
  /* line 38, ../../scss/neat/grid/_span-columns.scss */
  #nav-content-container:last-child {
    margin-right: 0;
  }
  /* line 17, ../../scss/_tablet.scss */
  #nav-content-container.mobile-frame {
    position: static;
  }
  /* line 20, ../../scss/_tablet.scss */
  #nav-content-container #nav-content {
    top: 1em;
    left: 0;
    padding: 0 0 0 1em;
    position: static;
  }
  /* line 25, ../../scss/_tablet.scss */
  #nav-content-container #nav-content h1 {
    float: none;
    margin: 0;
    width: 240px;
    height: 0px;
    padding-top: 269px;
    overflow: hidden;
    background: url("//assets.dizzysjazz.com/css/images/logo-v.svg") no-repeat top;
    background-size: 240px 269px;
    position: static;
  }
  /* line 36, ../../scss/_tablet.scss */
  #nav-content-container #nav-content a#showmenu {
    display: none;
  }
  /* line 39, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu {
    list-style: none;
    padding: 0.5em 0;
    display: block;
    position: static;
    width: 240px;
    text-align: left;
    background: none;
    border-top: 2px solid rgba(76, 78, 112, 0.5);
    border-bottom: 2px solid rgba(76, 78, 112, 0.5);
    margin: 1em 0;
    font-size: 80%;
  }
  /* line 51, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li {
    display: inline;
  }
  /* line 53, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li:after {
    content: '\A\2215';
  }
  /* line 56, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li:last-child {
    border: 0;
    padding: 0;
  }
  /* line 59, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li:last-child:after {
    content: '';
  }
  /* line 62, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li:last-child a {
    padding: 0 0.5em 0 0;
  }
  /* line 66, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li:last-child {
    border: 0;
    padding-bottom: 0;
  }
  /* line 70, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li a {
    font-size: 1.25em;
    padding: 0 0.5em;
  }
  /* line 74, ../../scss/_tablet.scss */
  #nav-content-container #nav-content ul#menu li.hamburger {
    display: none;
  }
  /* line 79, ../../scss/_tablet.scss */
  #nav-content-container #nav-content #welcome {
    width: 240px;
  }

  /* line 85, ../../scss/_tablet.scss */
  #main-content-container {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 61.29032%;
    margin-right: 0;
    background: 'transparent';
    padding: 0 0 100px;
  }
  /* line 38, ../../scss/neat/grid/_span-columns.scss */
  #main-content-container:last-child {
    margin-right: 0;
  }
  /* line 90, ../../scss/_tablet.scss */
  #main-content-container #main-content {
    padding: 0;
  }
  /* line 92, ../../scss/_tablet.scss */
  #main-content-container #main-content div.box {
    width: 90%;
  }
  /* line 94, ../../scss/_tablet.scss */
  #main-content-container #main-content div.box#location, #main-content-container #main-content div.box#slogans {
    border: 0;
  }
  /* line 98, ../../scss/_tablet.scss */
  #main-content-container #main-content div.box#location {
    width: 300px;
    float: left;
    text-align: left;
  }

  /* line 106, ../../scss/_tablet.scss */
  div#slogans {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  /* line 2, ../../scss/_desktop.scss */
  body {
    font-size: 112%;
  }

  /* line 6, ../../scss/_desktop.scss */
  #nav-content-container {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
  }
  /* line 38, ../../scss/neat/grid/_span-columns.scss */
  #nav-content-container:last-child {
    margin-right: 0;
  }
  /* line 9, ../../scss/_desktop.scss */
  #nav-content-container #nav-content h1 {
    width: 266px;
    padding-top: 298px;
    background-size: 266px 298px;
  }
  /* line 14, ../../scss/_desktop.scss */
  #nav-content-container #nav-content ul#menu {
    width: 306px;
  }
  /* line 17, ../../scss/_desktop.scss */
  #nav-content-container #nav-content #welcome {
    width: 306px;
  }

  /* line 23, ../../scss/_desktop.scss */
  #main-content-container {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-right: 0;
  }
  /* line 38, ../../scss/neat/grid/_span-columns.scss */
  #main-content-container:last-child {
    margin-right: 0;
  }
  /* line 28, ../../scss/_desktop.scss */
  #main-content-container #main-content div.box#slogans {
    width: 440px;
  }

  /* line 35, ../../scss/_desktop.scss */
  #instagram {
    display: block;
    float: left;
    width: 202px;
    margin-left: 40px;
  }

  /* line 42, ../../scss/_desktop.scss */
  ul.instagram-output {
    display: block;
  }
  /* line 44, ../../scss/_desktop.scss */
  ul.instagram-output li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  /* line 47, ../../scss/_desktop.scss */
  ul.instagram-output li a {
    display: block;
    width: 162px;
    height: 162px;
  }
  /* line 51, ../../scss/_desktop.scss */
  ul.instagram-output li a img {
    width: 160px;
    height: 160px;
    padding: 0;
    display: block;
    border: 1px solid #2d2f57;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2, ../../scss/_large.scss */
  body {
    font-size: 125%;
  }

  /* line 8, ../../scss/_large.scss */
  #nav-content-container #nav-content h1 {
    width: 320px;
    padding-top: 358px;
    background-size: 320px 358px;
  }
  /* line 13, ../../scss/_large.scss */
  #nav-content-container #nav-content ul#menu {
    width: 320px;
  }
  /* line 16, ../../scss/_large.scss */
  #nav-content-container #nav-content #welcome {
    width: 320px;
  }
}
