/* normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 19, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 27, scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 41, scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 56, scss/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 141, scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 218, scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 255, scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 268, 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 278, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 310, scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 325, scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* @import "customer_variables"; */
/* ==================== MIXINS ==================== */
/* ==================== FONT AWESOME ==================== */
/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FONT AWESOME CORE
 * -------------------------- */
/* line 40, scss/_fontawesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 49, scss/_fontawesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes the font 33% larger relative to the icon container */
/* line 55, scss/_fontawesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* makes sure icons active on rollover in links */
/* line 61, scss/_fontawesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}

/* increased font size for icon-large */
/* line 66, scss/_fontawesome.scss */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}

/* line 73, scss/_fontawesome.scss */
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 76, scss/_fontawesome.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 80, scss/_fontawesome.scss */
.icons-ul > li {
  position: relative;
}

/* line 83, scss/_fontawesome.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 91, scss/_fontawesome.scss */
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}

/* line 94, scss/_fontawesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 97, scss/_fontawesome.scss */
.icon-light {
  color: #ffffff;
}

/* line 100, scss/_fontawesome.scss */
.icon-dark {
  color: #333333;
}

/* line 103, scss/_fontawesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 110, scss/_fontawesome.scss */
.icon-2x {
  font-size: 2em;
}

/* line 113, scss/_fontawesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 119, scss/_fontawesome.scss */
.icon-3x {
  font-size: 3em;
}

/* line 122, scss/_fontawesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 128, scss/_fontawesome.scss */
.icon-4x {
  font-size: 4em;
}

/* line 131, scss/_fontawesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 137, scss/_fontawesome.scss */
.icon-5x {
  font-size: 5em;
}

/* line 140, scss/_fontawesome.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 146, scss/_fontawesome.scss */
.pull-right {
  float: right;
}

/* line 149, scss/_fontawesome.scss */
.pull-left {
  float: left;
}

/* line 153, scss/_fontawesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 157, scss/_fontawesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
/* line 164, scss/_fontawesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 188, scss/_fontawesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
/* line 195, scss/_fontawesome.scss */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 201, scss/_fontawesome.scss */
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 211, scss/_fontawesome.scss */
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 217, scss/_fontawesome.scss */
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 221, scss/_fontawesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 227, scss/_fontawesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 231, scss/_fontawesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 237, scss/_fontawesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 241, scss/_fontawesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 245, scss/_fontawesome.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* Fixes alignment in nav lists */
/* line 250, scss/_fontawesome.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
/* line 256, scss/_fontawesome.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 265, scss/_fontawesome.scss */
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 275, scss/_fontawesome.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* Animated rotating icon */
/* line 280, scss/_fontawesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
/* line 289, scss/_fontawesome.scss */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 294, scss/_fontawesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 297, scss/_fontawesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 302, scss/_fontawesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 305, scss/_fontawesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 310, scss/_fontawesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 313, scss/_fontawesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 318, scss/_fontawesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 321, scss/_fontawesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 326, scss/_fontawesome.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 329, scss/_fontawesome.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* Icon rotations and mirroring */
/* line 334, scss/_fontawesome.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 342, scss/_fontawesome.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 350, scss/_fontawesome.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 358, scss/_fontawesome.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 365, scss/_fontawesome.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
/* line 377, scss/_fontawesome.scss */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 382, scss/_fontawesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 385, scss/_fontawesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 388, scss/_fontawesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 391, scss/_fontawesome.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 394, scss/_fontawesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 397, scss/_fontawesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 400, scss/_fontawesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 403, scss/_fontawesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 406, scss/_fontawesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 409, scss/_fontawesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 412, scss/_fontawesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 415, scss/_fontawesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 418, scss/_fontawesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 421, scss/_fontawesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 424, scss/_fontawesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 427, scss/_fontawesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 431, scss/_fontawesome.scss */
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}

/* line 434, scss/_fontawesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 438, scss/_fontawesome.scss */
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}

/* line 441, scss/_fontawesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 444, scss/_fontawesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 447, scss/_fontawesome.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 450, scss/_fontawesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 453, scss/_fontawesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 456, scss/_fontawesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 459, scss/_fontawesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 462, scss/_fontawesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 465, scss/_fontawesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 468, scss/_fontawesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 472, scss/_fontawesome.scss */
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}

/* line 475, scss/_fontawesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 478, scss/_fontawesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 481, scss/_fontawesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 484, scss/_fontawesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 487, scss/_fontawesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 490, scss/_fontawesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 493, scss/_fontawesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 496, scss/_fontawesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 499, scss/_fontawesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 502, scss/_fontawesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 505, scss/_fontawesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 508, scss/_fontawesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 511, scss/_fontawesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 514, scss/_fontawesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 517, scss/_fontawesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 520, scss/_fontawesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 523, scss/_fontawesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 526, scss/_fontawesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 529, scss/_fontawesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 532, scss/_fontawesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 535, scss/_fontawesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 538, scss/_fontawesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 541, scss/_fontawesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 544, scss/_fontawesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 547, scss/_fontawesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 550, scss/_fontawesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 553, scss/_fontawesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 556, scss/_fontawesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 559, scss/_fontawesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 562, scss/_fontawesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 565, scss/_fontawesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 568, scss/_fontawesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 571, scss/_fontawesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 574, scss/_fontawesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 577, scss/_fontawesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 580, scss/_fontawesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 583, scss/_fontawesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 586, scss/_fontawesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 589, scss/_fontawesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 592, scss/_fontawesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 595, scss/_fontawesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 598, scss/_fontawesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 601, scss/_fontawesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 604, scss/_fontawesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 607, scss/_fontawesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 610, scss/_fontawesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 613, scss/_fontawesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 616, scss/_fontawesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 619, scss/_fontawesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 622, scss/_fontawesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 625, scss/_fontawesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 628, scss/_fontawesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 631, scss/_fontawesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 634, scss/_fontawesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 637, scss/_fontawesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 640, scss/_fontawesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 643, scss/_fontawesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 646, scss/_fontawesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 649, scss/_fontawesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 652, scss/_fontawesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 655, scss/_fontawesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 658, scss/_fontawesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 661, scss/_fontawesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 664, scss/_fontawesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 668, scss/_fontawesome.scss */
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}

/* line 671, scss/_fontawesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 674, scss/_fontawesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 677, scss/_fontawesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 680, scss/_fontawesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 683, scss/_fontawesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 686, scss/_fontawesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 689, scss/_fontawesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 692, scss/_fontawesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 695, scss/_fontawesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 698, scss/_fontawesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 701, scss/_fontawesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 704, scss/_fontawesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 707, scss/_fontawesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 710, scss/_fontawesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 713, scss/_fontawesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 716, scss/_fontawesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 719, scss/_fontawesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 722, scss/_fontawesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 725, scss/_fontawesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 728, scss/_fontawesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 731, scss/_fontawesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 734, scss/_fontawesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 737, scss/_fontawesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 740, scss/_fontawesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 743, scss/_fontawesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 746, scss/_fontawesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 749, scss/_fontawesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 752, scss/_fontawesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 755, scss/_fontawesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 758, scss/_fontawesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 762, scss/_fontawesome.scss */
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}

/* line 765, scss/_fontawesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 768, scss/_fontawesome.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 771, scss/_fontawesome.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 774, scss/_fontawesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 777, scss/_fontawesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 780, scss/_fontawesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 783, scss/_fontawesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 786, scss/_fontawesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 789, scss/_fontawesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 792, scss/_fontawesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 795, scss/_fontawesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 798, scss/_fontawesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 801, scss/_fontawesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 804, scss/_fontawesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 807, scss/_fontawesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 811, scss/_fontawesome.scss */
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}

/* line 814, scss/_fontawesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 817, scss/_fontawesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 820, scss/_fontawesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 823, scss/_fontawesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 826, scss/_fontawesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 829, scss/_fontawesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 832, scss/_fontawesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 835, scss/_fontawesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 838, scss/_fontawesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 841, scss/_fontawesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 844, scss/_fontawesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 847, scss/_fontawesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 850, scss/_fontawesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 853, scss/_fontawesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 856, scss/_fontawesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 859, scss/_fontawesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 862, scss/_fontawesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 865, scss/_fontawesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 868, scss/_fontawesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 871, scss/_fontawesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 874, scss/_fontawesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 877, scss/_fontawesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 880, scss/_fontawesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 883, scss/_fontawesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 886, scss/_fontawesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 889, scss/_fontawesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 892, scss/_fontawesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 895, scss/_fontawesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 898, scss/_fontawesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 901, scss/_fontawesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 904, scss/_fontawesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 907, scss/_fontawesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 911, scss/_fontawesome.scss */
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 914, scss/_fontawesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 917, scss/_fontawesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 920, scss/_fontawesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 923, scss/_fontawesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 926, scss/_fontawesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 929, scss/_fontawesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 932, scss/_fontawesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 935, scss/_fontawesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 938, scss/_fontawesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 941, scss/_fontawesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 944, scss/_fontawesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 947, scss/_fontawesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 950, scss/_fontawesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 953, scss/_fontawesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 956, scss/_fontawesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 959, scss/_fontawesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 962, scss/_fontawesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 965, scss/_fontawesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 968, scss/_fontawesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 971, scss/_fontawesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 974, scss/_fontawesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 977, scss/_fontawesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 980, scss/_fontawesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 983, scss/_fontawesome.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 986, scss/_fontawesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 990, scss/_fontawesome.scss */
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}

/* line 993, scss/_fontawesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 996, scss/_fontawesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 999, scss/_fontawesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1002, scss/_fontawesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1005, scss/_fontawesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1008, scss/_fontawesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1011, scss/_fontawesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1014, scss/_fontawesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1017, scss/_fontawesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1020, scss/_fontawesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1023, scss/_fontawesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1026, scss/_fontawesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1029, scss/_fontawesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1032, scss/_fontawesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1035, scss/_fontawesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1038, scss/_fontawesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1041, scss/_fontawesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1044, scss/_fontawesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1047, scss/_fontawesome.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1050, scss/_fontawesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1053, scss/_fontawesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1056, scss/_fontawesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1059, scss/_fontawesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1062, scss/_fontawesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1065, scss/_fontawesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1068, scss/_fontawesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1071, scss/_fontawesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1074, scss/_fontawesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1077, scss/_fontawesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1080, scss/_fontawesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1083, scss/_fontawesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1086, scss/_fontawesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1089, scss/_fontawesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1092, scss/_fontawesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1095, scss/_fontawesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1098, scss/_fontawesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1101, scss/_fontawesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1104, scss/_fontawesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1107, scss/_fontawesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1110, scss/_fontawesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1113, scss/_fontawesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1116, scss/_fontawesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1119, scss/_fontawesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1122, scss/_fontawesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1126, scss/_fontawesome.scss */
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}

/* line 1129, scss/_fontawesome.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1132, scss/_fontawesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1135, scss/_fontawesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1138, scss/_fontawesome.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1141, scss/_fontawesome.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1144, scss/_fontawesome.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1147, scss/_fontawesome.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1150, scss/_fontawesome.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1153, scss/_fontawesome.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1156, scss/_fontawesome.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1159, scss/_fontawesome.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1162, scss/_fontawesome.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1165, scss/_fontawesome.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1168, scss/_fontawesome.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1171, scss/_fontawesome.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1174, scss/_fontawesome.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1178, scss/_fontawesome.scss */
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 1181, scss/_fontawesome.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1184, scss/_fontawesome.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1187, scss/_fontawesome.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1190, scss/_fontawesome.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1193, scss/_fontawesome.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1196, scss/_fontawesome.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1199, scss/_fontawesome.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1202, scss/_fontawesome.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1205, scss/_fontawesome.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1208, scss/_fontawesome.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1211, scss/_fontawesome.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1214, scss/_fontawesome.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1217, scss/_fontawesome.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1220, scss/_fontawesome.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1223, scss/_fontawesome.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1226, scss/_fontawesome.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1229, scss/_fontawesome.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1232, scss/_fontawesome.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1235, scss/_fontawesome.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1238, scss/_fontawesome.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1241, scss/_fontawesome.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1244, scss/_fontawesome.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1247, scss/_fontawesome.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1250, scss/_fontawesome.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1253, scss/_fontawesome.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1256, scss/_fontawesome.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1259, scss/_fontawesome.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1262, scss/_fontawesome.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1265, scss/_fontawesome.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1268, scss/_fontawesome.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1271, scss/_fontawesome.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1274, scss/_fontawesome.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1277, scss/_fontawesome.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1280, scss/_fontawesome.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1283, scss/_fontawesome.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1286, scss/_fontawesome.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1289, scss/_fontawesome.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1292, scss/_fontawesome.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1295, scss/_fontawesome.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1298, scss/_fontawesome.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1301, scss/_fontawesome.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 1304, scss/_fontawesome.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 1307, scss/_fontawesome.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1310, scss/_fontawesome.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 1314, scss/_fontawesome.scss */
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}

/* line 1317, scss/_fontawesome.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 1321, scss/_fontawesome.scss */
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}

/* line 1325, scss/_fontawesome.scss */
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}

/* line 1329, scss/_fontawesome.scss */
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}

/* line 1333, scss/_fontawesome.scss */
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}

/* line 1337, scss/_fontawesome.scss */
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}

/* line 1341, scss/_fontawesome.scss */
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}

/* line 1344, scss/_fontawesome.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 1347, scss/_fontawesome.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1350, scss/_fontawesome.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1353, scss/_fontawesome.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1356, scss/_fontawesome.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1359, scss/_fontawesome.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1362, scss/_fontawesome.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1365, scss/_fontawesome.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1368, scss/_fontawesome.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1371, scss/_fontawesome.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1374, scss/_fontawesome.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1377, scss/_fontawesome.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1380, scss/_fontawesome.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1383, scss/_fontawesome.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1386, scss/_fontawesome.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1389, scss/_fontawesome.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1392, scss/_fontawesome.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1395, scss/_fontawesome.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1398, scss/_fontawesome.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1401, scss/_fontawesome.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1404, scss/_fontawesome.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1407, scss/_fontawesome.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1410, scss/_fontawesome.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1413, scss/_fontawesome.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1416, scss/_fontawesome.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1419, scss/_fontawesome.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1422, scss/_fontawesome.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1425, scss/_fontawesome.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1428, scss/_fontawesome.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1431, scss/_fontawesome.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1434, scss/_fontawesome.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1437, scss/_fontawesome.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1440, scss/_fontawesome.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1443, scss/_fontawesome.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1446, scss/_fontawesome.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1449, scss/_fontawesome.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1452, scss/_fontawesome.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1455, scss/_fontawesome.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1458, scss/_fontawesome.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1461, scss/_fontawesome.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 1464, scss/_fontawesome.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 1467, scss/_fontawesome.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1470, scss/_fontawesome.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1473, scss/_fontawesome.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1476, scss/_fontawesome.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1479, scss/_fontawesome.scss */
.icon-renren:before {
  content: "\f18b";
}

/* @import "structure"; */
/* ==================== COLOURS ==================== */
/* line 5, scss/_colours.scss */
.bgblack {
  background-color: black;
}

/* line 9, scss/_colours.scss */
.bgwhite {
  background-color: white;
}

/* line 15, scss/_colours.scss */
.bgBrandPrimary {
  background-color: #262e3b;
}

/* line 19, scss/_colours.scss */
.bgBrandSecondary {
  background-color: #31394a;
}

/* line 23, scss/_colours.scss */
.bgBrandContrast {
  background-color: #ef6423;
}

/* line 29, scss/_colours.scss */
.bgturquoise {
  background-color: #1abc9c;
}

/* line 33, scss/_colours.scss */
.bggreenSea {
  background-color: #16a085;
}

/* line 37, scss/_colours.scss */
.bgemerald {
  background-color: #2ecc71;
}

/* line 41, scss/_colours.scss */
.bgnephritis {
  background-color: #27ae60;
}

/* line 47, scss/_colours.scss */
.bgpeterRiver {
  background-color: #3498db;
}

/* line 51, scss/_colours.scss */
.bgbelize {
  background-color: #2980b9;
}

/* line 57, scss/_colours.scss */
.bgamethyst {
  background-color: #9b59b6;
}

/* line 61, scss/_colours.scss */
.bgwisteria {
  background-color: #8e44ad;
}

/* line 68, scss/_colours.scss */
.bgsunFlower {
  background-color: #f1c40f;
}

/* line 74, scss/_colours.scss */
.bgorange {
  background-color: #f39c12;
}

/* line 78, scss/_colours.scss */
.bgcarrot {
  background-color: #e67e22;
}

/* line 82, scss/_colours.scss */
.bgpumpkin {
  background-color: #d35400;
}

/* line 88, scss/_colours.scss */
.bgalizarin {
  background-color: #e74c3c;
}

/* line 92, scss/_colours.scss */
.bgpomegranate {
  background-color: #c0392b;
}

/* line 98, scss/_colours.scss */
.bgclouds {
  background-color: #ecf0f1;
}

/* line 102, scss/_colours.scss */
.bgsilver {
  background-color: #bdc3c7;
}

/* line 106, scss/_colours.scss */
.bgconcrete {
  background-color: #95a5a6;
}

/* line 110, scss/_colours.scss */
.bgasbestos {
  background-color: #7f8c8d;
}

/* line 114, scss/_colours.scss */
.bgasphalt {
  background-color: #34495e;
}

/* line 118, scss/_colours.scss */
.bgmidnight {
  background-color: #2c3e50;
}

/* ==================== BUTTONS ==================== */
/* line 3, scss/_buttons.scss */
.button, .btn-success, .btn-fail, .btn-warning, .btn-info, .btn-disabled {
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px 30px;
  text-align: center;
  font-weight: bold;
  border: 0px;
}

/* line 12, scss/_buttons.scss */
.btn-success {
  background-color: #27ae60;
  color: white;
}
/* line 16, scss/_buttons.scss */
.btn-success:hover {
  background-color: #1e8449;
}

/* line 21, scss/_buttons.scss */
.btn-fail {
  background-color: #c0392b;
  color: white;
}
/* line 25, scss/_buttons.scss */
.btn-fail:hover {
  background-color: #962d22;
}

/* line 30, scss/_buttons.scss */
.btn-warning {
  background-color: #e67e22;
  color: white;
}
/* line 34, scss/_buttons.scss */
.btn-warning:hover {
  background-color: #bf6516;
}

/* line 39, scss/_buttons.scss */
.btn-info {
  background-color: #3498db;
  color: white;
}
/* line 43, scss/_buttons.scss */
.btn-info:hover {
  background-color: #217dbb;
}

/* line 48, scss/_buttons.scss */
.btn-disabled {
  background-color: #7f8c8d;
  color: #333333;
}

/* ==================== ALERTS ==================== */
/* line 3, scss/_alerts.scss */
.alert, .alert-success, .alert-fail, .alert-warning, .alert-info {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
  border: 2px solid;
}

/* line 9, scss/_alerts.scss */
.alert-success {
  background-color: #c8f3da;
  color: #333333;
  border-color: #27ae60;
}
/* line 14, scss/_alerts.scss */
.alert-success h2 {
  color: #27ae60;
}

/* line 19, scss/_alerts.scss */
.alert-fail {
  background-color: #f2c9c5;
  color: #333333;
  border-color: #c0392b;
}
/* line 24, scss/_alerts.scss */
.alert-fail h2 {
  color: #c0392b;
}

/* line 29, scss/_alerts.scss */
.alert-warning {
  background-color: #fbe9d9;
  color: #333333;
  border-color: #e67e22;
}
/* line 34, scss/_alerts.scss */
.alert-warning h2 {
  color: #e67e22;
}

/* line 39, scss/_alerts.scss */
.alert-info {
  background-color: #bedcf0;
  color: #333333;
  border-color: #2980b9;
}
/* line 44, scss/_alerts.scss */
.alert-info h2 {
  color: #2980b9;
}

/* ==================== CONTENT ==================== */
/* line 5, scss/_content.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, scss/_content.scss */
html {
  background-color: #262e3b;
  font-size: 62.5%;
  line-height: 1.8em;
}

/* line 17, scss/_content.scss */
body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* line 22, scss/_content.scss */
.visually-hidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/* line 55, scss/_mixins.scss */
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}

/* line 26, scss/_content.scss */
.clearfix {
  *zoom: 1;
}
/* line 33, scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
/* line 37, scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 30, scss/_content.scss */
.panel {
  border-radius: 10px;
  padding: 20px;
}

/* @import "naviagtion"; */
/* @import "dashboards"; */
/* @import "gadgets"; */
/* @import "print"; */
/* ==================== LOGIN ==================== */
/* line 5, scss/pages/_login.scss */
.sost-login-container .brand-elements .city, .sost-login-container .brand-elements .city-scape, .sost-login-container .brand-elements .traffic-right, .sost-login-container .brand-elements .traffic-left {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0px;
  left: 0px;
}
/* line 12, scss/pages/_login.scss */
.sost-login-container .brand-elements .city-scape {
  background-image: url("../images/city_scape.png");
  background-repeat: repeat-x;
}
/* line 17, scss/pages/_login.scss */
.sost-login-container .brand-elements .traffic-right {
  background-image: url("../images/traffic_right.png");
  background-repeat: repeat-x;
  -webkit-animation: animate 35s linear infinite;
  animation: animate 35s linear infinite;
}
/* line 24, scss/pages/_login.scss */
.sost-login-container .brand-elements .traffic-left {
  background-image: url("../images/traffic_left.png");
  background-repeat: repeat-x;
  -webkit-animation: animate_reverse 35s linear infinite;
  animation: animate_reverse 35s linear infinite;
}
/* line 31, scss/pages/_login.scss */
.sost-login-container .brand-elements .clouds, .sost-login-container .brand-elements .clouds-large, .sost-login-container .brand-elements .clouds-small {
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0px;
  left: 0px;
}
/* line 38, scss/pages/_login.scss */
.sost-login-container .brand-elements .clouds-large {
  background-image: url("../images/clouds_large.png");
  background-repeat: repeat-x;
  -webkit-animation: animate 125s linear infinite;
  animation: animate 125s linear infinite;
}
/* line 45, scss/pages/_login.scss */
.sost-login-container .brand-elements .clouds-small {
  background-image: url("../images/clouds_small.png");
  background-repeat: repeat-x;
  -webkit-animation: animate 165s linear infinite;
  animation: animate 165s linear infinite;
}
/* line 53, scss/pages/_login.scss */
.sost-login-container .panel {
  position: absolute;
  left: 50%;
  width: 400px;
  min-height:300px;
  margin: 10% -200px 0px;
  text-align: right;
}
/* line 59, scss/pages/_login.scss */
.sost-login-container .panel fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
/* line 64, scss/pages/_login.scss */
.sost-login-container .panel fieldset input {
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
  width: 100%;
  padding: 15px 50px 15px 15px;
  border: 0px;
}

/* line 83, scss/pages/_login.scss */
.sost-login-container .panel .logo {
  margin-bottom: 30px;
}
/* line 86, scss/pages/_login.scss */
#login .panel .forgot {
  color: white;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
}
/* line 91, scss/pages/_login.scss */
#login .panel .forgot:hover {
  color: #ef6423;
}
/* line 95, scss/pages/_login.scss */
.sost-login-container .panel .button, .sost-login-container .panel .btn-success, .sost-login-container .panel .btn-fail, 
.sost-login-container .panel .btn-warning, .sost-login-container .panel .btn-info, .sost-login-container .panel .btn-disabled {
  width: 80%;
  display: block;
  margin: 30px auto;
}
/* line 101, scss/pages/_login.scss */
.browser-error {
  border-radius: 10px;
  padding: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}

#login .browser-error {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -160px;
}

/* line 112, scss/pages/_login.scss */
.browser-error.hide {
  display: none;
}
/* line 116, scss/pages/_login.scss */
.browser-error a.close {
  font-size: 1.6rem;
  float: right;
  text-decoration: none;
  color: white;
  padding: 5px 7px;
}

#ap-browser-error a.close {
  font-size: 16px;
}

/* line 122, scss/pages/_login.scss */
.browser-error a.close:hover {
  background-color: #e74c3c;
  border-radius: 5px;
}
/* line 128, scss/pages/_login.scss */
.browser-error h2 {
  margin-top: 5px;
}

#ap-browser-error h2 {
  font-size: 18px;
  font-weight: 700;
}

/* line 131, scss/pages/_login.scss */
.browser-error ul {
  list-style: none;
  width: 65%;
  margin: auto;
  padding: 0px;
}
/* line 136, scss/pages/_login.scss */
.browser-error ul li {
  display: inline-block;
  margin: 10px;
}

#ap-browser-error p {
  line-height: 18px;
  margin-block-end: 12px;
  margin-block-start: 12px;
}

.browser-error-dialog.ui-dialog {
	padding: 0;
}

.browser-error-dialog .ui-dialog-titlebar {
	display: none;
}

.browser-error #suggested-browsers {
	text-align: center;
}

.browser-error #suggested-browsers img {
	height: 64px;
	width: 64px;
}

/* line 142, scss/pages/_login.scss */
#logintext {
  margin-top: 20px;
}

#logintext.hide {
  display: none;
}

#login #sso-message {
	display: block;
	text-align: center;
	color: white;
	font-size: 2em;
	line-height: 115%;
}

.sost-login-container #relogin {
	text-decoration: none;
}

@-webkit-keyframes animate {
  /* line 150, scss/pages/_login.scss */
  from {
    background-position: 0px;
  }

  /* line 151, scss/pages/_login.scss */
  to {
    background-position: 2000px;
  }
}

@keyframes animate {
  /* line 156, scss/pages/_login.scss */
  from {
    background-position: 0px;
  }

  /* line 157, scss/pages/_login.scss */
  to {
    background-position: 2000px;
  }
}

@-webkit-keyframes animate_reverse {
  /* line 162, scss/pages/_login.scss */
  from {
    background-position: 0px;
  }

  /* line 163, scss/pages/_login.scss */
  to {
    background-position: -2000px;
  }
}

@keyframes animate_reverse {
  /* line 168, scss/pages/_login.scss */
  from {
    background-position: 0px;
  }

  /* line 169, scss/pages/_login.scss */
  to {
    background-position: -2000px;
  }
}
