@charset "UTF-8";
/** initial setup **/
/* line 3, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano > .nano-content:focus {
  outline: thin dotted; }

/* line 21, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible; }

/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/nanoscroller/bin/css/nanoscroller.css */
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99; }

/* Make clicks pass-through */
/* line 2, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
#nprogress {
  pointer-events: none; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
/* line 34, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  /* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 68, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  /* line 71, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
  0% {
    transform: rotate(0deg); }

  /* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/nprogress/nprogress.css */
  100% {
    transform: rotate(360deg); } }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0; }

/* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 65, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none; }

/* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent; }

/* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* line 107, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 116, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic; }

/* line 133, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 151, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%; }

/* line 160, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 167, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em; }

/* line 171, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 182, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0; }

/* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 201, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 209, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 219, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto; }

/* line 230, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 254, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 264, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible; }

/* line 276, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 291, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 301, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 310, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 320, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal; }

/* line 333, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 345, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 355, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 369, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 377, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 388, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0; }

/* line 397, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto; }

/* line 406, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold; }

/* line 417, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 423, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0; }

@media print {
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 30, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group; }

  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important; }

  /* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 61, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; }

  /* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important; }

  /* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none; }

  /* line 77, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important; }

  /* line 83, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  /* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000; }

  /* line 91, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important; }

  /* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

/* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a"; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b"; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac"; }

/* line 41, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212"; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601"; }

/* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709"; }

/* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f"; }

/* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001"; }

/* line 46, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002"; }

/* line 47, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003"; }

/* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005"; }

/* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006"; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007"; }

/* line 51, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008"; }

/* line 52, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009"; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010"; }

/* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011"; }

/* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012"; }

/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013"; }

/* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014"; }

/* line 58, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015"; }

/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016"; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017"; }

/* line 61, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018"; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019"; }

/* line 63, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020"; }

/* line 64, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021"; }

/* line 65, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022"; }

/* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023"; }

/* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024"; }

/* line 68, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025"; }

/* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026"; }

/* line 70, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027"; }

/* line 71, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028"; }

/* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029"; }

/* line 73, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030"; }

/* line 74, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031"; }

/* line 75, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032"; }

/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033"; }

/* line 77, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034"; }

/* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035"; }

/* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036"; }

/* line 80, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037"; }

/* line 81, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038"; }

/* line 82, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039"; }

/* line 83, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040"; }

/* line 84, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041"; }

/* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042"; }

/* line 86, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043"; }

/* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044"; }

/* line 88, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045"; }

/* line 89, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046"; }

/* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047"; }

/* line 91, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048"; }

/* line 92, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049"; }

/* line 93, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050"; }

/* line 94, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051"; }

/* line 95, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052"; }

/* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053"; }

/* line 97, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054"; }

/* line 98, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055"; }

/* line 99, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056"; }

/* line 100, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057"; }

/* line 101, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058"; }

/* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059"; }

/* line 103, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060"; }

/* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062"; }

/* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063"; }

/* line 106, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064"; }

/* line 107, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065"; }

/* line 108, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066"; }

/* line 109, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067"; }

/* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068"; }

/* line 111, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069"; }

/* line 112, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070"; }

/* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071"; }

/* line 114, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072"; }

/* line 115, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073"; }

/* line 116, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074"; }

/* line 117, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075"; }

/* line 118, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076"; }

/* line 119, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077"; }

/* line 120, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078"; }

/* line 121, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079"; }

/* line 122, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080"; }

/* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081"; }

/* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082"; }

/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083"; }

/* line 126, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084"; }

/* line 127, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085"; }

/* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086"; }

/* line 129, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087"; }

/* line 130, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088"; }

/* line 131, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089"; }

/* line 132, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090"; }

/* line 133, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091"; }

/* line 134, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092"; }

/* line 135, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093"; }

/* line 136, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094"; }

/* line 137, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095"; }

/* line 138, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096"; }

/* line 139, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097"; }

/* line 140, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101"; }

/* line 141, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102"; }

/* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103"; }

/* line 143, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104"; }

/* line 144, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105"; }

/* line 145, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106"; }

/* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107"; }

/* line 147, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108"; }

/* line 148, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109"; }

/* line 149, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110"; }

/* line 150, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111"; }

/* line 151, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112"; }

/* line 152, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113"; }

/* line 153, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114"; }

/* line 154, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115"; }

/* line 155, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116"; }

/* line 156, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117"; }

/* line 157, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118"; }

/* line 158, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119"; }

/* line 159, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120"; }

/* line 160, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121"; }

/* line 161, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122"; }

/* line 162, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123"; }

/* line 163, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124"; }

/* line 164, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125"; }

/* line 165, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126"; }

/* line 166, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127"; }

/* line 167, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128"; }

/* line 168, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129"; }

/* line 169, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130"; }

/* line 170, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

/* line 171, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

/* line 172, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

/* line 173, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

/* line 174, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135"; }

/* line 175, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136"; }

/* line 176, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137"; }

/* line 177, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138"; }

/* line 178, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139"; }

/* line 179, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140"; }

/* line 180, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141"; }

/* line 181, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142"; }

/* line 182, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143"; }

/* line 183, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144"; }

/* line 184, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145"; }

/* line 185, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146"; }

/* line 186, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148"; }

/* line 187, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149"; }

/* line 188, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150"; }

/* line 189, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

/* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

/* line 191, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153"; }

/* line 192, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

/* line 193, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

/* line 194, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

/* line 195, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157"; }

/* line 196, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158"; }

/* line 197, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159"; }

/* line 198, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160"; }

/* line 199, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161"; }

/* line 200, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162"; }

/* line 201, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163"; }

/* line 202, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164"; }

/* line 203, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165"; }

/* line 204, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166"; }

/* line 205, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167"; }

/* line 206, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168"; }

/* line 207, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169"; }

/* line 208, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170"; }

/* line 209, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171"; }

/* line 210, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172"; }

/* line 211, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173"; }

/* line 212, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174"; }

/* line 213, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175"; }

/* line 214, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176"; }

/* line 215, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177"; }

/* line 216, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178"; }

/* line 217, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179"; }

/* line 218, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180"; }

/* line 219, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181"; }

/* line 220, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182"; }

/* line 221, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183"; }

/* line 222, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184"; }

/* line 223, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185"; }

/* line 224, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186"; }

/* line 225, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187"; }

/* line 226, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188"; }

/* line 227, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189"; }

/* line 228, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190"; }

/* line 229, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191"; }

/* line 230, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192"; }

/* line 231, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193"; }

/* line 232, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194"; }

/* line 233, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195"; }

/* line 234, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197"; }

/* line 235, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198"; }

/* line 236, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199"; }

/* line 237, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200"; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.53846;
  color: #43494d;
  background-color: #f2f4f8; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #080909;
  text-decoration: none; }
  /* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:hover, a:focus {
    color: black;
    text-decoration: underline; }
  /* line 58, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0; }

/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle; }

/* line 81, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

/* line 86, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px; }

/* line 93, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846;
  background-color: #f2f4f8;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

/* line 106, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%; }

/* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit; }
  /* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

/* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

/* line 37, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

/* line 47, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 33px; }

/* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 27px; }

/* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 23px; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 17px; }

/* line 51, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 13px; }

/* line 52, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px; }

/* line 58, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    /* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
    .lead {
      font-size: 19.5px; } }

/* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 92%; }

/* line 84, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal; }

/* line 89, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fbb23e;
  padding: .2em; }

/* line 95, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 97, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 98, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify; }

/* line 99, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase; }

/* line 103, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase; }

/* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize; }

/* line 107, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #808990; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #177bbb; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #115d8e; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: white; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #e6e6e6; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: white; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #e6e6e6; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: white; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #e6e6e6; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: white; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #e6e6e6; }

/* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #177bbb; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #115d8e; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #22ba93; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #1a8f71; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #1ccacc; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #169e9f; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fbb23e; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #fa9e0c; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #e04959; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #d32436; }

/* line 143, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

/* line 155, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  /* line 159, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

/* line 167, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

/* line 173, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px; }
  /* line 177, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

/* line 185, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px; }

/* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.53846; }

/* line 193, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 196, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0; }

/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 211, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 218, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; } }

/* line 231, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

/* line 235, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 241, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee; }
  /* line 250, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  /* line 259, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.53846;
    color: #999999; }
    /* line 265, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

/* line 275, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  /* line 286, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  /* line 287, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

/* line 295, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: ""; }

/* line 300, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846; }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.53846;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 2px; }
  /* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

/* line 65, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:before, .container:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
    .container {
      width: 1160px; } }

/* line 30, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .container-fluid:after {
    clear: both; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -10px;
  margin-right: -10px; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .row:after {
    clear: both; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%; }

/* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%; }

  /* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%; }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 55, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%; }

  /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%; }

  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%; } }
/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent; }

/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left; }

/* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  /* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.53846;
    vertical-align: top;
    border-top: 1px solid #f2f4f8; }
  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #f2f4f8; }
  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  /* line 51, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #f2f4f8; }
  /* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table .table {
    background-color: #f2f4f8; }

/* line 70, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

/* line 82, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #f2f4f8; }
  /* line 89, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #f2f4f8; }
  /* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f2f4f8; }

/* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #57b3ed; }

/* line 135, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

/* line 143, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f2f4f8; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e1e6ef; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #22ba93; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #1ea582; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #1ccacc; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #19b4b6; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fbb23e; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faa825; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #e04959; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #dc3345; }

@media screen and (max-width: 767px) {
  /* line 171, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f2f4f8;
    -webkit-overflow-scrolling: touch; }
    /* line 182, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table {
      margin-bottom: 0; }
      /* line 191, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    /* line 199, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
    .table-responsive > .table-bordered {
      border: 0; }
      /* line 208, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      /* line 212, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      /* line 225, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss */
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

/* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

/* line 47, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block; }

/* line 65, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%; }

/* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 84, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.53846;
  color: #43494d; }

/* line 115, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846;
  color: #43494d;
  background-color: rgba(242, 244, 248, 0.4);
  background-image: none;
  border: 1px solid none;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  /* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-moz-placeholder {
    color: #737d83;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control:-ms-input-placeholder {
    color: #737d83; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .form-control::-webkit-input-placeholder {
    color: #737d83; }
  /* line 143, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

/* line 153, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto; }

/* line 165, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none; }

/* line 181, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.53846 \0; }
  /* line 186, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"].form-control,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px; }
  /* line 189, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"].form-control,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 45px; }

/* line 200, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px; }

/* line 210, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  /* line 217, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

/* line 227, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

/* line 234, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

/* line 240, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

/* line 249, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

/* line 262, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

/* line 270, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

/* line 279, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

/* line 291, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  /* line 299, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

/* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 75, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

/* line 81, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

/* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 75, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 45px;
  line-height: 45px; }

/* line 81, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

/* line 320, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative; }
  /* line 325, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .has-feedback .form-control {
    padding-right: 42.5px; }

/* line 330, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

/* line 341, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

/* line 346, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: white; }
/* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: white;
  border-color: white;
  background-color: #22ba93; }
/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: white; }

/* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: white; }
/* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: white;
  border-color: white;
  background-color: #fbb23e; }
/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: white; }

/* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: white; }
/* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
  .has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: white;
  border-color: white;
  background-color: #e04959; }
/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: white; }

/* line 365, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

/* line 375, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #808990; }

@media (min-width: 768px) {
  /* line 400, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 407, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  /* line 413, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    /* line 419, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .navbar-form .input-group .form-control {
      width: auto; }
  /* line 425, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%; }
  /* line 429, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  /* line 438, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    /* line 444, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label,
    .navbar-form .checkbox label {
      padding-left: 0; }
  /* line 449, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  /* line 458, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

/* line 478, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
/* line 486, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
/* line 491, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  /* line 498, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
/* line 509, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px; }
@media (min-width: 768px) {
  /* line 520, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  /* line 530, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  /* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:hover, .btn:focus {
    color: #43494d;
    text-decoration: none; }
  /* line 37, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #43494d;
  background-color: #f2f4f8;
  border-color: #d2dae1; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #43494d;
    background-color: #d1d8e6;
    border-color: #adbcc8; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #f2f4f8;
    border-color: #d2dae1; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-default .badge {
    color: #f2f4f8;
    background-color: #43494d; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #177bbb;
  border-color: #177bbb; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #115d8e;
    border-color: #105785; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #177bbb;
    border-color: #177bbb; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-primary .badge {
    color: #177bbb;
    background-color: white; }

/* line 64, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #1aae88;
  border-color: #1aae88; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #138265;
    border-color: #12795e; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #1aae88;
    border-color: #1aae88; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-success .badge {
    color: #1aae88;
    background-color: white; }

/* line 68, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #1ccacc;
  border-color: #1ccacc; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #169e9f;
    border-color: #159596; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #1ccacc;
    border-color: #1ccacc; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-info .badge {
    color: #1ccacc;
    background-color: white; }

/* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #fbb23e;
  border-color: #fbb23e; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #fa9e0c;
    border-color: #f79905; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #fbb23e;
    border-color: #fbb23e; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-warning .badge {
    color: #fbb23e;
    background-color: white; }

/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #e33244;
  border-color: #e33244; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #c71b2d;
    border-color: #be1a2b; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e33244;
    border-color: #e33244; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-danger .badge {
    color: #e33244;
    background-color: white; }

/* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #080909;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  /* line 94, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 101, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  /* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

/* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

/* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 132, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* line 140, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 154, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
  .fade.in {
    opacity: 1; }

/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none; }
  /* line 21, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
  .collapse.in {
    display: block; }

/* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row; }

/* line 28, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group; }

/* line 30, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0; }

/* line 29, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  /* line 52, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  /* line 58, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 63, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.53846;
    color: #333333;
    white-space: nowrap; }

/* line 77, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke; }

/* line 88, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #1aae88; }

/* line 103, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

/* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

/* line 122, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block; }
/* line 127, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0; }

/* line 136, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0; }

/* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto; }

/* line 152, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.53846;
  color: #999999;
  white-space: nowrap; }

/* line 162, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1990; }

/* line 172, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 185, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
/* line 191, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  /* line 205, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  /* line 210, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    /* line 21, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: 0; }

/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .btn-toolbar:after {
    clear: both; }
  /* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  /* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

/* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0; }
  /* line 61, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

/* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left; }

/* line 75, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 80, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 84, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 108, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

/* line 112, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

/* line 119, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  /* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 130, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0; }

/* line 134, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

/* line 139, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

/* line 150, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both; }
/* line 160, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none; }
/* line 168, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 175, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
/* line 178, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
/* line 182, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 187, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

/* line 192, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 196, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 205, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  /* line 211, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  /* line 216, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  /* line 220, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

/* line 236, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  /* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

/* line 65, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/* line 73, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #43494d;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid none;
  border-radius: 2px; }
  /* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  /* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  /* line 98, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

/* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0; }

/* line 122, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0; }

/* line 131, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  /* line 140, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn > .btn {
    position: relative; }
    /* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    /* line 148, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  /* line 156, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  /* line 162, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss */
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .nav:after {
    clear: both; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li {
    position: relative;
    display: block; }
    /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      /* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav > li.disabled > a {
      color: #999999; }
      /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  /* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #080909; }
  /* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  /* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav > li > a > img {
    max-width: none; }

/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  /* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    /* line 84, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.53846;
      border: 1px solid transparent;
      border-radius: 2px 2px 0 0; }
      /* line 89, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    /* line 98, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

/* line 118, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left; }
  /* line 122, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li > a {
    border-radius: 2px; }
  /* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li + li {
    margin-left: 2px; }
  /* line 133, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #1aae88; }

/* line 144, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }
  /* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

/* line 160, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  /* line 163, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    /* line 165, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  /* line 171, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    /* line 177, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      /* line 180, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

/* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  /* line 193, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px; }
  /* line 201, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    /* line 206, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 2px 2px 0 0; }
    /* line 212, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #f2f4f8; } }

/* line 224, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none; }
/* line 227, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block; }

/* line 237, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 15px;
  border: 1px solid transparent; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar {
      border-radius: 2px; } }

/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left; } }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .navbar-collapse:after {
    clear: both; }
  /* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    /* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      /* line 68, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      /* line 75, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-collapse.in {
        overflow-y: visible; }
      /* line 83, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

/* line 92, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-width: 480px) and (orientation: landscape) {
    /* line 92, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

/* line 109, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    /* line 109, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

/* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    /* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-static-top {
      border-radius: 0; } }

/* line 139, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    /* line 139, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

/* line 151, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

/* line 155, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

/* line 164, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 10px;
  font-size: 17px;
  line-height: 20px;
  height: 50px; }
  /* line 172, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    /* line 178, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -10px; } }

/* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  /* line 203, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle:focus {
    outline: 0; }
  /* line 208, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  /* line 214, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    /* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-toggle {
      display: none; } }

/* line 229, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -10px; }
  /* line 232, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    /* line 240, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      /* line 249, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      /* line 252, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        /* line 255, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    /* line 229, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-nav {
      float: left;
      margin: 0; }
      /* line 267, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav > li {
        float: left; }
        /* line 269, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
      /* line 275, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-nav.navbar-right:last-child {
        margin-right: -10px; } }

@media (min-width: 768px) {
  /* line 289, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important; }

  /* line 292, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important; } }
/* line 303, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    /* line 315, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    /* line 303, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      /* line 335, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-form.navbar-right:last-child {
        margin-right: -10px; } }

/* line 345, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* line 350, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 359, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  /* line 362, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 365, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

/* line 375, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    /* line 375, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-text {
      float: left;
      margin-left: 10px;
      margin-right: 10px; }
      /* line 384, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

/* line 394, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 398, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-brand {
    color: #43494d; }
    /* line 401, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #2c2f32;
      background-color: transparent; }
  /* line 407, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-text {
    color: #43494d; }
  /* line 412, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > li > a {
    color: #43494d; }
    /* line 416, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  /* line 424, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  /* line 432, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  /* line 439, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    /* line 442, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    /* line 445, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888888; }
  /* line 451, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  /* line 461, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
  @media (max-width: 767px) {
    /* line 470, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #43494d; }
      /* line 473, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    /* line 481, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    /* line 489, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  /* line 503, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-link {
    color: #43494d; }
    /* line 505, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .navbar-link:hover {
      color: #333333; }
  /* line 510, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .btn-link {
    color: #43494d; }
    /* line 513, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333333; }
    /* line 519, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
      color: #cccccc; }

/* line 528, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  /* line 532, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-brand {
    color: #999999; }
    /* line 535, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  /* line 541, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-text {
    color: #999999; }
  /* line 546, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    /* line 550, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  /* line 558, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  /* line 566, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  /* line 574, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    /* line 577, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    /* line 580, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  /* line 586, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  /* line 595, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  @media (max-width: 767px) {
    /* line 604, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    /* line 607, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    /* line 610, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      /* line 613, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    /* line 621, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    /* line 629, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  /* line 638, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link {
    color: #999999; }
    /* line 640, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .navbar-link:hover {
      color: white; }
  /* line 645, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .btn-link {
    color: #999999; }
    /* line 648, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: white; }
    /* line 654, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss */
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444444; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px; }
  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  .breadcrumb > li {
    display: inline-block; }
    /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #43494d; }
  /* line 23, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss */
  .breadcrumb > .active {
    color: #808990; }

/* line 4, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px; }
  /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li {
    display: inline; }
    /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.53846;
      text-decoration: none;
      color: #43494d;
      background-color: white;
      border: 1px solid #f2f4f8;
      margin-left: -1px; }
    /* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }
    /* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
  /* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: black;
    background-color: #f2f4f8;
    border-color: #e1e6f0; }
  /* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #1aae88;
    border-color: #1aae88;
    cursor: default; }
  /* line 68, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss */
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #e1e6f0;
    background-color: white;
    border-color: #f2f4f8;
    cursor: not-allowed; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }
/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .pager:after {
    clear: both; }
  /* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
  .pager li {
    display: inline; }
    /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: white;
      border: 1px solid #f2f4f8;
      border-radius: 15px; }
    /* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f2f4f8; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
  .pager .next > a,
  .pager .next > span {
    float: right; }
  /* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  /* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss */
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #e1e6f0;
    background-color: white;
    cursor: not-allowed; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
  .label:empty {
    display: none; }
  /* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
  .btn .label {
    position: relative;
    top: -1px; }

/* line 34, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

/* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #999999; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

/* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #177bbb; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #115d8e; }

/* line 52, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #1aae88; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #138265; }

/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #1ccacc; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #169e9f; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #fbb23e; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #fa9e0c; }

/* line 64, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #e33244; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss */
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c71b2d; }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
  .badge:empty {
    display: none; }
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
  .btn .badge {
    position: relative;
    top: -1px; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
  a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #080909;
    background-color: white; }
  /* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

/* line 52, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  /* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    border-radius: 6px; }
  /* line 30, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      /* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss */
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 58.5px; } }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.53846;
  background-color: #f2f4f8;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
  .thumbnail .caption {
    padding: 9px;
    color: #43494d; }

/* line 36, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #080909; }

/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }
  /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
  .alert .alert-link {
    font-weight: bold; }
  /* line 28, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
  .alert > p + p {
    margin-top: 5px; }

/* line 41, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

/* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #22ba93;
  border-color: #1ea56c;
  color: white; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-success hr {
    border-top-color: #1a8f5e; }
  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-success .alert-link {
    color: #e6e6e6; }

/* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #1ccacc;
  border-color: #18ad95;
  color: white; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-info hr {
    border-top-color: #159682; }
  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-info .alert-link {
    color: #e6e6e6; }

/* line 63, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fbb23e;
  border-color: #fa8425;
  color: white; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-warning hr {
    border-top-color: #fa760c; }
  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-warning .alert-link {
    color: #e6e6e6; }

/* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #e04959;
  border-color: #dc3361;
  color: white; }
  /* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-danger hr {
    border-top-color: #d32453; }
  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss */
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0; }

  /* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  /* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0; }

  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0; } }

/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

/* line 37, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #177bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

/* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 73, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }
/* line 77, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none; }

/* line 91, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #1aae88; }
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 95, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #1ccacc; }
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 99, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #fbb23e; }
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 103, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #e33244; }
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 21, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0; }

/* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block; }

/* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px; }
/* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none; }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

/* line 21, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  /* line 34, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }
  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item > .badge {
    float: right; }
  /* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

/* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555555; }
  /* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  /* line 63, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: whitesmoke; }

/* line 74, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999; }
  /* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  /* line 82, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #999999; }
/* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #1aae88;
  border-color: #1aae88; }
  /* line 99, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #a3f1dd; }

/* line 4, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: white;
  background-color: #22ba93; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: white; }
  /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: white;
    background-color: #1ea582; }
  /* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

/* line 4, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: white;
  background-color: #1ccacc; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: white; }
  /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: white;
    background-color: #19b4b6; }
  /* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

/* line 4, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: white;
  background-color: #fbb23e; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: white; }
  /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: white;
    background-color: #faa825; }
  /* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

/* line 4, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: white;
  background-color: #e04959; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: white; }
  /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: white;
    background-color: #dc3345; }
  /* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss */
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: white;
    border-color: white; }

/* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

/* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

/* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .panel-body:after {
    clear: both; }

/* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  /* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel-title > a {
    color: inherit; }

/* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: white;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0; }
  /* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  /* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px; }
  /* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }

/* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

/* line 89, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0; }

/* line 101, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
/* line 106, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }
  /* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 1px; }
  /* line 117, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 1px; }
/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }
  /* line 132, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 1px; }
  /* line 136, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 1px; }
/* line 143, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #f2f4f8; }
/* line 147, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
/* line 151, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  /* line 158, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  /* line 162, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  /* line 171, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  /* line 180, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
/* line 186, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

/* line 198, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px; }
  /* line 202, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px; }
    /* line 205, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 210, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 212, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body {
      border-top: 1px solid transparent; }
  /* line 216, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 218, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid transparent; }

/* line 226, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #f2f4f8; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-default > .panel-heading {
    color: #43494d;
    background-color: rgba(242, 244, 248, 0.2);
    border-color: #f2f4f8; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f2f4f8; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-default > .panel-heading .badge {
      color: rgba(242, 244, 248, 0.2);
      background-color: #43494d; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f2f4f8; }

/* line 229, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #177bbb; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-heading {
    color: white;
    background-color: #177bbb;
    border-color: #177bbb; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #177bbb; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-primary > .panel-heading .badge {
      color: #177bbb;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #177bbb; }

/* line 232, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #1ea56c; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-success > .panel-heading {
    color: white;
    background-color: #22ba93;
    border-color: #1ea56c; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #1ea56c; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-success > .panel-heading .badge {
      color: #22ba93;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1ea56c; }

/* line 235, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #18ad95; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-info > .panel-heading {
    color: white;
    background-color: #1ccacc;
    border-color: #18ad95; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #18ad95; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-info > .panel-heading .badge {
      color: #1ccacc;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #18ad95; }

/* line 238, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #fa8425; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-warning > .panel-heading {
    color: white;
    background-color: #fbb23e;
    border-color: #fa8425; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fa8425; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-warning > .panel-heading .badge {
      color: #fbb23e;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fa8425; }

/* line 241, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #dc3361; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-danger > .panel-heading {
    color: white;
    background-color: #e04959;
    border-color: #dc3361; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #dc3361; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-danger > .panel-heading .badge {
      color: #e04959;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dc3361; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  /* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss */
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px; }

/* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 29, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden; }

/* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1350;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  /* line 36, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

/* line 51, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

/* line 64, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1340;
  background-color: black; }
  /* line 73, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 74, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

/* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.53846px; }

/* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px; }

/* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.53846; }

/* line 97, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px; }

/* line 103, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .modal-footer:after {
    clear: both; }
  /* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 115, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 119, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  /* line 136, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  /* line 140, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  /* line 145, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  /* line 149, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px; } }
/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 2030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #12131a;
  border-radius: 2px; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #12131a; }
/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #12131a; }
/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #12131a; }
/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #12131a; }
/* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #12131a; }
/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #12131a; }
/* line 83, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #12131a; }
/* line 89, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #12131a; }

/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid white;
  border: 1px solid white;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  /* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top {
    margin-top: -8px; }
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right {
    margin-left: 8px; }
  /* line 28, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom {
    margin-top: 8px; }
  /* line 29, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left {
    margin-left: -8px; }

/* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

/* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 9px; }

/* line 65, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 8px;
  content: ""; }

/* line 71, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -9px;
  border-bottom-width: 0;
  border-top-color: white;
  border-top-color: white;
  bottom: -9px; }
  /* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: white; }
/* line 86, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-left-width: 0;
  border-right-color: white;
  border-right-color: white; }
  /* line 93, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -8px;
    border-left-width: 0;
    border-right-color: white; }
/* line 101, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -9px;
  border-top-width: 0;
  border-bottom-color: white;
  border-bottom-color: white;
  top: -9px; }
  /* line 108, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: white; }
/* line 117, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-right-width: 0;
  border-left-color: white;
  border-left-color: white; }
  /* line 124, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss */
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -8px; }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  /* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    /* line 23, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      width: 100% \9;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  /* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active {
    left: 0; }
  /* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 46, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next {
    left: 100%; }
  /* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .prev {
    left: -100%; }
  /* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  /* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.left {
    left: -100%; }
  /* line 60, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .active.right {
    left: 100%; }

/* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 84, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  /* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  /* line 95, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  /* line 106, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  /* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  /* line 118, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  /* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif; }
  /* line 132, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  /* line 137, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .icon-next:before {
    content: '\203a'; }

/* line 148, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  /* line 159, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  /* line 180, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: white; }

/* line 191, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  /* line 202, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  /* line 216, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  /* line 223, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  /* line 227, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  /* line 233, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  /* line 240, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px; } }
/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important; }

/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important; }

/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important; }

/* line 30, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important; }

/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 36, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important; }

/* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important; }

  /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table; }

  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  /* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  /* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important; }

  /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table; }

  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important; }

  /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table; }

  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important; }

  /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table; }

  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 106, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  /* line 111, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  /* line 116, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important; } }
/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important; }

  /* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table; }

  /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 13, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
/* line 150, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important; }
  @media print {
    /* line 150, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-block {
      display: block !important; } }

/* line 157, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important; }
  @media print {
    /* line 157, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline {
      display: inline !important; } }

/* line 164, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important; }
  @media print {
    /* line 164, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss */
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  /* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important; } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  /* line 28, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  /* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  /* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  /* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  /* line 64, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  /* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  /* line 80, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

/* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  /* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 50%, 100% {
    opacity: 1; }

  /* line 100, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  /* line 106, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 50%, 100% {
    opacity: 1; }

  /* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  25%, 75% {
    opacity: 0; } }

/* line 115, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  /* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  /* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  /* line 133, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  /* line 140, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  /* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }

  /* line 152, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* line 159, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  /* line 165, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  /* line 170, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  /* line 175, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  /* line 180, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  /* line 185, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  /* line 190, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  /* line 195, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  /* line 202, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  /* line 208, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  /* line 214, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  /* line 220, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  /* line 226, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  /* line 232, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  /* line 238, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* line 245, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  /* line 251, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  /* line 256, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  /* line 261, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  /* line 268, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  /* line 274, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  /* line 280, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

/* line 287, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  /* line 293, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  /* line 298, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  /* line 303, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  /* line 308, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  /* line 313, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  /* line 320, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }

  /* line 326, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }

  /* line 332, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }

  /* line 338, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }

  /* line 344, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

/* line 351, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  /* line 360, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  /* line 365, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  /* line 370, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  /* line 375, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  /* line 380, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  /* line 387, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  /* line 393, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }

  /* line 399, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }

  /* line 405, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }

  /* line 411, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* line 418, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  /* line 426, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: none;
    transform: none; }

  /* line 431, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  /* line 436, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  /* line 441, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  /* line 446, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  /* line 451, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  /* line 456, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  /* line 463, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  /* line 469, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }

  /* line 475, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }

  /* line 481, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }

  /* line 487, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }

  /* line 493, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }

  /* line 499, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 506, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  /* line 512, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 517, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  /* line 523, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  /* line 528, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  /* line 533, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  /* line 539, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  /* line 544, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  /* line 552, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 557, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  /* line 564, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  /* line 570, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  /* line 576, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  /* line 583, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  /* line 589, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* line 597, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  /* line 605, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 610, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  /* line 616, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  /* line 622, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  /* line 627, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  /* line 632, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  /* line 639, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 644, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  /* line 651, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  /* line 658, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  /* line 664, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }

  /* line 670, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 677, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  /* line 683, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 688, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  /* line 694, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  /* line 700, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  /* line 705, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  /* line 710, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  /* line 717, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 722, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  /* line 729, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  /* line 736, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  /* line 742, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }

  /* line 748, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 755, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  /* line 761, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 766, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  /* line 772, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  /* line 778, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  /* line 783, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  /* line 788, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  /* line 795, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 800, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  /* line 807, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  /* line 814, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  /* line 820, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }

  /* line 826, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 833, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  /* line 839, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 844, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  /* line 850, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  /* line 856, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  /* line 861, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  /* line 866, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  /* line 873, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  /* line 878, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  /* line 885, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  /* line 892, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  /* line 898, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }

  /* line 904, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* line 911, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  /* line 917, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  /* line 922, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  /* line 928, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  /* line 936, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  /* line 942, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  /* line 949, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

/* line 957, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  /* line 965, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  /* line 970, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  /* line 976, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  /* line 984, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  /* line 990, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  /* line 997, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

/* line 1005, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  /* line 1011, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  /* line 1017, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  /* line 1025, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  /* line 1032, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

/* line 1040, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  /* line 1046, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  /* line 1052, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  /* line 1060, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  /* line 1067, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/* line 1075, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  /* line 1081, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  /* line 1086, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  /* line 1092, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  /* line 1100, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  /* line 1106, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  /* line 1113, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

/* line 1121, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  /* line 1127, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0; }

  /* line 1131, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  /* line 1137, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0; }

  /* line 1141, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1; } }

/* line 1146, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  /* line 1152, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  /* line 1158, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  /* line 1166, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  /* line 1173, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1181, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  /* line 1187, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  /* line 1193, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  /* line 1201, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

  /* line 1208, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1216, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  /* line 1222, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  /* line 1228, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  /* line 1236, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

  /* line 1243, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1251, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  /* line 1257, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  /* line 1263, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  /* line 1271, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

  /* line 1278, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1286, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  /* line 1292, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  /* line 1298, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  /* line 1306, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  /* line 1313, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1321, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  /* line 1327, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  /* line 1333, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  /* line 1341, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

  /* line 1348, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1356, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  /* line 1362, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  /* line 1368, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  /* line 1376, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

  /* line 1383, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1391, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  /* line 1397, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  /* line 1403, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  /* line 1411, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

  /* line 1418, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 1426, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  /* line 1432, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1436, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  /* line 1442, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1446, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0; } }

/* line 1451, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  /* line 1457, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1461, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  /* line 1469, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1473, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

/* line 1481, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  /* line 1487, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1491, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  /* line 1499, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1503, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

/* line 1511, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  /* line 1517, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1521, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  /* line 1529, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1533, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

/* line 1541, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  /* line 1547, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1551, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  /* line 1559, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1563, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

/* line 1571, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  /* line 1577, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1581, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  /* line 1589, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1593, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

/* line 1601, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  /* line 1607, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1611, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  /* line 1619, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1623, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/* line 1631, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  /* line 1637, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1641, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  /* line 1649, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1653, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

/* line 1661, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  /* line 1667, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1671, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  /* line 1679, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 1683, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

/* line 1691, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  /* line 1697, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  /* line 1704, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  /* line 1711, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  /* line 1718, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  /* line 1725, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  /* line 1734, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  /* line 1742, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  /* line 1750, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  /* line 1758, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  /* line 1766, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

/* line 1775, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  /* line 1784, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  /* line 1792, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  /* line 1799, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  /* line 1805, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  /* line 1810, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  /* line 1817, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  /* line 1826, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  /* line 1834, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

  /* line 1841, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }

  /* line 1847, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

/* line 1854, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  /* line 1863, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  /* line 1871, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  /* line 1878, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  /* line 1884, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  /* line 1889, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  /* line 1896, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }

  /* line 1905, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

  /* line 1913, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

  /* line 1920, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }

  /* line 1926, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

/* line 1933, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  /* line 1942, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  /* line 1947, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  /* line 1953, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  /* line 1961, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }

  /* line 1967, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  /* line 1974, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

/* line 1982, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  /* line 1993, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  /* line 1998, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  /* line 2004, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  /* line 2012, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }

  /* line 2018, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  /* line 2025, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

/* line 2033, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  /* line 2044, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  /* line 2050, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  /* line 2056, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  /* line 2062, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  /* line 2070, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  /* line 2077, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  /* line 2084, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

  /* line 2091, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

/* line 2099, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  /* line 2107, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 2111, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  /* line 2119, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 2123, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

/* line 2131, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  /* line 2139, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  /* line 2147, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  /* line 2157, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  /* line 2167, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

/* line 2178, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  /* line 2184, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  /* line 2192, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  /* line 2202, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  /* line 2212, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

/* line 2223, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  /* line 2229, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  /* line 2237, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  /* line 2247, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  /* line 2257, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

/* line 2268, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  /* line 2274, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  /* line 2282, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  /* line 2292, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  /* line 2302, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

/* line 2313, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  /* line 2319, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  /* line 2327, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  /* line 2337, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  /* line 2347, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

/* line 2358, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  /* line 2364, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  /* line 2370, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  /* line 2380, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  /* line 2387, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

/* line 2398, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  /* line 2404, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  /* line 2410, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  /* line 2420, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  /* line 2427, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

/* line 2438, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  /* line 2444, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  /* line 2450, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  /* line 2460, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  /* line 2467, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

/* line 2478, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  /* line 2484, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  /* line 2490, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  /* line 2500, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  /* line 2507, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

/* line 2518, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  /* line 2524, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  /* line 2530, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  /* line 2540, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  /* line 2547, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

/* line 2558, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  /* line 2564, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  /* line 2571, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  /* line 2580, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  /* line 2590, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  /* line 2598, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  /* line 2606, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  /* line 2617, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  /* line 2629, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

/* line 2637, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  /* line 2645, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  /* line 2651, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  /* line 2659, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

  /* line 2666, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

/* line 2674, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  /* line 2682, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 2686, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  /* line 2694, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 2698, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

/* line 2706, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  /* line 2712, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  /* line 2718, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  /* line 2724, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  /* line 2731, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    opacity: 1; } }

/* line 2736, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  /* line 2742, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2750, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  /* line 2760, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2769, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

/* line 2779, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  /* line 2785, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2793, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  /* line 2803, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2812, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

/* line 2822, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  /* line 2828, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2836, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  /* line 2846, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2855, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

/* line 2865, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  /* line 2871, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2879, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  /* line 2889, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2898, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

/* line 2908, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  /* line 2914, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 2918, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  /* line 2924, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  /* line 2930, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  0% {
    opacity: 1; }

  /* line 2934, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  /* line 2941, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0; } }

/* line 2946, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  /* line 2952, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2960, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  /* line 2972, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 2981, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

/* line 2994, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  /* line 3000, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  /* line 3006, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  /* line 3016, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  /* line 3023, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }

/* line 3034, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  /* line 3040, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  /* line 3046, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  /* line 3056, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  /* line 3063, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }

/* line 3074, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  /* line 3080, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 3088, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  /* line 3100, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  /* line 3109, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

/* line 3122, /home/clyfe/dev/emerald/vendor/assets/bower_components/animate.css/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000; }

/* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px; }

/* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
  float: right;
  margin: 4px; }

/* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges {
  width: 160px;
  text-align: left; }

/* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges .range_inputs > div {
  float: left; }

/* line 36, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .calendar {
  display: none;
  max-width: 270px; }

/* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.show-calendar .calendar {
  display: block; }

/* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .calendar.single .calendar-date {
  border: none; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

/* line 61, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px; }

/* line 74, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges input {
  font-size: 11px; }

/* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px; }

/* line 93, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 99, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }

/* line 112, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff; }

/* line 118, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff; }

/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px; }

/* line 131, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 143, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

/* line 155, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

/* line 166, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

/* line 178, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: ''; }

/* line 189, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker table {
  width: 100%;
  margin: 0; }

/* line 194, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap; }

/* line 205, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td.off {
  color: #999; }

/* line 209, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td.disabled {
  color: #999; }

/* line 213, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee; }

/* line 217, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 224, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff; }

/* line 230, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

/* line 235, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

/* line 243, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

/* line 248, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker select.yearselect {
  width: 40%; }

/* line 252, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

/* line 257, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker_start_input {
  float: left; }

/* line 261, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker_end_input {
  float: left;
  padding-left: 11px; }

/* line 266, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-daterangepicker/daterangepicker-bs3.css */
.daterangepicker th.month {
  width: auto; }

/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */ }

/* line 10, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */ }

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
/* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editableform .form-control {
  width: auto; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

/* line 33, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline; }

/* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-buttons .editable-cancel {
  margin-left: 7px; }

/*for jquery-ui buttons need set height to look more pretty*/
/* line 54, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px; }

/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editableform-loading {
  background: url("../img/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px; }

/* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-inline .editableform-loading {
  background-position: left 5px; }

/* line 70, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }

/*add padding for jquery ui*/
/* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-error-block.ui-state-error {
  padding: 3px; }

/* line 82, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-error {
  color: red; }

/* ---- For specific types ---- */
/* line 88, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left; }

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 95, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px; }

/* checklist vertical alignment */
/* line 103, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0; }

/* line 108, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-checklist label {
  white-space: nowrap; }

/* set exact width of textarea to fit buttons toolbar */
/* line 113, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-wysihtml5 {
  width: 566px;
  height: 250px; }

/* clear button shown as link in date inputs */
/* line 119, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }

/* IOS-style clear button for text inputs */
/* line 127, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-clear-x {
  background: url("../img/clear.png") center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px; }

/* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-clear-x:hover {
  opacity: 1; }

/* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-pre-wrapped {
  white-space: pre-wrap; }

/* line 149, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */ }

/* line 153, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */ }

/* line 157, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

/* line 166, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */ }

/* line 172, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc; }

/* line 179, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none; }

/* line 185, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none; }

/* line 192, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-unsaved {
  font-weight: bold; }

/* line 196, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-unsaved:after {
  /*    content: '*'*/ }

/* line 200, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out; }

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 210, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 225, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

/* line 236, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker-inline {
  width: 220px; }

/* line 239, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker.datepicker-rtl {
  direction: rtl; }

/* line 242, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker.datepicker-rtl table tr td span {
  float: right; }

/* line 245, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker-dropdown {
  top: 0;
  left: 0; }

/* line 249, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

/* line 260, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

/* line 270, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker > div {
  display: none; }

/* line 273, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker.days div.datepicker-days {
  display: block; }

/* line 276, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker.months div.datepicker-months {
  display: block; }

/* line 279, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker.years div.datepicker-years {
  display: block; }

/* line 282, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table {
  margin: 0; }

/* line 286, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

/* line 296, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

/* line 299, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

/* line 304, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

/* line 308, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 316, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

/* line 350, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

/* line 360, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

/* line 363, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.today:hover:hover {
  color: #000; }

/* line 366, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.today.active:hover {
  color: #fff; }

/* line 372, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 381, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 417, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

/* line 427, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

/* line 433, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, gray);
  background-image: -ms-linear-gradient(top, #b3b3b3, gray);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(gray));
  background-image: -webkit-linear-gradient(top, #b3b3b3, gray);
  background-image: -o-linear-gradient(top, #b3b3b3, gray);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 468, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

/* line 478, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

/* line 484, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 519, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 529, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 532, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 544, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 548, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 556, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 591, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 601, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 605, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

/* line 608, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker th.datepicker-switch {
  width: 145px; }

/* line 612, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

/* line 616, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

/* line 619, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

/* line 625, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

/* line 630, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

/* line 636, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.input-daterange input {
  text-align: center; }

/* line 639, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

/* line 644, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

/* line 649, /home/clyfe/dev/emerald/vendor/assets/bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  /* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
  .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.fileinput {
  margin-bottom: 9px;
  display: inline-block; }
  /* line 27, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
  .fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text; }
  /* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
  .fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center; }
    /* line 41, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
    .fileinput .thumbnail > img {
      max-height: 100%; }
  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
  .fileinput .btn {
    vertical-align: middle; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.fileinput-inline .fileinput-controls {
  display: inline; }

/* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-control .fileinput-filename {
  vertical-align: bottom; }

/* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.fileinput.input-group {
  display: table; }

/* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 2px 2px 0; }
  /* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
  .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-group-xs > .btn-file.btn, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new.input-group .btn-group-sm > .btn-file.btn,
  .fileinput-new .input-group .btn-file.btn-xs,
  .fileinput-new .input-group .btn-group-xs > .btn-file.btn,
  .fileinput-new .input-group .btn-file.btn-sm,
  .fileinput-new .input-group .btn-group-sm > .btn-file.btn {
    border-radius: 0 3px 3px 0; }
  /* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
  .fileinput-new.input-group .btn-file.btn-lg, .fileinput-new.input-group .btn-group-lg > .btn-file.btn,
  .fileinput-new .input-group .btn-file.btn-lg,
  .fileinput-new .input-group .btn-group-lg > .btn-file.btn {
    border-radius: 0 6px 6px 0; }

/* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-group.has-warning .fileinput .fileinput-preview {
  color: white; }
/* line 88, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-group.has-warning .fileinput .thumbnail {
  border-color: #fa8425; }

/* line 93, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-group.has-error .fileinput .fileinput-preview {
  color: white; }
/* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-group.has-error .fileinput .thumbnail {
  border-color: #dc3361; }

/* line 101, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-group.has-success .fileinput .fileinput-preview {
  color: white; }
/* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.form-group.has-success .fileinput .thumbnail {
  border-color: #1ea56c; }

/* line 112, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_fileinput.scss */
.input-group-addon:not(:first-child) {
  border-left: 0; }

/*
 * Table
 */
/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%; }

/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable thead th {
  padding: 3px 18px 3px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  *cursor: hand; }

/* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold; }

/* line 26, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable td {
  padding: 3px 10px; }

/* line 31, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.odd {
  background-color: #E2E4FF; }

/* line 36, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.even {
  background-color: white; }

/* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.odd td.sorting_1 {
  background-color: #D3D6FF; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.odd td.sorting_2 {
  background-color: #DADCFF; }

/* line 40, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.odd td.sorting_3 {
  background-color: #E0E2FF; }

/* line 41, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.even td.sorting_1 {
  background-color: #EAEBFF; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.even td.sorting_2 {
  background-color: #F2F3FF; }

/* line 43, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable tr.even td.sorting_3 {
  background-color: #F9F9FF; }

/*
 * Table wrapper
 */
/* line 49, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1; }

/*
 * Page length menu
 */
/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_length {
  float: left; }

/*
 * Filter
 */
/* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_filter {
  float: right;
  text-align: right; }

/*
 * Table information
 */
/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_info {
  clear: both;
  float: left; }

/*
 * Pagination
 */
/* line 85, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_paginate {
  float: right;
  text-align: right; }

/* Two button pagination - previous / next */
/* line 94, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important; }

/* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important; }

/* line 110, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none; }

/* line 115, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important; }

/* line 119, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px; }

/* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px; }

/* line 128, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_enabled_previous {
  background: url("../images/dataTables/back_enabled.png") no-repeat top left; }

/* line 129, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_enabled_previous:hover {
  background: url("../images/dataTables/back_enabled_hover.png") no-repeat top left; }

/* line 130, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_previous {
  background: url("../images/dataTables/back_disabled.png") no-repeat top left; }

/* line 132, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_enabled_next {
  background: url("../images/dataTables/forward_enabled.png") no-repeat top right; }

/* line 133, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_enabled_next:hover {
  background: url("../images/dataTables/forward_enabled_hover.png") no-repeat top right; }

/* line 134, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paginate_disabled_next {
  background: url("../images/dataTables/forward_disabled.png") no-repeat top right; }

/* Full number pagination */
/* line 137, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers {
  height: 22px;
  line-height: 22px; }

/* line 141, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers a:active {
  outline: none; }

/* line 144, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers a:hover {
  text-decoration: none; }

/* line 149, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important; }

/* line 161, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers a.paginate_button {
  background-color: #ddd; }

/* line 165, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important; }

/* line 170, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.paging_full_numbers a.paginate_active {
  background-color: #99B3FF; }

/*
 * Processing indicator
 */
/* line 178, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white; }

/*
 * Sorting
 */
/* line 198, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.sorting {
  background: url("../images/dataTables/sort_both.png") no-repeat center right; }

/* line 199, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.sorting_asc {
  background: url("../images/dataTables/sort_asc.png") no-repeat center right; }

/* line 200, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.sorting_desc {
  background: url("../images/dataTables/sort_desc.png") no-repeat center right; }

/* line 202, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.sorting_asc_disabled {
  background: url("../images/dataTables/sort_asc_disabled.png") no-repeat center right; }

/* line 203, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.sorting_desc_disabled {
  background: url("../images/dataTables/sort_desc_disabled.png") no-repeat center right; }

/* line 206, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

/*
 * Scrolling
 */
/* line 214, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_scroll {
  clear: both; }

/* line 218, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.css.scss */
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

/* line 1, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left; }

/* line 7, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_length select {
  width: 75px; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_filter label {
  font-weight: normal;
  float: right; }

/* line 16, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_filter input {
  width: 16em; }

/* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_info {
  padding-top: 8px; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_paginate {
  float: right;
  margin: 0; }

/* line 29, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_paginate ul.pagination {
  margin: 2px; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable,
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer; }

/* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable thead .sorting {
  background: url("../images/dataTables/sort_both.png") no-repeat center right; }

/* line 58, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable thead .sorting_asc {
  background: url("../images/dataTables/sort_asc.png") no-repeat center right; }

/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable thead .sorting_desc {
  background: url("../images/dataTables/sort_desc.png") no-repeat center right; }

/* line 61, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/dataTables/sort_asc_disabled.png") no-repeat center right; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/dataTables/sort_desc_disabled.png") no-repeat center right; }

/* line 64, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.dataTable th:active {
  outline: none; }

/* Scrolling */
/* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* line 76, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

/* line 81, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_scrollBody table {
  border-top: none;
  margin-bottom: 0 !important; }

/* line 87, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none; }

/* line 91, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.dataTables_scrollFoot table {
  border-top: none; }

/*
 * TableTools styles
 */
/* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white; }

/* line 108, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important; }

/* line 112, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
.table tbody tr.active a {
  color: white; }

/* line 117, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc; }

/* line 121, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
table.DTTT_selectable tbody tr {
  cursor: pointer; }

/* line 125, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px; }

/* line 130, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTTT .btn:hover {
  text-decoration: none !important; }

/* line 134, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003; }

/* line 138, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */ }

/* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative; }

/* line 146, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important; }

/* line 151, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTTT_collection_background {
  z-index: 2002; }

/* TableTools information display */
/* line 156, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center; }

/* line 162, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em; }

/* line 169, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px; }

/*
 * FixedColumns styles
 */
/* line 183, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white; }

/* line 188, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

/* line 198, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

/* line 204, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin-bottom: 0 !important; }

/* line 212, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none; }

/* line 217, /home/clyfe/dev/emerald/vendor/assets/bower_components/jquery-datatables-rails/app/assets/stylesheets/dataTables/jquery.dataTables.bootstrap3.css.scss */
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px; }

/* line 21, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  border-radius: 0; }

/* line 28, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
  bottom: 0;
  overflow-y: auto; }

/* line 36, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-nav {
  margin-bottom: 10px; }
  /* line 45, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-nav.dropdown-menu {
    position: static;
    margin: 0;
    padding-top: 0;
    float: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }

/* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navbar-offcanvas .navbar-nav {
  margin: 0; }
@media (min-width: 768px) {
  /* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none; }
    /* line 66, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navbar-offcanvas.offcanvas {
      position: static;
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important; }
    /* line 75, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navbar-offcanvas .navbar-nav.navbar-left:first-child {
      margin-left: -10px; }
    /* line 78, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navbar-offcanvas .navbar-nav.navbar-right:last-child {
      margin-right: -10px; }
    /* line 82, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navbar-offcanvas .navmenu-brand {
      display: none; } }

/* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-brand {
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0; }
  /* line 96, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-brand:hover, .navmenu-brand:focus {
    text-decoration: none; }

/* line 107, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  /* line 111, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-brand,
  .navbar-default .navbar-offcanvas .navmenu-brand {
    color: #777777; }
    /* line 114, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-default .navmenu-brand:hover, .navmenu-default .navmenu-brand:focus,
    .navbar-default .navbar-offcanvas .navmenu-brand:hover,
    .navbar-default .navbar-offcanvas .navmenu-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  /* line 120, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-text,
  .navbar-default .navbar-offcanvas .navmenu-text {
    color: #777777; }
  /* line 127, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
  .navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333; }
  /* line 136, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav > .open > a, .navmenu-default .navmenu-nav > .open > a:hover, .navmenu-default .navmenu-nav > .open > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
    /* line 139, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-default .navmenu-nav > .open > a .caret, .navmenu-default .navmenu-nav > .open > a:hover .caret, .navmenu-default .navmenu-nav > .open > a:focus .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
    .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
      border-top-color: #555555;
      border-bottom-color: #555555; }
  /* line 145, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav > .dropdown > a .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
    border-top-color: #777777;
    border-bottom-color: #777777; }
  /* line 149, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav.dropdown-menu,
  .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background-color: #e7e7e7; }
    /* line 151, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-default .navmenu-nav.dropdown-menu > .divider,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
      background-color: #f8f8f8; }
    /* line 157, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-default .navmenu-nav.dropdown-menu > .active > a, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
    .navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
      background-color: #d7d7d7; }
  /* line 163, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav > li > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
    color: #777777; }
    /* line 166, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-default .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  /* line 174, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  /* line 182, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-default .navmenu-nav > .disabled > a, .navmenu-default .navmenu-nav > .disabled > a:hover, .navmenu-default .navmenu-nav > .disabled > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }

/* line 192, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222222;
  border-color: #090909; }
  /* line 196, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-brand,
  .navbar-inverse .navbar-offcanvas .navmenu-brand {
    color: #999999; }
    /* line 199, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-inverse .navmenu-brand:hover, .navmenu-inverse .navmenu-brand:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
    .navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
      color: white;
      background-color: transparent; }
  /* line 205, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-text,
  .navbar-inverse .navbar-offcanvas .navmenu-text {
    color: #999999; }
  /* line 212, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
  .navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white; }
  /* line 221, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav > .open > a, .navmenu-inverse .navmenu-nav > .open > a:hover, .navmenu-inverse .navmenu-nav > .open > a:focus,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
    /* line 224, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-inverse .navmenu-nav > .open > a .caret, .navmenu-inverse .navmenu-nav > .open > a:hover .caret, .navmenu-inverse .navmenu-nav > .open > a:focus .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
      border-top-color: white;
      border-bottom-color: white; }
  /* line 230, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav > .dropdown > a .caret,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  /* line 234, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav.dropdown-menu,
  .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
    background-color: #090909; }
    /* line 236, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
      background-color: #222222; }
    /* line 242, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover, .navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
      background-color: black; }
  /* line 248, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav > li > a,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
    color: #999999; }
    /* line 251, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
    .navmenu-inverse .navmenu-nav > li > a:hover, .navmenu-inverse .navmenu-nav > li > a:focus,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
    .navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  /* line 259, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav > .active > a, .navmenu-inverse .navmenu-nav > .active > a:hover, .navmenu-inverse .navmenu-nav > .active > a:focus,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  /* line 267, /home/clyfe/dev/emerald/vendor/assets/bower_components/jasny-bootstrap/scss/_navmenu.scss */
  .navmenu-inverse .navmenu-nav > .disabled > a, .navmenu-inverse .navmenu-nav > .disabled > a:hover, .navmenu-inverse .navmenu-nav > .disabled > a:focus,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
  .navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }

/* jQuery Growl
 * Copyright 2013 Kevin Sylvestre
 * 1.1.8
 */
/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
#growls {
  z-index: 50000;
  position: fixed; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
#growls.default {
  top: 10px;
  right: 10px; }

/* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
#growls.tl {
  top: 10px;
  left: 10px; }

/* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
#growls.tr {
  top: 10px;
  right: 10px; }

/* line 17, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
#growls.bl {
  bottom: 10px;
  left: 10px; }

/* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
#growls.br {
  bottom: 10px;
  right: 10px; }

/* line 24, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

/* line 46, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

/* line 50, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-default {
  color: white;
  background: #7f8c8d; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-error {
  color: white;
  background: #c0392b; }

/* line 56, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-notice {
  color: white;
  background: #2ecc71; }

/* line 59, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl.growl-warning {
  color: white;
  background: #f39c12; }

/* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif; }

/* line 69, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl .growl-title {
  font-size: 18px;
  line-height: 24px; }

/* line 72, /home/clyfe/dev/emerald/vendor/assets/bower_components/growl/stylesheets/jquery.growl.css */
.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

/*! Tablesaw - v0.1.4 - 2014-06-26
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
/*! Tablesaw - v0.1.4 - 2014-06-26
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
table.tablesaw {
  empty-cells: show;
  max-width: 100%;
  width: 100%; }

/* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
.tablesaw {
  border-collapse: collapse;
  width: 100%; }

/* Structure */
/* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
.tablesaw {
  border: 0;
  padding: 0; }

/* line 28, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
.tablesaw th,
.tablesaw td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .7em; }

/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
.tablesaw thead tr:first-child th {
  padding-top: .9em;
  padding-bottom: .7em; }

/* Table rows have a gray bottom stroke by default */
/* line 42, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
.tablesaw-stack tbody tr {
  border-bottom: 1px solid #dfdfdf; }

/* line 47, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
  /* Show the table cells as a block level element */
  /* line 57, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }

  /* line 62, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }

  /* Make the label elements a percentage width */
  /* line 70, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 .6em 0 0;
    min-width: 30%;
    display: inline-block; }

  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  /* line 80, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }

  /* line 86, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-cell-label {
    display: block; }

  /* Avoid double strokes when stacked */
  /* line 92, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }

  /* Avoid double strokes when stacked */
  /* line 98, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }
/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
/* line 9, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left; }

/* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
html .fc,
.fc table {
  font-size: 1em; }

/* line 25, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
/* line 35, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header td {
  white-space: nowrap; }

/* line 39, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header-left {
  width: 25%;
  text-align: left; }

/* line 44, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header-center {
  text-align: center; }

/* line 48, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header-right {
  width: 25%;
  text-align: right; }

/* line 53, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header-title {
  display: inline-block;
  vertical-align: top; }

/* line 58, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

/* line 63, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc .fc-header-space {
  padding-left: 10px; }

/* line 67, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
/* line 74, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header .fc-button {
  margin-right: -1px; }

/* line 79, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
/* line 86, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

/* line 90, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header .fc-state-down {
  z-index: 3; }

/* line 95, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
/* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-content {
  position: relative;
  z-index: 1;
  /* scopes all other z-index's to be inside this container */
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

/* line 111, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-view {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
/* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

/* line 127, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

/* line 131, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
/* line 142, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

/* line 153, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid; }

/* line 157, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 162, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
/* line 172, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-button .fc-icon {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

/* line 179, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold; }

/* line 184, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold; }

/* line 189, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

/* line 193, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\000BB"; }

/* icon (for jquery ui) */
/* line 199, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-button .ui-icon {
  position: relative;
  top: 50%;
  float: left;
  margin-top: -8px;
  /* we know jqui icons are always 16px tall */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 211, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 229, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

/* line 234, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

/* line 245, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 252, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
/* line 265, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-container > * {
  z-index: 8; }

/* line 270, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

/* line 274, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

/* line 282, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
a.fc-event {
  text-decoration: none; }

/* line 287, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

/* line 291, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-rtl .fc-event {
  text-align: right; }

/* line 295, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 302, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

/* line 306, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
/* line 320, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

/* line 326, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 333, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* resizable */
/* line 341, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize; }

/* line 349, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize; }

/* line 357, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

/* Reusable Separate-border Table
------------------------------------------------------------*/
/* line 366, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
table.fc-border-separate {
  border-collapse: separate; }

/* line 371, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

/* line 376, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

/* line 381, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

/* line 386, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
/* line 395, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-grid th {
  text-align: center; }

/* line 399, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc .fc-week-number {
  width: 22px;
  text-align: center; }

/* line 404, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc .fc-week-number div {
  padding: 0 2px; }

/* line 408, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

/* line 413, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */ }

/* line 421, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
/* line 428, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
/* line 434, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

/* line 438, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
/* line 447, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda table {
  border-collapse: separate; }

/* line 451, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-days th {
  text-align: center; }

/* line 455, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  font-weight: normal; }

/* line 463, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap; }

/* line 467, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda .fc-week-number {
  font-weight: bold; }

/* line 471, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
/* line 477, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

/* line 481, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
/* line 487, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-allday th {
  border-width: 0 1px; }

/* line 491, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
/* line 498, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

/* line 503, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
/* line 509, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

/* line 513, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

/* line 518, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots td div {
  height: 20px; }

/* line 523, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

/* line 528, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

/* line 532, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
/* line 541, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert {
  border-width: 0 1px; }

/* line 545, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

/* line 551, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

/* line 557, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

/* line 562, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

/* line 567, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

/* line 580, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
/* line 586, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

/* line 598, /home/clyfe/dev/emerald/vendor/assets/bower_components/fullcalendar/dist/fullcalendar.css */
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-xs-squeeze-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-xs-squeeze-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-xs-push-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-xs-push-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sm-squeeze-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sm-squeeze-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sm-push-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sm-push-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-md-squeeze-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-md-squeeze-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-md-push-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-md-push-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-lg-squeeze-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-lg-squeeze-push {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-lg-push-squeeze {
  height: 100%; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-lg-push-push {
  height: 100%; }

/* line 37, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-wrapper {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%; }

/* line 44, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sidebar {
  position: absolute;
  top: 0;
  visibility: hidden;
  height: 100%; }

/* line 51, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sidebar-left {
  left: 0;
  width: 250px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sidebar-right {
  right: 0;
  width: 250px;
  -webkit-transition: all 0.3s, width 0;
  -o-transition: all 0.3s, width 0;
  transition: all 0.3s, width 0; }

/* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-container {
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1200;
  -webkit-transition: all 0.3s, margin-left 0.3s, margin-right 0.3s;
  -o-transition: all 0.3s, margin-left 0.3s, margin-right 0.3s;
  transition: all 0.3s, margin-left 0.3s, margin-right 0.3s; }

/* line 76, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-push {
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 82, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sidebar-fixed {
  overflow: hidden;
  position: fixed; }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-sidebar-free {
  height: auto; }

/* line 91, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-scroll {
  overflow: auto; }

/* line 142, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-partial-hidden {
  -webkit-transition: opacity 0.35s, max-height 0.35s;
  -o-transition: opacity 0.35s, max-height 0.35s;
  transition: opacity 0.35s, max-height 0.35s; }

/* line 145, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
.oc-partial-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: transform;
  transition-property: transform; }

@media (max-width: 767px) {
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze > .oc-sidebar-left,
  .oc-xs-squeeze-push .oc-xs-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-open-left > .oc-sidebar-left,
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-open-left > .oc-container,
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-partial-left > .oc-container,
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-left-squeeze.oc-xs-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-right-push > .oc-sidebar-right,
  .oc-xs-squeeze-push .oc-xs-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-right-push.oc-xs-open-right > .oc-sidebar-right,
  .oc-xs-squeeze-push .oc-xs-right-push.oc-xs-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-push .oc-xs-right-push.oc-xs-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze > .oc-sidebar-right,
  .oc-xs-push-squeeze .oc-xs-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-sidebar-right,
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-container,
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-partial-right > .oc-container,
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-right-squeeze.oc-xs-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-left-push > .oc-sidebar-left,
  .oc-xs-push-squeeze .oc-xs-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-left-push.oc-xs-open-left > .oc-sidebar-left,
  .oc-xs-push-squeeze .oc-xs-left-push.oc-xs-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-squeeze .oc-xs-left-push.oc-xs-open-left > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze > .oc-sidebar-left,
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-open-left > .oc-sidebar-left,
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-open-left > .oc-container,
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-partial-left > .oc-container,
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-left-squeeze.oc-xs-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze > .oc-sidebar-right,
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-sidebar-right,
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-container,
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-partial-right > .oc-container,
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-squeeze-squeeze .oc-xs-right-squeeze.oc-xs-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }

  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-push .oc-xs-left-push > .oc-sidebar-left,
  .oc-xs-push-push .oc-xs-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-push .oc-xs-left-push.oc-xs-open-left > .oc-sidebar-left,
  .oc-xs-push-push .oc-xs-left-push.oc-xs-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-push .oc-xs-left-push.oc-xs-open-left > .oc-push > .oc-container {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-push .oc-xs-right-push > .oc-sidebar-right,
  .oc-xs-push-push .oc-xs-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-push .oc-xs-right-push.oc-xs-open-right > .oc-sidebar-right,
  .oc-xs-push-push .oc-xs-right-push.oc-xs-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-xs-push-push .oc-xs-right-push.oc-xs-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze > .oc-sidebar-left,
  .oc-sm-squeeze-push .oc-sm-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-open-left > .oc-sidebar-left,
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-open-left > .oc-container,
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-partial-left > .oc-container,
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-left-squeeze.oc-sm-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-right-push > .oc-sidebar-right,
  .oc-sm-squeeze-push .oc-sm-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-right-push.oc-sm-open-right > .oc-sidebar-right,
  .oc-sm-squeeze-push .oc-sm-right-push.oc-sm-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-push .oc-sm-right-push.oc-sm-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze > .oc-sidebar-right,
  .oc-sm-push-squeeze .oc-sm-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-sidebar-right,
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-container,
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-partial-right > .oc-container,
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-right-squeeze.oc-sm-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-left-push > .oc-sidebar-left,
  .oc-sm-push-squeeze .oc-sm-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-left-push.oc-sm-open-left > .oc-sidebar-left,
  .oc-sm-push-squeeze .oc-sm-left-push.oc-sm-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-squeeze .oc-sm-left-push.oc-sm-open-left > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze > .oc-sidebar-left,
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-open-left > .oc-sidebar-left,
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-open-left > .oc-container,
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-partial-left > .oc-container,
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-left-squeeze.oc-sm-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze > .oc-sidebar-right,
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-sidebar-right,
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-container,
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-partial-right > .oc-container,
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-squeeze-squeeze .oc-sm-right-squeeze.oc-sm-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }

  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-push .oc-sm-left-push > .oc-sidebar-left,
  .oc-sm-push-push .oc-sm-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-push .oc-sm-left-push.oc-sm-open-left > .oc-sidebar-left,
  .oc-sm-push-push .oc-sm-left-push.oc-sm-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-push .oc-sm-left-push.oc-sm-open-left > .oc-push > .oc-container {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-push .oc-sm-right-push > .oc-sidebar-right,
  .oc-sm-push-push .oc-sm-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-push .oc-sm-right-push.oc-sm-open-right > .oc-sidebar-right,
  .oc-sm-push-push .oc-sm-right-push.oc-sm-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sm-push-push .oc-sm-right-push.oc-sm-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze > .oc-sidebar-left,
  .oc-md-squeeze-push .oc-md-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-open-left > .oc-sidebar-left,
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-open-left > .oc-container,
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-partial-left > .oc-container,
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-left-squeeze.oc-md-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-right-push > .oc-sidebar-right,
  .oc-md-squeeze-push .oc-md-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-right-push.oc-md-open-right > .oc-sidebar-right,
  .oc-md-squeeze-push .oc-md-right-push.oc-md-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-push .oc-md-right-push.oc-md-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze > .oc-sidebar-right,
  .oc-md-push-squeeze .oc-md-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-sidebar-right,
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-container,
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-partial-right > .oc-container,
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-right-squeeze.oc-md-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-left-push > .oc-sidebar-left,
  .oc-md-push-squeeze .oc-md-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-left-push.oc-md-open-left > .oc-sidebar-left,
  .oc-md-push-squeeze .oc-md-left-push.oc-md-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-squeeze .oc-md-left-push.oc-md-open-left > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze > .oc-sidebar-left,
  .oc-md-squeeze-squeeze .oc-md-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-open-left > .oc-sidebar-left,
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-open-left > .oc-container,
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-partial-left > .oc-container,
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-left-squeeze.oc-md-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze > .oc-sidebar-right,
  .oc-md-squeeze-squeeze .oc-md-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-sidebar-right,
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-container,
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-partial-right > .oc-container,
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-squeeze-squeeze .oc-md-right-squeeze.oc-md-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }

  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-push .oc-md-left-push > .oc-sidebar-left,
  .oc-md-push-push .oc-md-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-push .oc-md-left-push.oc-md-open-left > .oc-sidebar-left,
  .oc-md-push-push .oc-md-left-push.oc-md-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-push .oc-md-left-push.oc-md-open-left > .oc-push > .oc-container {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-push .oc-md-right-push > .oc-sidebar-right,
  .oc-md-push-push .oc-md-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-push .oc-md-right-push.oc-md-open-right > .oc-sidebar-right,
  .oc-md-push-push .oc-md-right-push.oc-md-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-md-push-push .oc-md-right-push.oc-md-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); } }
@media (min-width: 1200px) {
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze > .oc-sidebar-left,
  .oc-lg-squeeze-push .oc-lg-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-open-left > .oc-sidebar-left,
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-open-left > .oc-container,
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-partial-left > .oc-container,
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-left-squeeze.oc-lg-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-right-push > .oc-sidebar-right,
  .oc-lg-squeeze-push .oc-lg-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-right-push.oc-lg-open-right > .oc-sidebar-right,
  .oc-lg-squeeze-push .oc-lg-right-push.oc-lg-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-push .oc-lg-right-push.oc-lg-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze > .oc-sidebar-right,
  .oc-lg-push-squeeze .oc-lg-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-sidebar-right,
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-container,
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-partial-right > .oc-container,
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-right-squeeze.oc-lg-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-left-push > .oc-sidebar-left,
  .oc-lg-push-squeeze .oc-lg-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-left-push.oc-lg-open-left > .oc-sidebar-left,
  .oc-lg-push-squeeze .oc-lg-left-push.oc-lg-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-squeeze .oc-lg-left-push.oc-lg-open-left > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); }

  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze > .oc-sidebar-left,
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze > .oc-push > .oc-sidebar-left {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-open-left > .oc-sidebar-left,
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-open-left > .oc-push > .oc-sidebar-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-open-left > .oc-container,
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-open-left > .oc-push > .oc-container {
    margin-left: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-partial-left > .oc-container,
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-partial-left > .oc-push > .oc-container {
    margin-left: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-partial-left .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-partial-left .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-left-squeeze.oc-lg-partial-left .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze > .oc-sidebar-right,
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze > .oc-push > .oc-sidebar-right {
    visibility: visible; }
  /* line 109, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-sidebar-right,
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-push > .oc-sidebar-right {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-container,
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-open-right > .oc-push > .oc-container {
    margin-right: 250px; }
  /* line 120, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-partial-right > .oc-container,
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-partial-right > .oc-push > .oc-container {
    margin-right: 50px; }
  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-partial-right .oc-partial-hidden {
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, max-height 0.35s;
    -o-transition: opacity 0.35s, max-height 0.35s;
    transition: opacity 0.35s, max-height 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-partial-right .oc-partial-rotate {
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-squeeze-squeeze .oc-lg-right-squeeze.oc-lg-partial-right .oc-sidebar-fixed {
    position: absolute;
    overflow: visible;
    height: 100%; }

  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-push .oc-lg-left-push > .oc-sidebar-left,
  .oc-lg-push-push .oc-lg-left-push > .oc-push > .oc-sidebar-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-push .oc-lg-left-push.oc-lg-open-left > .oc-sidebar-left,
  .oc-lg-push-push .oc-lg-left-push.oc-lg-open-left > .oc-push > .oc-sidebar-left {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-push .oc-lg-left-push.oc-lg-open-left > .oc-push > .oc-container {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px); }
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-push .oc-lg-right-push > .oc-sidebar-right,
  .oc-lg-push-push .oc-lg-right-push > .oc-push > .oc-sidebar-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-push .oc-lg-right-push.oc-lg-open-right > .oc-sidebar-right,
  .oc-lg-push-push .oc-lg-right-push.oc-lg-open-right > .oc-push > .oc-sidebar-right {
    width: 250px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-lg-push-push .oc-lg-right-push.oc-lg-open-right > .oc-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); } }
@media (max-width: 991px) {
  /* line 223, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas.scss */
  .oc-sidebar-right {
    width: 0; } }
/* line 3, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-partial-menu-item {
  margin-left: 5px; }

/* line 7, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-sidebar-header {
  width: 100%;
  position: absolute; }
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sidebar-header:hover {
    z-index: 1400; }
  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sidebar-header a.btn-nav {
    max-height: 50px;
    padding: 16px;
    border: none;
    line-height: 16px; }
  /* line 16, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sidebar-header .oc-nav.pull-right .dropdown-menu {
    left: auto;
    right: 0; }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-sidebar-header + .oc-sidebar-content {
  height: 100%;
  padding-top: 50px; }

/* line 28, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-header,
.oc-inner {
  padding: 8px; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-inner {
  color: #43494d;
  width: 100%; }

/* line 37, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-sidebar-nav > .dropdown > a {
  cursor: pointer; }
/* line 41, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-sidebar-nav .collapse.in.dropdown-menu,
.oc-sidebar-nav .collapsing.dropdown-menu {
  z-index: 1400; }
/* line 44, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-sidebar-nav .dropdown-menu > li > a {
  background: none;
  color: #43494d; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sidebar-nav .dropdown-menu > li > a:hover, .oc-sidebar-nav .dropdown-menu > li > a:focus {
    color: #43494d;
    background: none; }

/* line 151, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-partial-menu-item {
  margin-left: 16px; }

@media (max-width: 767px) {
  /* line 72, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav .collapse.in.dropdown-menu, .oc-xs-open-left .oc-sidebar-nav .collapsing.dropdown-menu,
  .oc-xs-open-right .oc-sidebar-nav .collapse.in.dropdown-menu,
  .oc-xs-open-right .oc-sidebar-nav .collapsing.dropdown-menu {
    position: static;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    box-shadow: none; }
  /* line 84, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 140px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 155px; }

  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 35px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 111, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > li > a,
  .oc-xs-partial-right .oc-sidebar-nav > li > a {
    z-index: 1400; }
    /* line 113, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
    .oc-xs-partial-left .oc-sidebar-nav > li > a.collapsed,
    .oc-xs-partial-right .oc-sidebar-nav > li > a.collapsed {
      z-index: 1000;
      background-color: transparent; }
  /* line 118, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > li:hover > a,
  .oc-xs-partial-right .oc-sidebar-nav > li:hover > a {
    z-index: 1400 !important;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 126, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > li.dropdown:hover > ul.collapse,
  .oc-xs-partial-right .oc-sidebar-nav > li.dropdown:hover > ul.collapse {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important;
    z-index: 1400 !important;
    left: 50px;
    position: absolute;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 137, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > li .collapse.in.dropdown-menu, .oc-xs-partial-left .oc-sidebar-nav > li .collapsing.dropdown-menu,
  .oc-xs-partial-right .oc-sidebar-nav > li .collapse.in.dropdown-menu,
  .oc-xs-partial-right .oc-sidebar-nav > li .collapsing.dropdown-menu {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important; }
  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-xs-partial-left .oc-sidebar-nav > li > .collapse.in.dropdown-menu, .oc-xs-partial-left .oc-sidebar-nav > li > .collapsing.dropdown-menu,
  .oc-xs-partial-right .oc-sidebar-nav > li > .collapse.in.dropdown-menu,
  .oc-xs-partial-right .oc-sidebar-nav > li > .collapsing.dropdown-menu {
    left: 50px;
    position: absolute; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 72, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav .collapse.in.dropdown-menu, .oc-sm-open-left .oc-sidebar-nav .collapsing.dropdown-menu,
  .oc-sm-open-right .oc-sidebar-nav .collapse.in.dropdown-menu,
  .oc-sm-open-right .oc-sidebar-nav .collapsing.dropdown-menu {
    position: static;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    box-shadow: none; }
  /* line 84, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 140px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 155px; }

  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 35px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 111, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > li > a,
  .oc-sm-partial-right .oc-sidebar-nav > li > a {
    z-index: 1400; }
    /* line 113, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
    .oc-sm-partial-left .oc-sidebar-nav > li > a.collapsed,
    .oc-sm-partial-right .oc-sidebar-nav > li > a.collapsed {
      z-index: 1000;
      background-color: transparent; }
  /* line 118, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > li:hover > a,
  .oc-sm-partial-right .oc-sidebar-nav > li:hover > a {
    z-index: 1400 !important;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 126, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > li.dropdown:hover > ul.collapse,
  .oc-sm-partial-right .oc-sidebar-nav > li.dropdown:hover > ul.collapse {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important;
    z-index: 1400 !important;
    left: 50px;
    position: absolute;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 137, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > li .collapse.in.dropdown-menu, .oc-sm-partial-left .oc-sidebar-nav > li .collapsing.dropdown-menu,
  .oc-sm-partial-right .oc-sidebar-nav > li .collapse.in.dropdown-menu,
  .oc-sm-partial-right .oc-sidebar-nav > li .collapsing.dropdown-menu {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important; }
  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-sm-partial-left .oc-sidebar-nav > li > .collapse.in.dropdown-menu, .oc-sm-partial-left .oc-sidebar-nav > li > .collapsing.dropdown-menu,
  .oc-sm-partial-right .oc-sidebar-nav > li > .collapse.in.dropdown-menu,
  .oc-sm-partial-right .oc-sidebar-nav > li > .collapsing.dropdown-menu {
    left: 50px;
    position: absolute; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 72, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav .collapse.in.dropdown-menu, .oc-md-open-left .oc-sidebar-nav .collapsing.dropdown-menu,
  .oc-md-open-right .oc-sidebar-nav .collapse.in.dropdown-menu,
  .oc-md-open-right .oc-sidebar-nav .collapsing.dropdown-menu {
    position: static;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    box-shadow: none; }
  /* line 84, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 140px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 155px; }

  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 35px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-md-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 111, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > li > a,
  .oc-md-partial-right .oc-sidebar-nav > li > a {
    z-index: 1400; }
    /* line 113, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
    .oc-md-partial-left .oc-sidebar-nav > li > a.collapsed,
    .oc-md-partial-right .oc-sidebar-nav > li > a.collapsed {
      z-index: 1000;
      background-color: transparent; }
  /* line 118, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > li:hover > a,
  .oc-md-partial-right .oc-sidebar-nav > li:hover > a {
    z-index: 1400 !important;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 126, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > li.dropdown:hover > ul.collapse,
  .oc-md-partial-right .oc-sidebar-nav > li.dropdown:hover > ul.collapse {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important;
    z-index: 1400 !important;
    left: 50px;
    position: absolute;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 137, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > li .collapse.in.dropdown-menu, .oc-md-partial-left .oc-sidebar-nav > li .collapsing.dropdown-menu,
  .oc-md-partial-right .oc-sidebar-nav > li .collapse.in.dropdown-menu,
  .oc-md-partial-right .oc-sidebar-nav > li .collapsing.dropdown-menu {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important; }
  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-md-partial-left .oc-sidebar-nav > li > .collapse.in.dropdown-menu, .oc-md-partial-left .oc-sidebar-nav > li > .collapsing.dropdown-menu,
  .oc-md-partial-right .oc-sidebar-nav > li > .collapse.in.dropdown-menu,
  .oc-md-partial-right .oc-sidebar-nav > li > .collapsing.dropdown-menu {
    left: 50px;
    position: absolute; } }
@media (min-width: 1200px) {
  /* line 72, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav .collapse.in.dropdown-menu, .oc-lg-open-left .oc-sidebar-nav .collapsing.dropdown-menu,
  .oc-lg-open-right .oc-sidebar-nav .collapse.in.dropdown-menu,
  .oc-lg-open-right .oc-sidebar-nav .collapsing.dropdown-menu {
    position: static;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    box-shadow: none; }
  /* line 84, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 140px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-open-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-open-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 155px; }

  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    padding-left: 35px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 80px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 95px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 110px; }
  /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > .dropdown > .dropdown-menu > li .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 125px; }
  /* line 111, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > li > a,
  .oc-lg-partial-right .oc-sidebar-nav > li > a {
    z-index: 1400; }
    /* line 113, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
    .oc-lg-partial-left .oc-sidebar-nav > li > a.collapsed,
    .oc-lg-partial-right .oc-sidebar-nav > li > a.collapsed {
      z-index: 1000;
      background-color: transparent; }
  /* line 118, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > li:hover > a,
  .oc-lg-partial-right .oc-sidebar-nav > li:hover > a {
    z-index: 1400 !important;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 126, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > li.dropdown:hover > ul.collapse,
  .oc-lg-partial-right .oc-sidebar-nav > li.dropdown:hover > ul.collapse {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important;
    z-index: 1400 !important;
    left: 50px;
    position: absolute;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }
  /* line 137, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > li .collapse.in.dropdown-menu, .oc-lg-partial-left .oc-sidebar-nav > li .collapsing.dropdown-menu,
  .oc-lg-partial-right .oc-sidebar-nav > li .collapse.in.dropdown-menu,
  .oc-lg-partial-right .oc-sidebar-nav > li .collapsing.dropdown-menu {
    position: relative;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    width: 200px;
    height: auto !important; }
  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
  .oc-lg-partial-left .oc-sidebar-nav > li > .collapse.in.dropdown-menu, .oc-lg-partial-left .oc-sidebar-nav > li > .collapsing.dropdown-menu,
  .oc-lg-partial-right .oc-sidebar-nav > li > .collapse.in.dropdown-menu,
  .oc-lg-partial-right .oc-sidebar-nav > li > .collapsing.dropdown-menu {
    left: 50px;
    position: absolute; } }
/* line 187, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-filter {
  max-height: 50px; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-sidebar-nav ul li {
  position: relative; }

/* line 197, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.oc-nav-caption {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 205, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_inner.scss */
.dropdown > .oc-nav-caption {
  top: 18px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
#oc-wrapper {
  background: #12131a; }
  /* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  #oc-wrapper > .oc-push > .oc-container {
    background-color: #f2f4f8; }
    /* line 7, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
    #oc-wrapper > .oc-push > .oc-container > .navbar-default {
      background: white;
      border: none;
      border-bottom: none;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.015); }

/* line 16, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar-header {
  background-color: #1c1d24;
  border-bottom: none;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.015); }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar-nav li.active {
  position: relative; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .oc-sidebar-nav li.active > a:before, .oc-sidebar-nav li.active > a:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 5px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .oc-sidebar-nav li.active > a:after {
    content: " ";
    border-right-color: #f2f4f8;
    margin-top: -5px;
    top: 50%;
    right: 0; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .oc-sidebar-nav li.active > a:before {
    content: none; }
  /* line 28, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-sidebar-nav li.active.dropdown > a:after {
    content: none; }
  /* line 33, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-sidebar-nav li.active.dropdown > a.collapsed:after {
    content: " "; }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-partial-icon, .oc-partial-icon + span {
  vertical-align: middle;
  display: inline-block; }

/* line 50, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar a {
  color: #737d83; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-sidebar a:hover, .oc-sidebar a:focus {
    color: #aebbd6; }
/* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar .nav .active > a {
  color: #aebbd6; }
/* line 61, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar .nav-stacked > li + li {
  margin-top: 0; }
/* line 67, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar .nav > li > a:hover, .oc-sidebar .nav > li > a:focus,
.oc-sidebar .collapse > li > a:hover,
.oc-sidebar .collapse > li > a:focus {
  background-color: #1e1f27 !important; }
/* line 78, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar .nav-tabs-oc > li.active > a, .oc-sidebar .nav-tabs-oc > li.active > a:hover, .oc-sidebar .nav-tabs-oc > li.active > a:focus {
  background-color: #12131a !important; }
/* line 85, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar .dropdown-menu {
  background: #1c1d24;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  /* line 89, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-sidebar .dropdown-menu > li > a {
    color: #737d83;
    padding-top: 0;
    height: 35px;
    line-height: 35px; }
    /* line 95, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
    .oc-sidebar .dropdown-menu > li > a:hover, .oc-sidebar .dropdown-menu > li > a:focus {
      color: #aebbd6; }

@media (max-width: 767px) {
  /* line 106, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-xs-partial-left .oc-sidebar-nav > li > a {
    background-color: #12131a !important; }
    /* line 108, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
    .oc-xs-partial-left .oc-sidebar-nav > li > a:hover, .oc-xs-partial-left .oc-sidebar-nav > li > a:focus {
      background-color: #12131a !important; }

  /* line 121, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-xs-partial-left .oc-sidebar-nav li.active a::after {
    content: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 106, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-sm-partial-left .oc-sidebar-nav > li > a {
    background-color: #12131a !important; }
    /* line 108, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
    .oc-sm-partial-left .oc-sidebar-nav > li > a:hover, .oc-sm-partial-left .oc-sidebar-nav > li > a:focus {
      background-color: #12131a !important; }

  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-sm-partial-left .oc-sidebar-nav li.active a::after {
    content: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 106, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-md-partial-left .oc-sidebar-nav > li > a {
    background-color: #12131a !important; }
    /* line 108, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
    .oc-md-partial-left .oc-sidebar-nav > li > a:hover, .oc-md-partial-left .oc-sidebar-nav > li > a:focus {
      background-color: #12131a !important; }

  /* line 141, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-md-partial-left .oc-sidebar-nav li.active a::after {
    content: none; } }
@media (min-width: 1200px) {
  /* line 106, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-lg-partial-left .oc-sidebar-nav > li > a {
    background-color: #12131a !important; }
    /* line 108, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
    .oc-lg-partial-left .oc-sidebar-nav > li > a:hover, .oc-lg-partial-left .oc-sidebar-nav > li > a:focus {
      background-color: #12131a !important; }

  /* line 151, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-lg-partial-left .oc-sidebar-nav li.active a::after {
    content: none; } }
/* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-form input,
.oc-search input {
  -webkit-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
  background-color: rgba(34, 39, 51, 0.1);
  color: #737d83; }
  /* line 164, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
  .oc-form input:focus, .oc-form input:hover,
  .oc-search input:focus,
  .oc-search input:hover {
    background-color: rgba(34, 39, 51, 0.2); }
/* line 168, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-form .form-control-header,
.oc-search .form-control-header {
  color: #737d83; }

/* line 174, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-search .form-group {
  margin-bottom: 0; }

/* line 179, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-inner {
  color: #7a87a7; }

/* line 184, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_off_canvas_aspect.scss */
.oc-sidebar-content hr {
  border-top-color: #222733; }

@media (min-width: 768px) {
  /* line 16, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_sticky-footer.scss */
  .sf-holder {
    height: 100%; } }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_sticky-footer.scss */
.sf-wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -80px; }

/* line 28, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_sticky-footer.scss */
.sf-push {
  height: 80px; }

/* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_sticky-footer.scss */
.sf-footer {
  height: 80px; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
.nav-justified-all {
  width: 100%; }
  /* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-justified-all > li {
    float: none;
    display: table-cell;
    width: 1%; }
    /* line 12, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
    .nav-justified-all > li > a {
      text-align: center;
      margin-bottom: 0; }
    /* line 20, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
    .nav-justified-all > li.active > a, .nav-justified-all > li.active > a:hover, .nav-justified-all > li.active > a:focus {
      color: #555555;
      background-color: white;
      cursor: default; }
  /* line 28, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-justified-all > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
.nav-pills-light.nav-stacked > li {
  float: none; }
/* line 43, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
.nav-pills-light > li {
  float: left; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-pills-light > li > a {
    border-radius: 2px; }
  /* line 50, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-pills-light > li + li {
    margin-left: 2px; }
  /* line 58, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-pills-light > li.active > a, .nav-pills-light > li.active > a:hover, .nav-pills-light > li.active > a:focus {
    color: #43494d;
    background-color: #e1e6f0; }

/* line 66, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
.nav-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
.nav-compact > li > a {
  padding-top: 6px;
  padding-bottom: 6px; }

/* line 81, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
.nav-justified-only {
  width: 100%; }
  /* line 84, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-justified-only > li {
    float: none;
    display: table-cell;
    width: 1%; }
    /* line 88, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
    .nav-justified-only > li > a {
      text-align: center;
      margin-bottom: 0; }
    /* line 96, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
    .nav-justified-only > li.active > a, .nav-justified-only > li.active > a:hover, .nav-justified-only > li.active > a:focus {
      color: #555555;
      background-color: white;
      cursor: default; }
  /* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
  .nav-justified-only > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (max-width: 991px) {
    /* line 110, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
    .nav-justified-only > li {
      float: none;
      display: block;
      width: 100%; }
      /* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_navs.scss */
      .nav-justified-only > li > a {
        text-align: center;
        margin-bottom: 5px;
        margin-right: 0;
        border-radius: 6px; } }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
label {
  font-weight: normal; }

/* line 9, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
.has-header {
  position: relative; }
  /* line 14, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
  .has-header .form-control {
    padding-left: 34px; }
  /* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
  .has-header .form-control-header {
    color: #43494d;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    z-index: 1210; }

/* line 34, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
.form-control.transparent, .form-control.transparent:focus, .form-control.transparent:hover {
  background: transparent; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
textarea.non-resizable {
  resize: none; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_forms.scss */
.form-control.text-lg {
  font-size: 24px; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-content {
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden; }

/* line 9, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-header {
  border-bottom: 1px solid transparent; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-footer {
  margin-top: 0;
  border-top: 1px solid transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white .modal-content {
  background-color: white;
  color: #43494d; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white .close {
  color: #43494d; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white .modal-header,
.modal-white .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white.in.just-modal {
  background-color: white; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-white.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-white.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-semi-light .modal-content {
  background-color: rgba(242, 244, 248, 0.2);
  color: #43494d; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-semi-light .close {
  color: #43494d; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-semi-light .modal-header,
.modal-semi-light .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-semi-light.in.just-modal {
  background-color: rgba(242, 244, 248, 0.2); }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-semi-light.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-semi-light.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light .modal-content {
  background-color: #f2f4f8;
  color: #43494d; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light .close {
  color: #43494d; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light .modal-header,
.modal-light .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light.in.just-modal {
  background-color: #f2f4f8; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-light.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-light.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary .modal-content {
  background-color: #177bbb;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary.in.just-modal {
  background-color: #177bbb; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info .modal-content {
  background-color: #1ccacc;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info.in.just-modal {
  background-color: #1ccacc; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success .modal-content {
  background-color: #1aae88;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success.in.just-modal {
  background-color: #1aae88; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning .modal-content {
  background-color: #fbb23e;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning.in.just-modal {
  background-color: #fbb23e; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger .modal-content {
  background-color: #e33244;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger.in.just-modal {
  background-color: #e33244; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black .modal-content {
  background-color: #12131a;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black .modal-header,
.modal-black .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black.in.just-modal {
  background-color: #12131a; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark .modal-content {
  background-color: #222733;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark .modal-header,
.modal-dark .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark.in.just-modal {
  background-color: #222733; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse .modal-content {
  background-color: #433599;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse .modal-header,
.modal-inverse .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse.in.just-modal {
  background-color: #433599; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-lt .modal-content {
  background-color: white;
  color: #43494d; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-lt .close {
  color: #43494d; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-lt .modal-header,
.modal-light-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-lt.in.just-modal {
  background-color: white; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-light-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-light-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lt .modal-content {
  background-color: #1f86c7;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lt .modal-header,
.modal-primary-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lt.in.just-modal {
  background-color: #1f86c7; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lt .modal-content {
  background-color: #25d6d8;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lt .modal-header,
.modal-info-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lt.in.just-modal {
  background-color: #25d6d8; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lt .modal-content {
  background-color: #22ba93;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lt .modal-header,
.modal-success-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lt.in.just-modal {
  background-color: #22ba93; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lt .modal-content {
  background-color: #f7b956;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lt .modal-header,
.modal-warning-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lt.in.just-modal {
  background-color: #f7b956; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lt .modal-content {
  background-color: #e04959;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lt .modal-header,
.modal-danger-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lt.in.just-modal {
  background-color: #e04959; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lt .modal-content {
  background-color: #1c1d24;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lt .modal-header,
.modal-black-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lt.in.just-modal {
  background-color: #1c1d24; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lt .modal-content {
  background-color: #2d313d;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lt .modal-header,
.modal-dark-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lt.in.just-modal {
  background-color: #2d313d; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lt .modal-content {
  background-color: #4e40a2;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lt .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lt .modal-header,
.modal-inverse-lt .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lt.in.just-modal {
  background-color: #4e40a2; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse-lt.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse-lt.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lter .modal-content {
  background-color: #3ea1e1;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lter .modal-header,
.modal-primary-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-lter.in.just-modal {
  background-color: #3ea1e1; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lter .modal-content {
  background-color: #53e0e2;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lter .modal-header,
.modal-info-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-lter.in.just-modal {
  background-color: #53e0e2; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lter .modal-content {
  background-color: #3adbb1;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lter .modal-header,
.modal-success-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-lter.in.just-modal {
  background-color: #3adbb1; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lter .modal-content {
  background-color: #facf8c;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lter .modal-header,
.modal-warning-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-lter.in.just-modal {
  background-color: #facf8c; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lter .modal-content {
  background-color: #e87985;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lter .modal-header,
.modal-danger-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-lter.in.just-modal {
  background-color: #e87985; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lter .modal-content {
  background-color: #343644;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lter .modal-header,
.modal-black-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-lter.in.just-modal {
  background-color: #343644; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lter .modal-content {
  background-color: #454c5d;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lter .modal-header,
.modal-dark-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-lter.in.just-modal {
  background-color: #454c5d; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lter .modal-content {
  background-color: #6a5cbf;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lter .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lter .modal-header,
.modal-inverse-lter .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-lter.in.just-modal {
  background-color: #6a5cbf; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse-lter.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse-lter.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white-dk .modal-content {
  background-color: #f3f2f2;
  color: #43494d; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white-dk .close {
  color: #43494d; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white-dk .modal-header,
.modal-white-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-white-dk.in.just-modal {
  background-color: #f3f2f2; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-white-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-white-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-dk .modal-content {
  background-color: #e1e6f0;
  color: #43494d; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-dk .close {
  color: #43494d; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-dk .modal-header,
.modal-light-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-light-dk.in.just-modal {
  background-color: #e1e6f0; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-light-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-light-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-dk .modal-content {
  background-color: #126da7;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-dk .modal-header,
.modal-primary-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-primary-dk.in.just-modal {
  background-color: #126da7; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-primary-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-dk .modal-content {
  background-color: #16b6b8;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-dk .modal-header,
.modal-info-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-info-dk.in.just-modal {
  background-color: #16b6b8; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-info-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-dk .modal-content {
  background-color: #159a78;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-dk .modal-header,
.modal-success-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-success-dk.in.just-modal {
  background-color: #159a78; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-success-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-dk .modal-content {
  background-color: #fda922;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-dk .modal-header,
.modal-warning-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-warning-dk.in.just-modal {
  background-color: #fda922; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-warning-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-dk .modal-content {
  background-color: #e01b2f;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-dk .modal-header,
.modal-danger-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-danger-dk.in.just-modal {
  background-color: #e01b2f; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-danger-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-dk .modal-content {
  background-color: #171b24;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-dk .modal-header,
.modal-dark-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-dark-dk.in.just-modal {
  background-color: #171b24; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-dark-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-dk .modal-content {
  background-color: #07080b;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-dk .modal-header,
.modal-black-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-black-dk.in.just-modal {
  background-color: #07080b; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-black-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-dk .modal-content {
  background-color: #392c88;
  color: white; }
/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-dk .close {
  color: white; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-dk .modal-header,
.modal-inverse-dk .modal-footer {
  background-color: rgba(0, 0, 0, 0.1); }
/* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.modal-inverse-dk.in.just-modal {
  background-color: #392c88; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse-dk.in.just-modal .modal-header {
    background-color: transparent; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  .modal-inverse-dk.in.just-modal .modal-footer {
    background-color: transparent; }

/* Individual modal styles with animations/transitions */
/* Fade in and scale up */
/* line 53, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.fade-in-scale .modal-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 59, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.fade-in-scale .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Slide from the right */
/* line 65, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.slide-in-right .modal-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  opacity: 0; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.slide-in-right .modal-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1; }

/* Slide from the bottom */
/* line 77, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.slide-in-bottom .modal-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 83, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.slide-in-bottom .modal-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Newspaper */
/* line 89, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.newspaper .modal-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  -o-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.newspaper .modal-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* line 98, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.newspaper .modal-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

/* slide and stick to top */
/* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.slide-to-top .modal-dialog {
  margin-top: 0; }

/* line 108, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.slide-to-top .modal-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 114, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.slide-to-top .modal-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  opacity: 1; }

/* Super scaled */
/* line 121, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.super-scaled .modal-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.super-scaled .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Just modal */
/* line 133, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.just-modal .modal-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 139, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.just-modal .modal-content {
  background: transparent; }

/* line 143, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.just-modal .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* line 150, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.just-modal .modal-dialog {
  padding-top: 10%; }
/* line 154, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.just-modal .modal-content {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Blur */
/* line 161, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.blur.in ~ .modal-blur-content {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

/* Fall */
/* line 166, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.fall.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 170, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.fall .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  -o-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0; }

/* line 177, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.fall .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 180, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.fall .modal-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  -o-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1; }

/* Side fall */
/* line 188, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.side-fall.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.side-fall .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  -o-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0; }

/* line 199, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.side-fall .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 202, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.side-fall .modal-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  -o-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1; }

/* 3D flip horizontal */
/* line 210, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.flip-horizontal-3d.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 214, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.flip-horizontal-3d .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  -o-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 222, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.flip-horizontal-3d .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 225, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.flip-horizontal-3d .modal-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1; }

/* 3D flip vertical */
/* line 232, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.flip-vertical-3d.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 236, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.flip-vertical-3d .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -o-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.flip-vertical-3d .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 247, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.flip-vertical-3d .modal-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1; }

/* 3D slit */
/* line 254, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.slit-3d.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 258, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.slit-3d .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  -o-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0; }

/* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.slit-3d .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 268, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.slit-3d .modal-content {
  -webkit-animation: slit .7s forwards ease-out;
  -moz-animation: slit .7s forwards ease-out;
  animation: slit .7s forwards ease-out; }

@-webkit-keyframes slit {
  /* line 276, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out; }

  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes slit {
  /* line 280, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out; }

  /* line 281, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

@keyframes slit {
  /* line 284, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in; }

  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1; } }

/* 3D Rotate from bottom */
/* line 289, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.rotate-bottom-3d.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 293, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.rotate-bottom-3d .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  -o-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100% 50%;
  -moz-transform-origin: 0 100% 50%;
  -ms-transform-origin: 0 100% 50%;
  -o-transform-origin: 0 100% 50%;
  transform-origin: 0 100% 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0; }

/* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.rotate-bottom-3d .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 305, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.rotate-bottom-3d .modal-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  -o-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1; }

/* 3D Rotate in from left */
/* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.rotate-left-3d.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }

/* line 316, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.rotate-left-3d .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -o-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100% 50%;
  -moz-transform-origin: 0 100% 50%;
  -ms-transform-origin: 0 100% 50%;
  -o-transform-origin: 0 100% 50%;
  transform-origin: 0 100% 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 325, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.rotate-left-3d .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
/* line 328, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_modals.scss */
.in.rotate-left-3d .modal-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -o-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_classselector.scss */
.btn-classselector {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #DDD;
  vertical-align: middle;
  border-radius: 50%; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_classselector.scss */
.dropdown-classselector > .dropdown-menu {
  top: 80%;
  left: -7px;
  padding: 4px;
  min-width: 130px;
  max-width: 130px; }
  /* line 20, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_classselector.scss */
  .dropdown-classselector > .dropdown-menu > li {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px; }
/* line 29, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_classselector.scss */
.dropdown-classselector .btn-classselector-class {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s; }
  /* line 38, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_classselector.scss */
  .dropdown-classselector .btn-classselector-class:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08); }
/* line 45, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_classselector.scss */
.dropdown-classselector span.btn-classselector-class.selected:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-default.btn-classselector-class,
.panel-default .panel-colorize {
  background-color: rgba(242, 244, 248, 0.2); }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-default.btn-classselector-class.gradient-diag1,
  .panel-default .panel-colorize.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 232, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-default.btn-classselector-class.gradient-diag1-inverse,
  .panel-default .panel-colorize.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 238, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* W3C */ }
/* line 36, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-default .panel-colorize {
  color: #43494d; }

/* line 40, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-light {
  border-color: #f2f4f8; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-light > .panel-heading {
    color: #43494d;
    background-color: #f2f4f8;
    border-color: #f2f4f8; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-light > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f2f4f8; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-light > .panel-heading .badge {
      color: #f2f4f8;
      background-color: #43494d; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-light > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f2f4f8; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light.btn-classselector-class,
  .panel-light .panel-colorize {
    background-color: #f2f4f8; }
    /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-light.btn-classselector-class.gradient-diag1,
    .panel-light .panel-colorize.gradient-diag1 {
      background-image: -moz-linear-gradient(-65deg, white 40%, #e8e8f3);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #e8e8f3));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, white 40%, #e8e8f3);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, white 40%, #e8e8f3);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, white 40%, #e8e8f3);
      /* IE10+ */
      background-image: linear-gradient(155deg, #ffffff 40%, #e8e8f3);
      /* W3C */ }
    /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-light.btn-classselector-class.gradient-diag1-inverse,
    .panel-light .panel-colorize.gradient-diag1-inverse {
      background-image: -moz-linear-gradient(-65deg, white 40%, #e8eef3);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #e8eef3));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, white 40%, #e8eef3);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, white 40%, #e8eef3);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, white 40%, #e8eef3);
      /* IE10+ */
      background-image: linear-gradient(155deg, #ffffff 40%, #e8eef3);
      /* W3C */ }
  /* line 43, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize {
    color: #43494d; }

/* line 47, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-dark {
  border-color: #222733; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-dark > .panel-heading {
    color: white;
    background-color: #222733;
    border-color: #222733; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-dark > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #222733; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-dark > .panel-heading .badge {
      color: #222733;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-dark > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #222733; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark.btn-classselector-class,
  .panel-dark .panel-colorize {
    background-color: #222733; }
    /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-dark.btn-classselector-class.gradient-diag1,
    .panel-dark .panel-colorize.gradient-diag1 {
      background-image: -moz-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2a303f), color-stop(100%, #1c1c2a));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
      /* IE10+ */
      background-image: linear-gradient(155deg, #2a303f 40%, #1c1c2a);
      /* W3C */ }
    /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-dark.btn-classselector-class.gradient-diag1-inverse,
    .panel-dark .panel-colorize.gradient-diag1-inverse {
      background-image: -moz-linear-gradient(-65deg, #2a303f 40%, #1c232a);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2a303f), color-stop(100%, #1c232a));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, #2a303f 40%, #1c232a);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, #2a303f 40%, #1c232a);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, #2a303f 40%, #1c232a);
      /* IE10+ */
      background-image: linear-gradient(155deg, #2a303f 40%, #1c232a);
      /* W3C */ }
  /* line 50, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize {
    color: #fff; }

/* line 54, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-inverse {
  border-color: #433599; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-inverse > .panel-heading {
    color: white;
    background-color: #433599;
    border-color: #433599; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-inverse > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #433599; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-inverse > .panel-heading .badge {
      color: #433599;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-inverse > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #433599; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse.btn-classselector-class,
  .panel-inverse .panel-colorize {
    background-color: #433599; }
    /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-inverse.btn-classselector-class.gradient-diag1,
    .panel-inverse .panel-colorize.gradient-diag1 {
      background-image: -moz-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4a3aa8), color-stop(100%, #5d318e));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
      /* IE10+ */
      background-image: linear-gradient(155deg, #4a3aa8 40%, #5d318e);
      /* W3C */ }
    /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-inverse.btn-classselector-class.gradient-diag1-inverse,
    .panel-inverse .panel-colorize.gradient-diag1-inverse {
      background-image: -moz-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4a3aa8), color-stop(100%, #313b8e));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
      /* IE10+ */
      background-image: linear-gradient(155deg, #4a3aa8 40%, #313b8e);
      /* W3C */ }
  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize {
    color: #fff; }

/* line 61, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-black {
  border-color: #12131a; }
  /* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-black > .panel-heading {
    color: white;
    background-color: #12131a;
    border-color: #12131a; }
    /* line 11, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-black > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #12131a; }
    /* line 14, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
    .panel-black > .panel-heading .badge {
      color: #12131a;
      background-color: white; }
  /* line 20, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss */
  .panel-black > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #12131a; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black.btn-classselector-class,
  .panel-black .panel-colorize {
    background-color: #12131a; }
    /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-black.btn-classselector-class.gradient-diag1,
    .panel-black .panel-colorize.gradient-diag1 {
      background-image: -moz-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1a1c26), color-stop(100%, #0d0c11));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
      /* IE10+ */
      background-image: linear-gradient(155deg, #1a1c26 40%, #0d0c11);
      /* W3C */ }
    /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .panel-black.btn-classselector-class.gradient-diag1-inverse,
    .panel-black .panel-colorize.gradient-diag1-inverse {
      background-image: -moz-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1a1c26), color-stop(100%, #0c0e11));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
      /* IE10+ */
      background-image: linear-gradient(155deg, #1a1c26 40%, #0c0e11);
      /* W3C */ }
  /* line 64, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize {
    color: #fff; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-primary.btn-classselector-class,
.panel-primary .panel-colorize {
  background-color: #177bbb; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary.btn-classselector-class.gradient-diag1,
  .panel-primary .panel-colorize.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1987cd), color-stop(100%, #153fad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1987cd 40%, #153fad);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary.btn-classselector-class.gradient-diag1-inverse,
  .panel-primary .panel-colorize.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1987cd), color-stop(100%, #1598ad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1987cd 40%, #1598ad);
    /* W3C */ }
/* line 70, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-primary .panel-colorize {
  color: #fff; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-success.btn-classselector-class,
.panel-success .panel-colorize {
  background-color: #22ba93; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success.btn-classselector-class.gradient-diag1,
  .panel-success .panel-colorize.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #25cba1), color-stop(100%, #20a2ad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #25cba1 40%, #20a2ad);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success.btn-classselector-class.gradient-diag1-inverse,
  .panel-success .panel-colorize.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #25cba1), color-stop(100%, #20ad66));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* IE10+ */
    background-image: linear-gradient(155deg, #25cba1 40%, #20ad66);
    /* W3C */ }
/* line 76, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-success .panel-colorize {
  color: #fff; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-info.btn-classselector-class,
.panel-info .panel-colorize {
  background-color: #1ccacc; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info.btn-classselector-class.gradient-diag1,
  .panel-info .panel-colorize.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1a86bf));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1edcde 40%, #1a86bf);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info.btn-classselector-class.gradient-diag1-inverse,
  .panel-info .panel-colorize.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1abf97));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1edcde 40%, #1abf97);
    /* W3C */ }
/* line 82, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-info .panel-colorize {
  color: #fff; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-warning.btn-classselector-class,
.panel-warning .panel-colorize {
  background-color: #fbb23e; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning.btn-classselector-class.gradient-diag1,
  .panel-warning .panel-colorize.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fbba52), color-stop(100%, #fbf02f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fbba52 40%, #fbf02f);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning.btn-classselector-class.gradient-diag1-inverse,
  .panel-warning .panel-colorize.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fbba52), color-stop(100%, #fb792f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fbba52 40%, #fb792f);
    /* W3C */ }
/* line 88, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-warning .panel-colorize {
  color: #fff; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-danger.btn-classselector-class,
.panel-danger .panel-colorize {
  background-color: #e04959; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger.btn-classselector-class.gradient-diag1,
  .panel-danger .panel-colorize.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e35b69), color-stop(100%, #de623c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e35b69 40%, #de623c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger.btn-classselector-class.gradient-diag1-inverse,
  .panel-danger .panel-colorize.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e35b69), color-stop(100%, #de3c75));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e35b69 40%, #de3c75);
    /* W3C */ }
/* line 94, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-danger .panel-colorize {
  color: #fff; }

/* line 100, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-default {
  background-color: rgba(242, 244, 248, 0.2); }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-bg-default.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 232, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-bg-default.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 238, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* W3C */ }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-dark {
  background-color: #222733; }

/* line 107, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-primary {
  background-color: #177bbb; }

/* line 110, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-success {
  background-color: #22ba93; }

/* line 113, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-info {
  background-color: #1ccacc; }

/* line 116, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-warning {
  background-color: #fbb23e; }

/* line 119, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-bg-danger {
  background-color: #e04959; }

/* line 124, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-heading,
.panel-header {
  position: relative;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

/* line 131, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-handle {
  cursor: move; }

/* line 135, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-actions {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 1371; }

/* line 143, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-action {
  padding: 5px;
  cursor: pointer;
  opacity: 0.5; }
  /* line 147, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-action:hover, .panel-action:focus {
    opacity: 1; }
  /* line 151, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-action .dropdown-colorselector,
  .panel-action .dropdown-classselector {
    display: inline; }
  /* line 155, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-action .btn-colorselector,
  .panel-action .btn-classselector {
    width: 13px;
    height: 13px;
    border: 1px solid #555555; }

/* line 162, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
a.btn-classselector-class.panel-none {
  border: 1px solid #eeeeee;
  color: #43494d; }

/* line 167, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-title-edtitable {
  cursor: pointer;
  border-bottom: none; }
  /* line 170, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-title-edtitable:hover {
    border-bottom: 1px dashed #43494d; }

/* line 175, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-placeholder {
  background-color: #eeeeee;
  border: 1px dashed #999999 !important; }

/* line 182, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-actions-reveal {
  padding-left: 6em; }
  /* line 184, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-actions-reveal > .panel-actions-reveal-hide {
    display: none; }
  /* line 187, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-actions-reveal > .panel-actions-reveal-icon {
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    opacity: 0.5; }
  /* line 193, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-actions-reveal:hover, .panel-actions-reveal:active {
    padding-left: 0; }
    /* line 195, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-actions-reveal:hover > .panel-actions-reveal-hide, .panel-actions-reveal:active > .panel-actions-reveal-hide {
      display: inline; }
    /* line 198, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-actions-reveal:hover > .panel-actions-reveal-icon, .panel-actions-reveal:active > .panel-actions-reveal-icon {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      opacity: 1; }

/* line 205, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-title {
  display: inline-block; }
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-title h1, .panel-title h2, .panel-title h3, .panel-title h4, .panel-title h5, .panel-title h6, .panel-title .h1, .panel-title .h2, .panel-title .h3, .panel-title .h4, .panel-title .h5, .panel-title .h6 {
    margin: 0; }

/* line 214, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-header-title {
  padding: 7px 15px; }

/* line 218, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panels.ui-sortable {
  min-height: 100px; }

/* line 223, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-actions-sibling {
  padding-right: 130px;
  z-index: 1370; }

/* line 228, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-section {
  padding: 15px; }

/* line 233, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-enlarged {
  margin: -15px; }

/* line 237, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-placeholder {
  background-color: white; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-line-top {
  border-top: 1px solid #f2f4f8; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-line-left {
  border-left: 1px solid #f2f4f8; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-line-right {
  border-right: 1px solid #f2f4f8; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-line-bottom {
  border-bottom: 1px solid #f2f4f8; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-white .panel-colorize,
.panel-body-white {
  background-color: white; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-white .panel-colorize.gradient-diag1,
  .panel-body-white.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f7f7f7);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-white .panel-colorize.gradient-diag1-inverse,
  .panel-body-white.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f7f7f7);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize, .panel-white .panel-colorize a:not(.btn), .panel-white .panel-colorize .form-control,
  .panel-body-white,
  .panel-body-white a:not(.btn),
  .panel-body-white .form-control {
    color: #43494d; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize.panel-arrow-left:after,
  .panel-body-white.panel-arrow-left:after {
    border-right-color: white; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-text-dk,
  .panel-body-white .panel-text-dk {
    color: #363c41; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-text-lt,
  .panel-body-white .panel-text-lt {
    color: #515354; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-text-lter,
  .panel-body-white .panel-text-lter {
    color: #939596; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-white .panel-colorize .form-control::-moz-placeholder,
  .panel-body-white .form-control::-moz-placeholder {
    color: #43494d;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-white .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-white .form-control:-ms-input-placeholder {
    color: #43494d; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-white .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-white .form-control::-webkit-input-placeholder {
    color: #43494d; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-bg-inverse,
  .panel-body-white .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-lt,
  .panel-body-white .panel-lt {
    background-color: #f3f2f2; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-white .panel-colorize .panel-lt, .panel-white .panel-colorize .panel-lt a, .panel-white .panel-colorize .panel-lt .form-control,
    .panel-body-white .panel-lt,
    .panel-body-white .panel-lt a,
    .panel-body-white .panel-lt .form-control {
      color: #43494d; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-white.gradient-diag1 .panel-lt {
    background: #f3f2f2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-line-top,
  .panel-body-white .panel-line-top {
    border-top: 1px solid #f3f2f2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-line-left,
  .panel-body-white .panel-line-left {
    border-left: 1px solid #f3f2f2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-line-right,
  .panel-body-white .panel-line-right {
    border-right: 1px solid #f3f2f2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white .panel-colorize .panel-line-bottom,
  .panel-body-white .panel-line-bottom {
    border-bottom: 1px solid #f3f2f2; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-semi-light .panel-colorize,
.panel-body-semi-light {
  background-color: rgba(242, 244, 248, 0.2); }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-semi-light .panel-colorize.gradient-diag1,
  .panel-body-semi-light.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 232, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-semi-light .panel-colorize.gradient-diag1-inverse,
  .panel-body-semi-light.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 238, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize, .panel-semi-light .panel-colorize a:not(.btn), .panel-semi-light .panel-colorize .form-control,
  .panel-body-semi-light,
  .panel-body-semi-light a:not(.btn),
  .panel-body-semi-light .form-control {
    color: #43494d; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize.panel-arrow-left:after,
  .panel-body-semi-light.panel-arrow-left:after {
    border-right-color: rgba(242, 244, 248, 0.2); }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-text-dk,
  .panel-body-semi-light .panel-text-dk {
    color: #363c41; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-text-lt,
  .panel-body-semi-light .panel-text-lt {
    color: #515354; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-text-lter,
  .panel-body-semi-light .panel-text-lter {
    color: #939596; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-semi-light .panel-colorize .form-control::-moz-placeholder,
  .panel-body-semi-light .form-control::-moz-placeholder {
    color: #43494d;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-semi-light .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-semi-light .form-control:-ms-input-placeholder {
    color: #43494d; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-semi-light .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-semi-light .form-control::-webkit-input-placeholder {
    color: #43494d; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-bg-inverse,
  .panel-body-semi-light .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-lt,
  .panel-body-semi-light .panel-lt {
    background-color: rgba(255, 255, 255, 0.2); }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-semi-light .panel-colorize .panel-lt, .panel-semi-light .panel-colorize .panel-lt a, .panel-semi-light .panel-colorize .panel-lt .form-control,
    .panel-body-semi-light .panel-lt,
    .panel-body-semi-light .panel-lt a,
    .panel-body-semi-light .panel-lt .form-control {
      color: #43494d; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-semi-light.gradient-diag1 .panel-lt {
    background-color: rgba(255, 255, 255, 0.2); }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-line-top,
  .panel-body-semi-light .panel-line-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-line-left,
  .panel-body-semi-light .panel-line-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-line-right,
  .panel-body-semi-light .panel-line-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-semi-light .panel-colorize .panel-line-bottom,
  .panel-body-semi-light .panel-line-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-light .panel-colorize,
.panel-body-light {
  background-color: #f2f4f8; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-light .panel-colorize.gradient-diag1,
  .panel-body-light.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #e8e8f3));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #e8e8f3);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-light .panel-colorize.gradient-diag1-inverse,
  .panel-body-light.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, white 40%, #e8eef3);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #e8eef3));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #e8eef3);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #e8eef3);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #e8eef3);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #e8eef3);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize, .panel-light .panel-colorize a:not(.btn), .panel-light .panel-colorize .form-control,
  .panel-body-light,
  .panel-body-light a:not(.btn),
  .panel-body-light .form-control {
    color: #43494d; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize.panel-arrow-left:after,
  .panel-body-light.panel-arrow-left:after {
    border-right-color: #f2f4f8; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-text-dk,
  .panel-body-light .panel-text-dk {
    color: #363c41; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-text-lt,
  .panel-body-light .panel-text-lt {
    color: #515354; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-text-lter,
  .panel-body-light .panel-text-lter {
    color: #939596; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light .panel-colorize .form-control::-moz-placeholder,
  .panel-body-light .form-control::-moz-placeholder {
    color: #43494d;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-light .form-control:-ms-input-placeholder {
    color: #43494d; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-light .form-control::-webkit-input-placeholder {
    color: #43494d; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-bg-inverse,
  .panel-body-light .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-lt,
  .panel-body-light .panel-lt {
    background-color: white; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-light .panel-colorize .panel-lt, .panel-light .panel-colorize .panel-lt a, .panel-light .panel-colorize .panel-lt .form-control,
    .panel-body-light .panel-lt,
    .panel-body-light .panel-lt a,
    .panel-body-light .panel-lt .form-control {
      color: #43494d; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-light.gradient-diag1 .panel-lt {
    background-color: white; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-line-top,
  .panel-body-light .panel-line-top {
    border-top: 1px solid white; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-line-left,
  .panel-body-light .panel-line-left {
    border-left: 1px solid white; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-line-right,
  .panel-body-light .panel-line-right {
    border-right: 1px solid white; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light .panel-colorize .panel-line-bottom,
  .panel-body-light .panel-line-bottom {
    border-bottom: 1px solid white; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-primary .panel-colorize,
.panel-body-primary {
  background-color: #177bbb; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary .panel-colorize.gradient-diag1,
  .panel-body-primary.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1987cd), color-stop(100%, #153fad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1987cd 40%, #153fad);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary .panel-colorize.gradient-diag1-inverse,
  .panel-body-primary.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1987cd), color-stop(100%, #1598ad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1987cd 40%, #1598ad);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize, .panel-primary .panel-colorize a:not(.btn), .panel-primary .panel-colorize .form-control,
  .panel-body-primary,
  .panel-body-primary a:not(.btn),
  .panel-body-primary .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize.panel-arrow-left:after,
  .panel-body-primary.panel-arrow-left:after {
    border-right-color: #177bbb; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-text-dk,
  .panel-body-primary .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-text-lt,
  .panel-body-primary .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-text-lter,
  .panel-body-primary .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary .panel-colorize .form-control::-moz-placeholder,
  .panel-body-primary .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-primary .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-primary .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-bg-inverse,
  .panel-body-primary .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-lt,
  .panel-body-primary .panel-lt {
    background-color: #1f86c7; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-primary .panel-colorize .panel-lt, .panel-primary .panel-colorize .panel-lt a, .panel-primary .panel-colorize .panel-lt .form-control,
    .panel-body-primary .panel-lt,
    .panel-body-primary .panel-lt a,
    .panel-body-primary .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-primary.gradient-diag1 .panel-lt {
    background-color: #1f6ac7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-line-top,
  .panel-body-primary .panel-line-top {
    border-top: 1px solid #1f86c7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-line-left,
  .panel-body-primary .panel-line-left {
    border-left: 1px solid #1f86c7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-line-right,
  .panel-body-primary .panel-line-right {
    border-right: 1px solid #1f86c7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary .panel-colorize .panel-line-bottom,
  .panel-body-primary .panel-line-bottom {
    border-bottom: 1px solid #1f86c7; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-info .panel-colorize,
.panel-body-info {
  background-color: #1ccacc; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info .panel-colorize.gradient-diag1,
  .panel-body-info.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1a86bf));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1edcde 40%, #1a86bf);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info .panel-colorize.gradient-diag1-inverse,
  .panel-body-info.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1abf97));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1edcde 40%, #1abf97);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize, .panel-info .panel-colorize a:not(.btn), .panel-info .panel-colorize .form-control,
  .panel-body-info,
  .panel-body-info a:not(.btn),
  .panel-body-info .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize.panel-arrow-left:after,
  .panel-body-info.panel-arrow-left:after {
    border-right-color: #1ccacc; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-text-dk,
  .panel-body-info .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-text-lt,
  .panel-body-info .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-text-lter,
  .panel-body-info .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info .panel-colorize .form-control::-moz-placeholder,
  .panel-body-info .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-info .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-info .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-bg-inverse,
  .panel-body-info .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-lt,
  .panel-body-info .panel-lt {
    background-color: #25d6d8; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-info .panel-colorize .panel-lt, .panel-info .panel-colorize .panel-lt a, .panel-info .panel-colorize .panel-lt .form-control,
    .panel-body-info .panel-lt,
    .panel-body-info .panel-lt a,
    .panel-body-info .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-info.gradient-diag1 .panel-lt {
    background-color: #25b8d8; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-line-top,
  .panel-body-info .panel-line-top {
    border-top: 1px solid #25d6d8; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-line-left,
  .panel-body-info .panel-line-left {
    border-left: 1px solid #25d6d8; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-line-right,
  .panel-body-info .panel-line-right {
    border-right: 1px solid #25d6d8; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info .panel-colorize .panel-line-bottom,
  .panel-body-info .panel-line-bottom {
    border-bottom: 1px solid #25d6d8; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-success .panel-colorize,
.panel-body-success {
  background-color: #1aae88; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success .panel-colorize.gradient-diag1,
  .panel-body-success.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1dc096), color-stop(100%, #1896a1));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1dc096 40%, #1896a1);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success .panel-colorize.gradient-diag1-inverse,
  .panel-body-success.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1dc096), color-stop(100%, #18a15b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1dc096 40%, #18a15b);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize, .panel-success .panel-colorize a:not(.btn), .panel-success .panel-colorize .form-control,
  .panel-body-success,
  .panel-body-success a:not(.btn),
  .panel-body-success .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize.panel-arrow-left:after,
  .panel-body-success.panel-arrow-left:after {
    border-right-color: #1aae88; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-text-dk,
  .panel-body-success .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-text-lt,
  .panel-body-success .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-text-lter,
  .panel-body-success .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success .panel-colorize .form-control::-moz-placeholder,
  .panel-body-success .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-success .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-success .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-bg-inverse,
  .panel-body-success .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-lt,
  .panel-body-success .panel-lt {
    background-color: #22ba93; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-success .panel-colorize .panel-lt, .panel-success .panel-colorize .panel-lt a, .panel-success .panel-colorize .panel-lt .form-control,
    .panel-body-success .panel-lt,
    .panel-body-success .panel-lt a,
    .panel-body-success .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-success.gradient-diag1 .panel-lt {
    background-color: #22baad; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-line-top,
  .panel-body-success .panel-line-top {
    border-top: 1px solid #22ba93; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-line-left,
  .panel-body-success .panel-line-left {
    border-left: 1px solid #22ba93; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-line-right,
  .panel-body-success .panel-line-right {
    border-right: 1px solid #22ba93; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success .panel-colorize .panel-line-bottom,
  .panel-body-success .panel-line-bottom {
    border-bottom: 1px solid #22ba93; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-warning .panel-colorize,
.panel-body-warning {
  background-color: #fbb23e; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning .panel-colorize.gradient-diag1,
  .panel-body-warning.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fbba52), color-stop(100%, #fbf02f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fbba52 40%, #fbf02f);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning .panel-colorize.gradient-diag1-inverse,
  .panel-body-warning.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fbba52), color-stop(100%, #fb792f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fbba52 40%, #fb792f);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize, .panel-warning .panel-colorize a:not(.btn), .panel-warning .panel-colorize .form-control,
  .panel-body-warning,
  .panel-body-warning a:not(.btn),
  .panel-body-warning .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize.panel-arrow-left:after,
  .panel-body-warning.panel-arrow-left:after {
    border-right-color: #fbb23e; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-text-dk,
  .panel-body-warning .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-text-lt,
  .panel-body-warning .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-text-lter,
  .panel-body-warning .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning .panel-colorize .form-control::-moz-placeholder,
  .panel-body-warning .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-warning .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-warning .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-bg-inverse,
  .panel-body-warning .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-lt,
  .panel-body-warning .panel-lt {
    background-color: #f7b956; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-warning .panel-colorize .panel-lt, .panel-warning .panel-colorize .panel-lt a, .panel-warning .panel-colorize .panel-lt .form-control,
    .panel-body-warning .panel-lt,
    .panel-body-warning .panel-lt a,
    .panel-body-warning .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-warning.gradient-diag1 .panel-lt {
    background-color: #f7d456; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-line-top,
  .panel-body-warning .panel-line-top {
    border-top: 1px solid #f7b956; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-line-left,
  .panel-body-warning .panel-line-left {
    border-left: 1px solid #f7b956; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-line-right,
  .panel-body-warning .panel-line-right {
    border-right: 1px solid #f7b956; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning .panel-colorize .panel-line-bottom,
  .panel-body-warning .panel-line-bottom {
    border-bottom: 1px solid #f7b956; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-danger .panel-colorize,
.panel-body-danger {
  background-color: #e33244; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger .panel-colorize.gradient-diag1,
  .panel-body-danger.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e54454), color-stop(100%, #e15025));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e54454 40%, #e15025);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger .panel-colorize.gradient-diag1-inverse,
  .panel-body-danger.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e54454), color-stop(100%, #e12567));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e54454 40%, #e12567);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize, .panel-danger .panel-colorize a:not(.btn), .panel-danger .panel-colorize .form-control,
  .panel-body-danger,
  .panel-body-danger a:not(.btn),
  .panel-body-danger .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize.panel-arrow-left:after,
  .panel-body-danger.panel-arrow-left:after {
    border-right-color: #e33244; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-text-dk,
  .panel-body-danger .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-text-lt,
  .panel-body-danger .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-text-lter,
  .panel-body-danger .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger .panel-colorize .form-control::-moz-placeholder,
  .panel-body-danger .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-danger .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-danger .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-bg-inverse,
  .panel-body-danger .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-lt,
  .panel-body-danger .panel-lt {
    background-color: #e04959; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-danger .panel-colorize .panel-lt, .panel-danger .panel-colorize .panel-lt a, .panel-danger .panel-colorize .panel-lt .form-control,
    .panel-body-danger .panel-lt,
    .panel-body-danger .panel-lt a,
    .panel-body-danger .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-danger.gradient-diag1 .panel-lt {
    background-color: #e05349; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-line-top,
  .panel-body-danger .panel-line-top {
    border-top: 1px solid #e04959; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-line-left,
  .panel-body-danger .panel-line-left {
    border-left: 1px solid #e04959; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-line-right,
  .panel-body-danger .panel-line-right {
    border-right: 1px solid #e04959; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger .panel-colorize .panel-line-bottom,
  .panel-body-danger .panel-line-bottom {
    border-bottom: 1px solid #e04959; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-black .panel-colorize,
.panel-body-black {
  background-color: #12131a; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black .panel-colorize.gradient-diag1,
  .panel-body-black.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1a1c26), color-stop(100%, #0d0c11));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1a1c26 40%, #0d0c11);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black .panel-colorize.gradient-diag1-inverse,
  .panel-body-black.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1a1c26), color-stop(100%, #0c0e11));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1a1c26 40%, #0c0e11);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize, .panel-black .panel-colorize a:not(.btn), .panel-black .panel-colorize .form-control,
  .panel-body-black,
  .panel-body-black a:not(.btn),
  .panel-body-black .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize.panel-arrow-left:after,
  .panel-body-black.panel-arrow-left:after {
    border-right-color: #12131a; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-text-dk,
  .panel-body-black .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-text-lt,
  .panel-body-black .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-text-lter,
  .panel-body-black .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black .panel-colorize .form-control::-moz-placeholder,
  .panel-body-black .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-black .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-black .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-bg-inverse,
  .panel-body-black .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-lt,
  .panel-body-black .panel-lt {
    background-color: #1c1d24; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-black .panel-colorize .panel-lt, .panel-black .panel-colorize .panel-lt a, .panel-black .panel-colorize .panel-lt .form-control,
    .panel-body-black .panel-lt,
    .panel-body-black .panel-lt a,
    .panel-body-black .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-black.gradient-diag1 .panel-lt {
    background-color: #1c1c24; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-line-top,
  .panel-body-black .panel-line-top {
    border-top: 1px solid #1c1d24; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-line-left,
  .panel-body-black .panel-line-left {
    border-left: 1px solid #1c1d24; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-line-right,
  .panel-body-black .panel-line-right {
    border-right: 1px solid #1c1d24; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black .panel-colorize .panel-line-bottom,
  .panel-body-black .panel-line-bottom {
    border-bottom: 1px solid #1c1d24; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-dark .panel-colorize,
.panel-body-dark {
  background-color: #222733; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark .panel-colorize.gradient-diag1,
  .panel-body-dark.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2a303f), color-stop(100%, #1c1c2a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2a303f 40%, #1c1c2a);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark .panel-colorize.gradient-diag1-inverse,
  .panel-body-dark.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2a303f), color-stop(100%, #1c232a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2a303f 40%, #1c232a);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize, .panel-dark .panel-colorize a:not(.btn), .panel-dark .panel-colorize .form-control,
  .panel-body-dark,
  .panel-body-dark a:not(.btn),
  .panel-body-dark .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize.panel-arrow-left:after,
  .panel-body-dark.panel-arrow-left:after {
    border-right-color: #222733; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-text-dk,
  .panel-body-dark .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-text-lt,
  .panel-body-dark .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-text-lter,
  .panel-body-dark .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark .panel-colorize .form-control::-moz-placeholder,
  .panel-body-dark .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-dark .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-dark .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-bg-inverse,
  .panel-body-dark .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-lt,
  .panel-body-dark .panel-lt {
    background-color: #2d313d; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-dark .panel-colorize .panel-lt, .panel-dark .panel-colorize .panel-lt a, .panel-dark .panel-colorize .panel-lt .form-control,
    .panel-body-dark .panel-lt,
    .panel-body-dark .panel-lt a,
    .panel-body-dark .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-dark.gradient-diag1 .panel-lt {
    background-color: #2d2f3d; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-line-top,
  .panel-body-dark .panel-line-top {
    border-top: 1px solid #2d313d; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-line-left,
  .panel-body-dark .panel-line-left {
    border-left: 1px solid #2d313d; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-line-right,
  .panel-body-dark .panel-line-right {
    border-right: 1px solid #2d313d; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark .panel-colorize .panel-line-bottom,
  .panel-body-dark .panel-line-bottom {
    border-bottom: 1px solid #2d313d; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-inverse .panel-colorize,
.panel-body-inverse {
  background-color: #433599; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse .panel-colorize.gradient-diag1,
  .panel-body-inverse.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4a3aa8), color-stop(100%, #5d318e));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4a3aa8 40%, #5d318e);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse .panel-colorize.gradient-diag1-inverse,
  .panel-body-inverse.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4a3aa8), color-stop(100%, #313b8e));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4a3aa8 40%, #313b8e);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize, .panel-inverse .panel-colorize a:not(.btn), .panel-inverse .panel-colorize .form-control,
  .panel-body-inverse,
  .panel-body-inverse a:not(.btn),
  .panel-body-inverse .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize.panel-arrow-left:after,
  .panel-body-inverse.panel-arrow-left:after {
    border-right-color: #433599; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-text-dk,
  .panel-body-inverse .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-text-lt,
  .panel-body-inverse .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-text-lter,
  .panel-body-inverse .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse .panel-colorize .form-control::-moz-placeholder,
  .panel-body-inverse .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-inverse .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-inverse .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-bg-inverse,
  .panel-body-inverse .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-lt,
  .panel-body-inverse .panel-lt {
    background-color: #4e40a2; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-inverse .panel-colorize .panel-lt, .panel-inverse .panel-colorize .panel-lt a, .panel-inverse .panel-colorize .panel-lt .form-control,
    .panel-body-inverse .panel-lt,
    .panel-body-inverse .panel-lt a,
    .panel-body-inverse .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-inverse.gradient-diag1 .panel-lt {
    background-color: #5e40a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-line-top,
  .panel-body-inverse .panel-line-top {
    border-top: 1px solid #4e40a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-line-left,
  .panel-body-inverse .panel-line-left {
    border-left: 1px solid #4e40a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-line-right,
  .panel-body-inverse .panel-line-right {
    border-right: 1px solid #4e40a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse .panel-colorize .panel-line-bottom,
  .panel-body-inverse .panel-line-bottom {
    border-bottom: 1px solid #4e40a2; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-light-lt .panel-colorize,
.panel-body-light-lt {
  background-color: white; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-light-lt .panel-colorize.gradient-diag1,
  .panel-body-light-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f5f5f9));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f5f5f9);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-light-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-light-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f5f8f9));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f5f8f9);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize, .panel-light-lt .panel-colorize a:not(.btn), .panel-light-lt .panel-colorize .form-control,
  .panel-body-light-lt,
  .panel-body-light-lt a:not(.btn),
  .panel-body-light-lt .form-control {
    color: #43494d; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-light-lt.panel-arrow-left:after {
    border-right-color: white; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-text-dk,
  .panel-body-light-lt .panel-text-dk {
    color: #363c41; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-text-lt,
  .panel-body-light-lt .panel-text-lt {
    color: #515354; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-text-lter,
  .panel-body-light-lt .panel-text-lter {
    color: #939596; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-light-lt .form-control::-moz-placeholder {
    color: #43494d;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-light-lt .form-control:-ms-input-placeholder {
    color: #43494d; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-light-lt .form-control::-webkit-input-placeholder {
    color: #43494d; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-bg-inverse,
  .panel-body-light-lt .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-lt,
  .panel-body-light-lt .panel-lt {
    background-color: #eff1f6; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-light-lt .panel-colorize .panel-lt, .panel-light-lt .panel-colorize .panel-lt a, .panel-light-lt .panel-colorize .panel-lt .form-control,
    .panel-body-light-lt .panel-lt,
    .panel-body-light-lt .panel-lt a,
    .panel-body-light-lt .panel-lt .form-control {
      color: #43494d; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-light-lt.gradient-diag1 .panel-lt {
    background: #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-line-top,
  .panel-body-light-lt .panel-line-top {
    border-top: 1px solid #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-line-left,
  .panel-body-light-lt .panel-line-left {
    border-left: 1px solid #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-line-right,
  .panel-body-light-lt .panel-line-right {
    border-right: 1px solid #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-lt .panel-colorize .panel-line-bottom,
  .panel-body-light-lt .panel-line-bottom {
    border-bottom: 1px solid #eff1f6; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-primary-lt .panel-colorize,
.panel-body-primary-lt {
  background-color: #1f86c7; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary-lt .panel-colorize.gradient-diag1,
  .panel-body-primary-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2292d9), color-stop(100%, #1d48ba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2292d9 40%, #1d48ba);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-primary-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2292d9), color-stop(100%, #1da4ba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2292d9 40%, #1da4ba);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize, .panel-primary-lt .panel-colorize a:not(.btn), .panel-primary-lt .panel-colorize .form-control,
  .panel-body-primary-lt,
  .panel-body-primary-lt a:not(.btn),
  .panel-body-primary-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-primary-lt.panel-arrow-left:after {
    border-right-color: #1f86c7; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-text-dk,
  .panel-body-primary-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-text-lt,
  .panel-body-primary-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-text-lter,
  .panel-body-primary-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-primary-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-primary-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-primary-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-bg-inverse,
  .panel-body-primary-lt .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-lt,
  .panel-body-primary-lt .panel-lt {
    background-color: #2890d3; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-primary-lt .panel-colorize .panel-lt, .panel-primary-lt .panel-colorize .panel-lt a, .panel-primary-lt .panel-colorize .panel-lt .form-control,
    .panel-body-primary-lt .panel-lt,
    .panel-body-primary-lt .panel-lt a,
    .panel-body-primary-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-primary-lt.gradient-diag1 .panel-lt {
    background-color: #2874d3; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-line-top,
  .panel-body-primary-lt .panel-line-top {
    border-top: 1px solid #2890d3; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-line-left,
  .panel-body-primary-lt .panel-line-left {
    border-left: 1px solid #2890d3; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-line-right,
  .panel-body-primary-lt .panel-line-right {
    border-right: 1px solid #2890d3; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lt .panel-colorize .panel-line-bottom,
  .panel-body-primary-lt .panel-line-bottom {
    border-bottom: 1px solid #2890d3; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-info-lt .panel-colorize,
.panel-body-info-lt {
  background-color: #25d6d8; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info-lt .panel-colorize.gradient-diag1,
  .panel-body-info-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #34dbdc), color-stop(100%, #2391cb));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* IE10+ */
    background-image: linear-gradient(155deg, #34dbdc 40%, #2391cb);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-info-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #34dbdc), color-stop(100%, #23cba2));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* IE10+ */
    background-image: linear-gradient(155deg, #34dbdc 40%, #23cba2);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize, .panel-info-lt .panel-colorize a:not(.btn), .panel-info-lt .panel-colorize .form-control,
  .panel-body-info-lt,
  .panel-body-info-lt a:not(.btn),
  .panel-body-info-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-info-lt.panel-arrow-left:after {
    border-right-color: #25d6d8; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-text-dk,
  .panel-body-info-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-text-lt,
  .panel-body-info-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-text-lter,
  .panel-body-info-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-info-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-info-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-info-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-bg-inverse,
  .panel-body-info-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-lt,
  .panel-body-info-lt .panel-lt {
    background-color: #3ad5d7; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-info-lt .panel-colorize .panel-lt, .panel-info-lt .panel-colorize .panel-lt a, .panel-info-lt .panel-colorize .panel-lt .form-control,
    .panel-body-info-lt .panel-lt,
    .panel-body-info-lt .panel-lt a,
    .panel-body-info-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-info-lt.gradient-diag1 .panel-lt {
    background-color: #3abbd7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-line-top,
  .panel-body-info-lt .panel-line-top {
    border-top: 1px solid #3ad5d7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-line-left,
  .panel-body-info-lt .panel-line-left {
    border-left: 1px solid #3ad5d7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-line-right,
  .panel-body-info-lt .panel-line-right {
    border-right: 1px solid #3ad5d7; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lt .panel-colorize .panel-line-bottom,
  .panel-body-info-lt .panel-line-bottom {
    border-bottom: 1px solid #3ad5d7; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-success-lt .panel-colorize,
.panel-body-success-lt {
  background-color: #22ba93; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success-lt .panel-colorize.gradient-diag1,
  .panel-body-success-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #25cba1), color-stop(100%, #20a2ad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #25cba1 40%, #20a2ad);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-success-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #25cba1), color-stop(100%, #20ad66));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* IE10+ */
    background-image: linear-gradient(155deg, #25cba1 40%, #20ad66);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize, .panel-success-lt .panel-colorize a:not(.btn), .panel-success-lt .panel-colorize .form-control,
  .panel-body-success-lt,
  .panel-body-success-lt a:not(.btn),
  .panel-body-success-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-success-lt.panel-arrow-left:after {
    border-right-color: #22ba93; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-text-dk,
  .panel-body-success-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-text-lt,
  .panel-body-success-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-text-lter,
  .panel-body-success-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-success-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-success-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-success-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-bg-inverse,
  .panel-body-success-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-lt,
  .panel-body-success-lt .panel-lt {
    background-color: #2bc59e; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-success-lt .panel-colorize .panel-lt, .panel-success-lt .panel-colorize .panel-lt a, .panel-success-lt .panel-colorize .panel-lt .form-control,
    .panel-body-success-lt .panel-lt,
    .panel-body-success-lt .panel-lt a,
    .panel-body-success-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-success-lt.gradient-diag1 .panel-lt {
    background-color: #2bc5b8; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-line-top,
  .panel-body-success-lt .panel-line-top {
    border-top: 1px solid #2bc59e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-line-left,
  .panel-body-success-lt .panel-line-left {
    border-left: 1px solid #2bc59e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-line-right,
  .panel-body-success-lt .panel-line-right {
    border-right: 1px solid #2bc59e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lt .panel-colorize .panel-line-bottom,
  .panel-body-success-lt .panel-line-bottom {
    border-bottom: 1px solid #2bc59e; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-warning-lt .panel-colorize,
.panel-body-warning-lt {
  background-color: #f7b956; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning-lt .panel-colorize.gradient-diag1,
  .panel-body-warning-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #f8c16a), color-stop(100%, #f6ed48));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* IE10+ */
    background-image: linear-gradient(155deg, #f8c16a 40%, #f6ed48);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-warning-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #f8c16a), color-stop(100%, #f68748));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* IE10+ */
    background-image: linear-gradient(155deg, #f8c16a 40%, #f68748);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize, .panel-warning-lt .panel-colorize a:not(.btn), .panel-warning-lt .panel-colorize .form-control,
  .panel-body-warning-lt,
  .panel-body-warning-lt a:not(.btn),
  .panel-body-warning-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-warning-lt.panel-arrow-left:after {
    border-right-color: #f7b956; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-text-dk,
  .panel-body-warning-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-text-lt,
  .panel-body-warning-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-text-lter,
  .panel-body-warning-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-warning-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-warning-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-warning-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-bg-inverse,
  .panel-body-warning-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-lt,
  .panel-body-warning-lt .panel-lt {
    background-color: #f4c06e; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-warning-lt .panel-colorize .panel-lt, .panel-warning-lt .panel-colorize .panel-lt a, .panel-warning-lt .panel-colorize .panel-lt .form-control,
    .panel-body-warning-lt .panel-lt,
    .panel-body-warning-lt .panel-lt a,
    .panel-body-warning-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-warning-lt.gradient-diag1 .panel-lt {
    background-color: #f4d76e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-line-top,
  .panel-body-warning-lt .panel-line-top {
    border-top: 1px solid #f4c06e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-line-left,
  .panel-body-warning-lt .panel-line-left {
    border-left: 1px solid #f4c06e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-line-right,
  .panel-body-warning-lt .panel-line-right {
    border-right: 1px solid #f4c06e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lt .panel-colorize .panel-line-bottom,
  .panel-body-warning-lt .panel-line-bottom {
    border-bottom: 1px solid #f4c06e; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-danger-lt .panel-colorize,
.panel-body-danger-lt {
  background-color: #e04959; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger-lt .panel-colorize.gradient-diag1,
  .panel-body-danger-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e35b69), color-stop(100%, #de623c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e35b69 40%, #de623c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-danger-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e35b69), color-stop(100%, #de3c75));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e35b69 40%, #de3c75);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize, .panel-danger-lt .panel-colorize a:not(.btn), .panel-danger-lt .panel-colorize .form-control,
  .panel-body-danger-lt,
  .panel-body-danger-lt a:not(.btn),
  .panel-body-danger-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-danger-lt.panel-arrow-left:after {
    border-right-color: #e04959; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-text-dk,
  .panel-body-danger-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-text-lt,
  .panel-body-danger-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-text-lter,
  .panel-body-danger-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-danger-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-danger-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-danger-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-bg-inverse,
  .panel-body-danger-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-lt,
  .panel-body-danger-lt .panel-lt {
    background-color: #de606c; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-danger-lt .panel-colorize .panel-lt, .panel-danger-lt .panel-colorize .panel-lt a, .panel-danger-lt .panel-colorize .panel-lt .form-control,
    .panel-body-danger-lt .panel-lt,
    .panel-body-danger-lt .panel-lt a,
    .panel-body-danger-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-danger-lt.gradient-diag1 .panel-lt {
    background-color: #de6860; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-line-top,
  .panel-body-danger-lt .panel-line-top {
    border-top: 1px solid #de606c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-line-left,
  .panel-body-danger-lt .panel-line-left {
    border-left: 1px solid #de606c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-line-right,
  .panel-body-danger-lt .panel-line-right {
    border-right: 1px solid #de606c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lt .panel-colorize .panel-line-bottom,
  .panel-body-danger-lt .panel-line-bottom {
    border-bottom: 1px solid #de606c; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-black-lt .panel-colorize,
.panel-body-black-lt {
  background-color: #1c1d24; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black-lt .panel-colorize.gradient-diag1,
  .panel-body-black-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #252630 40%, #17151c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #252630), color-stop(100%, #17151c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #252630 40%, #17151c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #252630 40%, #17151c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #252630 40%, #17151c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #252630 40%, #17151c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-black-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #252630 40%, #15181c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #252630), color-stop(100%, #15181c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #252630 40%, #15181c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #252630 40%, #15181c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #252630 40%, #15181c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #252630 40%, #15181c);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize, .panel-black-lt .panel-colorize a:not(.btn), .panel-black-lt .panel-colorize .form-control,
  .panel-body-black-lt,
  .panel-body-black-lt a:not(.btn),
  .panel-body-black-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-black-lt.panel-arrow-left:after {
    border-right-color: #1c1d24; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-text-dk,
  .panel-body-black-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-text-lt,
  .panel-body-black-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-text-lter,
  .panel-body-black-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-black-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-black-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-black-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-bg-inverse,
  .panel-body-black-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-lt,
  .panel-body-black-lt .panel-lt {
    background-color: #27282e; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-black-lt .panel-colorize .panel-lt, .panel-black-lt .panel-colorize .panel-lt a, .panel-black-lt .panel-colorize .panel-lt .form-control,
    .panel-body-black-lt .panel-lt,
    .panel-body-black-lt .panel-lt a,
    .panel-body-black-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-black-lt.gradient-diag1 .panel-lt {
    background-color: #27272e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-line-top,
  .panel-body-black-lt .panel-line-top {
    border-top: 1px solid #27282e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-line-left,
  .panel-body-black-lt .panel-line-left {
    border-left: 1px solid #27282e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-line-right,
  .panel-body-black-lt .panel-line-right {
    border-right: 1px solid #27282e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lt .panel-colorize .panel-line-bottom,
  .panel-body-black-lt .panel-line-bottom {
    border-bottom: 1px solid #27282e; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-dark-lt .panel-colorize,
.panel-body-dark-lt {
  background-color: #2d313d; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark-lt .panel-colorize.gradient-diag1,
  .panel-body-dark-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #353b48 40%, #272634);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #353b48), color-stop(100%, #272634));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #353b48 40%, #272634);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #353b48 40%, #272634);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #353b48 40%, #272634);
    /* IE10+ */
    background-image: linear-gradient(155deg, #353b48 40%, #272634);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-dark-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #353b48), color-stop(100%, #262e34));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* IE10+ */
    background-image: linear-gradient(155deg, #353b48 40%, #262e34);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize, .panel-dark-lt .panel-colorize a:not(.btn), .panel-dark-lt .panel-colorize .form-control,
  .panel-body-dark-lt,
  .panel-body-dark-lt a:not(.btn),
  .panel-body-dark-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-dark-lt.panel-arrow-left:after {
    border-right-color: #2d313d; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-text-dk,
  .panel-body-dark-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-text-lt,
  .panel-body-dark-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-text-lter,
  .panel-body-dark-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-dark-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-dark-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-dark-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-bg-inverse,
  .panel-body-dark-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-lt,
  .panel-body-dark-lt .panel-lt {
    background-color: #393c45; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-dark-lt .panel-colorize .panel-lt, .panel-dark-lt .panel-colorize .panel-lt a, .panel-dark-lt .panel-colorize .panel-lt .form-control,
    .panel-body-dark-lt .panel-lt,
    .panel-body-dark-lt .panel-lt a,
    .panel-body-dark-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-dark-lt.gradient-diag1 .panel-lt {
    background-color: #393a45; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-line-top,
  .panel-body-dark-lt .panel-line-top {
    border-top: 1px solid #393c45; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-line-left,
  .panel-body-dark-lt .panel-line-left {
    border-left: 1px solid #393c45; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-line-right,
  .panel-body-dark-lt .panel-line-right {
    border-right: 1px solid #393c45; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lt .panel-colorize .panel-line-bottom,
  .panel-body-dark-lt .panel-line-bottom {
    border-bottom: 1px solid #393c45; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-inverse-lt .panel-colorize,
.panel-body-inverse-lt {
  background-color: #4e40a2; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse-lt .panel-colorize.gradient-diag1,
  .panel-body-inverse-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #5546b1), color-stop(100%, #673c98));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* IE10+ */
    background-image: linear-gradient(155deg, #5546b1 40%, #673c98);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse-lt .panel-colorize.gradient-diag1-inverse,
  .panel-body-inverse-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #5546b1), color-stop(100%, #3c4698));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* IE10+ */
    background-image: linear-gradient(155deg, #5546b1 40%, #3c4698);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize, .panel-inverse-lt .panel-colorize a:not(.btn), .panel-inverse-lt .panel-colorize .form-control,
  .panel-body-inverse-lt,
  .panel-body-inverse-lt a:not(.btn),
  .panel-body-inverse-lt .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize.panel-arrow-left:after,
  .panel-body-inverse-lt.panel-arrow-left:after {
    border-right-color: #4e40a2; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-text-dk,
  .panel-body-inverse-lt .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-text-lt,
  .panel-body-inverse-lt .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-text-lter,
  .panel-body-inverse-lt .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-lt .panel-colorize .form-control::-moz-placeholder,
  .panel-body-inverse-lt .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-lt .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-inverse-lt .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-lt .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-inverse-lt .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-bg-inverse,
  .panel-body-inverse-lt .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-lt,
  .panel-body-inverse-lt .panel-lt {
    background-color: #594cab; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-inverse-lt .panel-colorize .panel-lt, .panel-inverse-lt .panel-colorize .panel-lt a, .panel-inverse-lt .panel-colorize .panel-lt .form-control,
    .panel-body-inverse-lt .panel-lt,
    .panel-body-inverse-lt .panel-lt a,
    .panel-body-inverse-lt .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-inverse-lt.gradient-diag1 .panel-lt {
    background-color: #694cab; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-line-top,
  .panel-body-inverse-lt .panel-line-top {
    border-top: 1px solid #594cab; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-line-left,
  .panel-body-inverse-lt .panel-line-left {
    border-left: 1px solid #594cab; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-line-right,
  .panel-body-inverse-lt .panel-line-right {
    border-right: 1px solid #594cab; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lt .panel-colorize .panel-line-bottom,
  .panel-body-inverse-lt .panel-line-bottom {
    border-bottom: 1px solid #594cab; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-primary-lter .panel-colorize,
.panel-body-primary-lter {
  background-color: #3ea1e1; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary-lter .panel-colorize.gradient-diag1,
  .panel-body-primary-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4faae4), color-stop(100%, #3061df));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4faae4 40%, #3061df);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-primary-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4faae4), color-stop(100%, #30c6df));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4faae4 40%, #30c6df);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize, .panel-primary-lter .panel-colorize a:not(.btn), .panel-primary-lter .panel-colorize .form-control,
  .panel-body-primary-lter,
  .panel-body-primary-lter a:not(.btn),
  .panel-body-primary-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-primary-lter.panel-arrow-left:after {
    border-right-color: #3ea1e1; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-text-dk,
  .panel-body-primary-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-text-lt,
  .panel-body-primary-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-text-lter,
  .panel-body-primary-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-primary-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-primary-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-primary-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-bg-inverse,
  .panel-body-primary-lter .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-lt,
  .panel-body-primary-lter .panel-lt {
    background-color: #54a9df; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-primary-lter .panel-colorize .panel-lt, .panel-primary-lter .panel-colorize .panel-lt a, .panel-primary-lter .panel-colorize .panel-lt .form-control,
    .panel-body-primary-lter .panel-lt,
    .panel-body-primary-lter .panel-lt a,
    .panel-body-primary-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-primary-lter.gradient-diag1 .panel-lt {
    background-color: #5492df; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-line-top,
  .panel-body-primary-lter .panel-line-top {
    border-top: 1px solid #54a9df; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-line-left,
  .panel-body-primary-lter .panel-line-left {
    border-left: 1px solid #54a9df; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-line-right,
  .panel-body-primary-lter .panel-line-right {
    border-right: 1px solid #54a9df; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-lter .panel-colorize .panel-line-bottom,
  .panel-body-primary-lter .panel-line-bottom {
    border-bottom: 1px solid #54a9df; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-info-lter .panel-colorize,
.panel-body-info-lter {
  background-color: #53e0e2; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info-lter .panel-colorize.gradient-diag1,
  .panel-body-info-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #64e3e5), color-stop(100%, #46aadf));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* IE10+ */
    background-image: linear-gradient(155deg, #64e3e5 40%, #46aadf);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-info-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #64e3e5), color-stop(100%, #46dfbb));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* IE10+ */
    background-image: linear-gradient(155deg, #64e3e5 40%, #46dfbb);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize, .panel-info-lter .panel-colorize a:not(.btn), .panel-info-lter .panel-colorize .form-control,
  .panel-body-info-lter,
  .panel-body-info-lter a:not(.btn),
  .panel-body-info-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-info-lter.panel-arrow-left:after {
    border-right-color: #53e0e2; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-text-dk,
  .panel-body-info-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-text-lt,
  .panel-body-info-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-text-lter,
  .panel-body-info-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-info-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-info-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-info-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-bg-inverse,
  .panel-body-info-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-lt,
  .panel-body-info-lter .panel-lt {
    background-color: #69dfe0; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-info-lter .panel-colorize .panel-lt, .panel-info-lter .panel-colorize .panel-lt a, .panel-info-lter .panel-colorize .panel-lt .form-control,
    .panel-body-info-lter .panel-lt,
    .panel-body-info-lter .panel-lt a,
    .panel-body-info-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-info-lter.gradient-diag1 .panel-lt {
    background-color: #69cbe0; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-line-top,
  .panel-body-info-lter .panel-line-top {
    border-top: 1px solid #69dfe0; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-line-left,
  .panel-body-info-lter .panel-line-left {
    border-left: 1px solid #69dfe0; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-line-right,
  .panel-body-info-lter .panel-line-right {
    border-right: 1px solid #69dfe0; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-lter .panel-colorize .panel-line-bottom,
  .panel-body-info-lter .panel-line-bottom {
    border-bottom: 1px solid #69dfe0; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-success-lter .panel-colorize,
.panel-body-success-lter {
  background-color: #3adbb1; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success-lter .panel-colorize.gradient-diag1,
  .panel-body-success-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4bdeb8), color-stop(100%, #2dcbd8));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4bdeb8 40%, #2dcbd8);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-success-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4bdeb8), color-stop(100%, #2dd881));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4bdeb8 40%, #2dd881);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize, .panel-success-lter .panel-colorize a:not(.btn), .panel-success-lter .panel-colorize .form-control,
  .panel-body-success-lter,
  .panel-body-success-lter a:not(.btn),
  .panel-body-success-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-success-lter.panel-arrow-left:after {
    border-right-color: #3adbb1; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-text-dk,
  .panel-body-success-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-text-lt,
  .panel-body-success-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-text-lter,
  .panel-body-success-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-success-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-success-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-success-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-bg-inverse,
  .panel-body-success-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-lt,
  .panel-body-success-lter .panel-lt {
    background-color: #50d9b6; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-success-lter .panel-colorize .panel-lt, .panel-success-lter .panel-colorize .panel-lt a, .panel-success-lter .panel-colorize .panel-lt .form-control,
    .panel-body-success-lter .panel-lt,
    .panel-body-success-lter .panel-lt a,
    .panel-body-success-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-success-lter.gradient-diag1 .panel-lt {
    background-color: #50d9cc; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-line-top,
  .panel-body-success-lter .panel-line-top {
    border-top: 1px solid #50d9b6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-line-left,
  .panel-body-success-lter .panel-line-left {
    border-left: 1px solid #50d9b6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-line-right,
  .panel-body-success-lter .panel-line-right {
    border-right: 1px solid #50d9b6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-lter .panel-colorize .panel-line-bottom,
  .panel-body-success-lter .panel-line-bottom {
    border-bottom: 1px solid #50d9b6; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-warning-lter .panel-colorize,
.panel-body-warning-lter {
  background-color: #facf8c; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning-lter .panel-colorize.gradient-diag1,
  .panel-body-warning-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fad79f), color-stop(100%, #f9f27d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fad79f 40%, #f9f27d);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-warning-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fad79f), color-stop(100%, #f9aa7d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fad79f 40%, #f9aa7d);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize, .panel-warning-lter .panel-colorize a:not(.btn), .panel-warning-lter .panel-colorize .form-control,
  .panel-body-warning-lter,
  .panel-body-warning-lter a:not(.btn),
  .panel-body-warning-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-warning-lter.panel-arrow-left:after {
    border-right-color: #facf8c; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-text-dk,
  .panel-body-warning-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-text-lt,
  .panel-body-warning-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-text-lter,
  .panel-body-warning-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-warning-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-warning-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-warning-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-bg-inverse,
  .panel-body-warning-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-lt,
  .panel-body-warning-lter .panel-lt {
    background-color: #f8d7a2; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-warning-lter .panel-colorize .panel-lt, .panel-warning-lter .panel-colorize .panel-lt a, .panel-warning-lter .panel-colorize .panel-lt .form-control,
    .panel-body-warning-lter .panel-lt,
    .panel-body-warning-lter .panel-lt a,
    .panel-body-warning-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-warning-lter.gradient-diag1 .panel-lt {
    background-color: #f8e5a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-line-top,
  .panel-body-warning-lter .panel-line-top {
    border-top: 1px solid #f8d7a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-line-left,
  .panel-body-warning-lter .panel-line-left {
    border-left: 1px solid #f8d7a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-line-right,
  .panel-body-warning-lter .panel-line-right {
    border-right: 1px solid #f8d7a2; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-lter .panel-colorize .panel-line-bottom,
  .panel-body-warning-lter .panel-line-bottom {
    border-bottom: 1px solid #f8d7a2; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-danger-lter .panel-colorize,
.panel-body-danger-lter {
  background-color: #e87985; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger-lter .panel-colorize.gradient-diag1,
  .panel-body-danger-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eb8b94), color-stop(100%, #e6886c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eb8b94 40%, #e6886c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-danger-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eb8b94), color-stop(100%, #e66c97));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eb8b94 40%, #e66c97);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize, .panel-danger-lter .panel-colorize a:not(.btn), .panel-danger-lter .panel-colorize .form-control,
  .panel-body-danger-lter,
  .panel-body-danger-lter a:not(.btn),
  .panel-body-danger-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-danger-lter.panel-arrow-left:after {
    border-right-color: #e87985; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-text-dk,
  .panel-body-danger-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-text-lt,
  .panel-body-danger-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-text-lter,
  .panel-body-danger-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-danger-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-danger-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-danger-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-bg-inverse,
  .panel-body-danger-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-lt,
  .panel-body-danger-lter .panel-lt {
    background-color: #e88e97; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-danger-lter .panel-colorize .panel-lt, .panel-danger-lter .panel-colorize .panel-lt a, .panel-danger-lter .panel-colorize .panel-lt .form-control,
    .panel-body-danger-lter .panel-lt,
    .panel-body-danger-lter .panel-lt a,
    .panel-body-danger-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-danger-lter.gradient-diag1 .panel-lt {
    background-color: #e8948e; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-line-top,
  .panel-body-danger-lter .panel-line-top {
    border-top: 1px solid #e88e97; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-line-left,
  .panel-body-danger-lter .panel-line-left {
    border-left: 1px solid #e88e97; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-line-right,
  .panel-body-danger-lter .panel-line-right {
    border-right: 1px solid #e88e97; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-lter .panel-colorize .panel-line-bottom,
  .panel-body-danger-lter .panel-line-bottom {
    border-bottom: 1px solid #e88e97; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-black-lter .panel-colorize,
.panel-body-black-lter {
  background-color: #343644; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black-lter .panel-colorize.gradient-diag1,
  .panel-body-black-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #3d3f50), color-stop(100%, #312e3c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #3d3f50 40%, #312e3c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-black-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #3d3f50), color-stop(100%, #2e333c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #3d3f50 40%, #2e333c);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize, .panel-black-lter .panel-colorize a:not(.btn), .panel-black-lter .panel-colorize .form-control,
  .panel-body-black-lter,
  .panel-body-black-lter a:not(.btn),
  .panel-body-black-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-black-lter.panel-arrow-left:after {
    border-right-color: #343644; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-text-dk,
  .panel-body-black-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-text-lt,
  .panel-body-black-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-text-lter,
  .panel-body-black-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-black-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-black-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-black-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-bg-inverse,
  .panel-body-black-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-lt,
  .panel-body-black-lter .panel-lt {
    background-color: #41424c; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-black-lter .panel-colorize .panel-lt, .panel-black-lter .panel-colorize .panel-lt a, .panel-black-lter .panel-colorize .panel-lt .form-control,
    .panel-body-black-lter .panel-lt,
    .panel-body-black-lter .panel-lt a,
    .panel-body-black-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-black-lter.gradient-diag1 .panel-lt {
    background-color: #41414c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-line-top,
  .panel-body-black-lter .panel-line-top {
    border-top: 1px solid #41424c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-line-left,
  .panel-body-black-lter .panel-line-left {
    border-left: 1px solid #41424c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-line-right,
  .panel-body-black-lter .panel-line-right {
    border-right: 1px solid #41424c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-lter .panel-colorize .panel-line-bottom,
  .panel-body-black-lter .panel-line-bottom {
    border-bottom: 1px solid #41424c; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-dark-lter .panel-colorize,
.panel-body-dark-lter {
  background-color: #454c5d; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark-lter .panel-colorize.gradient-diag1,
  .panel-body-dark-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4d5569), color-stop(100%, #3f3e54));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4d5569 40%, #3f3e54);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-dark-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4d5569), color-stop(100%, #3e4a54));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4d5569 40%, #3e4a54);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize, .panel-dark-lter .panel-colorize a:not(.btn), .panel-dark-lter .panel-colorize .form-control,
  .panel-body-dark-lter,
  .panel-body-dark-lter a:not(.btn),
  .panel-body-dark-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-dark-lter.panel-arrow-left:after {
    border-right-color: #454c5d; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-text-dk,
  .panel-body-dark-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-text-lt,
  .panel-body-dark-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-text-lter,
  .panel-body-dark-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-dark-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-dark-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-dark-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-bg-inverse,
  .panel-body-dark-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-lt,
  .panel-body-dark-lter .panel-lt {
    background-color: #525764; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-dark-lter .panel-colorize .panel-lt, .panel-dark-lter .panel-colorize .panel-lt a, .panel-dark-lter .panel-colorize .panel-lt .form-control,
    .panel-body-dark-lter .panel-lt,
    .panel-body-dark-lter .panel-lt a,
    .panel-body-dark-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-dark-lter.gradient-diag1 .panel-lt {
    background-color: #525464; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-line-top,
  .panel-body-dark-lter .panel-line-top {
    border-top: 1px solid #525764; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-line-left,
  .panel-body-dark-lter .panel-line-left {
    border-left: 1px solid #525764; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-line-right,
  .panel-body-dark-lter .panel-line-right {
    border-right: 1px solid #525764; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-lter .panel-colorize .panel-line-bottom,
  .panel-body-dark-lter .panel-line-bottom {
    border-bottom: 1px solid #525764; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-inverse-lter .panel-colorize,
.panel-body-inverse-lter {
  background-color: #6a5cbf; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse-lter .panel-colorize.gradient-diag1,
  .panel-body-inverse-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #776ac5), color-stop(100%, #8351ba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #776ac5 40%, #8351ba);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse-lter .panel-colorize.gradient-diag1-inverse,
  .panel-body-inverse-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #776ac5), color-stop(100%, #515cba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #776ac5 40%, #515cba);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize, .panel-inverse-lter .panel-colorize a:not(.btn), .panel-inverse-lter .panel-colorize .form-control,
  .panel-body-inverse-lter,
  .panel-body-inverse-lter a:not(.btn),
  .panel-body-inverse-lter .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize.panel-arrow-left:after,
  .panel-body-inverse-lter.panel-arrow-left:after {
    border-right-color: #6a5cbf; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-text-dk,
  .panel-body-inverse-lter .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-text-lt,
  .panel-body-inverse-lter .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-text-lter,
  .panel-body-inverse-lter .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-lter .panel-colorize .form-control::-moz-placeholder,
  .panel-body-inverse-lter .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-lter .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-inverse-lter .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-lter .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-inverse-lter .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-bg-inverse,
  .panel-body-inverse-lter .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-lt,
  .panel-body-inverse-lter .panel-lt {
    background-color: #7b70bf; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-inverse-lter .panel-colorize .panel-lt, .panel-inverse-lter .panel-colorize .panel-lt a, .panel-inverse-lter .panel-colorize .panel-lt .form-control,
    .panel-body-inverse-lter .panel-lt,
    .panel-body-inverse-lter .panel-lt a,
    .panel-body-inverse-lter .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-inverse-lter.gradient-diag1 .panel-lt {
    background-color: #8870bf; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-line-top,
  .panel-body-inverse-lter .panel-line-top {
    border-top: 1px solid #7b70bf; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-line-left,
  .panel-body-inverse-lter .panel-line-left {
    border-left: 1px solid #7b70bf; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-line-right,
  .panel-body-inverse-lter .panel-line-right {
    border-right: 1px solid #7b70bf; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-lter .panel-colorize .panel-line-bottom,
  .panel-body-inverse-lter .panel-line-bottom {
    border-bottom: 1px solid #7b70bf; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-white-dk .panel-colorize,
.panel-body-white-dk {
  background-color: #f3f2f2; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-white-dk .panel-colorize.gradient-diag1,
  .panel-body-white-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdfcfc), color-stop(100%, #ebeaea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdfcfc 40%, #ebeaea);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-white-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-white-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdfcfc), color-stop(100%, #ebeaea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdfcfc 40%, #ebeaea);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize, .panel-white-dk .panel-colorize a:not(.btn), .panel-white-dk .panel-colorize .form-control,
  .panel-body-white-dk,
  .panel-body-white-dk a:not(.btn),
  .panel-body-white-dk .form-control {
    color: #43494d; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-white-dk.panel-arrow-left:after {
    border-right-color: #f3f2f2; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-text-dk,
  .panel-body-white-dk .panel-text-dk {
    color: #363c41; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-text-lt,
  .panel-body-white-dk .panel-text-lt {
    color: #515354; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-text-lter,
  .panel-body-white-dk .panel-text-lter {
    color: #939596; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-white-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-white-dk .form-control::-moz-placeholder {
    color: #43494d;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-white-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-white-dk .form-control:-ms-input-placeholder {
    color: #43494d; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-white-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-white-dk .form-control::-webkit-input-placeholder {
    color: #43494d; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-bg-inverse,
  .panel-body-white-dk .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-lt,
  .panel-body-white-dk .panel-lt {
    background-color: #fcfcfc; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-white-dk .panel-colorize .panel-lt, .panel-white-dk .panel-colorize .panel-lt a, .panel-white-dk .panel-colorize .panel-lt .form-control,
    .panel-body-white-dk .panel-lt,
    .panel-body-white-dk .panel-lt a,
    .panel-body-white-dk .panel-lt .form-control {
      color: #43494d; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-white-dk.gradient-diag1 .panel-lt {
    background-color: #fcfcfc; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-line-top,
  .panel-body-white-dk .panel-line-top {
    border-top: 1px solid #fcfcfc; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-line-left,
  .panel-body-white-dk .panel-line-left {
    border-left: 1px solid #fcfcfc; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-line-right,
  .panel-body-white-dk .panel-line-right {
    border-right: 1px solid #fcfcfc; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-white-dk .panel-colorize .panel-line-bottom,
  .panel-body-white-dk .panel-line-bottom {
    border-bottom: 1px solid #fcfcfc; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-light-dk .panel-colorize,
.panel-body-light-dk {
  background-color: #e1e6f0; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-light-dk .panel-colorize.gradient-diag1,
  .panel-body-light-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eef1f7), color-stop(100%, #d7d7ea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eef1f7 40%, #d7d7ea);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-light-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-light-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eef1f7), color-stop(100%, #d7e2ea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eef1f7 40%, #d7e2ea);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize, .panel-light-dk .panel-colorize a:not(.btn), .panel-light-dk .panel-colorize .form-control,
  .panel-body-light-dk,
  .panel-body-light-dk a:not(.btn),
  .panel-body-light-dk .form-control {
    color: #43494d; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-light-dk.panel-arrow-left:after {
    border-right-color: #e1e6f0; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-text-dk,
  .panel-body-light-dk .panel-text-dk {
    color: #363c41; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-text-lt,
  .panel-body-light-dk .panel-text-lt {
    color: #515354; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-text-lter,
  .panel-body-light-dk .panel-text-lter {
    color: #939596; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-light-dk .form-control::-moz-placeholder {
    color: #43494d;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-light-dk .form-control:-ms-input-placeholder {
    color: #43494d; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-light-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-light-dk .form-control::-webkit-input-placeholder {
    color: #43494d; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-bg-inverse,
  .panel-body-light-dk .panel-bg-inverse {
    background: #177bbb;
    color: white; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-lt,
  .panel-body-light-dk .panel-lt {
    background-color: #eff1f6; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-light-dk .panel-colorize .panel-lt, .panel-light-dk .panel-colorize .panel-lt a, .panel-light-dk .panel-colorize .panel-lt .form-control,
    .panel-body-light-dk .panel-lt,
    .panel-body-light-dk .panel-lt a,
    .panel-body-light-dk .panel-lt .form-control {
      color: #43494d; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-light-dk.gradient-diag1 .panel-lt {
    background-color: #eff0f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-line-top,
  .panel-body-light-dk .panel-line-top {
    border-top: 1px solid #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-line-left,
  .panel-body-light-dk .panel-line-left {
    border-left: 1px solid #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-line-right,
  .panel-body-light-dk .panel-line-right {
    border-right: 1px solid #eff1f6; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-light-dk .panel-colorize .panel-line-bottom,
  .panel-body-light-dk .panel-line-bottom {
    border-bottom: 1px solid #eff1f6; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-primary-dk .panel-colorize,
.panel-body-primary-dk {
  background-color: #126da7; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary-dk .panel-colorize.gradient-diag1,
  .panel-body-primary-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1479b9), color-stop(100%, #103699));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1479b9 40%, #103699);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-primary-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-primary-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1479b9), color-stop(100%, #108699));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1479b9 40%, #108699);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize, .panel-primary-dk .panel-colorize a:not(.btn), .panel-primary-dk .panel-colorize .form-control,
  .panel-body-primary-dk,
  .panel-body-primary-dk a:not(.btn),
  .panel-body-primary-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-primary-dk.panel-arrow-left:after {
    border-right-color: #126da7; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-text-dk,
  .panel-body-primary-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-text-lt,
  .panel-body-primary-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-text-lter,
  .panel-body-primary-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-primary-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-primary-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-primary-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-primary-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-bg-inverse,
  .panel-body-primary-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-lt,
  .panel-body-primary-dk .panel-lt {
    background-color: #1977b4; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-primary-dk .panel-colorize .panel-lt, .panel-primary-dk .panel-colorize .panel-lt a, .panel-primary-dk .panel-colorize .panel-lt .form-control,
    .panel-body-primary-dk .panel-lt,
    .panel-body-primary-dk .panel-lt a,
    .panel-body-primary-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-primary-dk.gradient-diag1 .panel-lt {
    background-color: #195eb4; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-line-top,
  .panel-body-primary-dk .panel-line-top {
    border-top: 1px solid #1977b4; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-line-left,
  .panel-body-primary-dk .panel-line-left {
    border-left: 1px solid #1977b4; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-line-right,
  .panel-body-primary-dk .panel-line-right {
    border-right: 1px solid #1977b4; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-primary-dk .panel-colorize .panel-line-bottom,
  .panel-body-primary-dk .panel-line-bottom {
    border-bottom: 1px solid #1977b4; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-info-dk .panel-colorize,
.panel-body-info-dk {
  background-color: #16b6b8; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info-dk .panel-colorize.gradient-diag1,
  .panel-body-info-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #19c8ca), color-stop(100%, #1577ab));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* IE10+ */
    background-image: linear-gradient(155deg, #19c8ca 40%, #1577ab);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-info-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-info-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #19c8ca), color-stop(100%, #15ab87));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* IE10+ */
    background-image: linear-gradient(155deg, #19c8ca 40%, #15ab87);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize, .panel-info-dk .panel-colorize a:not(.btn), .panel-info-dk .panel-colorize .form-control,
  .panel-body-info-dk,
  .panel-body-info-dk a:not(.btn),
  .panel-body-info-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-info-dk.panel-arrow-left:after {
    border-right-color: #16b6b8; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-text-dk,
  .panel-body-info-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-text-lt,
  .panel-body-info-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-text-lter,
  .panel-body-info-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-info-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-info-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-info-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-info-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-bg-inverse,
  .panel-body-info-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-lt,
  .panel-body-info-dk .panel-lt {
    background-color: #1ec3c5; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-info-dk .panel-colorize .panel-lt, .panel-info-dk .panel-colorize .panel-lt a, .panel-info-dk .panel-colorize .panel-lt .form-control,
    .panel-body-info-dk .panel-lt,
    .panel-body-info-dk .panel-lt a,
    .panel-body-info-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-info-dk.gradient-diag1 .panel-lt {
    background-color: #1ea7c5; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-line-top,
  .panel-body-info-dk .panel-line-top {
    border-top: 1px solid #1ec3c5; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-line-left,
  .panel-body-info-dk .panel-line-left {
    border-left: 1px solid #1ec3c5; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-line-right,
  .panel-body-info-dk .panel-line-right {
    border-right: 1px solid #1ec3c5; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-info-dk .panel-colorize .panel-line-bottom,
  .panel-body-info-dk .panel-line-bottom {
    border-bottom: 1px solid #1ec3c5; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-success-dk .panel-colorize,
.panel-body-success-dk {
  background-color: #159a78; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success-dk .panel-colorize.gradient-diag1,
  .panel-body-success-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #17ac86), color-stop(100%, #13838c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #17ac86 40%, #13838c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-success-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-success-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #17ac86), color-stop(100%, #138c4f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #17ac86 40%, #138c4f);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize, .panel-success-dk .panel-colorize a:not(.btn), .panel-success-dk .panel-colorize .form-control,
  .panel-body-success-dk,
  .panel-body-success-dk a:not(.btn),
  .panel-body-success-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-success-dk.panel-arrow-left:after {
    border-right-color: #159a78; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-text-dk,
  .panel-body-success-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-text-lt,
  .panel-body-success-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-text-lter,
  .panel-body-success-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-success-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-success-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-success-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-success-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-bg-inverse,
  .panel-body-success-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-lt,
  .panel-body-success-dk .panel-lt {
    background-color: #1ca783; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-success-dk .panel-colorize .panel-lt, .panel-success-dk .panel-colorize .panel-lt a, .panel-success-dk .panel-colorize .panel-lt .form-control,
    .panel-body-success-dk .panel-lt,
    .panel-body-success-dk .panel-lt a,
    .panel-body-success-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-success-dk.gradient-diag1 .panel-lt {
    background-color: #1ca79b; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-line-top,
  .panel-body-success-dk .panel-line-top {
    border-top: 1px solid #1ca783; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-line-left,
  .panel-body-success-dk .panel-line-left {
    border-left: 1px solid #1ca783; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-line-right,
  .panel-body-success-dk .panel-line-right {
    border-right: 1px solid #1ca783; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-success-dk .panel-colorize .panel-line-bottom,
  .panel-body-success-dk .panel-line-bottom {
    border-bottom: 1px solid #1ca783; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-warning-dk .panel-colorize,
.panel-body-warning-dk {
  background-color: #fda922; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning-dk .panel-colorize.gradient-diag1,
  .panel-body-warning-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdb136), color-stop(100%, #fdf113));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdb136 40%, #fdf113);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-warning-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-warning-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdb136), color-stop(100%, #fd6813));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdb136 40%, #fd6813);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize, .panel-warning-dk .panel-colorize a:not(.btn), .panel-warning-dk .panel-colorize .form-control,
  .panel-body-warning-dk,
  .panel-body-warning-dk a:not(.btn),
  .panel-body-warning-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-warning-dk.panel-arrow-left:after {
    border-right-color: #fda922; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-text-dk,
  .panel-body-warning-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-text-lt,
  .panel-body-warning-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-text-lter,
  .panel-body-warning-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-warning-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-warning-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-warning-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-warning-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-bg-inverse,
  .panel-body-warning-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-lt,
  .panel-body-warning-dk .panel-lt {
    background-color: #f8af3c; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-warning-dk .panel-colorize .panel-lt, .panel-warning-dk .panel-colorize .panel-lt a, .panel-warning-dk .panel-colorize .panel-lt .form-control,
    .panel-body-warning-dk .panel-lt,
    .panel-body-warning-dk .panel-lt a,
    .panel-body-warning-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-warning-dk.gradient-diag1 .panel-lt {
    background-color: #f8cf3c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-line-top,
  .panel-body-warning-dk .panel-line-top {
    border-top: 1px solid #f8af3c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-line-left,
  .panel-body-warning-dk .panel-line-left {
    border-left: 1px solid #f8af3c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-line-right,
  .panel-body-warning-dk .panel-line-right {
    border-right: 1px solid #f8af3c; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-warning-dk .panel-colorize .panel-line-bottom,
  .panel-body-warning-dk .panel-line-bottom {
    border-bottom: 1px solid #f8af3c; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-danger-dk .panel-colorize,
.panel-body-danger-dk {
  background-color: #e01b2f; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger-dk .panel-colorize.gradient-diag1,
  .panel-body-danger-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e52b3e), color-stop(100%, #d34419));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e52b3e 40%, #d34419);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-danger-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-danger-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e52b3e), color-stop(100%, #d3195b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e52b3e 40%, #d3195b);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize, .panel-danger-dk .panel-colorize a:not(.btn), .panel-danger-dk .panel-colorize .form-control,
  .panel-body-danger-dk,
  .panel-body-danger-dk a:not(.btn),
  .panel-body-danger-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-danger-dk.panel-arrow-left:after {
    border-right-color: #e01b2f; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-text-dk,
  .panel-body-danger-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-text-lt,
  .panel-body-danger-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-text-lter,
  .panel-body-danger-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-danger-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-danger-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-danger-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-danger-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-bg-inverse,
  .panel-body-danger-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-lt,
  .panel-body-danger-dk .panel-lt {
    background-color: #df3042; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-danger-dk .panel-colorize .panel-lt, .panel-danger-dk .panel-colorize .panel-lt a, .panel-danger-dk .panel-colorize .panel-lt .form-control,
    .panel-body-danger-dk .panel-lt,
    .panel-body-danger-dk .panel-lt a,
    .panel-body-danger-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-danger-dk.gradient-diag1 .panel-lt {
    background-color: #df3c30; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-line-top,
  .panel-body-danger-dk .panel-line-top {
    border-top: 1px solid #df3042; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-line-left,
  .panel-body-danger-dk .panel-line-left {
    border-left: 1px solid #df3042; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-line-right,
  .panel-body-danger-dk .panel-line-right {
    border-right: 1px solid #df3042; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-danger-dk .panel-colorize .panel-line-bottom,
  .panel-body-danger-dk .panel-line-bottom {
    border-bottom: 1px solid #df3042; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-dark-dk .panel-colorize,
.panel-body-dark-dk {
  background-color: #171b24; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark-dk .panel-colorize.gradient-diag1,
  .panel-body-dark-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1f2431), color-stop(100%, #12111b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1f2431 40%, #12111b);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-dark-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-dark-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1f2431), color-stop(100%, #11171b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1f2431 40%, #11171b);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize, .panel-dark-dk .panel-colorize a:not(.btn), .panel-dark-dk .panel-colorize .form-control,
  .panel-body-dark-dk,
  .panel-body-dark-dk a:not(.btn),
  .panel-body-dark-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-dark-dk.panel-arrow-left:after {
    border-right-color: #171b24; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-text-dk,
  .panel-body-dark-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-text-lt,
  .panel-body-dark-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-text-lter,
  .panel-body-dark-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-dark-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-dark-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-dark-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-dark-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-bg-inverse,
  .panel-body-dark-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-lt,
  .panel-body-dark-dk .panel-lt {
    background-color: #21252f; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-dark-dk .panel-colorize .panel-lt, .panel-dark-dk .panel-colorize .panel-lt a, .panel-dark-dk .panel-colorize .panel-lt .form-control,
    .panel-body-dark-dk .panel-lt,
    .panel-body-dark-dk .panel-lt a,
    .panel-body-dark-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-dark-dk.gradient-diag1 .panel-lt {
    background-color: #21232f; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-line-top,
  .panel-body-dark-dk .panel-line-top {
    border-top: 1px solid #21252f; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-line-left,
  .panel-body-dark-dk .panel-line-left {
    border-left: 1px solid #21252f; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-line-right,
  .panel-body-dark-dk .panel-line-right {
    border-right: 1px solid #21252f; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-dark-dk .panel-colorize .panel-line-bottom,
  .panel-body-dark-dk .panel-line-bottom {
    border-bottom: 1px solid #21252f; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-black-dk .panel-colorize,
.panel-body-black-dk {
  background-color: #07080b; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black-dk .panel-colorize.gradient-diag1,
  .panel-body-black-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #0f1017), color-stop(100%, #010102));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* IE10+ */
    background-image: linear-gradient(155deg, #0f1017 40%, #010102);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-black-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-black-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #0f1017), color-stop(100%, #010202));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* IE10+ */
    background-image: linear-gradient(155deg, #0f1017 40%, #010202);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize, .panel-black-dk .panel-colorize a:not(.btn), .panel-black-dk .panel-colorize .form-control,
  .panel-body-black-dk,
  .panel-body-black-dk a:not(.btn),
  .panel-body-black-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-black-dk.panel-arrow-left:after {
    border-right-color: #07080b; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-text-dk,
  .panel-body-black-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-text-lt,
  .panel-body-black-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-text-lter,
  .panel-body-black-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-black-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-black-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-black-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-black-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-bg-inverse,
  .panel-body-black-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-lt,
  .panel-body-black-dk .panel-lt {
    background-color: #101117; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-black-dk .panel-colorize .panel-lt, .panel-black-dk .panel-colorize .panel-lt a, .panel-black-dk .panel-colorize .panel-lt .form-control,
    .panel-body-black-dk .panel-lt,
    .panel-body-black-dk .panel-lt a,
    .panel-body-black-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-black-dk.gradient-diag1 .panel-lt {
    background-color: #111017; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-line-top,
  .panel-body-black-dk .panel-line-top {
    border-top: 1px solid #101117; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-line-left,
  .panel-body-black-dk .panel-line-left {
    border-left: 1px solid #101117; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-line-right,
  .panel-body-black-dk .panel-line-right {
    border-right: 1px solid #101117; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-black-dk .panel-colorize .panel-line-bottom,
  .panel-body-black-dk .panel-line-bottom {
    border-bottom: 1px solid #101117; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-inverse-dk .panel-colorize,
.panel-body-inverse-dk {
  background-color: #392c88; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse-dk .panel-colorize.gradient-diag1,
  .panel-body-inverse-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #403198 40%, #50287d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #403198), color-stop(100%, #50287d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #403198 40%, #50287d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #403198 40%, #50287d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #403198 40%, #50287d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #403198 40%, #50287d);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-inverse-dk .panel-colorize.gradient-diag1-inverse,
  .panel-body-inverse-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #403198 40%, #28327d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #403198), color-stop(100%, #28327d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #403198 40%, #28327d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #403198 40%, #28327d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #403198 40%, #28327d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #403198 40%, #28327d);
    /* W3C */ }
  /* line 261, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize, .panel-inverse-dk .panel-colorize a:not(.btn), .panel-inverse-dk .panel-colorize .form-control,
  .panel-body-inverse-dk,
  .panel-body-inverse-dk a:not(.btn),
  .panel-body-inverse-dk .form-control {
    color: white; }
  /* line 265, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize.panel-arrow-left:after,
  .panel-body-inverse-dk.panel-arrow-left:after {
    border-right-color: #392c88; }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-text-dk,
  .panel-body-inverse-dk .panel-text-dk {
    color: #f3f2f2; }
  /* line 273, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-text-lt,
  .panel-body-inverse-dk .panel-text-lt {
    color: white; }
  /* line 277, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-text-lter,
  .panel-body-inverse-dk .panel-text-lter {
    color: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-dk .panel-colorize .form-control::-moz-placeholder,
  .panel-body-inverse-dk .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-dk .panel-colorize .form-control:-ms-input-placeholder,
  .panel-body-inverse-dk .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .panel-inverse-dk .panel-colorize .form-control::-webkit-input-placeholder,
  .panel-body-inverse-dk .form-control::-webkit-input-placeholder {
    color: white; }
  /* line 285, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-bg-inverse,
  .panel-body-inverse-dk .panel-bg-inverse {
    background: white;
    color: #43494d; }
  /* line 290, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-lt,
  .panel-body-inverse-dk .panel-lt {
    background-color: #433693; }
    /* line 297, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
    .panel-inverse-dk .panel-colorize .panel-lt, .panel-inverse-dk .panel-colorize .panel-lt a, .panel-inverse-dk .panel-colorize .panel-lt .form-control,
    .panel-body-inverse-dk .panel-lt,
    .panel-body-inverse-dk .panel-lt a,
    .panel-body-inverse-dk .panel-lt .form-control {
      color: white; }
  /* line 302, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize.gradient-diag1 .panel-lt,
  .panel-body-inverse-dk.gradient-diag1 .panel-lt {
    background-color: #533693; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-line-top,
  .panel-body-inverse-dk .panel-line-top {
    border-top: 1px solid #433693; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-line-left,
  .panel-body-inverse-dk .panel-line-left {
    border-left: 1px solid #433693; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-line-right,
  .panel-body-inverse-dk .panel-line-right {
    border-right: 1px solid #433693; }
  /* line 312, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
  .panel-inverse-dk .panel-colorize .panel-line-bottom,
  .panel-body-inverse-dk .panel-line-bottom {
    border-bottom: 1px solid #433693; }

/* line 323, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-dark-hl {
  background: rgba(0, 0, 0, 0.05); }

/* line 327, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-section {
  border-top: 1px solid #f2f4f8; }

/* line 331, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-arrow-left {
  position: relative; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-arrow-left:before, .panel-arrow-left:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 7px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-arrow-left:after {
    content: " ";
    border-right-color: white;
    top: 20px;
    right: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .panel-arrow-left:before {
    content: none; }

/* line 336, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-shadow {
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1); }

/* line 340, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-rounded {
  overflow: hidden;
  border-radius: 2px; }

/* line 346, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_panels.scss */
.panel-body > .panel-heading {
  margin-left: -15px;
  margin-right: -15px; }

/* collapsible tree */
/* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
.tree {
  /*Remove connectors before root*/ }
  /* line 7, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
  .tree a {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%; }
  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
  .tree ul {
    padding-left: 20px; }
  /* line 16, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
  .tree > ul {
    padding-left: 0px; }
  /* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
  .tree li {
    list-style-type: none;
    margin: 0px 0;
    padding: 4px 0px 0px 2px;
    position: relative;
    /*Remove connectors after last child*/ }
    /* line 24, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
    .tree li::before, .tree li::after {
      content: '';
      left: -10px;
      position: absolute;
      right: auto; }
    /* line 30, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
    .tree li::before {
      border-left: 1px solid #eeeeee;
      bottom: 50px;
      height: 100%;
      top: 0;
      width: 1px;
      -webkit-transition: border-color 0.1s ease;
      -webkit-transition-delay: 0.1s;
      -moz-transition: border-color 0.1s ease 0.1s;
      -o-transition: border-color 0.1s ease 0.1s;
      transition: border-color 0.1s ease 0.1s; }
    /* line 38, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
    .tree li::after {
      border-top: 1px solid #eeeeee;
      height: 20px;
      top: 13px;
      width: 12px;
      -webkit-transition: border-color 0.1s ease;
      -webkit-transition-delay: 0.1s;
      -moz-transition: border-color 0.1s ease 0.1s;
      -o-transition: border-color 0.1s ease 0.1s;
      transition: border-color 0.1s ease 0.1s; }
    /* line 45, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
    .tree li.tree-parent > span {
      cursor: pointer;
      /*Time for some hover effects*/ }
      /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
      .tree li.tree-parent > span:hover {
        background-color: #8deed5;
        color: #fff; }
      /* line 53, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
      .tree li.tree-parent > span:hover + ul li::after {
        border-top-color: #8deed5; }
      /* line 56, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
      .tree li.tree-parent > span:hover + ul li::before {
        border-left-color: #8deed5; }
      /* line 60, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
      .tree li.tree-parent > span:hover + ul li span {
        background: #8deed5;
        color: #fff; }
    /* line 66, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
    .tree li:last-child::before {
      height: 30px; }
  /* line 71, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
  .tree > ul > li::before, .tree > ul > li::after {
    border: 0; }

/* line 76, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_tree.scss */
.tree-node {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  line-height: 14px;
  padding: 2px 4px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.3s ease;
  -webkit-transition-delay: 0.1s, 0.1s, 0.2s;
  -moz-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_mq.scss */
#mq, #mq::after, #emvars, #emvars::after {
  visibility: hidden;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  height: 0px; }

@media (max-width: 767px) {
  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_mq.scss */
  #mq::after {
    content: 'xs'; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_mq.scss */
  #mq::after {
    content: 'sm'; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_mq.scss */
  #mq::after {
    content: 'md'; } }
@media (min-width: 1200px) {
  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_mq.scss */
  #mq::after {
    content: 'lg'; } }

/* line 40, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_mq.scss */
#emvars::after {
  content: '{ "colors": [["white", "white", "#43494d"],["semi-light", "rgba(242, 244, 248, 0.2)", "#43494d"],["light", "#f2f4f8", "#43494d"],["primary", "#177bbb", "white"],["info", "#1ccacc", "white"],["success", "#1aae88", "white"],["warning", "#fbb23e", "white"],["danger", "#e33244", "white"],["black", "#12131a", "white"],["dark", "#222733", "white"],["inverse", "#433599", "white"],["light-lt", "white", "#43494d"],["primary-lt", "#1f86c7", "white"],["info-lt", "#25d6d8", "white"],["success-lt", "#22ba93", "white"],["warning-lt", "#f7b956", "white"],["danger-lt", "#e04959", "white"],["black-lt", "#1c1d24", "white"],["dark-lt", "#2d313d", "white"],["inverse-lt", "#4e40a2", "white"],["primary-lter", "#3ea1e1", "white"],["info-lter", "#53e0e2", "white"],["success-lter", "#3adbb1", "white"],["warning-lter", "#facf8c", "white"],["danger-lter", "#e87985", "white"],["black-lter", "#343644", "white"],["dark-lter", "#454c5d", "white"],["inverse-lter", "#6a5cbf", "white"],["white-dk", "#f3f2f2", "#43494d"],["light-dk", "#e1e6f0", "#43494d"],["primary-dk", "#126da7", "white"],["info-dk", "#16b6b8", "white"],["success-dk", "#159a78", "white"],["warning-dk", "#fda922", "white"],["danger-dk", "#e01b2f", "white"],["dark-dk", "#171b24", "white"],["black-dk", "#07080b", "white"],["inverse-dk", "#392c88", "white"]]}'; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge.badge-empty {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle; }
  /* line 14, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
  .badge.badge-empty + span {
    vertical-align: middle; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-checkmark {
  position: relative; }

/* line 25, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.active.badge-checkmark:after, .active .badge-checkmark:after {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  font-size: 11px;
  color: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px; }

/* line 40, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
a:hover .badge-grow {
  opacity: 0.8;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08); }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-grow {
  opacity: 1;
  -webkit-transition: all ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  /* line 49, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
  .badge-grow:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08); }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-empty-list .badge {
  margin-left: 5px; }

/* line 61, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.has-corner-badge {
  position: relative; }

/* line 65, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-corner {
  font-size: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  display: inline-block;
  padding: 0 4px;
  border-radius: 10px;
  height: 14px;
  min-width: 14px;
  line-height: 14px; }

/* line 78, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-corner-top-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  -o-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%); }

/* line 84, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_badges.scss */
.badge-corner-top-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-white {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-white, .badge-white:hover, .badge-white:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-semi-light {
  background: rgba(242, 244, 248, 0.2); }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-semi-light, .badge-semi-light:hover, .badge-semi-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-light {
  background: #f2f4f8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-light, .badge-light:hover, .badge-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-primary {
  background: #177bbb; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-primary, .badge-primary:hover, .badge-primary:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-info {
  background: #1ccacc; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-info, .badge-info:hover, .badge-info:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-success {
  background: #1aae88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-success, .badge-success:hover, .badge-success:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-warning {
  background: #fbb23e; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-warning, .badge-warning:hover, .badge-warning:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-danger {
  background: #e33244; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-danger, .badge-danger:hover, .badge-danger:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-black {
  background: #12131a; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-black, .badge-black:hover, .badge-black:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-dark {
  background: #222733; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-dark, .badge-dark:hover, .badge-dark:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-inverse {
  background: #433599; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-inverse, .badge-inverse:hover, .badge-inverse:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-light-lt {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-light-lt, .badge-light-lt:hover, .badge-light-lt:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-primary-lt {
  background: #1f86c7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-primary-lt, .badge-primary-lt:hover, .badge-primary-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-info-lt {
  background: #25d6d8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-info-lt, .badge-info-lt:hover, .badge-info-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-success-lt {
  background: #22ba93; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-success-lt, .badge-success-lt:hover, .badge-success-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-warning-lt {
  background: #f7b956; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-warning-lt, .badge-warning-lt:hover, .badge-warning-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-danger-lt {
  background: #e04959; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-danger-lt, .badge-danger-lt:hover, .badge-danger-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-black-lt {
  background: #1c1d24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-black-lt, .badge-black-lt:hover, .badge-black-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-dark-lt {
  background: #2d313d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-dark-lt, .badge-dark-lt:hover, .badge-dark-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-inverse-lt {
  background: #4e40a2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-inverse-lt, .badge-inverse-lt:hover, .badge-inverse-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-primary-lter {
  background: #3ea1e1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-primary-lter, .badge-primary-lter:hover, .badge-primary-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-info-lter {
  background: #53e0e2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-info-lter, .badge-info-lter:hover, .badge-info-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-success-lter {
  background: #3adbb1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-success-lter, .badge-success-lter:hover, .badge-success-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-warning-lter {
  background: #facf8c; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-warning-lter, .badge-warning-lter:hover, .badge-warning-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-danger-lter {
  background: #e87985; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-danger-lter, .badge-danger-lter:hover, .badge-danger-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-black-lter {
  background: #343644; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-black-lter, .badge-black-lter:hover, .badge-black-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-dark-lter {
  background: #454c5d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-dark-lter, .badge-dark-lter:hover, .badge-dark-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-inverse-lter {
  background: #6a5cbf; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-inverse-lter, .badge-inverse-lter:hover, .badge-inverse-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-white-dk {
  background: #f3f2f2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-white-dk, .badge-white-dk:hover, .badge-white-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-light-dk {
  background: #e1e6f0; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-light-dk, .badge-light-dk:hover, .badge-light-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-primary-dk {
  background: #126da7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-primary-dk, .badge-primary-dk:hover, .badge-primary-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-info-dk {
  background: #16b6b8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-info-dk, .badge-info-dk:hover, .badge-info-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-success-dk {
  background: #159a78; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-success-dk, .badge-success-dk:hover, .badge-success-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-warning-dk {
  background: #fda922; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-warning-dk, .badge-warning-dk:hover, .badge-warning-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-danger-dk {
  background: #e01b2f; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-danger-dk, .badge-danger-dk:hover, .badge-danger-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-dark-dk {
  background: #171b24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-dark-dk, .badge-dark-dk:hover, .badge-dark-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-black-dk {
  background: #07080b; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-black-dk, .badge-black-dk:hover, .badge-black-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.badge-inverse-dk {
  background: #392c88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .badge-inverse-dk, .badge-inverse-dk:hover, .badge-inverse-dk:focus {
    color: white; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
.table-line {
  padding-left: 15px;
  padding-right: 15px; }
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .table-line h1, .table-line h2, .table-line h3, .table-line h4, .table-line h5, .table-line h6, .table-line .h1, .table-line .h2, .table-line .h3, .table-line .h4, .table-line .h5, .table-line .h6 {
    margin: 0;
    line-height: 30px; }
  /* line 11, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
  .table-line > .table-line-row {
    padding: 15px;
    background: white;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    padding-right: 15px;
    border-right: 3px solid transparent;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    /* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
    .table-line > .table-line-row:hover {
      border-right: 3px solid #177bbb; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
.list-group-connected {
  margin-bottom: 0; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
  .list-group-connected .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  /* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
  .list-group-connected:first-child .list-group-item:first-child {
    border-top: 0;
    border-radius: 0; }
  /* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_lists.scss */
  .list-group-connected:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-radius: 0; }

@media (max-width: 767px) {
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-left-xs {
    text-align: left; }

  /* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-right-xs {
    text-align: right; }

  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-center-xs {
    text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-left-sm {
    text-align: left; }

  /* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-right-sm {
    text-align: right; }

  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-center-sm {
    text-align: center; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-left-md {
    text-align: left; }

  /* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-right-md {
    text-align: right; }

  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-center-md {
    text-align: center; } }
@media (min-width: 1200px) {
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-left-lg {
    text-align: left; }

  /* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-right-lg {
    text-align: right; }

  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .text-center-lg {
    text-align: center; } }
/* line 32, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
.text-semi {
  opacity: .5; }

/* line 36, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
.em-page-header {
  margin-top: 0;
  padding: 0 15px; }
  /* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
  .em-page-header i + span {
    margin-left: 10px; }
  @media (max-width: 767px) {
    /* line 36, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
    .em-page-header {
      margin-bottom: 0px; } }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_type.scss */
h3.em-page-header {
  font-size: 20px; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-panel-clip {
  position: relative;
  overflow: hidden; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px; }

/* line 20, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-almost-over {
  position: relative; }
  /* line 22, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-almost-over .captionable-caption {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s; }
  /* line 34, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-almost-over:hover .captionable-caption, .captionable-effect-almost-over.hover .captionable-caption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    -o-transform: translate(15px, 15px);
    transform: translate(15px, 15px); }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-to-the-left {
  position: relative; }
  /* line 44, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-to-the-left .captionable-caption {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s; }
  /* line 56, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-to-the-left:hover .captionable-caption, .captionable-effect-to-the-left.hover .captionable-caption {
    opacity: 1;
    -webkit-transform: translate(-100%);
    -moz-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%); }

@-moz-document url-prefix() {
  /* line 65, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-flip {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; } }

/* line 69, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-flip {
  position: relative; }
  /* line 72, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-flip .captionable-front,
  .captionable-effect-flip .captionable-back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* line 77, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-flip .captionable-front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  /* line 81, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-flip .captionable-back {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg); }
  /* line 91, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-flip:hover .captionable-back, .captionable-effect-flip.hover .captionable-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  /* line 94, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-flip:hover .captionable-front, .captionable-effect-flip.hover .captionable-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  /* line 98, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-flip.vertical {
    position: relative; }
    /* line 100, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
    .captionable-effect-flip.vertical .captionable-back {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }
    /* line 105, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
    .captionable-effect-flip.vertical:hover .captionable-back, .captionable-effect-flip.vertical.hover .captionable-back {
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg); }
    /* line 108, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
    .captionable-effect-flip.vertical:hover .captionable-front, .captionable-effect-flip.vertical.hover .captionable-front {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg); }

/* line 118, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-slide-bottom {
  position: relative;
  overflow: hidden; }
  /* line 121, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-bottom .captionable-caption {
    position: absolute;
    top: 100%;
    -webkit-transition: top 0.35s;
    -moz-transition: top 0.35s;
    -o-transition: top 0.35s;
    transition: top 0.35s; }
  /* line 128, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-bottom:hover .captionable-caption, .captionable-effect-slide-bottom.hover .captionable-caption {
    top: 75%; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-bottom:hover .captionable-caption-bis:hover, .captionable-effect-slide-bottom.hover .captionable-caption-bis:hover {
    top: 0%; }

/* line 138, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-slide-left {
  position: relative;
  overflow: hidden; }
  /* line 141, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-left .captionable-caption {
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-transition: right 0.35s;
    -moz-transition: right 0.35s;
    -o-transition: right 0.35s;
    transition: right 0.35s; }
  /* line 149, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-left:hover .captionable-caption, .captionable-effect-slide-left.hover .captionable-caption {
    right: 75%; }
  /* line 152, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-left:hover .captionable-caption-bis:hover, .captionable-effect-slide-left.hover .captionable-caption-bis:hover {
    right: 0%; }

/* line 159, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-slide-right {
  position: relative;
  overflow: hidden; }
  /* line 162, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-right .captionable-caption {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition: left 0.35s;
    -moz-transition: left 0.35s;
    -o-transition: left 0.35s;
    transition: left 0.35s; }
  /* line 170, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-right:hover .captionable-caption, .captionable-effect-slide-right.hover .captionable-caption {
    left: 75%; }
  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-right:hover .captionable-caption-bis:hover, .captionable-effect-slide-right.hover .captionable-caption-bis:hover {
    left: 0%; }

/* line 180, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-slide-top {
  position: relative;
  overflow: hidden; }
  /* line 183, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-top .captionable-caption {
    position: absolute;
    bottom: 100%;
    -webkit-transition: bottom 0.35s;
    -moz-transition: bottom 0.35s;
    -o-transition: bottom 0.35s;
    transition: bottom 0.35s; }
  /* line 190, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-top:hover .captionable-caption, .captionable-effect-slide-top.hover .captionable-caption {
    bottom: 75%; }
  /* line 193, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-slide-top:hover .captionable-caption-bis:hover, .captionable-effect-slide-top.hover .captionable-caption-bis:hover {
    bottom: 0%; }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-door-top {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /* line 205, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-top .panel {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* line 208, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-top .captionable-caption {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  /* line 237, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-top:hover .captionable-caption, .captionable-effect-door-top.hover .captionable-caption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-door-bottom {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /* line 205, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-bottom .panel {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* line 208, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-bottom .captionable-caption {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: left bottom 0;
    -moz-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    -o-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg); }
  /* line 237, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-bottom:hover .captionable-caption, .captionable-effect-door-bottom.hover .captionable-caption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-door-left {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /* line 205, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-left .panel {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* line 208, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-left .captionable-caption {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg); }
  /* line 237, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-left:hover .captionable-caption, .captionable-effect-door-left.hover .captionable-caption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-door-right {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /* line 205, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-right .panel {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  /* line 208, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-right .captionable-caption {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
    -moz-transition: -moz-transform 0.35s, opacity 0.35s;
    -o-transition: -o-transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    transform-origin: right top 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  /* line 237, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-door-right:hover .captionable-caption, .captionable-effect-door-right.hover .captionable-caption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }

/* line 249, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-reveal-top-left {
  position: relative; }
  /* line 251, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-left .captionable-revealer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1601;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    -moz-transition: -moz-transform 0.35s ease-in-out;
    -o-transition: -o-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out; }
  /* line 260, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-left .captionable-revealer-image {
    -webkit-transition: border-radius 0.35s ease-in-out;
    -moz-transition: border-radius 0.35s ease-in-out;
    -o-transition: border-radius 0.35s ease-in-out;
    transition: border-radius 0.35s ease-in-out;
    width: 100%;
    height: 100%; }
  /* line 267, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-left:hover .captionable-revealer-image, .captionable-effect-reveal-top-left.hover .captionable-revealer-image {
    border-radius: 50%; }
  /* line 270, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-left:hover .captionable-revealer, .captionable-effect-reveal-top-left.hover .captionable-revealer {
    -webkit-transform: scale(0.5) translate(calc(-50% + 1em), calc(-50% + 1em));
    -moz-transform: scale(0.5) translate(calc(-50% + 1em), calc(-50% + 1em));
    -ms-transform: scale(0.5) translate(calc(-50% + 1em), calc(-50% + 1em));
    -o-transform: scale(0.5) translate(calc(-50% + 1em), calc(-50% + 1em));
    transform: scale(0.5) translate(calc(-50% + 1em), calc(-50% + 1em)); }

/* line 249, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-reveal-top-right {
  position: relative; }
  /* line 251, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-right .captionable-revealer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1601;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    -moz-transition: -moz-transform 0.35s ease-in-out;
    -o-transition: -o-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out; }
  /* line 260, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-right .captionable-revealer-image {
    -webkit-transition: border-radius 0.35s ease-in-out;
    -moz-transition: border-radius 0.35s ease-in-out;
    -o-transition: border-radius 0.35s ease-in-out;
    transition: border-radius 0.35s ease-in-out;
    width: 100%;
    height: 100%; }
  /* line 267, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-right:hover .captionable-revealer-image, .captionable-effect-reveal-top-right.hover .captionable-revealer-image {
    border-radius: 50%; }
  /* line 270, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-top-right:hover .captionable-revealer, .captionable-effect-reveal-top-right.hover .captionable-revealer {
    -webkit-transform: scale(0.5) translate(calc(50% - 1em), calc(-50% + 1em));
    -moz-transform: scale(0.5) translate(calc(50% - 1em), calc(-50% + 1em));
    -ms-transform: scale(0.5) translate(calc(50% - 1em), calc(-50% + 1em));
    -o-transform: scale(0.5) translate(calc(50% - 1em), calc(-50% + 1em));
    transform: scale(0.5) translate(calc(50% - 1em), calc(-50% + 1em)); }

/* line 249, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-reveal-bottom-left {
  position: relative; }
  /* line 251, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-left .captionable-revealer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1601;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    -moz-transition: -moz-transform 0.35s ease-in-out;
    -o-transition: -o-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out; }
  /* line 260, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-left .captionable-revealer-image {
    -webkit-transition: border-radius 0.35s ease-in-out;
    -moz-transition: border-radius 0.35s ease-in-out;
    -o-transition: border-radius 0.35s ease-in-out;
    transition: border-radius 0.35s ease-in-out;
    width: 100%;
    height: 100%; }
  /* line 267, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-left:hover .captionable-revealer-image, .captionable-effect-reveal-bottom-left.hover .captionable-revealer-image {
    border-radius: 50%; }
  /* line 270, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-left:hover .captionable-revealer, .captionable-effect-reveal-bottom-left.hover .captionable-revealer {
    -webkit-transform: scale(0.5) translate(calc(-50% + 1em), calc(50% - 1em));
    -moz-transform: scale(0.5) translate(calc(-50% + 1em), calc(50% - 1em));
    -ms-transform: scale(0.5) translate(calc(-50% + 1em), calc(50% - 1em));
    -o-transform: scale(0.5) translate(calc(-50% + 1em), calc(50% - 1em));
    transform: scale(0.5) translate(calc(-50% + 1em), calc(50% - 1em)); }

/* line 249, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
.captionable-effect-reveal-bottom-right {
  position: relative; }
  /* line 251, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-right .captionable-revealer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1601;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    -moz-transition: -moz-transform 0.35s ease-in-out;
    -o-transition: -o-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out; }
  /* line 260, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-right .captionable-revealer-image {
    -webkit-transition: border-radius 0.35s ease-in-out;
    -moz-transition: border-radius 0.35s ease-in-out;
    -o-transition: border-radius 0.35s ease-in-out;
    transition: border-radius 0.35s ease-in-out;
    width: 100%;
    height: 100%; }
  /* line 267, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-right:hover .captionable-revealer-image, .captionable-effect-reveal-bottom-right.hover .captionable-revealer-image {
    border-radius: 50%; }
  /* line 270, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_captionable.scss */
  .captionable-effect-reveal-bottom-right:hover .captionable-revealer, .captionable-effect-reveal-bottom-right.hover .captionable-revealer {
    -webkit-transform: scale(0.5) translate(calc(50% - 1em), calc(50% - 1em));
    -moz-transform: scale(0.5) translate(calc(50% - 1em), calc(50% - 1em));
    -ms-transform: scale(0.5) translate(calc(50% - 1em), calc(50% - 1em));
    -o-transform: scale(0.5) translate(calc(50% - 1em), calc(50% - 1em));
    transform: scale(0.5) translate(calc(50% - 1em), calc(50% - 1em)); }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_stack.scss */
.stack-parent {
  position: relative; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_stack.scss */
.stack-child {
  position: absolute;
  top: 0; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_stack.scss */
.stack-float {
  float: left; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-toggle {
  cursor: pointer; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-grid-wrap {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  -ms-perspective: 1500px;
  -o-perspective: 1500px;
  perspective: 1500px;
  position: relative; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-grid {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-grid-open {
  -webkit-transform: translateZ(-1500px);
  -moz-transform: translateZ(-1500px);
  -ms-transform: translateZ(-1500px);
  -o-transform: translateZ(-1500px);
  transform: translateZ(-1500px); }

/* line 35, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-cols-static .col-xs-1, .turbo-cols-static .col-sm-1, .turbo-cols-static .col-md-1, .turbo-cols-static .col-lg-1,
.turbo-cols-static .col-xs-2, .turbo-cols-static .col-sm-2, .turbo-cols-static .col-md-2, .turbo-cols-static .col-lg-2,
.turbo-cols-static .col-xs-3, .turbo-cols-static .col-sm-3, .turbo-cols-static .col-md-3, .turbo-cols-static .col-lg-3,
.turbo-cols-static .col-xs-4, .turbo-cols-static .col-sm-4, .turbo-cols-static .col-md-4, .turbo-cols-static .col-lg-4,
.turbo-cols-static .col-xs-5, .turbo-cols-static .col-sm-5, .turbo-cols-static .col-md-5, .turbo-cols-static .col-lg-5,
.turbo-cols-static .col-xs-6, .turbo-cols-static .col-sm-6, .turbo-cols-static .col-md-6, .turbo-cols-static .col-lg-6,
.turbo-cols-static .col-xs-7, .turbo-cols-static .col-sm-7, .turbo-cols-static .col-md-7, .turbo-cols-static .col-lg-7,
.turbo-cols-static .col-xs-8, .turbo-cols-static .col-sm-8, .turbo-cols-static .col-md-8, .turbo-cols-static .col-lg-8,
.turbo-cols-static .col-xs-9, .turbo-cols-static .col-sm-9, .turbo-cols-static .col-md-9, .turbo-cols-static .col-lg-9,
.turbo-cols-static .col-xs-10, .turbo-cols-static .col-sm-10, .turbo-cols-static .col-md-10, .turbo-cols-static .col-lg-10,
.turbo-cols-static .col-xs-11, .turbo-cols-static .col-sm-11, .turbo-cols-static .col-md-11, .turbo-cols-static .col-lg-11,
.turbo-cols-static .col-xs-12, .turbo-cols-static .col-sm-12, .turbo-cols-static .col-md-12, .turbo-cols-static .col-lg-12 {
  position: relative; }

/* line 41, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-card-open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-placeholder {
  z-index: 2000;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.1s;
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0.1s;
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0.1s;
  transition: all 0.5s cubic-bezier(0, 0, 0.25, 1) 0.1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-placeholder-open {
  -webkit-transform: translateZ(1499px) rotateY(-179.99deg);
  -moz-transform: translateZ(1499px) rotateY(-179.99deg);
  -ms-transform: translateZ(1499px) rotateY(-179.99deg);
  -o-transform: translateZ(1499px) rotateY(-179.99deg);
  transform: translateZ(1499px) rotateY(-179.99deg); }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-placeholder-front,
.turbo-placeholder-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 67, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-placeholder-front {
  z-index: 2002; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-placeholder-back {
  z-index: 2001;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* line 76, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-content {
  z-index: 2003;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-left: 15px;
  margin-right: 15px; }

/* line 88, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_turbocards.scss */
.turbo-content-open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-white {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-white, .btn-white:hover, .btn-white:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-semi-light {
  background: rgba(242, 244, 248, 0.2); }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-semi-light, .btn-semi-light:hover, .btn-semi-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-light {
  background: #f2f4f8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-light, .btn-light:hover, .btn-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-primary {
  background: #177bbb; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-primary, .btn-primary:hover, .btn-primary:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-info {
  background: #1ccacc; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-info, .btn-info:hover, .btn-info:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-success {
  background: #1aae88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-success, .btn-success:hover, .btn-success:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-warning {
  background: #fbb23e; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-warning, .btn-warning:hover, .btn-warning:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-danger {
  background: #e33244; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-danger, .btn-danger:hover, .btn-danger:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-black {
  background: #12131a; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-black, .btn-black:hover, .btn-black:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-dark {
  background: #222733; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-dark, .btn-dark:hover, .btn-dark:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-inverse {
  background: #433599; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-inverse, .btn-inverse:hover, .btn-inverse:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-light-lt {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-light-lt, .btn-light-lt:hover, .btn-light-lt:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-primary-lt {
  background: #1f86c7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-primary-lt, .btn-primary-lt:hover, .btn-primary-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-info-lt {
  background: #25d6d8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-info-lt, .btn-info-lt:hover, .btn-info-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-success-lt {
  background: #22ba93; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-success-lt, .btn-success-lt:hover, .btn-success-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-warning-lt {
  background: #f7b956; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-warning-lt, .btn-warning-lt:hover, .btn-warning-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-danger-lt {
  background: #e04959; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-danger-lt, .btn-danger-lt:hover, .btn-danger-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-black-lt {
  background: #1c1d24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-black-lt, .btn-black-lt:hover, .btn-black-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-dark-lt {
  background: #2d313d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-dark-lt, .btn-dark-lt:hover, .btn-dark-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-inverse-lt {
  background: #4e40a2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-inverse-lt, .btn-inverse-lt:hover, .btn-inverse-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-primary-lter {
  background: #3ea1e1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-primary-lter, .btn-primary-lter:hover, .btn-primary-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-info-lter {
  background: #53e0e2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-info-lter, .btn-info-lter:hover, .btn-info-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-success-lter {
  background: #3adbb1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-success-lter, .btn-success-lter:hover, .btn-success-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-warning-lter {
  background: #facf8c; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-warning-lter, .btn-warning-lter:hover, .btn-warning-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-danger-lter {
  background: #e87985; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-danger-lter, .btn-danger-lter:hover, .btn-danger-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-black-lter {
  background: #343644; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-black-lter, .btn-black-lter:hover, .btn-black-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-dark-lter {
  background: #454c5d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-dark-lter, .btn-dark-lter:hover, .btn-dark-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-inverse-lter {
  background: #6a5cbf; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-inverse-lter, .btn-inverse-lter:hover, .btn-inverse-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-white-dk {
  background: #f3f2f2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-white-dk, .btn-white-dk:hover, .btn-white-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-light-dk {
  background: #e1e6f0; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-light-dk, .btn-light-dk:hover, .btn-light-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-primary-dk {
  background: #126da7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-primary-dk, .btn-primary-dk:hover, .btn-primary-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-info-dk {
  background: #16b6b8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-info-dk, .btn-info-dk:hover, .btn-info-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-success-dk {
  background: #159a78; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-success-dk, .btn-success-dk:hover, .btn-success-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-warning-dk {
  background: #fda922; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-warning-dk, .btn-warning-dk:hover, .btn-warning-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-danger-dk {
  background: #e01b2f; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-danger-dk, .btn-danger-dk:hover, .btn-danger-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-dark-dk {
  background: #171b24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-dark-dk, .btn-dark-dk:hover, .btn-dark-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-black-dk {
  background: #07080b; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-black-dk, .btn-black-dk:hover, .btn-black-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.btn-inverse-dk {
  background: #392c88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .btn-inverse-dk, .btn-inverse-dk:hover, .btn-inverse-dk:focus {
    color: white; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_buttons.scss */
.btn, .btn:focus, .btn:active, .btn:hover {
  outline: none;
  border: none; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_buttons.scss */
.btn-rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_buttons.scss */
.btn-transparent-light {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff; }
  /* line 18, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_buttons.scss */
  .btn-transparent-light:hover, .btn-transparent-light:active, .btn-transparent-light:focus {
    border: 1px solid #fff;
    color: #fff; }

/* line 24, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_buttons.scss */
.btn-long {
  padding-left: 30px;
  padding-right: 30px; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_buttons.scss */
.btn-dark {
  color: white;
  background-color: #222733;
  border-color: #222733; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    color: white;
    background-color: #0e1014;
    border-color: #0a0b0e; }
  /* line 22, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
    background-image: none; }
  /* line 32, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
    background-color: #222733;
    border-color: #222733; }
  /* line 38, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss */
  .btn-dark .badge {
    color: #222733;
    background-color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-white {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-white, .label-white:hover, .label-white:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-semi-light {
  background: rgba(242, 244, 248, 0.2); }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-semi-light, .label-semi-light:hover, .label-semi-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-light {
  background: #f2f4f8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-light, .label-light:hover, .label-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-primary {
  background: #177bbb; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-primary, .label-primary:hover, .label-primary:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-info {
  background: #1ccacc; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-info, .label-info:hover, .label-info:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-success {
  background: #1aae88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-success, .label-success:hover, .label-success:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-warning {
  background: #fbb23e; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-warning, .label-warning:hover, .label-warning:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-danger {
  background: #e33244; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-danger, .label-danger:hover, .label-danger:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-black {
  background: #12131a; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-black, .label-black:hover, .label-black:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-dark {
  background: #222733; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-dark, .label-dark:hover, .label-dark:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-inverse {
  background: #433599; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-inverse, .label-inverse:hover, .label-inverse:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-light-lt {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-light-lt, .label-light-lt:hover, .label-light-lt:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-primary-lt {
  background: #1f86c7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-primary-lt, .label-primary-lt:hover, .label-primary-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-info-lt {
  background: #25d6d8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-info-lt, .label-info-lt:hover, .label-info-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-success-lt {
  background: #22ba93; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-success-lt, .label-success-lt:hover, .label-success-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-warning-lt {
  background: #f7b956; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-warning-lt, .label-warning-lt:hover, .label-warning-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-danger-lt {
  background: #e04959; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-danger-lt, .label-danger-lt:hover, .label-danger-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-black-lt {
  background: #1c1d24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-black-lt, .label-black-lt:hover, .label-black-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-dark-lt {
  background: #2d313d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-dark-lt, .label-dark-lt:hover, .label-dark-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-inverse-lt {
  background: #4e40a2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-inverse-lt, .label-inverse-lt:hover, .label-inverse-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-primary-lter {
  background: #3ea1e1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-primary-lter, .label-primary-lter:hover, .label-primary-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-info-lter {
  background: #53e0e2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-info-lter, .label-info-lter:hover, .label-info-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-success-lter {
  background: #3adbb1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-success-lter, .label-success-lter:hover, .label-success-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-warning-lter {
  background: #facf8c; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-warning-lter, .label-warning-lter:hover, .label-warning-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-danger-lter {
  background: #e87985; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-danger-lter, .label-danger-lter:hover, .label-danger-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-black-lter {
  background: #343644; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-black-lter, .label-black-lter:hover, .label-black-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-dark-lter {
  background: #454c5d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-dark-lter, .label-dark-lter:hover, .label-dark-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-inverse-lter {
  background: #6a5cbf; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-inverse-lter, .label-inverse-lter:hover, .label-inverse-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-white-dk {
  background: #f3f2f2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-white-dk, .label-white-dk:hover, .label-white-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-light-dk {
  background: #e1e6f0; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-light-dk, .label-light-dk:hover, .label-light-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-primary-dk {
  background: #126da7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-primary-dk, .label-primary-dk:hover, .label-primary-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-info-dk {
  background: #16b6b8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-info-dk, .label-info-dk:hover, .label-info-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-success-dk {
  background: #159a78; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-success-dk, .label-success-dk:hover, .label-success-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-warning-dk {
  background: #fda922; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-warning-dk, .label-warning-dk:hover, .label-warning-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-danger-dk {
  background: #e01b2f; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-danger-dk, .label-danger-dk:hover, .label-danger-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-dark-dk {
  background: #171b24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-dark-dk, .label-dark-dk:hover, .label-dark-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-black-dk {
  background: #07080b; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-black-dk, .label-black-dk:hover, .label-black-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.label-inverse-dk {
  background: #392c88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .label-inverse-dk, .label-inverse-dk:hover, .label-inverse-dk:focus {
    color: white; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_labels.scss */
.sticky-parent-box {
  position: relative;
  overflow: hidden; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_labels.scss */
.sticky-left {
  color: #fff;
  width: 150px;
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  text-align: center;
  letter-spacing: 2px;
  background: #1aae88;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: -40px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_rings.scss */
.rings {
  position: relative;
  width: 100%; }
  /* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_rings.scss */
  .rings .ring-left, .rings .ring-right {
    position: absolute; }
  /* line 9, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_rings.scss */
  .rings .ring-left {
    left: 2em;
    top: -24px; }
  /* line 14, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_rings.scss */
  .rings .ring-right {
    right: 2em;
    top: -24px; }
  /* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_rings.scss */
  .rings .ring-left:before, .rings .ring-left:after, .rings .ring-right:before, .rings .ring-right:after {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.2);
    content: "";
    display: inline-block;
    margin: 8px;
    height: 32px;
    width: 8px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.img-fill-vertical {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.v-mid, .v-mid + * {
  vertical-align: middle; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.v-mid-row > * {
  vertical-align: middle; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.img-em-border {
  border: 8px solid rgba(255, 255, 255, 0.3); }

/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.semi-well-dk, .semi-well-lt {
  border-radius: 6px;
  padding: 20px; }

/* line 28, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.semi-well-dk {
  background: rgba(0, 0, 0, 0.3);
  color: #fff; }

/* line 33, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.semi-well-lt {
  background: rgba(255, 255, 255, 0.3);
  color: #222; }

/* line 38, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.em-page-center-parent {
  display: table;
  width: 100%;
  height: 100%; }

/* line 44, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_scaffolding.scss */
.em-page-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
.actionable {
  position: relative;
  -webkit-perspective: 3000px;
  -moz-perspective: 3000px;
  -ms-perspective: 3000px;
  -o-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  /* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
  .actionable .actionable-front {
    -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    -o-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  /* line 9, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
  .actionable .actionable-back {
    -webkit-transform-origin: left center 0;
    -moz-transform-origin: left center 0;
    -ms-transform-origin: left center 0;
    -o-transform-origin: left center 0;
    transform-origin: left center 0;
    -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.2s ease-out;
    -webkit-transition-delay: 0.25s, 0.1s;
    -moz-transition: -moz-transform 0.15s ease-out 0.25s, opacity 0.2s ease-out 0.1s;
    -o-transition: -o-transform 0.15s ease-out 0.25s, opacity 0.2s ease-out 0.1s;
    transition: transform 0.15s ease-out 0.25s, opacity 0.2s ease-out 0.1s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotateY(60deg);
    -moz-transform: rotateY(60deg);
    -ms-transform: rotateY(60deg);
    -o-transform: rotateY(60deg);
    transform: rotateY(60deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
  .actionable.ready .actionable-front {
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    -ms-transform: rotateY(15deg);
    -o-transform: rotateY(15deg);
    transform: rotateY(15deg);
    -webkit-transition: -webkit-transform 0.2s ease-in, opacity 0.15s ease-in;
    -webkit-transition-delay: 0.15s, 0.15s;
    -moz-transition: -moz-transform 0.2s ease-in 0.15s, opacity 0.15s ease-in 0.15s;
    -o-transition: -o-transform 0.2s ease-in 0.15s, opacity 0.15s ease-in 0.15s;
    transition: transform 0.2s ease-in 0.15s, opacity 0.15s ease-in 0.15s; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
  .actionable.actioning .actionable-front {
    -webkit-transform: rotateY(-60deg);
    -moz-transform: rotateY(-60deg);
    -ms-transform: rotateY(-60deg);
    -o-transform: rotateY(-60deg);
    transform: rotateY(-60deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  /* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
  .actionable.actioning .actionable-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

/* line 38, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
.actionable-contain {
  overflow: hidden; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_actionable.scss */
.actionable-animated-fadeInRightSmall,
.actionable-animated-fadeInLeftSmall {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-white {
  color: #f0f0f0;
  background-image: -webkit-linear-gradient(135deg, #f0f0f0, #f0f0f0 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-semi-light {
  color: rgba(222, 227, 237, 0.2);
  background-image: -webkit-linear-gradient(135deg, rgba(223, 222, 237, 0.2), rgba(222, 227, 237, 0.2) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-light {
  color: #dee3ed;
  background-image: -webkit-linear-gradient(135deg, #dfdeed, #dee3ed 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-primary {
  color: #1469a0;
  background-image: -webkit-linear-gradient(135deg, #142fa0, #1469a0 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-info {
  color: #18afb1;
  background-image: -webkit-linear-gradient(135deg, #1870b1, #18afb1 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-success {
  color: #169373;
  background-image: -webkit-linear-gradient(135deg, #167f93, #169373 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-warning {
  color: #faa620;
  background-image: -webkit-linear-gradient(135deg, #f4fa20, #faa620 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-danger {
  color: #d91e31;
  background-image: -webkit-linear-gradient(135deg, #d9591e, #d91e31 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-black {
  color: #050608;
  background-image: -webkit-linear-gradient(135deg, #060508, #050608 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-dark {
  color: #161921;
  background-image: -webkit-linear-gradient(135deg, #171621, #161921 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-inverse {
  color: #392d82;
  background-image: -webkit-linear-gradient(135deg, #5d2d82, #392d82 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-light-lt {
  color: #eceef4;
  background-image: -webkit-linear-gradient(135deg, #edecf4, #eceef4 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-primary-lt {
  color: #1b74ad;
  background-image: -webkit-linear-gradient(135deg, #1b37ad, #1b74ad 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-info-lt {
  color: #20bcbd;
  background-image: -webkit-linear-gradient(135deg, #207abd, #20bcbd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-success-lt {
  color: #1da07f;
  background-image: -webkit-linear-gradient(135deg, #1d8ba0, #1da07f 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-warning-lt {
  color: #f6ad39;
  background-image: -webkit-linear-gradient(135deg, #f0f639, #f6ad39 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-danger-lt {
  color: #dc2f41;
  background-image: -webkit-linear-gradient(135deg, #dc652f, #dc2f41 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-black-lt {
  color: #0f0f13;
  background-image: -webkit-linear-gradient(135deg, #100f13, #0f0f13 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-dark-lt {
  color: #20232b;
  background-image: -webkit-linear-gradient(135deg, #21202b, #20232b 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-inverse-lt {
  color: #43378d;
  background-image: -webkit-linear-gradient(135deg, #67378d, #43378d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-primary-lter {
  color: #2394dd;
  background-image: -webkit-linear-gradient(135deg, #2347dd, #2394dd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-info-lter {
  color: #39dbdd;
  background-image: -webkit-linear-gradient(135deg, #3997dd, #39dbdd 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-success-lter {
  color: #26d0a4;
  background-image: -webkit-linear-gradient(135deg, #26b5d0, #26d0a4 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-warning-lter {
  color: #f8c36f;
  background-image: -webkit-linear-gradient(135deg, #f4f86f, #f8c36f 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-danger-lter {
  color: #e45f6d;
  background-image: -webkit-linear-gradient(135deg, #e4895f, #e45f6d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-black-lter {
  color: #272933;
  background-image: -webkit-linear-gradient(135deg, #2a2733, #272933 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-dark-lter {
  color: #383d4b;
  background-image: -webkit-linear-gradient(135deg, #3a384b, #383d4b 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-inverse-lter {
  color: #5647b5;
  background-image: -webkit-linear-gradient(135deg, #8447b5, #5647b5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-white-dk {
  color: #e4e2e2;
  background-image: -webkit-linear-gradient(135deg, #e4e3e2, #e4e2e2 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-light-dk {
  color: #cdd5e5;
  background-image: -webkit-linear-gradient(135deg, #cfcde5, #cdd5e5 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-primary-dk {
  color: #0f5b8b;
  background-image: -webkit-linear-gradient(135deg, #0f278b, #0f5b8b 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-info-dk {
  color: #139b9d;
  background-image: -webkit-linear-gradient(135deg, #13629d, #139b9d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-success-dk {
  color: #117f63;
  background-image: -webkit-linear-gradient(135deg, #116d7f, #117f63 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-warning-dk {
  color: #fd9d04;
  background-image: -webkit-linear-gradient(135deg, #f5fd04, #fd9d04 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-danger-dk {
  color: #c51829;
  background-image: -webkit-linear-gradient(135deg, #c54e18, #c51829 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-dark-dk {
  color: #0b0d12;
  background-image: -webkit-linear-gradient(135deg, #0c0b12, #0b0d12 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-black-dk {
  color: black;
  background-image: -webkit-linear-gradient(135deg, black, black 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_text-gradient.scss */
.text-gradient-inverse-dk {
  color: #2f2571;
  background-image: -webkit-linear-gradient(135deg, #4f2571, #2f2571 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_jump-to.scss */
.jump-to-element {
  display: inline-block; }

/* jump-to-modal */
/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_jump-to.scss */
.jump-to-modal.modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -o-perspective: 1300px;
  perspective: 1300px; }
/* line 12, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_jump-to.scss */
.jump-to-modal .modal-dialog {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, -200px);
  -moz-transform: translate3d(0, 0, -200px);
  -ms-transform: translate3d(0, 0, -200px);
  -o-transform: translate3d(0, 0, -200px);
  transform: translate3d(0, 0, -200px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -webkit-transition-delay: 0.07s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.07s;
  -o-transition: -o-transform 0.2s ease-in-out 0.07s;
  transition: transform 0.2s ease-in-out 0.07s; }
/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_jump-to.scss */
.jump-to-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes popover-grow {
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }

  /* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes popover-grow {
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }

  /* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes popover-shrink {
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }

  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes popover-shrink {
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  100% {
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0); }

  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
.popover-grow-shrink {
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-animation: popover-shrink 0.2s ease-out 0.01s;
  -o-animation: popover-shrink 0.2s ease-out 0.01s;
  animation: popover-shrink 0.2s ease-out 0.01s; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_popovers.scss */
  .popover-grow-shrink.in {
    -webkit-animation: popover-grow 0.2s ease-out 0.01s;
    -o-animation: popover-grow 0.2s ease-out 0.01s;
    animation: popover-grow 0.2s ease-out 0.01s; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_progress_bar.scss */
.progress.flat-progress {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 7px; }
  /* line 7, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-extra/_progress_bar.scss */
  .progress.flat-progress .progress-bar {
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

/* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .carousel-inner {
  height: 100%;
  border-radius: 2px; }
/* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .item {
  -webkit-transition: top ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition: top ease-out 0.6s;
  -o-transition: top ease-out 0.6s;
  transition: top ease-out 0.6s; }
/* line 9, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .active {
  top: 0; }
/* line 12, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .next {
  top: 100%; }
/* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .prev {
  top: -100%; }
/* line 18, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .next.left, .carousel.vertical .prev.right {
  top: 0; }
/* line 22, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .active.left {
  top: -100%; }
/* line 25, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .active.right {
  top: 100%; }
/* line 29, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_carousel.scss */
.carousel.vertical .item {
  left: 0; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f105"; }
/* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #808990; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_breadcrumbs.scss */
.breadcrumb-top {
  margin-bottom: 12px; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  margin-left: 7px;
  border-radius: 2px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel-heading {
  border-bottom: none; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .nav-tabs[rel=tabdrop] .open > a, .panel .panel-colorize .nav-tabs[rel=tabdrop] .open > a:hover, .panel .panel-colorize .nav-tabs[rel=tabdrop] .open > a:focus {
  background: transparent;
  color: white; }
/* line 25, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .nav-tabs > li > a, .panel .panel-colorize .nav-tabs > li > a:hover, .panel .panel-colorize .nav-justified-all > li > a, .panel .panel-colorize .nav-justified-all > li > a:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.6); }
/* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.panel .panel-colorize .nav-tabs > li.active:before, .panel .panel-colorize .nav-tabs > li.active:after, .panel .panel-colorize .nav-justified-all > li.active:before, .panel .panel-colorize .nav-justified-all > li.active:after {
  position: absolute;
  border: solid transparent;
  top: auto;
  left: auto;
  height: 0;
  width: 0;
  margin: 0;
  border-width: 7px;
  pointer-events: none; }
/* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.panel .panel-colorize .nav-tabs > li.active:after, .panel .panel-colorize .nav-justified-all > li.active:after {
  content: " ";
  border-bottom-color: white;
  margin-left: -7px;
  left: 50%;
  bottom: 0; }
/* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.panel .panel-colorize .nav-tabs > li.active:before, .panel .panel-colorize .nav-justified-all > li.active:before {
  content: none; }
/* line 34, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .nav-tabs > li.active > a, .panel .panel-colorize .nav-tabs > li.active > a:hover, .panel .panel-colorize .nav-tabs > li.active > a:focus, .panel .panel-colorize .nav-justified-all > li.active > a, .panel .panel-colorize .nav-justified-all > li.active > a:hover, .panel .panel-colorize .nav-justified-all > li.active > a:focus {
  background: transparent;
  color: white; }
/* line 44, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .nav-tabs.nav-tabs-no-arrow > li.active:before, .panel .panel-colorize .nav-tabs.nav-tabs-no-arrow > li.active:after, .panel .panel-colorize .nav-justified-all.nav-tabs-no-arrow > li.active:before, .panel .panel-colorize .nav-justified-all.nav-tabs-no-arrow > li.active:after {
  content: none; }
/* line 50, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .nav-tabs.nav-tabs-inline, .panel .panel-colorize .nav-justified-all.nav-tabs-inline {
  display: inline-block; }
/* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .nav-tabs.nav-arrow-top > li > a i, .panel .panel-colorize .nav-justified-all.nav-arrow-top > li > a i {
  display: inline-block;
  margin-top: 5px; }
/* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.panel .panel-colorize .nav-tabs.nav-arrow-top > li.active:before, .panel .panel-colorize .nav-tabs.nav-arrow-top > li.active:after, .panel .panel-colorize .nav-justified-all.nav-arrow-top > li.active:before, .panel .panel-colorize .nav-justified-all.nav-arrow-top > li.active:after {
  position: absolute;
  border: solid transparent;
  top: auto;
  left: auto;
  height: 0;
  width: 0;
  margin: 0;
  border-width: 7px;
  pointer-events: none; }
/* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.panel .panel-colorize .nav-tabs.nav-arrow-top > li.active:after, .panel .panel-colorize .nav-justified-all.nav-arrow-top > li.active:after {
  content: " ";
  border-top-color: white;
  margin-left: -7px;
  left: 50%;
  top: 0; }
/* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.panel .panel-colorize .nav-tabs.nav-arrow-top > li.active:before, .panel .panel-colorize .nav-justified-all.nav-arrow-top > li.active:before {
  content: none; }
/* line 70, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .dropdown-menu > li a {
  color: #43494d; }
/* line 75, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel .panel-colorize .dropdown-menu > li.active a {
  color: white; }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel.panel-default .panel-colorize .nav-tabs[rel=tabdrop] .open > a, .panel.panel-default .panel-colorize .nav-tabs[rel=tabdrop] .open > a:hover, .panel.panel-default .panel-colorize .nav-tabs[rel=tabdrop] .open > a:focus {
  color: #43494d; }
/* line 94, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel.panel-default .panel-colorize .nav-tabs > li > a, .panel.panel-default .panel-colorize .nav-justified-all > li > a {
  background: transparent;
  color: rgba(67, 73, 77, 0.5); }
  /* line 98, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
  .panel.panel-default .panel-colorize .nav-tabs > li > a:hover, .panel.panel-default .panel-colorize .nav-justified-all > li > a:hover {
    color: #43494d;
    background: transparent; }
/* line 105, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_panels.scss */
.panel.panel-default .panel-colorize .nav-tabs > li.active > a, .panel.panel-default .panel-colorize .nav-tabs > li.active > a:hover, .panel.panel-default .panel-colorize .nav-tabs > li.active > a:focus, .panel.panel-default .panel-colorize .nav-justified-all > li.active > a, .panel.panel-default .panel-colorize .nav-justified-all > li.active > a:hover, .panel.panel-default .panel-colorize .nav-justified-all > li.active > a:focus {
  background: transparent;
  color: #43494d; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_popovers.scss */
.popover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  border-radius: 0;
  border: none;
  padding: 0; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_popovers.scss */
.popover-title {
  border-radius: 0;
  border: none; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_scaffolding.scss */
.img-responsive {
  margin: 0 auto; }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_scaffolding.scss */
a, a:hover {
  text-decoration: none; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_scaffolding.scss */
.thumbnail {
  background: white; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_scaffolding.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #999999; }

/* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_tables.scss */
.table > thead > tr > th {
  border-bottom: none;
  font-weight: 600; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_tables.scss */
.table-full {
  width: 100%; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_tables.scss */
tr.row-mid th, tr.row-mid td {
  vertical-align: middle !important; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_dropdowns.scss */
.dropdown-menu a {
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_dropdowns.scss */
.dropdown-menu {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  border: none; }

/* line 2, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
.form-control, .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
.has-success .form-control {
  background-color: #22ba93;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
  .has-success .form-control:focus, .has-success .form-control:hover {
    border: none;
    background-color: #22ba93;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-success .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-success .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-success .form-control::-webkit-input-placeholder {
    color: white; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
.has-warning .form-control {
  background-color: #fbb23e;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
  .has-warning .form-control:focus, .has-warning .form-control:hover {
    border: none;
    background-color: #fbb23e;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-warning .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-warning .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-warning .form-control::-webkit-input-placeholder {
    color: white; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
.has-error .form-control {
  background-color: #e04959;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
  .has-error .form-control:focus, .has-error .form-control:hover {
    border: none;
    background-color: #e04959;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-error .form-control::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-error .form-control:-ms-input-placeholder {
    color: white; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .has-error .form-control::-webkit-input-placeholder {
    color: white; }

/* line 36, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
.form-control {
  -webkit-transition: background-color 0.35s ease;
  -moz-transition: background-color 0.35s ease;
  -o-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease; }
  /* line 38, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
  .form-control:focus, .form-control:hover {
    background-color: #f2f4f8; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
.jvFloat .placeHolder {
  color: #43494d;
  font-weight: 700; }
  /* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_forms.scss */
  .jvFloat .placeHolder.required:before {
    content: "* "; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_labels.scss */
.box-label {
  display: inline;
  padding: .2em .6em .3em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_labels.scss */
.label {
  padding-left: 7px;
  padding-right: 7px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_modals.scss */
.modal {
  overflow-y: scroll; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar-brand {
  padding: 0 15px;
  line-height: 45px;
  font-size: 24px; }
  /* line 8, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-brand img {
    margin-right: 10px; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.btn-nav {
  max-height: 50px;
  padding: 16px;
  border: none;
  line-height: 16px; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar-form-search .form-group, .navbar-form-search .form-control {
  display: block;
  width: 100%; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-form-search .form-group .form-control-header, .navbar-form-search .form-control .form-control-header {
    color: #737d83; }
@media (max-width: 767px) {
  /* line 17, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-form-search {
    width: 100px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-form-search {
    width: 180px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-form-search {
    width: 350px; } }
@media (min-width: 1200px) {
  /* line 17, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-form-search {
    width: 400px; } }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar-form-inplace {
  margin-top: 8px; }
  /* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-form-inplace > .form-group {
    margin-bottom: 0; }

/* line 53, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar-inplace .navbar-nav {
  margin: auto; }
  /* line 55, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
  .navbar-inplace .navbar-nav > li {
    float: left; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
    .navbar-inplace .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px; }
      /* line 60, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
      .navbar-inplace .navbar-nav > li > a.navbar-img-link {
        padding-top: 10px;
        padding-bottom: 10px; }
        /* line 63, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
        .navbar-inplace .navbar-nav > li > a.navbar-img-link > img {
          width: 30px; }

/* line 72, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar .dropdown-menu {
  top: 60px; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 7px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .navbar .dropdown-menu:after {
    content: " ";
    border-bottom-color: white;
    margin-left: -7px;
    left: 50%;
    bottom: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .navbar .dropdown-menu:before {
    content: none; }

/* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.navbar .navbar-right .dropdown-menu:before, .navbar .navbar-right .dropdown-menu:after {
  position: absolute;
  border: solid transparent;
  top: auto;
  left: auto;
  height: 0;
  width: 0;
  margin: 0;
  border-width: 7px;
  pointer-events: none; }
/* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.navbar .navbar-right .dropdown-menu:after {
  content: " ";
  border-bottom-color: white;
  margin-left: 43px;
  left: 50%;
  bottom: 100%; }
/* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.navbar .navbar-right .dropdown-menu:before {
  content: none; }

/* line 81, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar-form-search input {
  background-color: rgba(242, 244, 248, 0.2); }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navbar.scss */
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
  font-weight: 300; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
.nav > li a {
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
.nav-tabs[rel=tabdrop] .open > a, .nav-tabs[rel=tabdrop] .open > a:hover, .nav-tabs[rel=tabdrop] .open > a:focus {
  background-color: #eeeeee;
  border-color: #dddddd; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
.nav-tabs {
  border-bottom: none; }

/* line 23, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
.nav-tabs > li {
  margin-right: 3px; }
  /* line 26, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
  .nav-tabs > li > a {
    border: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  /* line 33, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none; }

/* line 40, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
.nav-tabs > li > a {
  background: rgba(255, 255, 255, 0.5);
  color: #bec9e0; }
  /* line 44, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
  .nav-tabs > li > a:hover {
    color: #43494d;
    background: white; }
/* line 51, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: white; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.base-header {
  margin-top: 0;
  margin-bottom: 0;
  line-height: inherit; }

/* line 7, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.thin {
  font-weight: 300; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.major {
  font-weight: 600; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.lead {
  font-weight: 300; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
strong {
  font-weight: 600; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
h1.text-lg {
  font-size: 66px;
  line-height: 76px; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
h2.text-lg {
  font-size: 54px;
  line-height: 64px; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
h3.text-lg {
  font-size: 46px;
  line-height: 56px; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
h4.text-lg {
  font-size: 34px;
  line-height: 44px; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
h5.text-lg {
  font-size: 26px;
  line-height: 36px; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: white; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-white:hover {
  color: #e6e6e6; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-white {
  background-color: white; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-white.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f7f7f7);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-white.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f7f7f7);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f7f7f7);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-white, .bg-white a:not(.btn) {
    color: #43494d; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-white-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-white-inverse, .bg-white-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-semi-light {
  color: rgba(242, 244, 248, 0.2); }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-semi-light:hover {
  color: rgba(209, 216, 230, 0.2); }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-semi-light {
  background-color: rgba(242, 244, 248, 0.2); }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-semi-light.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 232, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 232, 243, 0.2));
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-semi-light.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(232, 238, 243, 0.2)));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* IE10+ */
    background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.2) 40%, rgba(232, 238, 243, 0.2));
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-semi-light, .bg-semi-light a:not(.btn) {
    color: #43494d; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-semi-light-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-semi-light-inverse, .bg-semi-light-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f2f4f8; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-light:hover {
  color: #d1d8e6; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light {
  background-color: #f2f4f8; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-light.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #e8e8f3));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #e8e8f3);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #e8e8f3);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-light.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, white 40%, #e8eef3);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #e8eef3));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #e8eef3);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #e8eef3);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #e8eef3);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #e8eef3);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-light, .bg-light a:not(.btn) {
    color: #43494d; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-light-inverse, .bg-light-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #177bbb; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #115d8e; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary {
  background-color: #177bbb; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1987cd), color-stop(100%, #153fad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1987cd 40%, #153fad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1987cd 40%, #153fad);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1987cd), color-stop(100%, #1598ad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1987cd 40%, #1598ad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1987cd 40%, #1598ad);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary, .bg-primary a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-inverse, .bg-primary-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #1ccacc; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #169e9f; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info {
  background-color: #1ccacc; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1a86bf));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1a86bf);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1edcde 40%, #1a86bf);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1edcde), color-stop(100%, #1abf97));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1edcde 40%, #1abf97);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1edcde 40%, #1abf97);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info, .bg-info a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-inverse, .bg-info-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #1aae88; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #138265; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success {
  background-color: #1aae88; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1dc096), color-stop(100%, #1896a1));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1dc096 40%, #1896a1);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1dc096 40%, #1896a1);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1dc096), color-stop(100%, #18a15b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1dc096 40%, #18a15b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1dc096 40%, #18a15b);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success, .bg-success a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-inverse, .bg-success-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #fbb23e; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #fa9e0c; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning {
  background-color: #fbb23e; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fbba52), color-stop(100%, #fbf02f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fbba52 40%, #fbf02f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fbba52 40%, #fbf02f);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fbba52), color-stop(100%, #fb792f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fbba52 40%, #fb792f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fbba52 40%, #fb792f);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning, .bg-warning a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-inverse, .bg-warning-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #e33244; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #c71b2d; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger {
  background-color: #e33244; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e54454), color-stop(100%, #e15025));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e54454 40%, #e15025);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e54454 40%, #e15025);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e54454), color-stop(100%, #e12567));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e54454 40%, #e12567);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e54454 40%, #e12567);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger, .bg-danger a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-inverse, .bg-danger-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-black {
  color: #12131a; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-black:hover {
  color: black; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black {
  background-color: #12131a; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1a1c26), color-stop(100%, #0d0c11));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1a1c26 40%, #0d0c11);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1a1c26 40%, #0d0c11);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1a1c26), color-stop(100%, #0c0e11));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1a1c26 40%, #0c0e11);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1a1c26 40%, #0c0e11);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black, .bg-black a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-inverse, .bg-black-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #222733; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-dark:hover {
  color: #0e1014; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark {
  background-color: #222733; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2a303f), color-stop(100%, #1c1c2a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2a303f 40%, #1c1c2a);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2a303f 40%, #1c1c2a);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2a303f), color-stop(100%, #1c232a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2a303f 40%, #1c232a);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2a303f 40%, #1c232a);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark, .bg-dark a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-inverse, .bg-dark-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-inverse {
  color: #433599; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-inverse:hover {
  color: #322873; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse {
  background-color: #433599; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4a3aa8), color-stop(100%, #5d318e));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4a3aa8 40%, #5d318e);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4a3aa8 40%, #5d318e);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4a3aa8), color-stop(100%, #313b8e));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4a3aa8 40%, #313b8e);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4a3aa8 40%, #313b8e);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse, .bg-inverse a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-inverse, .bg-inverse-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light-lt {
  color: white; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-light-lt:hover {
  color: #dfe3ec; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light-lt {
  background-color: white; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-light-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f5f5f9));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f5f5f9);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f5f5f9);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-light-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, white), color-stop(100%, #f5f8f9));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, white 40%, #f5f8f9);
    /* IE10+ */
    background-image: linear-gradient(155deg, #ffffff 40%, #f5f8f9);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-light-lt, .bg-light-lt a:not(.btn) {
    color: #43494d; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light-lt-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-light-lt-inverse, .bg-light-lt-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary-lt {
  color: #1f86c7; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary-lt:hover {
  color: #18689b; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-lt {
  background-color: #1f86c7; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2292d9), color-stop(100%, #1d48ba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2292d9 40%, #1d48ba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2292d9 40%, #1d48ba);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #2292d9), color-stop(100%, #1da4ba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #2292d9 40%, #1da4ba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #2292d9 40%, #1da4ba);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-lt, .bg-primary-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-lt-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-lt-inverse, .bg-primary-lt-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info-lt {
  color: #25d6d8; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info-lt:hover {
  color: #1daaac; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-lt {
  background-color: #25d6d8; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #34dbdc), color-stop(100%, #2391cb));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #34dbdc 40%, #2391cb);
    /* IE10+ */
    background-image: linear-gradient(155deg, #34dbdc 40%, #2391cb);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #34dbdc), color-stop(100%, #23cba2));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #34dbdc 40%, #23cba2);
    /* IE10+ */
    background-image: linear-gradient(155deg, #34dbdc 40%, #23cba2);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-lt, .bg-info-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-lt-inverse, .bg-info-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success-lt {
  color: #22ba93; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success-lt:hover {
  color: #1a8f71; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-lt {
  background-color: #22ba93; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #25cba1), color-stop(100%, #20a2ad));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #25cba1 40%, #20a2ad);
    /* IE10+ */
    background-image: linear-gradient(155deg, #25cba1 40%, #20a2ad);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #25cba1), color-stop(100%, #20ad66));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #25cba1 40%, #20ad66);
    /* IE10+ */
    background-image: linear-gradient(155deg, #25cba1 40%, #20ad66);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-lt, .bg-success-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-lt-inverse, .bg-success-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning-lt {
  color: #f7b956; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning-lt:hover {
  color: #f5a526; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-lt {
  background-color: #f7b956; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #f8c16a), color-stop(100%, #f6ed48));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #f8c16a 40%, #f6ed48);
    /* IE10+ */
    background-image: linear-gradient(155deg, #f8c16a 40%, #f6ed48);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #f8c16a), color-stop(100%, #f68748));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #f8c16a 40%, #f68748);
    /* IE10+ */
    background-image: linear-gradient(155deg, #f8c16a 40%, #f68748);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-lt, .bg-warning-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-lt-inverse, .bg-warning-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger-lt {
  color: #e04959; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger-lt:hover {
  color: #d32436; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-lt {
  background-color: #e04959; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e35b69), color-stop(100%, #de623c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e35b69 40%, #de623c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e35b69 40%, #de623c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e35b69), color-stop(100%, #de3c75));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e35b69 40%, #de3c75);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e35b69 40%, #de3c75);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-lt, .bg-danger-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-lt-inverse, .bg-danger-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-black-lt {
  color: #1c1d24; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-black-lt:hover {
  color: #060608; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-lt {
  background-color: #1c1d24; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #252630 40%, #17151c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #252630), color-stop(100%, #17151c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #252630 40%, #17151c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #252630 40%, #17151c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #252630 40%, #17151c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #252630 40%, #17151c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #252630 40%, #15181c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #252630), color-stop(100%, #15181c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #252630 40%, #15181c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #252630 40%, #15181c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #252630 40%, #15181c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #252630 40%, #15181c);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-lt, .bg-black-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-lt-inverse, .bg-black-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark-lt {
  color: #2d313d; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-dark-lt:hover {
  color: #171a1f; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-lt {
  background-color: #2d313d; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #353b48 40%, #272634);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #353b48), color-stop(100%, #272634));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #353b48 40%, #272634);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #353b48 40%, #272634);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #353b48 40%, #272634);
    /* IE10+ */
    background-image: linear-gradient(155deg, #353b48 40%, #272634);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #353b48), color-stop(100%, #262e34));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #353b48 40%, #262e34);
    /* IE10+ */
    background-image: linear-gradient(155deg, #353b48 40%, #262e34);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-lt, .bg-dark-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-lt-inverse, .bg-dark-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-inverse-lt {
  color: #4e40a2; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-inverse-lt:hover {
  color: #3c327e; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-lt {
  background-color: #4e40a2; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse-lt.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #5546b1), color-stop(100%, #673c98));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #5546b1 40%, #673c98);
    /* IE10+ */
    background-image: linear-gradient(155deg, #5546b1 40%, #673c98);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse-lt.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #5546b1), color-stop(100%, #3c4698));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #5546b1 40%, #3c4698);
    /* IE10+ */
    background-image: linear-gradient(155deg, #5546b1 40%, #3c4698);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-lt, .bg-inverse-lt a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-lt-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-lt-inverse, .bg-inverse-lt-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary-lter {
  color: #3ea1e1; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary-lter:hover {
  color: #2089cc; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-lter {
  background-color: #3ea1e1; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4faae4), color-stop(100%, #3061df));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4faae4 40%, #3061df);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4faae4 40%, #3061df);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4faae4), color-stop(100%, #30c6df));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4faae4 40%, #30c6df);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4faae4 40%, #30c6df);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-lter, .bg-primary-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-lter-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-lter-inverse, .bg-primary-lter-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info-lter {
  color: #53e0e2; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info-lter:hover {
  color: #27d8da; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-lter {
  background-color: #53e0e2; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #64e3e5), color-stop(100%, #46aadf));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #64e3e5 40%, #46aadf);
    /* IE10+ */
    background-image: linear-gradient(155deg, #64e3e5 40%, #46aadf);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #64e3e5), color-stop(100%, #46dfbb));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #64e3e5 40%, #46dfbb);
    /* IE10+ */
    background-image: linear-gradient(155deg, #64e3e5 40%, #46dfbb);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-lter, .bg-info-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-lter-inverse, .bg-info-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success-lter {
  color: #3adbb1; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success-lter:hover {
  color: #23bf97; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-lter {
  background-color: #3adbb1; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4bdeb8), color-stop(100%, #2dcbd8));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4bdeb8 40%, #2dcbd8);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4bdeb8 40%, #2dcbd8);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4bdeb8), color-stop(100%, #2dd881));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4bdeb8 40%, #2dd881);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4bdeb8 40%, #2dd881);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-lter, .bg-success-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-lter-inverse, .bg-success-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning-lter {
  color: #facf8c; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning-lter:hover {
  color: #f7bb5b; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-lter {
  background-color: #facf8c; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fad79f), color-stop(100%, #f9f27d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fad79f 40%, #f9f27d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fad79f 40%, #f9f27d);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fad79f), color-stop(100%, #f9aa7d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fad79f 40%, #f9aa7d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fad79f 40%, #f9aa7d);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-lter, .bg-warning-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-lter-inverse, .bg-warning-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger-lter {
  color: #e87985; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger-lter:hover {
  color: #e14e5d; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-lter {
  background-color: #e87985; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eb8b94), color-stop(100%, #e6886c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eb8b94 40%, #e6886c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eb8b94 40%, #e6886c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eb8b94), color-stop(100%, #e66c97));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eb8b94 40%, #e66c97);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eb8b94 40%, #e66c97);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-lter, .bg-danger-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-lter-inverse, .bg-danger-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-black-lter {
  color: #343644; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-black-lter:hover {
  color: #1e1f27; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-lter {
  background-color: #343644; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #3d3f50), color-stop(100%, #312e3c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #3d3f50 40%, #312e3c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #3d3f50 40%, #312e3c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #3d3f50), color-stop(100%, #2e333c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #3d3f50 40%, #2e333c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #3d3f50 40%, #2e333c);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-lter, .bg-black-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-lter-inverse, .bg-black-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark-lter {
  color: #454c5d; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-dark-lter:hover {
  color: #2f3440; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-lter {
  background-color: #454c5d; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4d5569), color-stop(100%, #3f3e54));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4d5569 40%, #3f3e54);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4d5569 40%, #3f3e54);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #4d5569), color-stop(100%, #3e4a54));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #4d5569 40%, #3e4a54);
    /* IE10+ */
    background-image: linear-gradient(155deg, #4d5569 40%, #3e4a54);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-lter, .bg-dark-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-lter-inverse, .bg-dark-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-inverse-lter {
  color: #6a5cbf; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-inverse-lter:hover {
  color: #4f41a6; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-lter {
  background-color: #6a5cbf; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse-lter.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #776ac5), color-stop(100%, #8351ba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #776ac5 40%, #8351ba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #776ac5 40%, #8351ba);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse-lter.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #776ac5), color-stop(100%, #515cba));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #776ac5 40%, #515cba);
    /* IE10+ */
    background-image: linear-gradient(155deg, #776ac5 40%, #515cba);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-lter, .bg-inverse-lter a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-lter-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-lter-inverse, .bg-inverse-lter-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white-dk {
  color: #f3f2f2; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-white-dk:hover {
  color: #dad8d8; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-white-dk {
  background-color: #f3f2f2; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-white-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdfcfc), color-stop(100%, #ebeaea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdfcfc 40%, #ebeaea);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-white-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdfcfc), color-stop(100%, #ebeaea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdfcfc 40%, #ebeaea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdfcfc 40%, #ebeaea);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-white-dk, .bg-white-dk a:not(.btn) {
    color: #43494d; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-white-dk-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-white-dk-inverse, .bg-white-dk-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light-dk {
  color: #e1e6f0; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-light-dk:hover {
  color: #bfcade; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light-dk {
  background-color: #e1e6f0; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-light-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eef1f7), color-stop(100%, #d7d7ea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eef1f7 40%, #d7d7ea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eef1f7 40%, #d7d7ea);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-light-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eef1f7), color-stop(100%, #d7e2ea));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #eef1f7 40%, #d7e2ea);
    /* IE10+ */
    background-image: linear-gradient(155deg, #eef1f7 40%, #d7e2ea);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-light-dk, .bg-light-dk a:not(.btn) {
    color: #43494d; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light-dk-inverse {
  background-color: #177bbb; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-light-dk-inverse, .bg-light-dk-inverse a:not(.btn) {
    color: white; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary-dk {
  color: #126da7; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary-dk:hover {
  color: #0d4f79; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-dk {
  background-color: #126da7; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1479b9), color-stop(100%, #103699));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1479b9 40%, #103699);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1479b9 40%, #103699);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-primary-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1479b9), color-stop(100%, #108699));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1479b9 40%, #108699);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1479b9 40%, #108699);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-dk, .bg-primary-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-primary-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-primary-dk-inverse, .bg-primary-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info-dk {
  color: #16b6b8; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info-dk:hover {
  color: #11898b; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-dk {
  background-color: #16b6b8; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #19c8ca), color-stop(100%, #1577ab));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #19c8ca 40%, #1577ab);
    /* IE10+ */
    background-image: linear-gradient(155deg, #19c8ca 40%, #1577ab);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-info-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #19c8ca), color-stop(100%, #15ab87));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #19c8ca 40%, #15ab87);
    /* IE10+ */
    background-image: linear-gradient(155deg, #19c8ca 40%, #15ab87);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-dk, .bg-info-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-info-dk-inverse, .bg-info-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success-dk {
  color: #159a78; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success-dk:hover {
  color: #0f6d55; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-dk {
  background-color: #159a78; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #17ac86), color-stop(100%, #13838c));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #17ac86 40%, #13838c);
    /* IE10+ */
    background-image: linear-gradient(155deg, #17ac86 40%, #13838c);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-success-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #17ac86), color-stop(100%, #138c4f));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #17ac86 40%, #138c4f);
    /* IE10+ */
    background-image: linear-gradient(155deg, #17ac86 40%, #138c4f);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-dk, .bg-success-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-success-dk-inverse, .bg-success-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning-dk {
  color: #fda922; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning-dk:hover {
  color: #eb9102; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-dk {
  background-color: #fda922; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdb136), color-stop(100%, #fdf113));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdb136 40%, #fdf113);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdb136 40%, #fdf113);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-warning-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #fdb136), color-stop(100%, #fd6813));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #fdb136 40%, #fd6813);
    /* IE10+ */
    background-image: linear-gradient(155deg, #fdb136 40%, #fd6813);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-dk, .bg-warning-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-warning-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-warning-dk-inverse, .bg-warning-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger-dk {
  color: #e01b2f; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger-dk:hover {
  color: #b31626; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-dk {
  background-color: #e01b2f; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e52b3e), color-stop(100%, #d34419));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e52b3e 40%, #d34419);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e52b3e 40%, #d34419);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-danger-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #e52b3e), color-stop(100%, #d3195b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #e52b3e 40%, #d3195b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #e52b3e 40%, #d3195b);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-dk, .bg-danger-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-danger-dk-inverse, .bg-danger-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark-dk {
  color: #171b24; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-dark-dk:hover {
  color: #030405; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-dk {
  background-color: #171b24; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1f2431), color-stop(100%, #12111b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1f2431 40%, #12111b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1f2431 40%, #12111b);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-dark-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #1f2431), color-stop(100%, #11171b));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #1f2431 40%, #11171b);
    /* IE10+ */
    background-image: linear-gradient(155deg, #1f2431 40%, #11171b);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-dk, .bg-dark-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-dark-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-dark-dk-inverse, .bg-dark-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-black-dk {
  color: #07080b; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-black-dk:hover {
  color: black; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-dk {
  background-color: #07080b; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #0f1017), color-stop(100%, #010102));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #0f1017 40%, #010102);
    /* IE10+ */
    background-image: linear-gradient(155deg, #0f1017 40%, #010102);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-black-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #0f1017), color-stop(100%, #010202));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #0f1017 40%, #010202);
    /* IE10+ */
    background-image: linear-gradient(155deg, #0f1017 40%, #010202);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-dk, .bg-black-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-black-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-black-dk-inverse, .bg-black-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-inverse-dk {
  color: #392c88; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-inverse-dk:hover {
  color: #292062; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-dk {
  background-color: #392c88; }
  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse-dk.gradient-diag1 {
    background-image: -moz-linear-gradient(-65deg, #403198 40%, #50287d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #403198), color-stop(100%, #50287d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #403198 40%, #50287d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #403198 40%, #50287d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #403198 40%, #50287d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #403198 40%, #50287d);
    /* W3C */ }
  /* line 210, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .bg-inverse-dk.gradient-diag1-inverse {
    background-image: -moz-linear-gradient(-65deg, #403198 40%, #28327d);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #403198), color-stop(100%, #28327d));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(-65deg, #403198 40%, #28327d);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(-65deg, #403198 40%, #28327d);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(-65deg, #403198 40%, #28327d);
    /* IE10+ */
    background-image: linear-gradient(155deg, #403198 40%, #28327d);
    /* W3C */ }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-dk, .bg-inverse-dk a:not(.btn) {
    color: white; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-inverse-dk-inverse {
  background-color: white; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
  .bg-inverse-dk-inverse, .bg-inverse-dk-inverse a:not(.btn) {
    color: #43494d; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-success-ltest {
  background: #eff8f7; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-info-ltest {
  background: #eef6fd; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-danger-ltest {
  background: #fdf3f3; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
.bg-light-semi {
  background: rgba(242, 244, 248, 0.2); }

/* line 5, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-normal {
  color: #43494d; }

/* line 8, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-normal:hover {
  color: #2c2f32; }

/* line 66, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_type.scss */
strong {
  font-weight: 600; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_alerts.scss */
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  border: none; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_progress-bars.scss */
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/bootstrap-overrides/_progress-bars.scss */
.progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*!
  * Timepicker Component for Twitter Bootstrap
  *
  * Copyright 2013 Joris de Wit
  *
  * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
  *
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
*/
/* line 12, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker {
  position: relative; }
  /* line 17, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0; }
    /* line 21, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
      left: auto;
      right: 12px; }
    /* line 25, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
      left: auto;
      right: 13px; }
  /* line 33, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker .input-group-addon {
    cursor: pointer; }
    /* line 35, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker .input-group-addon i {
      display: inline-block;
      width: 16px;
      height: 16px; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }
  /* line 45, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block; }
  /* line 48, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid #ffffff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute; }
/* line 58, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }
/* line 61, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }
/* line 66, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }
/* line 69, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }
/* line 74, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }
/* line 77, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }
/* line 82, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #ffffff; }
/* line 87, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }
/* line 93, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px; }
/* line 97, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }
  /* line 101, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px; }
    /* line 107, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker-widget table td:not(.separator) {
      min-width: 30px; }
    /* line 111, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker-widget table td span {
      width: 100%; }
    /* line 114, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker-widget table td a {
      border: 1px transparent solid;
      width: 100%;
      display: inline-block;
      margin: 0;
      padding: 8px 0;
      outline: 0;
      color: #333; }
      /* line 123, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
      .bootstrap-timepicker-widget table td a:hover {
        text-decoration: none;
        background-color: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-color: #ddd; }
      /* line 132, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
      .bootstrap-timepicker-widget table td a i {
        margin-top: 2px;
        font-size: 18px; }
    /* line 137, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker-widget table td input {
      width: 42px;
      margin: 0;
      text-align: center;
      padding: 4px 6px; }

/* line 147, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  /* line 152, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }
@media (max-width: 767px) {
  /* line 159, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
  .bootstrap-timepicker {
    width: 100%; }
    /* line 162, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap3-timepicker.scss */
    .bootstrap-timepicker .dropdown-menu {
      width: 100%; } }
/* line 4, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-colorselector.scss */
.btn-colorselector,
.dropdown-colorselector > .dropdown-menu > li > .color-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/*!
  * Datetimepicker for Bootstrap
  *
  * Copyright 2012 Stefan Petre
  * Improvements by Andrew Rowls
  * Improvements by Sébastien Malot
  * Licensed under the Apache License v2.0
  * http://www.apache.org/licenses/LICENSE-2.0
  *
*/
/* line 13, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  white-space: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  direction: ltr; }
  /* line 19, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker.datetimepicker-rtl {
    direction: rtl; }
    /* line 24, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
    .datetimepicker.datetimepicker-rtl table tr td span {
      float: right; }
  /* line 31, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker > div {
    display: none; }
  /* line 36, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker.minutes div.datetimepicker-minutes {
    display: block; }
  /* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker.hours div.datetimepicker-hours {
    display: block; }
  /* line 50, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker.days div.datetimepicker-days {
    display: block; }
  /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker.months div.datetimepicker-months {
    display: block; }
  /* line 64, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker.years div.datetimepicker-years {
    display: block; }
  /* line 69, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker table {
    margin: 0; }
    /* line 74, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
    .datetimepicker table tr td.minute:hover {
      background: #eeeeee;
      cursor: pointer; }
    /* line 80, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
    .datetimepicker table tr td.hour:hover {
      background: #eeeeee;
      cursor: pointer; }
    /* line 86, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
    .datetimepicker table tr td.day:hover {
      background: #eeeeee;
      cursor: pointer; }
    /* line 91, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
    .datetimepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      /* line 102, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
      .datetimepicker table tr td span:hover {
        background: #eeeeee; }
      /* line 105, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
      .datetimepicker table tr td span.old {
        color: #999999; }
  /* line 113, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px; }
  /* line 119, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px; }
  /* line 125, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
  .datetimepicker th.switch {
    width: 145px; }

/* line 130, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-inline {
  width: 220px; }

/* line 133, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

/* line 137, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
[class*="datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute; }

/* line 145, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
[class*="datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0; }

/* line 154, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }
/* line 158, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

/* line 164, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }
/* line 168, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

/* line 174, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }
/* line 178, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

/* line 184, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }
/* line 188, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

/* line 194, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none; }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
  background-color: transparent; }

/* line 206, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
  color: #999999; }

/* line 210, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 218, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  border-color: #fde19a; }

/* line 241, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

/* line 251, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  border-color: #006dcc;
  color: #fff; }

/* line 281, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 291, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 295, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

/* line 299, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

/* line 304, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

/* line 312, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  border-color: #006dcc;
  color: #fff; }

/* line 336, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

/* line 346, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

/* line 350, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
  cursor: pointer; }

/* line 354, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
  background: #eeeeee; }

/* line 360, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-datetimepicker.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

/* line 21, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
.reportrange {
  cursor: pointer;
  display: inline-block; }

/* line 26, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
.panel-title + .reportrange {
  padding-left: 15px; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
.daterangepicker {
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  /* line 36, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker.opensleft:before, .daterangepicker.opensright:before {
    border-bottom-color: #fff; }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker .calendar th, .daterangepicker .calendar td {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  /* line 46, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker .daterangepicker_start_input label, .daterangepicker .daterangepicker_end_input label {
    color: #43494d;
    text-shadow: #fff 1px 1px 0px; }
  /* line 51, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker .ranges .input-mini {
    background-color: #f2f4f8;
    border: none;
    color: #43494d; }
  /* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker .ranges li {
    background: #f2f4f8;
    border: none;
    color: #43494d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    /* line 61, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
    .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
      background: #1f86c7;
      border: none;
      color: #f2f4f8; }
  /* line 68, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker .calendar-date {
    background: white;
    border: 1px solid #f2f4f8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  /* line 74, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker td, .daterangepicker th {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  /* line 78, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker td.off, .daterangepicker td.disabled {
    color: #808990; }
  /* line 81, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker td.available:hover {
    background: #e1e6f0; }
  /* line 85, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker th.available:hover {
    background: #e1e6f0; }
  /* line 89, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker td.in-range {
    background: #f2f4f8; }
  /* line 93, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #1f86c7;
    border-color: none;
    color: #f2f4f8; }
  /* line 99, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker td.week {
    color: #43494d; }
  /* line 103, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-daterange.scss */
  .daterangepicker th.week {
    color: #43494d; }

/* line 16, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker-full .datepicker {
  width: 100%; }

/* line 20, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker {
  border-radius: 2px;
  display: inline-block;
  min-width: 220px; }

/* line 25, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker-inline table {
  width: 100%; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker-dropdown:before {
  border-bottom: 7px solid #ccc; }

/* line 32, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker-dropdown:after {
  border-bottom: 6px solid #ffffff; }

/* line 36, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker td,
.datepicker th {
  border-radius: 2px;
  width: 14.8%;
  height: 30px; }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background: transparent; }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.day:hover {
  background: #f2f4f8; }

/* line 49, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #43494d; }

/* line 53, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #43494d; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #177bbb;
  color: #f2f4f8;
  border: none; }

/* line 84, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background: #177bbb; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background: #177bbb \9; }

/* line 97, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.today:hover:hover {
  color: #f2f4f8; }

/* line 100, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.today.active:hover {
  color: #f2f4f8; }

/* line 106, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #f2f4f8; }

/* line 112, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background: #177bbb;
  border-color: none; }

/* line 135, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background: #177bbb; }

/* line 145, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background: #177bbb \9; }

/* line 151, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background: #177bbb;
  border: none;
  color: #f2f4f8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 176, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #f2f4f8; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #f2f4f8 \9; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #177bbb;
  border: none;
  color: #f2f4f8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 217, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: #177bbb; }

/* line 227, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #177bbb \9; }

/* line 230, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span {
  border-radius: 2px; }

/* line 233, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span:hover {
  background: #eeeeee; }

/* line 237, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #43494d;
  cursor: default; }

/* line 245, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background: #177bbb;
  border: none;
  color: #f2f4f8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 270, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #177bbb; }

/* line 280, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #177bbb \9; }

/* line 284, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #f2f4f8; }

/* line 287, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker th.datepicker-switch {
  width: 145px; }

/* line 292, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap_editable.scss */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #f2f4f8; }

/**
 * Bootstrap-Markdown.less
 *
 * $author Taufan Aditya $taufanaditya
 * $copyright 2013 Taufan Aditya
 */
/* line 9, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
.md-editor {
  display: block; }
  /* line 12, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
  .md-editor > .md-header, .md-editor .md-footer {
    display: block;
    padding: 6px 4px;
    background: rgba(242, 244, 248, 0.2); }
  /* line 18, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
  .md-editor > .md-header {
    margin: 0; }
  /* line 22, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
  .md-editor > .md-preview {
    background: white;
    padding: 15px;
    border-top: 1px dashed #f2f4f8;
    border-bottom: 1px dashed #f2f4f8;
    min-height: 10px;
    overflow: auto; }
  /* line 31, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
  .md-editor > textarea {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    outline: 0;
    outline: thin dotted  \9;
    /* IE6-9 */
    margin: 0;
    display: block;
    padding: 1em;
    width: 100%;
    border: 0;
    box-shadow: none; }
    /* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
    .md-editor > textarea:focus {
      box-shadow: none;
      background: rgba(242, 244, 248, 0.4); }
  /* line 51, /home/clyfe/dev/emerald/source/stylesheets/vendored/_bootstrap-markdown.scss */
  .md-editor.active {
    border-color: #66afe9;
    outline: 0; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
.dataTables_wrapper .selectize-control {
  display: inline-block;
  vertical-align: middle;
  min-width: 100px;
  margin-right: 10px; }
/* line 11, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 10px; }
/* line 6, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.dataTables_wrapper .pagination > li > a,
.dataTables_wrapper .pagination > li > span {
  padding: 5px 10px;
  font-size: 12px; }
/* line 12, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.dataTables_wrapper .pagination > li:first-child > a,
.dataTables_wrapper .pagination > li:first-child > span {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px; }
/* line 18, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.dataTables_wrapper .pagination > li:last-child > a,
.dataTables_wrapper .pagination > li:last-child > span {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; }

/* line 28, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: none; }
/* line 37, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'FontAwesome';
  text-align: right;
  float: right; }
/* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting:after {
  content: '\f0dc';
  opacity: 0.2; }
/* line 44, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting_asc:after {
  content: '\f0d8'; }
/* line 45, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting_desc:after {
  content: '\f0d7'; }
/* line 46, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting_asc_disabled:after {
  content: '\f0d8';
  opacity: 0.2; }
/* line 47, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead .sorting_desc_disabled:after {
  content: '\f0d7';
  opacity: 0.2; }
/* line 49, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable thead th {
  font-weight: 600;
  padding: 8px; }
/* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable tr.odd {
  background-color: #fff; }
  /* line 60, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
  table.dataTable tr.odd td.sorting_1, table.dataTable tr.odd td.sorting_2, table.dataTable tr.odd td.sorting_3 {
    background-color: rgba(242, 244, 248, 0.4); }
/* line 66, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
table.dataTable tr.even {
  background-color: #fff; }
  /* line 69, /home/clyfe/dev/emerald/source/stylesheets/vendored/_datatables.scss */
  table.dataTable tr.even td.sorting_1, table.dataTable tr.even td.sorting_2, table.dataTable tr.even td.sorting_3 {
    background-color: rgba(242, 244, 248, 0.2); }

/*
 * Sorting
 */
/* The MIT License */
/* line 6, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 9, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone {
  position: relative;
  border: 1px dashed #c4c8cb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: rgba(242, 244, 248, 0.4);
  padding: 2em;
  min-height: 100px; }

/* line 17, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
  display: block;
  text-align: center; }

/* line 26, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
  cursor: pointer; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default; }

/* line 32, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-message {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #8e969c; }

/* line 38, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone.dz-drag-hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.04); }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  margin: 17px;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px; }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
  display: none; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  padding: 5px;
  margin-bottom: 22px; }

/* line 69, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
  overflow: hidden;
  height: 100%; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px; }

/* line 82, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
  position: absolute;
  bottom: -28px;
  left: 3px;
  height: 28px;
  line-height: 28px; }

/* line 90, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
  display: block; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
  display: block; }

/* line 98, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
  display: none; }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  right: -10px;
  top: -10px; }

/* line 115, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
  color: #1aae88; }
  /* line 117, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
  .dropzone .dz-preview .dz-success-mark::after,
  .dropzone-previews .dz-preview .dz-success-mark::after {
    font-family: 'FontAwesome';
    content: "\F00C"; }
  /* line 121, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
  .dropzone .dz-preview .dz-success-mark span,
  .dropzone-previews .dz-preview .dz-success-mark span {
    display: none; }

/* line 126, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
  color: #e33244; }

/* line 130, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
  position: absolute;
  top: 100px;
  left: 6px;
  right: 6px;
  height: 6px;
  background: #d7d7d7;
  display: none; }

/* line 140, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: #1aae88; }

/* line 149, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
  display: block; }

/* line 153, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
  display: none;
  position: absolute;
  top: -5px;
  left: -20px;
  background: #eeeeee;
  padding: 8px 10px;
  color: #e33244;
  min-width: 140px;
  max-width: 500px;
  z-index: 500; }

/* line 166, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dropzone.scss */
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
  display: block; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
.bootstrap-dialog {
  /* dialog sizes */ }
  /* line 3, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog .bootstrap-dialog-title {
    display: inline-block; }
  /* line 6, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog .bootstrap-dialog-button-icon {
    margin-right: 3px; }
  /* line 9, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog .bootstrap-dialog-close-button {
    float: right;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9; }
    /* line 15, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
    .bootstrap-dialog .bootstrap-dialog-close-button:hover {
      cursor: pointer;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  /* line 26, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog.size-normal .bootstrap-dialog-title {
    font-size: 16px; }
  /* line 29, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog.size-normal .bootstrap-dialog-close-button {
    font-size: 20px; }
  /* line 32, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog.size-normal .bootstrap-dialog-message {
    font-size: 14px; }
  /* line 38, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog.size-large .bootstrap-dialog-title {
    font-size: 24px; }
  /* line 41, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog.size-large .bootstrap-dialog-close-button {
    font-size: 30px; }
  /* line 44, /home/clyfe/dev/emerald/source/stylesheets/vendored/_dialog.scss */
  .bootstrap-dialog.size-large .bootstrap-dialog-message {
    font-size: 18px; }

/* line 2, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize-search.scss */
.selectize-search .selectize-input > input {
  margin-left: 16px !important; }
/* line 5, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize-search.scss */
.selectize-search .selectize-dropdown-content {
  padding: 0;
  overflow-y: hidden;
  z-index: 2000;
  max-height: 400px; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu-full {
  width: 100%; }

/* line 7, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu {
  background: transparent;
  border: none; }

/* line 16, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu li.active > a {
  background-color: rgba(225, 230, 240, 0.2); }
/* line 19, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu li > a {
  color: #43494d; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
  .navmenu li > a:hover, .navmenu li > a:focus {
    background-color: rgba(225, 230, 240, 0.2); }
/* line 28, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu .open > a, .navmenu .open > a:hover, .navmenu .open > a:focus {
  background-color: rgba(225, 230, 240, 0.2); }
/* line 33, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu .dropdown-menu > .active > a, .navmenu .dropdown-menu > .active > a:hover {
  background-color: rgba(225, 230, 240, 0.2);
  color: #43494d; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
.navmenu-nav {
  margin-bottom: 0; }
  /* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
  .navmenu-nav li:last-child {
    border-bottom: 0; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
  .navmenu-nav li a i, .navmenu-nav li a .badge {
    margin-right: 10px; }
  /* line 53, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
  .navmenu-nav .dropdown-menu {
    padding-bottom: 0; }
    /* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_navmenu.scss */
    .navmenu-nav .dropdown-menu > li > a {
      padding-top: 7px;
      padding-bottom: 7px; }

/* line 9, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-header-title h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-day-number,
.fc-day-header,
.fc-widget-header,
.fc-agenda .fc-agenda-axis {
  font-weight: 300; }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-default {
  border: none; }
  /* line 25, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
  .fc-state-default.fc-corner-left {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  /* line 30, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
  .fc-state-default.fc-corner-right {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

/* line 36, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-button {
  padding: 3px 10px;
  height: 30px; }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-button-next,
.fc-button-prev {
  padding: 3px 3px; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-default {
  background-color: #1f86c7;
  background-image: none;
  border: none;
  color: white;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
  background-color: #1f86c7;
  background-image: none;
  background-position: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

/* line 62, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-hover, .fc-state-down, .fc-state-active {
  color: white; }

/* line 66, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-disabled {
  color: white; }

/* line 70, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-down, .fc-state-active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-event {
  border: 1px solid transparent; }

/* line 80, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-ltr .fc-event-hori.fc-event-start, .fc-rtl .fc-event-hori.fc-event-end {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

/* line 85, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

/* line 90, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-state-highlight {
  background: #f2f4f8; }

/* line 96, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-event-vert.fc-event-start {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
/* line 100, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-event-vert.fc-event-end {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* line 107, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #f2f4f8; }

@media (max-width: 767px) {
  /* line 114, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
  .fc-header {
    width: 100%;
    height: 90px; }

  /* line 119, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
  .fc-header-left {
    width: 50%;
    position: relative;
    top: 45px; }

  /* line 125, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
  .fc-header-center {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0; }

  /* line 132, /home/clyfe/dev/emerald/source/stylesheets/vendored/_fullcalendar.scss */
  .fc-header-right {
    width: 50%;
    top: 45px;
    position: relative; } }
/* iCheck plugin flat skin
----------------------------------- */
/* line 5, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0 .3em 0 0;
  padding: 0;
  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  border: 1px solid #a3a3a3;
  -webkit-transition: border 0.2s linear, color 0.2s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s, color 0.2s linear 0s;
  transition: border 0.2s linear 0s, color 0.2s linear 0s; }
  /* line 18, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox input[type=checkbox],
  .icheckbox input[type=radio],
  .iradio input[type=checkbox],
  .iradio input[type=radio] {
    display: none; }
  /* line 22, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checked::before,
  .iradio.checked::before {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 0.9em; }
  /* line 33, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.disabled,
  .iradio.disabled {
    opacity: 0.65;
    background-color: #f9f9f9;
    cursor: default; }
  /* line 39, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checked.disabled,
  .iradio.checked.disabled {
    background-color: #eeeeee; }
  /* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checked,
  .iradio.checked {
    background-color: white;
    color: #555555; }
    /* line 46, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checked:before,
    .iradio.checked:before {
      color: #555555; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-white.checked,
  .iradio.checkable-white.checked {
    background-color: white;
    color: #43494d;
    border-color: white; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-white.checked:before,
    .iradio.checkable-white.checked:before {
      color: #43494d; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-semi-light.checked,
  .iradio.checkable-semi-light.checked {
    background-color: rgba(242, 244, 248, 0.2);
    color: #43494d;
    border-color: rgba(242, 244, 248, 0.2); }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-semi-light.checked:before,
    .iradio.checkable-semi-light.checked:before {
      color: #43494d; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-light.checked,
  .iradio.checkable-light.checked {
    background-color: #f2f4f8;
    color: #43494d;
    border-color: #f2f4f8; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-light.checked:before,
    .iradio.checkable-light.checked:before {
      color: #43494d; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-primary.checked,
  .iradio.checkable-primary.checked {
    background-color: #177bbb;
    color: white;
    border-color: #177bbb; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-primary.checked:before,
    .iradio.checkable-primary.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-info.checked,
  .iradio.checkable-info.checked {
    background-color: #1ccacc;
    color: white;
    border-color: #1ccacc; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-info.checked:before,
    .iradio.checkable-info.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-success.checked,
  .iradio.checkable-success.checked {
    background-color: #1aae88;
    color: white;
    border-color: #1aae88; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-success.checked:before,
    .iradio.checkable-success.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-warning.checked,
  .iradio.checkable-warning.checked {
    background-color: #fbb23e;
    color: white;
    border-color: #fbb23e; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-warning.checked:before,
    .iradio.checkable-warning.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-danger.checked,
  .iradio.checkable-danger.checked {
    background-color: #e33244;
    color: white;
    border-color: #e33244; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-danger.checked:before,
    .iradio.checkable-danger.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-black.checked,
  .iradio.checkable-black.checked {
    background-color: #12131a;
    color: white;
    border-color: #12131a; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-black.checked:before,
    .iradio.checkable-black.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-dark.checked,
  .iradio.checkable-dark.checked {
    background-color: #222733;
    color: white;
    border-color: #222733; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-dark.checked:before,
    .iradio.checkable-dark.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-inverse.checked,
  .iradio.checkable-inverse.checked {
    background-color: #433599;
    color: white;
    border-color: #433599; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-inverse.checked:before,
    .iradio.checkable-inverse.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-light-lt.checked,
  .iradio.checkable-light-lt.checked {
    background-color: white;
    color: #43494d;
    border-color: white; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-light-lt.checked:before,
    .iradio.checkable-light-lt.checked:before {
      color: #43494d; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-primary-lt.checked,
  .iradio.checkable-primary-lt.checked {
    background-color: #1f86c7;
    color: white;
    border-color: #1f86c7; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-primary-lt.checked:before,
    .iradio.checkable-primary-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-info-lt.checked,
  .iradio.checkable-info-lt.checked {
    background-color: #25d6d8;
    color: white;
    border-color: #25d6d8; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-info-lt.checked:before,
    .iradio.checkable-info-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-success-lt.checked,
  .iradio.checkable-success-lt.checked {
    background-color: #22ba93;
    color: white;
    border-color: #22ba93; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-success-lt.checked:before,
    .iradio.checkable-success-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-warning-lt.checked,
  .iradio.checkable-warning-lt.checked {
    background-color: #f7b956;
    color: white;
    border-color: #f7b956; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-warning-lt.checked:before,
    .iradio.checkable-warning-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-danger-lt.checked,
  .iradio.checkable-danger-lt.checked {
    background-color: #e04959;
    color: white;
    border-color: #e04959; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-danger-lt.checked:before,
    .iradio.checkable-danger-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-black-lt.checked,
  .iradio.checkable-black-lt.checked {
    background-color: #1c1d24;
    color: white;
    border-color: #1c1d24; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-black-lt.checked:before,
    .iradio.checkable-black-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-dark-lt.checked,
  .iradio.checkable-dark-lt.checked {
    background-color: #2d313d;
    color: white;
    border-color: #2d313d; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-dark-lt.checked:before,
    .iradio.checkable-dark-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-inverse-lt.checked,
  .iradio.checkable-inverse-lt.checked {
    background-color: #4e40a2;
    color: white;
    border-color: #4e40a2; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-inverse-lt.checked:before,
    .iradio.checkable-inverse-lt.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-primary-lter.checked,
  .iradio.checkable-primary-lter.checked {
    background-color: #3ea1e1;
    color: white;
    border-color: #3ea1e1; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-primary-lter.checked:before,
    .iradio.checkable-primary-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-info-lter.checked,
  .iradio.checkable-info-lter.checked {
    background-color: #53e0e2;
    color: white;
    border-color: #53e0e2; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-info-lter.checked:before,
    .iradio.checkable-info-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-success-lter.checked,
  .iradio.checkable-success-lter.checked {
    background-color: #3adbb1;
    color: white;
    border-color: #3adbb1; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-success-lter.checked:before,
    .iradio.checkable-success-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-warning-lter.checked,
  .iradio.checkable-warning-lter.checked {
    background-color: #facf8c;
    color: white;
    border-color: #facf8c; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-warning-lter.checked:before,
    .iradio.checkable-warning-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-danger-lter.checked,
  .iradio.checkable-danger-lter.checked {
    background-color: #e87985;
    color: white;
    border-color: #e87985; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-danger-lter.checked:before,
    .iradio.checkable-danger-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-black-lter.checked,
  .iradio.checkable-black-lter.checked {
    background-color: #343644;
    color: white;
    border-color: #343644; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-black-lter.checked:before,
    .iradio.checkable-black-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-dark-lter.checked,
  .iradio.checkable-dark-lter.checked {
    background-color: #454c5d;
    color: white;
    border-color: #454c5d; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-dark-lter.checked:before,
    .iradio.checkable-dark-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-inverse-lter.checked,
  .iradio.checkable-inverse-lter.checked {
    background-color: #6a5cbf;
    color: white;
    border-color: #6a5cbf; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-inverse-lter.checked:before,
    .iradio.checkable-inverse-lter.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-white-dk.checked,
  .iradio.checkable-white-dk.checked {
    background-color: #f3f2f2;
    color: #43494d;
    border-color: #f3f2f2; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-white-dk.checked:before,
    .iradio.checkable-white-dk.checked:before {
      color: #43494d; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-light-dk.checked,
  .iradio.checkable-light-dk.checked {
    background-color: #e1e6f0;
    color: #43494d;
    border-color: #e1e6f0; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-light-dk.checked:before,
    .iradio.checkable-light-dk.checked:before {
      color: #43494d; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-primary-dk.checked,
  .iradio.checkable-primary-dk.checked {
    background-color: #126da7;
    color: white;
    border-color: #126da7; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-primary-dk.checked:before,
    .iradio.checkable-primary-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-info-dk.checked,
  .iradio.checkable-info-dk.checked {
    background-color: #16b6b8;
    color: white;
    border-color: #16b6b8; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-info-dk.checked:before,
    .iradio.checkable-info-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-success-dk.checked,
  .iradio.checkable-success-dk.checked {
    background-color: #159a78;
    color: white;
    border-color: #159a78; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-success-dk.checked:before,
    .iradio.checkable-success-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-warning-dk.checked,
  .iradio.checkable-warning-dk.checked {
    background-color: #fda922;
    color: white;
    border-color: #fda922; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-warning-dk.checked:before,
    .iradio.checkable-warning-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-danger-dk.checked,
  .iradio.checkable-danger-dk.checked {
    background-color: #e01b2f;
    color: white;
    border-color: #e01b2f; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-danger-dk.checked:before,
    .iradio.checkable-danger-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-dark-dk.checked,
  .iradio.checkable-dark-dk.checked {
    background-color: #171b24;
    color: white;
    border-color: #171b24; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-dark-dk.checked:before,
    .iradio.checkable-dark-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-black-dk.checked,
  .iradio.checkable-black-dk.checked {
    background-color: #07080b;
    color: white;
    border-color: #07080b; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-black-dk.checked:before,
    .iradio.checkable-black-dk.checked:before {
      color: white; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
  .icheckbox.checkable-inverse-dk.checked,
  .iradio.checkable-inverse-dk.checked {
    background-color: #392c88;
    color: white;
    border-color: #392c88; }
    /* line 57, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
    .icheckbox.checkable-inverse-dk.checked:before,
    .iradio.checkable-inverse-dk.checked:before {
      color: white; }

/* line 65, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
.icheckbox {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/* line 69, /home/clyfe/dev/emerald/source/stylesheets/vendored/_icheck.scss */
.iradio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-label {
  display: table; }
  /* line 3, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .switch-label p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px;
    padding-right: 8px; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-dark .ios-switch .on-background {
  background-color: #222733; }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-medium .ios-switch {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* line 26, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-small .ios-switch {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  border-radius: 100px;
  backface-visibility: hidden; }
  /* line 36, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch .background-fill {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0; }
  /* line 44, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch .on-background {
    background-color: #eeeeee;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    z-index: 1;
    -webkit-transition: 0.3s 0.2s;
    -moz-transition: 0.3s 0.2s;
    -o-transition: 0.3s 0.2s;
    transition: 0.3s 0.2s; }
  /* line 52, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch .state-background {
    border-radius: 100px;
    z-index: 2;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fdfdfd));
    background: -webkit-linear-gradient(#ffffff, #fdfdfd);
    background: -moz-linear-gradient(#ffffff, #fdfdfd);
    background: -o-linear-gradient(#ffffff, #fdfdfd);
    background: linear-gradient(#ffffff, #fdfdfd);
    border: 2px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  /* line 61, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch .handle {
    width: 41px;
    height: 41px;
    background-color: white;
    top: 2px;
    left: 2px;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 3;
    -webkit-transition: -webkit-transform 0.3s 0.25s;
    -webkit-transition-delay: cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33); }
  /* line 74, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch.off .handle {
    -webkit-animation: expand-off 0.3s 0.2s;
    -o-animation: expand-off 0.3s 0.2s;
    animation: expand-off 0.3s 0.2s;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
  /* line 78, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch.off .on-background {
    -webkit-transition: 0.3s 0s;
    -moz-transition: 0.3s 0s;
    -o-transition: 0.3s 0s;
    transition: 0.3s 0s; }
  /* line 81, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch.off .state-background {
    -webkit-transition: 0.4s 0.25s;
    -moz-transition: 0.4s 0.25s;
    -o-transition: 0.4s 0.25s;
    transition: 0.4s 0.25s; }
  /* line 86, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch.on .handle {
    -webkit-animation: expand-on 0.3s 0.2s;
    -o-animation: expand-on 0.3s 0.2s;
    animation: expand-on 0.3s 0.2s;
    -webkit-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -o-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); }
  /* line 90, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch.on .on-background {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100); }
  /* line 95, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  .ios-switch.on .state-background {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

@keyframes expand-on {
  /* line 102, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px; }

  /* line 105, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px; }

  /* line 108, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px; } }

@keyframes expand-off {
  /* line 115, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px;
    left: 2px; }

  /* line 119, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px;
    left: -7px; }

  /* line 123, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px;
    left: 2px; } }

@-o-keyframes expand-on {
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px; }

  /* line 134, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px; }

  /* line 137, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px; } }

@-ms-keyframes expand-on {
  /* line 144, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px; }

  /* line 147, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px; }

  /* line 150, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px; } }

@-moz-keyframes expand-on {
  /* line 157, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px; }

  /* line 160, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px; }

  /* line 163, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px; } }

@-webkit-keyframes expand-on {
  /* line 170, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px; }

  /* line 173, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px; }

  /* line 176, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px; } }

@-o-keyframes expand-off {
  /* line 183, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px;
    left: 2px; }

  /* line 187, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px;
    left: -7px; }

  /* line 191, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px;
    left: 2px; } }

@-ms-keyframes expand-off {
  /* line 199, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px;
    left: 2px; }

  /* line 203, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px;
    left: -7px; }

  /* line 207, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px;
    left: 2px; } }

@-moz-keyframes expand-off {
  /* line 215, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px;
    left: 2px; }

  /* line 219, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px;
    left: -7px; }

  /* line 223, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px;
    left: 2px; } }

@-webkit-keyframes expand-off {
  /* line 231, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  0% {
    width: 41px;
    left: 2px; }

  /* line 235, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  40% {
    width: 50px;
    left: -7px; }

  /* line 239, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
  100% {
    width: 41px;
    left: 2px; } }

/* line 246, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-default .ios-switch .on-background {
  background-color: #999999; }

/* line 250, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-primary .ios-switch .on-background {
  background-color: #177bbb; }

/* line 254, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-info .ios-switch .on-background {
  background-color: #1ccacc; }

/* line 258, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-success .ios-switch .on-background {
  background-color: #1aae88; }

/* line 262, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-warning .ios-switch .on-background {
  background-color: #fbb23e; }

/* line 266, /home/clyfe/dev/emerald/source/stylesheets/vendored/_ios7-switch.scss */
.switch-danger .ios-switch .on-background {
  background-color: #e33244; }

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/* line 40, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-holder {
  direction: ltr;
  text-align: left;
  /* IE10 touch compatibility */
  -ms-touch-action: none; }

/* Selection Border */
/* line 48, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-vline, .jcrop-hline {
  background: white url("../images/jcrop/Jcrop.gif");
  font-size: 0;
  position: absolute; }

/* line 53, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-vline {
  height: 100%;
  width: 1px !important; }
  /* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-vline.right {
    right: 0; }

/* line 58, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-hline {
  height: 1px !important;
  width: 100%; }
  /* line 61, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-hline.bottom {
    bottom: 0; }

/* Invisible click targets */
/* line 67, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none; }

/* Selection Handles */
/* line 77, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px; }
  /* line 85, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0; }
  /* line 86, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px; }
  /* line 87, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%; }
  /* line 88, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%; }
  /* line 89, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0; }
  /* line 90, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0; }
  /* line 91, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0; }
  /* line 92, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
  .jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px; }

/* Dragbars */
/* line 99, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dragbar.ord-n, .jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%; }
/* line 100, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px; }
/* line 101, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dragbar.ord-n {
  margin-top: -4px; }
/* line 102, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px; }
/* line 103, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0; }
/* line 104, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dragbar.ord-w {
  margin-left: -4px; }

/* The "jcrop-light" class/extension */
/* line 110, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-light .jcrop-vline, .jcrop-light .jcrop-hline {
  background: white;
  filter: Alpha(opacity=70) !important;
  opacity: 0.7 !important; }
/* line 115, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: black;
  border-color: white;
  border-radius: 3px; }

/* The "jcrop-dark" class/extension */
/* line 126, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dark .jcrop-vline, .jcrop-dark .jcrop-hline {
  background: black;
  filter: Alpha(opacity=70) !important;
  opacity: 0.7 !important; }
/* line 131, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: white;
  border-color: black;
  border-radius: 3px; }

/* Simple macro to turn off the antlines */
/* line 142, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.solid-line .jcrop-vline, .solid-line .jcrop-hline {
  background: white; }

/* Fix for twitter bootstrap et al. */
/* line 148, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jcrop.scss */
.jcrop-holder img, img.jcrop-preview {
  max-width: none; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-sortable.scss */
body.dragging, body.dragging * {
  cursor: move !important; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-sortable.scss */
.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-sortable.scss */
ol.dd-list li.placeholder {
  position: relative;
  height: 18px;
  /** More li styles **/ }
  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-sortable.scss */
  ol.dd-list li.placeholder::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0da";
    color: #1ccacc; }

/*
 * Default jvFloat theme.
 * modify it as you wish!
 */
/* line 8, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jvfloat.scss */
.jvFloat {
  position: relative;
  margin-top: 1em;
  padding-top: 4px; }
  /* line 12, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jvfloat.scss */
  .jvFloat .placeHolder {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    font-size: .8em;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 150ms, opacity 100ms, visibility 100ms;
    -moz-transition: -moz-transform 150ms, opacity 100ms, visibility 100ms;
    -o-transition: -o-transform 150ms, opacity 100ms, visibility 100ms;
    transition: transform 150ms, opacity 100ms, visibility 100ms;
    opacity: 0;
    visibility: hidden; }
    /* line 22, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jvfloat.scss */
    .jvFloat .placeHolder.active {
      display: block;
      visibility: visible;
      -webkit-transform: translate(0, -1em);
      -moz-transform: translate(0, -1em);
      -ms-transform: translate(0, -1em);
      -o-transform: translate(0, -1em);
      transform: translate(0, -1em);
      -webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
      -moz-transition: -moz-transform 100ms, opacity 120ms, visibility 120ms;
      -o-transition: -o-transform 100ms, opacity 120ms, visibility 120ms;
      transition: transform 100ms, opacity 120ms, visibility 120ms;
      opacity: 1; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
.dd-list {
  list-style-type: none; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
.dd-content {
  padding: .5em;
  margin-top: .5em;
  background-color: #f2f4f8;
  margin-bottom: .5em; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
button.dd-handle.pull-left {
  margin-right: .5em; }
  /* line 14, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
  button.dd-handle.pull-left + .dd-toggle {
    margin-right: .5em;
    position: relative;
    left: -0.5em;
    margin-right: 0; }

/* line 23, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
.dd-toggle {
  cursor: pointer;
  float: left;
  margin-right: .5em; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
  .dd-toggle::before {
    font-family: FontAwesome;
    content: '\f068'; }
  /* line 31, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nestable.scss */
  .dd-toggle.collapsed::before {
    content: '\f067'; }

/**
  *
  * Main stylesheet for Powerange.
  * http://abpetkov.github.io/powerange/
  *
*/
/**
  * Horizontal slider style (default).
*/
/* line 13, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-bar {
  background-color: #a9acb1;
  border-radius: 15px;
  display: block;
  height: 4px;
  position: relative;
  width: 100%; }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-quantity {
  background-color: #017afd;
  border-radius: 15px;
  display: block;
  height: 100%;
  width: 0; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-handle {
  background-color: #fff;
  border-radius: 100%;
  cursor: move;
  height: 30px;
  left: 0;
  top: -13px;
  position: absolute;
  width: 30px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-min,
.range-max {
  color: #181819;
  font-size: 12px;
  height: 20px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: -9px;
  width: 24px; }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-min {
  left: -30px; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-max {
  right: -30px; }

/**
  * Vertical slider style.
*/
/* line 68, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-bar.vertical {
  height: 100%;
  width: 4px; }
  /* line 72, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
  .range-bar.vertical .range-quantity {
    bottom: 0;
    height: 0;
    position: absolute;
    width: 100%; }
  /* line 79, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
  .range-bar.vertical .range-handle {
    bottom: 0;
    left: -13px;
    top: auto; }
  /* line 86, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
  .range-bar.vertical .range-min,
  .range-bar.vertical .range-max {
    left: -10px;
    right: auto;
    top: auto; }
  /* line 92, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
  .range-bar.vertical .range-min {
    bottom: -30px; }
  /* line 96, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
  .range-bar.vertical .range-max {
    top: -30px; }

/**
  * Style for disabling text selection on handle move.
*/
/* line 105, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 116, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.powerange-holder {
  padding: 1em 1.5em; }

/* line 120, /home/clyfe/dev/emerald/source/stylesheets/vendored/_powerange.scss */
.range-quantity {
  background-color: #1aae88; }

/**
  * selectize.bootstrap3.css (v0.9.0) - Bootstrap 3 Theme
  * Copyright (c) 2013 Brian Reavis & contributors
  *
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
  * file except in compliance with the License. You may obtain a copy of the License at:
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software distributed under
  * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
  * ANY KIND, either express or implied. See the License for the specific language
  * governing permissions and limitations under the License.
  *
  * @author Brian Reavis <brian@thirdroute.com>
*/
/* line 84, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px white;
  -moz-box-shadow: inset 0 0 12px 4px white;
  box-shadow: inset 0 0 12px 4px white; }
/* line 91, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }
/* line 95, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

/* line 101, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid none;
  background: white;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 108, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: white;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

/* line 118, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown-header-close:hover {
  color: #bfbfbf; }

/* line 124, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 130, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }
/* line 133, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }
/* line 136, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

/* line 143, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }
/* line 147, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
/* line 165, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }
/* line 168, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0); }
/* line 171, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }
/* line 174, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0); }

/* line 181, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control {
  position: relative; }
  /* line 183, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-control.form-control {
    min-height: 34px !important; }

/* line 188, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown, .selectize-input, .selectize-input input {
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  -webkit-font-smoothing: inherit; }

/* line 197, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: rgba(242, 244, 248, 0.4);
  cursor: text;
  display: inline-block; }
  /* line 201, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.focus,
  .selectize-control.single .selectize-input.input-active.focus {
    background: #f2f4f8; }
  /* line 204, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.dropdown-active,
  .selectize-control.single .selectize-input.input-active.dropdown-active {
    background: #f2f4f8; }

/* line 209, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-input {
  border: 1px solid none;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  /* line 221, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input.has-items {
    padding: 5px 12px 2px; }
  /* line 228, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.full {
    background-color: rgba(242, 244, 248, 0.4); }
  /* line 231, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.disabled, .selectize-input.disabled * {
    cursor: default !important; }
  /* line 234, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  /* line 237, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  /* line 241, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  /* line 248, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #22ba93;
    color: white;
    border: 0 solid rgba(0, 0, 0, 0); }
    /* line 256, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
    .selectize-control.multi .selectize-input > div.active {
      background: #1aae88;
      color: white;
      border: 0 solid rgba(0, 0, 0, 0); }
  /* line 263, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
    color: white;
    background: #bbbbbb;
    border: 0 solid rgba(77, 77, 77, 0); }
  /* line 269, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input > input {
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    /* line 282, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
    .selectize-input > input:focus {
      outline: none !important; }

/* line 286, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

/* line 292, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: rgba(242, 244, 248, 0.4);
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 303, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid none;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-color: white; }
  /* line 317, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown.form-control, .selectize-dropdown.form-control:hover, .selectize-dropdown.form-control:focus, .selectize-dropdown.form-control:active {
    background-color: white; }
  /* line 322, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden; }
    /* line 325, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(255, 237, 40, 0.4);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px; }
  /* line 330, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 3px 12px; }
  /* line 333, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  /* line 336, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown .optgroup-header {
    color: #999999;
    background: white;
    cursor: default; }
  /* line 341, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown .active {
    background-color: whitesmoke;
    color: #262626; }
    /* line 344, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
    .selectize-dropdown .active.create {
      color: #262626; }
  /* line 348, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-dropdown .create {
    color: rgba(255, 255, 255, 0.5); }

/* line 353, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px; }

/* line 360, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }
/* line 361, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }
/* line 363, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent; }
/* line 376, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent white transparent; }

/* line 384, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto; }
/* line 388, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

/* line 393, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: rgba(242, 244, 248, 0.4); }

/* line 400, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 2000;
  background: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

/* line 413, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.53846; }
/* line 417, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:first-child:before {
  display: none; }
/* line 420, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px; }

/* line 429, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown-content {
  padding: 5px 0; }

/* line 433, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-dropdown-header {
  padding: 6px 12px; }

/* line 437, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-input {
  min-height: 34px; }
  /* line 440, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  /* line 443, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.dropdown-active::before {
    display: none; }
  /* line 446, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
  .selectize-input.focus {
    border-color: #66afe9;
    outline: 0; }

/* line 456, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px; }
/* line 460, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/* line 466, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.bootstrap3.scss */
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.scss */
.selectize-dropdown, .selectize-dropdown.form-control {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  border: none; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .selectize-dropdown:before, .selectize-dropdown:after, .selectize-dropdown.form-control:before, .selectize-dropdown.form-control:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 7px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .selectize-dropdown:after, .selectize-dropdown.form-control:after {
    content: " ";
    border-bottom-color: white;
    left: 15px;
    bottom: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .selectize-dropdown:before, .selectize-dropdown.form-control:before {
    content: none; }

/* line 7, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.scss */
.selectize-input, .selectize-dropdown, .selectize-input input {
  color: #43494d; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/vendored/_selectize.scss */
.selectize-control.multi .selectize-input > div {
  padding-left: 10px; }

/*
  Todd Motto Labs
  URL: www.toddmotto.com
*/
/*------------------------------------*\
  SuperBox
\*------------------------------------*/
/* line 11, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox {
  font-size: 0; }

/* SuperBox */
/* line 16, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
  padding-top: 4px;
  padding-right: 4px;
  position: relative; }
  /* line 24, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-list.active::before {
    content: "\f0d8";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 43%;
    bottom: -24px;
    z-index: 2;
    text-align: center;
    font-size: 28px;
    color: #999999; }

/* line 37, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-img {
  max-width: 100%;
  width: 100%;
  cursor: pointer; }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-list-content {
  display: none; }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-show {
  font-size: 13px;
  margin-top: 4px;
  background-color: #999999;
  position: relative;
  width: 100%;
  width: calc(100% - 4px);
  float: left;
  padding: 25px;
  display: none; }
  /* line 15, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .superbox-show:before, .superbox-show:after {
    content: " ";
    display: table; }
  /* line 19, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .superbox-show:after {
    clear: both; }
  /* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-show .superbox-list-content {
    display: block; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-current-img {
  max-width: 100%;
  float: left;
  margin-right: 25px; }

/* line 65, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-img:hover {
  opacity: 0.8; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-float {
  float: left; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-close {
  cursor: pointer; }
  /* line 73, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-close::after {
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f00d';
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    cursor: pointer; }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
.superbox-close:hover {
  opacity: 1; }

@media only screen and (min-width: 320px) {
  /* line 92, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-list {
    width: 50%; } }
@media only screen and (min-width: 486px) {
  /* line 97, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-list {
    width: 25%; } }
@media only screen and (min-width: 768px) {
  /* line 102, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-list {
    width: 16.66666667%; } }
@media only screen and (min-width: 1025px) {
  /* line 107, /home/clyfe/dev/emerald/source/stylesheets/vendored/_superbox.scss */
  .superbox-list {
    width: 12.5%; } }
/* Theme Variables
 ------------------------------------------*/
/* Layout
 ------------------------------------------*/
/* line 10, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
.note-editor {
  border: 1px solid none;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* toolbar */
  /* note handle */
  /* dialog */
  /* editable */
  /* codeable */
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */ }
  /* line 16, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 1;
    border: 2px dashed lightskyblue;
    color: lightskyblue;
    background-color: white;
    opacity: 0.95;
    pointer-event: none; }
    /* line 26, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dropzone .note-dropzone-message {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 28px;
      font-weight: bold; }
    /* line 34, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dropzone.hover {
      border: 2px dashed #098ddf;
      color: #098ddf; }
  /* line 40, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor.dragover .note-dropzone {
    display: table; }
  /* line 45, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    /* bs3 modal-backdrop: 1030, bs2: 1040 */ }
    /* line 51, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor.fullscreen .note-editable {
      background-color: white; }
    /* line 54, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor.fullscreen .note-resizebar {
      display: none; }
  /* line 61, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor.codeview .note-editable {
    display: none; }
  /* line 64, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor.codeview .note-codable {
    display: block; }
  /* line 70, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-toolbar {
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0;
    background-color: rgba(242, 244, 248, 0.2);
    border-bottom: 1px solid none; }
    /* line 77, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-toolbar > .btn-group {
      margin-top: 5px;
      margin-left: 0;
      margin-right: 5px; }
    /* line 84, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-toolbar .note-table .dropdown-menu {
      min-width: 0;
      padding: 5px; }
      /* line 87, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
        font-size: 18px; }
        /* line 89, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
          position: absolute !important;
          z-index: 3;
          width: 10em;
          height: 10em;
          cursor: pointer; }
        /* line 96, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
          position: relative !important;
          z-index: 1;
          width: 5em;
          height: 5em;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
        /* line 103, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
          position: absolute !important;
          z-index: 2;
          width: 1em;
          height: 1em;
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }
    /* line 115, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-toolbar .note-style h1, .note-editor .note-toolbar .note-style h2, .note-editor .note-toolbar .note-style h3, .note-editor .note-toolbar .note-style h4, .note-editor .note-toolbar .note-style h5, .note-editor .note-toolbar .note-style h6, .note-editor .note-toolbar .note-style blockquote {
      margin: 0; }
    /* line 121, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-toolbar .note-color .dropdown-toggle {
      width: 20px;
      padding-left: 5px; }
    /* line 125, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-toolbar .note-color .dropdown-menu {
      min-width: 290px; }
      /* line 127, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
        margin: 0; }
        /* line 129, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
          margin: 0 5px; }
        /* line 133, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
          font-size: 12px;
          margin: 2px 7px;
          text-align: center;
          border-bottom: 1px solid #eee; }
        /* line 140, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
          font-size: 12px;
          margin: 5px;
          padding: 0 3px;
          cursor: pointer;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; }
        /* line 148, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
        .note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
          background: #eee; }
    /* line 156, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-toolbar .note-para .dropdown-menu {
      min-width: 216px;
      padding: 5px; }
      /* line 159, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
        margin-right: 5px; }
  /* line 166, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-statusbar {
    background-color: rgba(242, 244, 248, 0.2); }
    /* line 168, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-statusbar .note-resizebar {
      height: 8px;
      width: 100%;
      border-top: 1px solid none;
      cursor: s-resize; }
      /* line 173, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-statusbar .note-resizebar .note-icon-bar {
        width: 20px;
        margin: 1px auto;
        border-top: 1px solid none; }
  /* line 182, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-popover .popover {
    max-width: none; }
    /* line 184, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-popover .popover .popover-content {
      padding: 5px; }
      /* line 187, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-popover .popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* for FF */
        vertical-align: middle;
        /* for FF */ }
      /* line 195, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
        margin-left: 5px; }
    /* line 199, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-popover .popover .arrow {
      left: 20px; }
  /* line 205, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-handle {
    /* control selection */ }
    /* line 207, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-handle .note-control-selection {
      position: absolute;
      display: none;
      border: 1px solid black; }
      /* line 211, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection > div {
        position: absolute; }
      /* line 213, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: black;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3; }
      /* line 220, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-handle, .note-editor .note-handle .note-control-selection .note-control-holder, .note-editor .note-handle .note-control-selection .note-control-sizing {
        width: 7px;
        height: 7px;
        border: 1px solid black; }
      /* line 230, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-sizing {
        background-color: white; }
      /* line 235, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: none;
        border-bottom: none; }
      /* line 242, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: none;
        border-left: none; }
      /* line 249, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: none;
        border-right: none; }
      /* line 256, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize; }
      /* line 262, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        color: white;
        background-color: black;
        font-size: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7; }
  /* line 278, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-dialog > div {
    display: none;
    /* BS2's hide pacth. */ }
  /* line 282, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-dialog .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    /* vertical-align */
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px; }
  /* line 292, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-dialog .note-help-dialog {
    font-size: 12px;
    color: #ccc;
    background-color: #222 !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    /* BS2's background pacth. */
    background: transparent;
    border: none; }
    /* line 298, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dialog .note-help-dialog .modal-content {
      background: transparent;
      border: 1px solid white;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    /* line 309, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dialog .note-help-dialog a {
      font-size: 12px;
      color: white; }
    /* line 314, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dialog .note-help-dialog .title {
      color: white;
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: white 1px solid; }
    /* line 321, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dialog .note-help-dialog .modal-close {
      font-size: 14px;
      color: #dddd00;
      cursor: pointer; }
    /* line 326, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
      width: 100%; }
      /* line 328, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
        vertical-align: top; }
    /* line 332, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-dialog .note-help-dialog .note-shortcut {
      margin-top: 8px; }
      /* line 334, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-dialog .note-help-dialog .note-shortcut th {
        text-align: left;
        font-size: 13px;
        color: #dddd00; }
      /* line 339, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
        min-width: 110px;
        font-family: "Courier New";
        color: #dddd00;
        text-align: right;
        padding-right: 10px; }
  /* line 351, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-editable {
    padding: 10px;
    overflow: auto;
    outline: none; }
  /* line 356, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-editable[contenteditable="false"] {
    background-color: #e5e5e5; }
  /* line 361, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    /* override BS2 default style */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0; }
  /* line 380, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .dropdown-menu {
    min-width: 90px;
    /* dropdown-menu right position */
    /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
    /* dropdown-menu for selectbox */ }
    /* line 385, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .dropdown-menu.right {
      right: 0;
      left: auto; }
      /* line 388, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .dropdown-menu.right::before {
        right: 9px;
        left: auto !important; }
      /* line 389, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
      .note-editor .dropdown-menu.right::after {
        right: 10px;
        left: auto !important; }
    /* line 393, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .dropdown-menu li a i {
      color: deepskyblue;
      visibility: hidden; }
    /* line 397, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .dropdown-menu li a.checked i {
      visibility: visible; }
  /* line 402, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-fontsize-10 {
    font-size: 10px; }
  /* line 407, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
  .note-editor .note-color-palette {
    line-height: 1; }
    /* line 410, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-color-palette div .note-color-btn {
      width: 17px;
      height: 17px;
      padding: 0;
      margin: 0;
      border: 1px solid #fff; }
    /* line 417, /home/clyfe/dev/emerald/source/stylesheets/vendored/_summernote.scss */
    .note-editor .note-color-palette div .note-color-btn:hover {
      border: 1px solid #000; }

/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/*.nav-tabs,
.nav-pills {
  position: relative;
}*/
/* line 16, /home/clyfe/dev/emerald/source/stylesheets/vendored/_tabdrop.scss */
[rel=tabdrop] {
  position: relative; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/vendored/_growl.scss */
.growl .growl-default {
  background: #2d313d;
  color: white; }
/* line 10, /home/clyfe/dev/emerald/source/stylesheets/vendored/_growl.scss */
.growl .growl-error {
  background: #e33244;
  color: white; }
/* line 10, /home/clyfe/dev/emerald/source/stylesheets/vendored/_growl.scss */
.growl .growl-notice {
  background: #1aae88;
  color: white; }
/* line 10, /home/clyfe/dev/emerald/source/stylesheets/vendored/_growl.scss */
.growl .growl-warning {
  background: #fbb23e;
  color: white; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_nprogress.scss */
#nprogress .bar {
  background: #177bbb;
  z-index: 1350; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
.animated.fast {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
.animated.average {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

@-webkit-keyframes fadeInLeftSmall {
  /* line 9, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInLeftSmall {
  /* line 9, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  /* line 13, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInRightSmall {
  /* line 20, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  /* line 24, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

@keyframes fadeInRightSmall {
  /* line 20, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    -o-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  /* line 24, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall; }

/* line 34, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall; }

/* SPIN */
@-webkit-keyframes spin {
  /* line 40, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  /* line 40, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 49, /home/clyfe/dev/emerald/source/stylesheets/vendored/_animate.scss */
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_editable.scss */
.editableform .selectize-input {
  min-width: 200px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_sparkline.scss */
.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jasny.scss */
.fileinput {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }

@media (max-width: 39.9375em) {
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }

  /* line 108, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%; } }
@media (min-width: 40em) {
  /* line 116, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack tr {
    display: table-row; }

  /* Show the table header rows */
  /* line 123, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }

  /* Hide the labels in each cell */
  /* line 129, /home/clyfe/dev/emerald/vendor/assets/bower_components/filament-tablesaw/dist/tablesaw.stackonly.scss */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }
/*! jQuery UI - v1.10.4 - 2014-06-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 11, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-hidden {
  display: none; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 24, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 35, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 40, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
/* line 63, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
/* line 72, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 84, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 91, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable {
  position: relative; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

/* line 100, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 103, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 110, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 117, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 124, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 131, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 138, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 145, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 152, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* line 159, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/* line 164, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */ }

/* line 172, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 175, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

/* line 178, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

/* line 181, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

/* line 187, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  z-index: 2000; }

/* line 200, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

/* line 215, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
/* line 219, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
/* line 223, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
button.ui-button-icon-only {
  width: 2.4em; }

/* line 226, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-icons-only {
  width: 3.4em; }

/* line 229, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
/* line 234, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

/* line 238, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

/* line 242, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

/* line 247, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

/* line 251, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

/* line 254, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
/* line 259, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
/* line 268, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

/* line 273, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

/* line 279, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

/* line 284, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
/* line 289, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-buttonset {
  margin-right: 7px; }

/* line 292, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 300, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 304, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 309, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 314, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 321, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 324, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 327, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 330, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 333, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 337, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 345, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 350, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 355, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

/* line 358, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 364, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 370, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 375, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 381, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 389, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 397, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
/* line 402, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 405, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 408, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 412, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 415, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 418, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 422, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 425, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 428, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
/* line 435, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 438, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 442, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 446, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 450, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 454, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 457, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 461, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 465, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* line 469, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  z-index: 1350;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  border: none !important; }

/* line 479, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
  color: #43494d; }

/* line 484, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 492, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  background: transparent;
  border: none; }
  /* line 502, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
  .ui-dialog .ui-dialog-titlebar-close::before {
    content: "×";
    color: #43494d; }

/* line 507, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

/* line 514, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

/* line 521, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

/* line 524, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

/* line 528, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

/* line 535, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 538, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none; }

/* line 545, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

/* line 549, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

/* line 556, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* line 563, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal; }

/* line 572, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/* line 577, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5; }

/* line 582, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-state-disabled a {
  cursor: default; }

/* icon support */
/* line 587, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu-icons {
  position: relative; }

/* line 590, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
/* line 596, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em; }

/* right-aligned */
/* line 603, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

/* line 607, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-progressbar {
  height: 20px;
  text-align: left;
  overflow: hidden; }
  /* line 611, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
  .ui-progressbar.ui-widget-content {
    background: #f2f4f8; }

/* line 615, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* line 619, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("../images/jquery-ui/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

/* line 625, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/* line 628, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-progressbar-value {
  background: #bec9e0 !important; }

/* line 631, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
  background: #f2f4f8 !important;
  border: none !important; }

/* line 637, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: default;
  border: none !important;
  background: #fff !important;
  cursor: move;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

/* line 649, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background: #1f86c7 !important; }

/* For IE8 - See #6727 */
/* line 661, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 665, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-horizontal {
  height: 4px; }

/* line 668, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -13px;
  margin-left: -13px; }

/* line 672, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 676, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 679, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 683, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-vertical {
  width: 4px;
  height: 100px; }

/* line 687, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -13px;
  margin-left: 0;
  margin-bottom: -13px; }

/* line 692, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 696, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 699, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 702, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

/* line 709, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  padding-left: .8em;
  vertical-align: middle;
  margin-right: 22px;
  background-color: rgba(242, 244, 248, 0.4); }

/* line 719, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
/* line 733, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
/* line 739, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* line 745, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner-up {
  top: 0; }

/* line 748, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
/* line 753, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

/* line 757, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ }

/* line 760, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0; }

/* line 763, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

/* line 772, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

/* line 779, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:before, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after,
  .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor:before,
  .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor:after,
  .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor:before,
  .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 5px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:after,
  .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor:after,
  .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor:after {
    content: " ";
    border-bottom-color: white;
    margin-left: -5px;
    left: 50%;
    bottom: 0; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor:before,
  .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor:before,
  .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor:before {
    content: none; }

/* line 783, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

/* line 786, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* line 792, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

/* line 800, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
/* line 806, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget {
  font-family: Open Sans;
  font-size: 13px; }

/* line 810, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 816, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em; }

/* line 820, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #171B24; }

/* line 825, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-content a {
  color: #171B24; }

/* line 828, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-header {
  background: #f2f4f8;
  color: #ffffff; }

/* line 832, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
/* line 840, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #159A78;
  background: #159A78;
  font-weight: normal;
  color: #ffffff; }

/* line 848, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none; }

/* line 857, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #1AAE88;
  background: #1aae88 url("../images/jquery-ui/ui-bg_fine-grain_0_1AAE88_60x60.png") 50% 50% repeat;
  font-weight: normal;
  color: #ffffff; }

/* line 870, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none; }

/* line 876, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #22BA93;
  background: #22ba93 url("../images/jquery-ui/ui-bg_fine-grain_0_22BA93_60x60.png") 50% 50% repeat;
  font-weight: normal;
  color: #ffffff; }

/* line 884, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/* line 893, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #177bbb;
  background: #177bbb url("../images/jquery-ui/ui-bg_fine-grain_0_177bbb_60x60.png") 50% 50% repeat;
  color: #ffffff; }

/* line 900, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

/* line 905, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #F9BE1D;
  background: #f9be1d url("../images/jquery-ui/ui-bg_fine-grain_0_F9BE1D_60x60.png") 50% 50% repeat;
  color: #ffffff; }

/* line 912, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

/* line 917, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

/* line 922, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 927, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

/* line 934, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* line 939, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
/* line 947, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px; }

/* line 952, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_222733_256x240.png"); }

/* line 955, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png"); }

/* line 958, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-default .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png"); }

/* line 962, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png"); }

/* line 965, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-active .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_ffffff_256x240.png"); }

/* line 968, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-highlight .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_fff_256x240.png"); }

/* line 972, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/jquery-ui/ui-icons_fff_256x240.png"); }

/* positioning */
/* line 977, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px; }

/* line 978, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-n {
  background-position: 0 0; }

/* line 979, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0; }

/* line 980, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0; }

/* line 981, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0; }

/* line 982, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0; }

/* line 983, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0; }

/* line 984, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0; }

/* line 985, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0; }

/* line 986, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

/* line 987, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

/* line 988, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 989, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 990, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 991, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 992, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/* line 993, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 994, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 995, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 996, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 997, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 998, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 999, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 1000, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 1001, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 1002, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

/* line 1003, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 1004, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 1005, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 1006, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 1007, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 1008, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 1009, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 1010, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 1011, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 1012, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 1013, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 1014, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

/* line 1015, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 1016, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 1017, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 1018, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 1019, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 1020, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 1021, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 1022, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 1023, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 1024, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 1025, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 1026, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 1027, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 1028, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 1029, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 1030, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 1031, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 1032, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 1033, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 1034, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 1035, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 1036, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 1037, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 1038, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 1039, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 1040, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 1041, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 1042, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 1043, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 1044, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 1045, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 1046, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 1047, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 1048, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 1049, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 1050, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 1051, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 1052, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 1053, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 1054, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 1055, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 1056, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 1057, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 1058, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 1059, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 1060, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 1061, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 1062, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 1063, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 1064, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 1065, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 1066, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 1067, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 1068, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 1069, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 1070, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 1071, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 1072, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 1073, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 1074, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 1075, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 1076, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 1077, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 1078, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 1079, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 1080, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 1081, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 1082, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 1083, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 1084, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 1085, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 1086, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 1087, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 1088, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 1089, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 1090, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 1091, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 1092, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 1093, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 1094, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 1095, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 1096, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 1097, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 1098, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 1099, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 1100, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 1101, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 1102, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 1103, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 1104, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 1105, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 1106, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 1107, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 1108, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 1109, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 1110, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 1111, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 1112, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 1113, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1115, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 1116, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 1117, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 1118, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 1119, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 1120, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 1121, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 1122, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 1123, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 1124, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 1125, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 1126, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 1127, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 1128, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 1129, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 1130, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 1131, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 1132, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 1133, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 1134, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 1135, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 1136, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 1137, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 1138, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 1139, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 1140, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 1141, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 1142, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 1143, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 1144, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 1145, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 1146, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 1147, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 1148, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 1149, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 1150, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 1151, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 1152, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1162, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-corner-all {
  border-radius: 2px; }

/* Overlays */
/* line 1167, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-overlay {
  background: black;
  opacity: .6;
  filter: Alpha(Opacity=60);
  z-index: 1340; }

/* line 1174, /home/clyfe/dev/emerald/source/stylesheets/vendored/_jquery-ui.scss */
.ui-widget-shadow {
  margin: 0 0 0 -10px;
  padding: 0px;
  background: black url("../images/jquery-ui/ui-bg_diagonal-maze_0_000000_10x10.png") 50% 50% repeat;
  opacity: 0;
  filter: Alpha(Opacity=0);
  border-radius: 18px; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
.box-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  /* line 6, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
  .box-table .box-cell {
    display: table-cell; }
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
  .box-table .box-row {
    display: table-row; }
  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
  .box-table .box-row-mid .box-cell {
    vertical-align: middle; }
  /* line 20, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
  .box-table .row [class*="col-"] {
    min-height: 1px; }
  /* line 25, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
  .box-table .mid-bordered .box-cell {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
    /* line 30, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
    .box-table .mid-bordered .box-cell:last-child {
      border: none; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/components/_box_table.scss */
  .box-table .mid-bordered + .box-row {
    margin-top: 15px; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-contact {
  font-size: 13px; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact .media:before {
    content: " ";
    border-radius: 50%;
    border: 2px solid #12131a;
    background-color: #1aae88;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 13px;
    top: 13px; }
  /* line 33, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact .media-object {
    height: 35px; }
  /* line 36, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact .media-heading {
    color: #f2f4f8;
    margin: 0; }
  /* line 40, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact .last-message-date {
    display: none;
    color: #222733;
    line-height: 16px; }
  /* line 45, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact .last-message {
    color: #222733;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  /* line 51, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact.offline .media:before {
    background-color: #222733; }
  /* line 58, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact.offline .media-heading {
    color: #222733; }
  /* line 64, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact.unread .media:before {
    background-color: #1ccacc; }
  /* line 68, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact.unread .last-message-date {
    display: inline; }
  /* line 71, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-contact.unread .last-message {
    color: #7a87a7; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-bubble {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 6px;
  position: relative;
  vertical-align: top;
  z-index: 1400; }

/* line 86, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-bubble-right {
  background-color: #22ba93;
  border-color: #1ea56c;
  color: white;
  float: right;
  margin: 5px 45px 5px 20px; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .chat-bubble-right:before, .chat-bubble-right:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 5px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .chat-bubble-right:after {
    content: " ";
    border-left-color: #22ba93;
    top: 7px;
    left: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .chat-bubble-right:before {
    content: none; }

/* line 95, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-bubble-left {
  background-color: #1ccacc;
  border-color: #18ad95;
  color: white;
  float: left;
  margin: 5px 20px 5px 45px; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .chat-bubble-left:before, .chat-bubble-left:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 5px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .chat-bubble-left:after {
    content: " ";
    border-right-color: #1ccacc;
    top: 7px;
    right: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .chat-bubble-left:before {
    content: none; }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-bubble-avatar {
  position: absolute;
  top: 0; }

/* line 108, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-bubble-avatar-left {
  position: absolute;
  left: -34px; }

/* line 112, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-bubble-avatar-right {
  position: absolute;
  right: -34px; }

/* line 117, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-conversation {
  color: #999999;
  font-size: 13px;
  height: 100%;
  position: relative; }
  /* line 122, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-conversation a.close {
    text-shadow: none;
    z-index: 1401; }
  /* line 126, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-conversation .chat-contact {
    padding: 8px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1401; }
    /* line 133, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
    .chat-conversation .chat-contact:hover {
      background-color: transparent; }
  /* line 137, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-conversation .chat-messages {
    position: absolute;
    top: 50px;
    bottom: 80px;
    width: 100%;
    height: auto; }
  /* line 144, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
  .chat-conversation .chat-sender {
    margin: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1401; }
    /* line 151, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
    .chat-conversation .chat-sender textarea {
      color: #43494d;
      background-color: #fff; }

/* line 158, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-oc-wrapper {
  overflow-y: hidden; }

/* line 162, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-oc-container {
  height: 100%; }

/* line 166, /home/clyfe/dev/emerald/source/stylesheets/components/_chat.scss */
.chat-conversation {
  color: #f2f4f8; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  /* line 9, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
  .chat-box-timeline-list .chat-box-timeline-list {
    padding-left: 68px; }

/* line 16, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .avatar {
  float: left;
  width: 48px;
  height: 48px; }
/* line 22, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .avatar-input {
  width: 34px;
  height: 34px; }
/* line 27, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .message {
  display: block;
  padding-left: 68px; }
/* line 32, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .label {
  margin-right: 10px; }
/* line 36, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline blockquote {
  font-size: 13px;
  margin-bottom: 0; }
/* line 41, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .chat-box-timeline-content {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
/* line 48, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .chat-box-timeline-footer > a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
/* line 54, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .chat-box-timeline-footer form {
  margin-top: 15px; }
/* line 59, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .form-group {
  margin-bottom: 0; }

/* line 66, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .form-control, .chat-box-timeline .input-group-addon {
  background: #f2f4f8; }
/* line 71, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .panel-light blockquote {
  border-left: 5px solid #e1e6f0; }
/* line 75, /home/clyfe/dev/emerald/source/stylesheets/components/_chat_box_timeline.scss */
.chat-box-timeline .panel-light .form-control, .chat-box-timeline .panel-light .input-group-addon {
  background: white; }
  /* line 102, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .chat-box-timeline .panel-light .form-control::-moz-placeholder, .chat-box-timeline .panel-light .input-group-addon::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  /* line 104, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .chat-box-timeline .panel-light .form-control:-ms-input-placeholder, .chat-box-timeline .panel-light .input-group-addon:-ms-input-placeholder {
    color: #999999; }
  /* line 105, /home/clyfe/dev/emerald/vendor/assets/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
  .chat-box-timeline .panel-light .form-control::-webkit-input-placeholder, .chat-box-timeline .panel-light .input-group-addon::-webkit-input-placeholder {
    color: #999999; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/components/_em_background_box.scss */
.em-background-box {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/components/_em_background_box.scss */
  .em-background-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/components/_em_background_box.scss */
  .em-background-box .em-background-box-content {
    position: relative;
    z-index: 2; }
  /* line 26, /home/clyfe/dev/emerald/source/stylesheets/components/_em_background_box.scss */
  .em-background-box .em-background-box-actions {
    margin-top: 15px;
    min-height: 50px; }

/* line 32, /home/clyfe/dev/emerald/source/stylesheets/components/_em_background_box.scss */
.navbar + .em-background-box {
  margin-top: -15px;
  margin-bottom: 15px; }

/* line 37, /home/clyfe/dev/emerald/source/stylesheets/components/_em_background_box.scss */
.em-background-box {
  border-bottom: 4px solid #22ba93; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.inbox-row {
  cursor: pointer; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.inbox-toggles {
  min-width: 66px; }
  /* line 7, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
  .inbox-toggles label {
    margin-bottom: 0; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.inbox-name,
.inbox-email,
.inbox-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 20, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.inbox-email {
  height: 37px; }
  /* line 22, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
  .inbox-email > a {
    position: relative;
    top: 0;
    bottom: 0; }
    /* line 26, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
    .inbox-email > a > span {
      position: absolute;
      margin-left: 8px;
      width: 100%; }
  @media (min-width: 640px) {
    /* line 20, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
    .inbox-email {
      width: 60%; } }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.tablesaw-stack tbody td.inbox-toggles {
  clear: none;
  width: 66px; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.tablesaw-stack tbody td.inbox-name {
  padding-top: 9px;
  clear: none;
  width: calc(100% - 66px); }

/* line 49, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
.tablesaw-stack > tbody > tr {
  border-bottom: 0; }
  /* line 51, /home/clyfe/dev/emerald/source/stylesheets/components/_inbox.scss */
  .tablesaw-stack > tbody > tr > td {
    border-top: 0; }

/* line 2, /home/clyfe/dev/emerald/source/stylesheets/components/_pricing_box.scss */
.pricing-box .currency, .pricing-box .period {
  font-size: 20px;
  line-height: 25px; }
/* line 7, /home/clyfe/dev/emerald/source/stylesheets/components/_pricing_box.scss */
.pricing-box .cost {
  font-size: 70px;
  line-height: 75px; }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.carousel.vertical {
  margin-bottom: 15px; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.tile-normal, .tile-normal .item {
  height: 250px; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.carousel.vertical.tile-normal .item {
  height: 250px; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.tile-half, .tile-half .item {
  height: 125px; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.carousel.vertical.tile-half .item {
  height: 125px; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.tile-double, .tile-double .item {
  height: 500px; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.carousel.vertical.tile-double .item {
  height: 500px; }

/* line 24, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.tile-content-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/components/_tiles.scss */
.tile-content-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e1e6f0;
    left: 50%;
    margin-left: -1px; }
  /* line 26, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
  .timeline > li {
    position: relative;
    width: 50%;
    float: left;
    clear: left; }
    /* line 32, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    .timeline > li:nth-child(even) {
      margin-top: 30px; }
    /* line 37, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    .timeline > li:before, .timeline > li:after {
      content: " ";
      display: table; }
    /* line 41, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    .timeline > li:after {
      clear: both; }
    /* line 45, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    .timeline > li .panel {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      width: 95%;
      float: left;
      position: relative;
      margin-right: 10px; }
      /* line 52, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      .timeline > li .panel:after {
        position: absolute;
        top: 26px;
        right: -10px;
        display: inline-block;
        border-top: 10px solid transparent;
        border-left: 10px solid white;
        border-right: 0 solid white;
        border-bottom: 10px solid transparent;
        content: " "; }
    /* line 65, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    .timeline > li.timeline-inverted {
      float: right;
      clear: right; }
      /* line 69, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      .timeline > li.timeline-inverted > .timeline-badge {
        left: -5px;
        right: auto; }
      /* line 74, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      .timeline > li.timeline-inverted > .panel {
        float: right;
        left: 10px; }
        /* line 77, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
        .timeline > li.timeline-inverted > .panel:before {
          border-left-width: 0;
          border-right-width: 10px;
          left: -10px;
          right: auto; }
        /* line 83, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
        .timeline > li.timeline-inverted > .panel:after {
          border-left-width: 0;
          border-right-width: 10px;
          left: -10px;
          right: auto; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badge {
  background: #e1e6f0;
  width: 11px;
  height: 11px;
  line-height: 11px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: -6px;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/* line 108, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel {
  position: relative; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-top .panel:before, .timeline-top .panel:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 10px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-top .panel:after {
    content: " ";
    border-top-color: white;
    margin-left: -10px;
    left: 50%;
    top: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-top .panel:before {
    content: none; }

/* line 114, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom {
  margin-bottom: 10px; }
  /* line 115, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
  .timeline-bottom .panel {
    position: relative; }
    /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .timeline-bottom .panel:before, .timeline-bottom .panel:after {
      position: absolute;
      border: solid transparent;
      top: auto;
      left: auto;
      height: 0;
      width: 0;
      margin: 0;
      border-width: 10px;
      pointer-events: none; }
    /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .timeline-bottom .panel:after {
      content: " ";
      border-bottom-color: white;
      margin-left: -10px;
      left: 50%;
      bottom: 100%; }
    /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
    .timeline-bottom .panel:before {
      content: none; }

@media (max-width: 767px) {
  /* line 125, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
  ul.timeline:before {
    left: 12px; }
  /* line 129, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
  ul.timeline > li {
    position: relative;
    width: 100%;
    float: left;
    clear: left; }
    /* line 135, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    ul.timeline > li:nth-child(even) {
      margin-top: 0; }
    /* line 139, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    ul.timeline > li.timeline-inverted {
      float: left;
      clear: left; }
      /* line 143, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      ul.timeline > li.timeline-inverted > .timeline-badge {
        left: 6px; }
      /* line 147, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      ul.timeline > li.timeline-inverted > .panel {
        left: 0; }
    /* line 152, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    ul.timeline > li > .panel {
      width: calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: -webkit-calc(100% - 40px);
      float: right;
      margin-right: 0; }
      /* line 159, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      ul.timeline > li > .panel:before {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto; }
      /* line 166, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
      ul.timeline > li > .panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto; }
    /* line 174, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
    ul.timeline > li > .timeline-badge {
      left: 6px;
      margin-left: 0;
      top: 30px; } }
/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-white:before {
  background-color: white; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-white .timeline-badge {
  background: white;
  color: #43494d; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-semi-light:before {
  background-color: rgba(242, 244, 248, 0.2); }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-semi-light .timeline-badge {
  background: rgba(242, 244, 248, 0.2);
  color: #43494d; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-light:before {
  background-color: #f2f4f8; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-light .timeline-badge {
  background: #f2f4f8;
  color: #43494d; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-primary:before {
  background-color: #177bbb; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-primary .timeline-badge {
  background: #177bbb;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-info:before {
  background-color: #1ccacc; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-info .timeline-badge {
  background: #1ccacc;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-success:before {
  background-color: #1aae88; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-success .timeline-badge {
  background: #1aae88;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-warning:before {
  background-color: #fbb23e; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-warning .timeline-badge {
  background: #fbb23e;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-danger:before {
  background-color: #e33244; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-danger .timeline-badge {
  background: #e33244;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-black:before {
  background-color: #12131a; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-black .timeline-badge {
  background: #12131a;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-dark:before {
  background-color: #222733; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-dark .timeline-badge {
  background: #222733;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-inverse:before {
  background-color: #433599; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-inverse .timeline-badge {
  background: #433599;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-light-lt:before {
  background-color: white; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-light-lt .timeline-badge {
  background: white;
  color: #43494d; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-primary-lt:before {
  background-color: #1f86c7; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-primary-lt .timeline-badge {
  background: #1f86c7;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-info-lt:before {
  background-color: #25d6d8; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-info-lt .timeline-badge {
  background: #25d6d8;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-success-lt:before {
  background-color: #22ba93; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-success-lt .timeline-badge {
  background: #22ba93;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-warning-lt:before {
  background-color: #f7b956; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-warning-lt .timeline-badge {
  background: #f7b956;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-danger-lt:before {
  background-color: #e04959; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-danger-lt .timeline-badge {
  background: #e04959;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-black-lt:before {
  background-color: #1c1d24; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-black-lt .timeline-badge {
  background: #1c1d24;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-dark-lt:before {
  background-color: #2d313d; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-dark-lt .timeline-badge {
  background: #2d313d;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-inverse-lt:before {
  background-color: #4e40a2; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-inverse-lt .timeline-badge {
  background: #4e40a2;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-primary-lter:before {
  background-color: #3ea1e1; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-primary-lter .timeline-badge {
  background: #3ea1e1;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-info-lter:before {
  background-color: #53e0e2; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-info-lter .timeline-badge {
  background: #53e0e2;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-success-lter:before {
  background-color: #3adbb1; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-success-lter .timeline-badge {
  background: #3adbb1;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-warning-lter:before {
  background-color: #facf8c; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-warning-lter .timeline-badge {
  background: #facf8c;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-danger-lter:before {
  background-color: #e87985; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-danger-lter .timeline-badge {
  background: #e87985;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-black-lter:before {
  background-color: #343644; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-black-lter .timeline-badge {
  background: #343644;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-dark-lter:before {
  background-color: #454c5d; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-dark-lter .timeline-badge {
  background: #454c5d;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-inverse-lter:before {
  background-color: #6a5cbf; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-inverse-lter .timeline-badge {
  background: #6a5cbf;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-white-dk:before {
  background-color: #f3f2f2; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-white-dk .timeline-badge {
  background: #f3f2f2;
  color: #43494d; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-light-dk:before {
  background-color: #e1e6f0; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-light-dk .timeline-badge {
  background: #e1e6f0;
  color: #43494d; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-primary-dk:before {
  background-color: #126da7; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-primary-dk .timeline-badge {
  background: #126da7;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-info-dk:before {
  background-color: #16b6b8; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-info-dk .timeline-badge {
  background: #16b6b8;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-success-dk:before {
  background-color: #159a78; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-success-dk .timeline-badge {
  background: #159a78;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-warning-dk:before {
  background-color: #fda922; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-warning-dk .timeline-badge {
  background: #fda922;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-danger-dk:before {
  background-color: #e01b2f; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-danger-dk .timeline-badge {
  background: #e01b2f;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-dark-dk:before {
  background-color: #171b24; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-dark-dk .timeline-badge {
  background: #171b24;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-black-dk:before {
  background-color: #07080b; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-black-dk .timeline-badge {
  background: #07080b;
  color: white; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-mid-inverse-dk:before {
  background-color: #392c88; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-badges-inverse-dk .timeline-badge {
  background: #392c88;
  color: white; }

/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-white:after {
  border-left-color: white;
  border-right-color: white; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-semi-light:after {
  border-left-color: rgba(242, 244, 248, 0.2);
  border-right-color: rgba(242, 244, 248, 0.2); }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-light:after {
  border-left-color: #f2f4f8;
  border-right-color: #f2f4f8; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-primary:after {
  border-left-color: #177bbb;
  border-right-color: #177bbb; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-info:after {
  border-left-color: #1ccacc;
  border-right-color: #1ccacc; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-success:after {
  border-left-color: #1aae88;
  border-right-color: #1aae88; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-warning:after {
  border-left-color: #fbb23e;
  border-right-color: #fbb23e; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-danger:after {
  border-left-color: #e33244;
  border-right-color: #e33244; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-black:after {
  border-left-color: #12131a;
  border-right-color: #12131a; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-dark:after {
  border-left-color: #222733;
  border-right-color: #222733; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-inverse:after {
  border-left-color: #433599;
  border-right-color: #433599; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-light-lt:after {
  border-left-color: white;
  border-right-color: white; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-primary-lt:after {
  border-left-color: #1f86c7;
  border-right-color: #1f86c7; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-info-lt:after {
  border-left-color: #25d6d8;
  border-right-color: #25d6d8; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-success-lt:after {
  border-left-color: #22ba93;
  border-right-color: #22ba93; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-warning-lt:after {
  border-left-color: #f7b956;
  border-right-color: #f7b956; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-danger-lt:after {
  border-left-color: #e04959;
  border-right-color: #e04959; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-black-lt:after {
  border-left-color: #1c1d24;
  border-right-color: #1c1d24; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-dark-lt:after {
  border-left-color: #2d313d;
  border-right-color: #2d313d; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-inverse-lt:after {
  border-left-color: #4e40a2;
  border-right-color: #4e40a2; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-primary-lter:after {
  border-left-color: #3ea1e1;
  border-right-color: #3ea1e1; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-info-lter:after {
  border-left-color: #53e0e2;
  border-right-color: #53e0e2; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-success-lter:after {
  border-left-color: #3adbb1;
  border-right-color: #3adbb1; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-warning-lter:after {
  border-left-color: #facf8c;
  border-right-color: #facf8c; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-danger-lter:after {
  border-left-color: #e87985;
  border-right-color: #e87985; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-black-lter:after {
  border-left-color: #343644;
  border-right-color: #343644; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-dark-lter:after {
  border-left-color: #454c5d;
  border-right-color: #454c5d; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-inverse-lter:after {
  border-left-color: #6a5cbf;
  border-right-color: #6a5cbf; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-white-dk:after {
  border-left-color: #f3f2f2;
  border-right-color: #f3f2f2; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-light-dk:after {
  border-left-color: #e1e6f0;
  border-right-color: #e1e6f0; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-primary-dk:after {
  border-left-color: #126da7;
  border-right-color: #126da7; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-info-dk:after {
  border-left-color: #16b6b8;
  border-right-color: #16b6b8; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-success-dk:after {
  border-left-color: #159a78;
  border-right-color: #159a78; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-warning-dk:after {
  border-left-color: #fda922;
  border-right-color: #fda922; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-danger-dk:after {
  border-left-color: #e01b2f;
  border-right-color: #e01b2f; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-dark-dk:after {
  border-left-color: #171b24;
  border-right-color: #171b24; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-black-dk:after {
  border-left-color: #07080b;
  border-right-color: #07080b; }
/* line 204, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline > li .panel.panel-inverse-dk:after {
  border-left-color: #392c88;
  border-right-color: #392c88; }

/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-white:after {
  border-top-color: white; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-semi-light:after {
  border-top-color: rgba(242, 244, 248, 0.2); }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-light:after {
  border-top-color: #f2f4f8; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-primary:after {
  border-top-color: #177bbb; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-info:after {
  border-top-color: #1ccacc; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-success:after {
  border-top-color: #1aae88; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-warning:after {
  border-top-color: #fbb23e; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-danger:after {
  border-top-color: #e33244; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-black:after {
  border-top-color: #12131a; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-dark:after {
  border-top-color: #222733; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-inverse:after {
  border-top-color: #433599; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-light-lt:after {
  border-top-color: white; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-primary-lt:after {
  border-top-color: #1f86c7; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-info-lt:after {
  border-top-color: #25d6d8; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-success-lt:after {
  border-top-color: #22ba93; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-warning-lt:after {
  border-top-color: #f7b956; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-danger-lt:after {
  border-top-color: #e04959; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-black-lt:after {
  border-top-color: #1c1d24; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-dark-lt:after {
  border-top-color: #2d313d; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-inverse-lt:after {
  border-top-color: #4e40a2; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-primary-lter:after {
  border-top-color: #3ea1e1; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-info-lter:after {
  border-top-color: #53e0e2; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-success-lter:after {
  border-top-color: #3adbb1; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-warning-lter:after {
  border-top-color: #facf8c; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-danger-lter:after {
  border-top-color: #e87985; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-black-lter:after {
  border-top-color: #343644; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-dark-lter:after {
  border-top-color: #454c5d; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-inverse-lter:after {
  border-top-color: #6a5cbf; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-white-dk:after {
  border-top-color: #f3f2f2; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-light-dk:after {
  border-top-color: #e1e6f0; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-primary-dk:after {
  border-top-color: #126da7; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-info-dk:after {
  border-top-color: #16b6b8; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-success-dk:after {
  border-top-color: #159a78; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-warning-dk:after {
  border-top-color: #fda922; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-danger-dk:after {
  border-top-color: #e01b2f; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-dark-dk:after {
  border-top-color: #171b24; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-black-dk:after {
  border-top-color: #07080b; }
/* line 217, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-top .panel-inverse-dk:after {
  border-top-color: #392c88; }

/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-white:after {
  border-bottom-color: white; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-semi-light:after {
  border-bottom-color: rgba(242, 244, 248, 0.2); }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-light:after {
  border-bottom-color: #f2f4f8; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-primary:after {
  border-bottom-color: #177bbb; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-info:after {
  border-bottom-color: #1ccacc; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-success:after {
  border-bottom-color: #1aae88; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-warning:after {
  border-bottom-color: #fbb23e; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-danger:after {
  border-bottom-color: #e33244; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-black:after {
  border-bottom-color: #12131a; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-dark:after {
  border-bottom-color: #222733; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-inverse:after {
  border-bottom-color: #433599; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-light-lt:after {
  border-bottom-color: white; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-primary-lt:after {
  border-bottom-color: #1f86c7; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-info-lt:after {
  border-bottom-color: #25d6d8; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-success-lt:after {
  border-bottom-color: #22ba93; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-warning-lt:after {
  border-bottom-color: #f7b956; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-danger-lt:after {
  border-bottom-color: #e04959; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-black-lt:after {
  border-bottom-color: #1c1d24; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-dark-lt:after {
  border-bottom-color: #2d313d; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-inverse-lt:after {
  border-bottom-color: #4e40a2; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-primary-lter:after {
  border-bottom-color: #3ea1e1; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-info-lter:after {
  border-bottom-color: #53e0e2; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-success-lter:after {
  border-bottom-color: #3adbb1; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-warning-lter:after {
  border-bottom-color: #facf8c; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-danger-lter:after {
  border-bottom-color: #e87985; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-black-lter:after {
  border-bottom-color: #343644; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-dark-lter:after {
  border-bottom-color: #454c5d; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-inverse-lter:after {
  border-bottom-color: #6a5cbf; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-white-dk:after {
  border-bottom-color: #f3f2f2; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-light-dk:after {
  border-bottom-color: #e1e6f0; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-primary-dk:after {
  border-bottom-color: #126da7; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-info-dk:after {
  border-bottom-color: #16b6b8; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-success-dk:after {
  border-bottom-color: #159a78; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-warning-dk:after {
  border-bottom-color: #fda922; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-danger-dk:after {
  border-bottom-color: #e01b2f; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-dark-dk:after {
  border-bottom-color: #171b24; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-black-dk:after {
  border-bottom-color: #07080b; }
/* line 227, /home/clyfe/dev/emerald/source/stylesheets/components/_timeline.scss */
.timeline-bottom .panel-inverse-dk:after {
  border-bottom-color: #392c88; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-white {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-white, .timeline-badge-white:hover, .timeline-badge-white:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-semi-light {
  background: rgba(242, 244, 248, 0.2); }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-semi-light, .timeline-badge-semi-light:hover, .timeline-badge-semi-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-light {
  background: #f2f4f8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-light, .timeline-badge-light:hover, .timeline-badge-light:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-primary {
  background: #177bbb; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-primary, .timeline-badge-primary:hover, .timeline-badge-primary:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-info {
  background: #1ccacc; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-info, .timeline-badge-info:hover, .timeline-badge-info:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-success {
  background: #1aae88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-success, .timeline-badge-success:hover, .timeline-badge-success:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-warning {
  background: #fbb23e; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-warning, .timeline-badge-warning:hover, .timeline-badge-warning:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-danger {
  background: #e33244; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-danger, .timeline-badge-danger:hover, .timeline-badge-danger:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-black {
  background: #12131a; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-black, .timeline-badge-black:hover, .timeline-badge-black:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-dark {
  background: #222733; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-dark, .timeline-badge-dark:hover, .timeline-badge-dark:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-inverse {
  background: #433599; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-inverse, .timeline-badge-inverse:hover, .timeline-badge-inverse:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-light-lt {
  background: white; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-light-lt, .timeline-badge-light-lt:hover, .timeline-badge-light-lt:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-primary-lt {
  background: #1f86c7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-primary-lt, .timeline-badge-primary-lt:hover, .timeline-badge-primary-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-info-lt {
  background: #25d6d8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-info-lt, .timeline-badge-info-lt:hover, .timeline-badge-info-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-success-lt {
  background: #22ba93; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-success-lt, .timeline-badge-success-lt:hover, .timeline-badge-success-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-warning-lt {
  background: #f7b956; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-warning-lt, .timeline-badge-warning-lt:hover, .timeline-badge-warning-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-danger-lt {
  background: #e04959; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-danger-lt, .timeline-badge-danger-lt:hover, .timeline-badge-danger-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-black-lt {
  background: #1c1d24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-black-lt, .timeline-badge-black-lt:hover, .timeline-badge-black-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-dark-lt {
  background: #2d313d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-dark-lt, .timeline-badge-dark-lt:hover, .timeline-badge-dark-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-inverse-lt {
  background: #4e40a2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-inverse-lt, .timeline-badge-inverse-lt:hover, .timeline-badge-inverse-lt:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-primary-lter {
  background: #3ea1e1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-primary-lter, .timeline-badge-primary-lter:hover, .timeline-badge-primary-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-info-lter {
  background: #53e0e2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-info-lter, .timeline-badge-info-lter:hover, .timeline-badge-info-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-success-lter {
  background: #3adbb1; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-success-lter, .timeline-badge-success-lter:hover, .timeline-badge-success-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-warning-lter {
  background: #facf8c; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-warning-lter, .timeline-badge-warning-lter:hover, .timeline-badge-warning-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-danger-lter {
  background: #e87985; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-danger-lter, .timeline-badge-danger-lter:hover, .timeline-badge-danger-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-black-lter {
  background: #343644; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-black-lter, .timeline-badge-black-lter:hover, .timeline-badge-black-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-dark-lter {
  background: #454c5d; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-dark-lter, .timeline-badge-dark-lter:hover, .timeline-badge-dark-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-inverse-lter {
  background: #6a5cbf; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-inverse-lter, .timeline-badge-inverse-lter:hover, .timeline-badge-inverse-lter:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-white-dk {
  background: #f3f2f2; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-white-dk, .timeline-badge-white-dk:hover, .timeline-badge-white-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-light-dk {
  background: #e1e6f0; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-light-dk, .timeline-badge-light-dk:hover, .timeline-badge-light-dk:focus {
    color: #43494d; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-primary-dk {
  background: #126da7; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-primary-dk, .timeline-badge-primary-dk:hover, .timeline-badge-primary-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-info-dk {
  background: #16b6b8; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-info-dk, .timeline-badge-info-dk:hover, .timeline-badge-info-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-success-dk {
  background: #159a78; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-success-dk, .timeline-badge-success-dk:hover, .timeline-badge-success-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-warning-dk {
  background: #fda922; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-warning-dk, .timeline-badge-warning-dk:hover, .timeline-badge-warning-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-danger-dk {
  background: #e01b2f; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-danger-dk, .timeline-badge-danger-dk:hover, .timeline-badge-danger-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-dark-dk {
  background: #171b24; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-dark-dk, .timeline-badge-dark-dk:hover, .timeline-badge-dark-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-black-dk {
  background: #07080b; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-black-dk, .timeline-badge-black-dk:hover, .timeline-badge-black-dk:focus {
    color: white; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
.timeline-badge-inverse-dk {
  background: #392c88; }
  /* line 131, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .timeline-badge-inverse-dk, .timeline-badge-inverse-dk:hover, .timeline-badge-inverse-dk:focus {
    color: white; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_quickchart.scss */
.sparkline-big {
  font-size: 30px; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_quickchart.scss */
.quickchart {
  margin-top: 8px; }
  /* line 7, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_quickchart.scss */
  .quickchart .icm {
    font-size: 11px; }
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_quickchart.scss */
  .quickchart canvas {
    margin-left: 10px; }

@media (max-width: 767px) {
  /* line 17, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_quickchart.scss */
  .quickchart {
    margin: 0 0 15px 0;
    background: #fff; } }
/* line 1, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_easypiechart.scss */
.easy-pie-chart {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600; }
  /* line 7, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_easypiechart.scss */
  .easy-pie-chart.easy-pie-chart-small {
    font-size: 10px; }
  /* line 11, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_easypiechart.scss */
  .easy-pie-chart span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 50%;
    margin-top: -15px; }

/* line 3, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_sparklines.scss */
.sparkline-label-color {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 5px; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_sparklines.scss */
.sparkline-label {
  vertical-align: middle; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_tooltips.scss */
#flotTip, .em-sparkline-tooltip {
  padding: 3px 5px;
  background-color: #000;
  z-index: 10000 !important;
  color: #fff;
  opacity: .7;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 11px; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_tooltips.scss */
.em-sparkline-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/components/charts/_tooltips.scss */
  .em-sparkline-tooltip .jqsfield {
    color: #fff;
    font-size: 11px; }

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/components/_wizard.scss */
.wizard-steps {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%; }
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/components/_wizard.scss */
  .wizard-steps::before {
    left: 0;
    right: 0;
    position: absolute;
    content: " ";
    height: 3px;
    background-color: #e1e6f0;
    top: 50%;
    margin-top: -1px; }
  /* line 21, /home/clyfe/dev/emerald/source/stylesheets/components/_wizard.scss */
  .wizard-steps > .wizard-step {
    position: relative;
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/components/_wizard.scss */
.wizard-body {
  position: relative; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .wizard-body:before, .wizard-body:after {
    position: absolute;
    border: solid transparent;
    top: auto;
    left: auto;
    height: 0;
    width: 0;
    margin: 0;
    border-width: 10px;
    pointer-events: none; }
  /* line 47, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .wizard-body:after {
    content: " ";
    border-bottom-color: white;
    margin-left: -10px;
    left: 50%;
    bottom: 100%; }
  /* line 80, /home/clyfe/dev/emerald/source/stylesheets/_mixins.scss */
  .wizard-body:before {
    content: none; }

/* line 35, /home/clyfe/dev/emerald/source/stylesheets/components/_wizard.scss */
.wizard-info {
  margin-top: 5px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?ntbba6");
  src: url("../fonts/icomoon/icomoon.eot?#iefixntbba6") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?ntbba6") format("woff"), url("../fonts/icomoon/icomoon.ttf?ntbba6") format("truetype"), url("../fonts/icomoon/icomoon.svg?ntbba6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm {
  font-size: 16px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  /* line 27, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
  .icm.icm-2x {
    font-size: 32px; }
  /* line 31, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
  .icm.icm-3x {
    font-size: 48px; }
  /* line 35, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
  .icm.icm-4x {
    font-size: 64px; }
  /* line 39, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
  .icm + span {
    vertical-align: middle; }

/* line 44, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home:before {
  content: "\e000"; }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home2:before {
  content: "\e001"; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home3:before {
  content: "\e002"; }

/* line 47, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home4:before {
  content: "\e003"; }

/* line 48, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home5:before {
  content: "\e004"; }

/* line 49, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home6:before {
  content: "\e005"; }

/* line 50, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home7:before {
  content: "\e006"; }

/* line 51, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home8:before {
  content: "\e007"; }

/* line 52, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home9:before {
  content: "\e008"; }

/* line 53, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home10:before {
  content: "\e009"; }

/* line 54, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home11:before {
  content: "\e00a"; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-office:before {
  content: "\e00b"; }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-newspaper:before {
  content: "\e00c"; }

/* line 57, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pencil:before {
  content: "\e00d"; }

/* line 58, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pencil2:before {
  content: "\e00e"; }

/* line 59, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pencil3:before {
  content: "\e00f"; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pencil4:before {
  content: "\e010"; }

/* line 61, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pencil5:before {
  content: "\e011"; }

/* line 62, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pencil6:before {
  content: "\e012"; }

/* line 63, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quill:before {
  content: "\e013"; }

/* line 64, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quill2:before {
  content: "\e014"; }

/* line 65, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quill3:before {
  content: "\e015"; }

/* line 66, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pen:before {
  content: "\e016"; }

/* line 67, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pen2:before {
  content: "\e017"; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pen3:before {
  content: "\e018"; }

/* line 69, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pen4:before {
  content: "\e019"; }

/* line 70, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pen5:before {
  content: "\e01a"; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-marker:before {
  content: "\e01b"; }

/* line 72, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-home12:before {
  content: "\e01c"; }

/* line 73, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-marker2:before {
  content: "\e01d"; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-blog:before {
  content: "\e01e"; }

/* line 75, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-blog2:before {
  content: "\e01f"; }

/* line 76, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-brush:before {
  content: "\e020"; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-palette:before {
  content: "\e021"; }

/* line 78, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-palette2:before {
  content: "\e022"; }

/* line 79, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eyedropper:before {
  content: "\e023"; }

/* line 80, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eyedropper2:before {
  content: "\e024"; }

/* line 81, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-droplet:before {
  content: "\e025"; }

/* line 82, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-droplet2:before {
  content: "\e026"; }

/* line 83, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-droplet3:before {
  content: "\e027"; }

/* line 84, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-droplet4:before {
  content: "\e028"; }

/* line 85, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paint-format:before {
  content: "\e029"; }

/* line 86, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paint-format2:before {
  content: "\e02a"; }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image:before {
  content: "\e02b"; }

/* line 88, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image2:before {
  content: "\e02c"; }

/* line 89, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image3:before {
  content: "\e02d"; }

/* line 90, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-images:before {
  content: "\e02e"; }

/* line 91, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image4:before {
  content: "\e02f"; }

/* line 92, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image5:before {
  content: "\e030"; }

/* line 93, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image6:before {
  content: "\e031"; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-images2:before {
  content: "\e032"; }

/* line 95, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-image7:before {
  content: "\e033"; }

/* line 96, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera:before {
  content: "\e034"; }

/* line 97, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera2:before {
  content: "\e035"; }

/* line 98, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera3:before {
  content: "\e036"; }

/* line 99, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera4:before {
  content: "\e037"; }

/* line 100, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-music:before {
  content: "\e038"; }

/* line 101, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-music2:before {
  content: "\e039"; }

/* line 102, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-music3:before {
  content: "\e03a"; }

/* line 103, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-music4:before {
  content: "\e03b"; }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-music5:before {
  content: "\e03c"; }

/* line 105, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-music6:before {
  content: "\e03d"; }

/* line 106, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-piano:before {
  content: "\e03e"; }

/* line 107, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-guitar:before {
  content: "\e03f"; }

/* line 108, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-headphones:before {
  content: "\e040"; }

/* line 109, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-headphones2:before {
  content: "\e041"; }

/* line 110, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-play:before {
  content: "\e042"; }

/* line 111, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-play2:before {
  content: "\e043"; }

/* line 112, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-movie:before {
  content: "\e044"; }

/* line 113, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-movie2:before {
  content: "\e045"; }

/* line 114, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-movie3:before {
  content: "\e046"; }

/* line 115, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-film:before {
  content: "\e047"; }

/* line 116, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-film2:before {
  content: "\e048"; }

/* line 117, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-film3:before {
  content: "\e049"; }

/* line 118, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-film4:before {
  content: "\e04a"; }

/* line 119, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera5:before {
  content: "\e04b"; }

/* line 120, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera6:before {
  content: "\e04c"; }

/* line 121, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera7:before {
  content: "\e04d"; }

/* line 122, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera8:before {
  content: "\e04e"; }

/* line 123, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-camera9:before {
  content: "\e04f"; }

/* line 124, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-dice:before {
  content: "\e050"; }

/* line 125, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gamepad:before {
  content: "\e051"; }

/* line 126, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gamepad2:before {
  content: "\e052"; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gamepad3:before {
  content: "\e053"; }

/* line 128, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pacman:before {
  content: "\e054"; }

/* line 129, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spades:before {
  content: "\e055"; }

/* line 130, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clubs:before {
  content: "\e056"; }

/* line 131, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-diamonds:before {
  content: "\e057"; }

/* line 132, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-king:before {
  content: "\e058"; }

/* line 133, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-queen:before {
  content: "\e059"; }

/* line 134, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rock:before {
  content: "\e05a"; }

/* line 135, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bishop:before {
  content: "\e05b"; }

/* line 136, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-knight:before {
  content: "\e05c"; }

/* line 137, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pawn:before {
  content: "\e05d"; }

/* line 138, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-chess:before {
  content: "\e05e"; }

/* line 139, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bullhorn:before {
  content: "\e05f"; }

/* line 140, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-megaphone:before {
  content: "\e060"; }

/* line 141, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-new:before {
  content: "\e061"; }

/* line 142, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-connection:before {
  content: "\e062"; }

/* line 143, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-connection2:before {
  content: "\e063"; }

/* line 144, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-podcast:before {
  content: "\e064"; }

/* line 145, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-radio:before {
  content: "\e065"; }

/* line 146, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-feed:before {
  content: "\e066"; }

/* line 147, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-connection3:before {
  content: "\e067"; }

/* line 148, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-radio2:before {
  content: "\e068"; }

/* line 149, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-podcast2:before {
  content: "\e069"; }

/* line 150, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-podcast3:before {
  content: "\e06a"; }

/* line 151, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mic:before {
  content: "\e06b"; }

/* line 152, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mic2:before {
  content: "\e06c"; }

/* line 153, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mic3:before {
  content: "\e06d"; }

/* line 154, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mic4:before {
  content: "\e06e"; }

/* line 155, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mic5:before {
  content: "\e06f"; }

/* line 156, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-book:before {
  content: "\e070"; }

/* line 157, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-book2:before {
  content: "\e071"; }

/* line 158, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-books:before {
  content: "\e072"; }

/* line 159, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-reading:before {
  content: "\e073"; }

/* line 160, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-library:before {
  content: "\e074"; }

/* line 161, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-library2:before {
  content: "\e075"; }

/* line 162, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-graduation:before {
  content: "\e076"; }

/* line 163, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file:before {
  content: "\e077"; }

/* line 164, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-profile:before {
  content: "\e078"; }

/* line 165, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file2:before {
  content: "\e079"; }

/* line 166, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file3:before {
  content: "\e07a"; }

/* line 167, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file4:before {
  content: "\e07b"; }

/* line 168, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file5:before {
  content: "\e07c"; }

/* line 169, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file6:before {
  content: "\e07d"; }

/* line 170, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-files:before {
  content: "\e07e"; }

/* line 171, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-plus:before {
  content: "\e07f"; }

/* line 172, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-minus:before {
  content: "\e080"; }

/* line 173, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-download:before {
  content: "\e081"; }

/* line 174, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-upload:before {
  content: "\e082"; }

/* line 175, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-check:before {
  content: "\e083"; }

/* line 176, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-remove:before {
  content: "\e084"; }

/* line 177, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file7:before {
  content: "\e085"; }

/* line 178, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file8:before {
  content: "\e086"; }

/* line 179, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-plus2:before {
  content: "\e087"; }

/* line 180, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-minus2:before {
  content: "\e088"; }

/* line 181, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-download2:before {
  content: "\e089"; }

/* line 182, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-upload2:before {
  content: "\e08a"; }

/* line 183, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-check2:before {
  content: "\e08b"; }

/* line 184, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-remove2:before {
  content: "\e08c"; }

/* line 185, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file9:before {
  content: "\e08d"; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-copy:before {
  content: "\e08e"; }

/* line 187, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-copy2:before {
  content: "\e08f"; }

/* line 188, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-copy3:before {
  content: "\e090"; }

/* line 189, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-copy4:before {
  content: "\e091"; }

/* line 190, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paste:before {
  content: "\e092"; }

/* line 191, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paste2:before {
  content: "\e093"; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paste3:before {
  content: "\e094"; }

/* line 193, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack:before {
  content: "\e095"; }

/* line 194, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack2:before {
  content: "\e096"; }

/* line 195, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack3:before {
  content: "\e097"; }

/* line 196, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder:before {
  content: "\e098"; }

/* line 197, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-download:before {
  content: "\e099"; }

/* line 198, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-upload:before {
  content: "\e09a"; }

/* line 199, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-plus:before {
  content: "\e09b"; }

/* line 200, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-plus2:before {
  content: "\e09c"; }

/* line 201, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-minus:before {
  content: "\e09d"; }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-minus2:before {
  content: "\e09e"; }

/* line 203, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder8:before {
  content: "\e09f"; }

/* line 204, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-remove:before {
  content: "\e0a0"; }

/* line 205, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder2:before {
  content: "\e0a1"; }

/* line 206, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-open:before {
  content: "\e0a2"; }

/* line 207, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder3:before {
  content: "\e0a3"; }

/* line 208, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder4:before {
  content: "\e0a4"; }

/* line 209, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-plus3:before {
  content: "\e0a5"; }

/* line 210, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-minus3:before {
  content: "\e0a6"; }

/* line 211, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-plus4:before {
  content: "\e0a7"; }

/* line 212, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-remove2:before {
  content: "\e0a8"; }

/* line 213, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-download2:before {
  content: "\e0a9"; }

/* line 214, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-upload2:before {
  content: "\e0aa"; }

/* line 215, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-download3:before {
  content: "\e0ab"; }

/* line 216, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-upload3:before {
  content: "\e0ac"; }

/* line 217, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder5:before {
  content: "\e0ad"; }

/* line 218, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-open2:before {
  content: "\e0ae"; }

/* line 219, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder6:before {
  content: "\e0af"; }

/* line 220, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-folder-open3:before {
  content: "\e0b0"; }

/* line 221, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-certificate:before {
  content: "\e0b1"; }

/* line 222, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cc:before {
  content: "\e0b2"; }

/* line 223, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag:before {
  content: "\e0b3"; }

/* line 224, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag2:before {
  content: "\e0b4"; }

/* line 225, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag3:before {
  content: "\e0b5"; }

/* line 226, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag4:before {
  content: "\e0b6"; }

/* line 227, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag5:before {
  content: "\e0b7"; }

/* line 228, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag6:before {
  content: "\e0b8"; }

/* line 229, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag7:before {
  content: "\e0b9"; }

/* line 230, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tags:before {
  content: "\e0ba"; }

/* line 231, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tags2:before {
  content: "\e0bb"; }

/* line 232, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tag8:before {
  content: "\e0bc"; }

/* line 233, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-barcode:before {
  content: "\e0bd"; }

/* line 234, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-barcode2:before {
  content: "\e0be"; }

/* line 235, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-qrcode:before {
  content: "\e0bf"; }

/* line 236, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-ticket:before {
  content: "\e0c0"; }

/* line 237, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart:before {
  content: "\e0c1"; }

/* line 238, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart2:before {
  content: "\e0c2"; }

/* line 239, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart3:before {
  content: "\e0c3"; }

/* line 240, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart4:before {
  content: "\e0c4"; }

/* line 241, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart5:before {
  content: "\e0c5"; }

/* line 242, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart6:before {
  content: "\e0c6"; }

/* line 243, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart7:before {
  content: "\e0c7"; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart-plus:before {
  content: "\e0c8"; }

/* line 245, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart-minus:before {
  content: "\e0c9"; }

/* line 246, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart-add:before {
  content: "\e0ca"; }

/* line 247, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart-remove:before {
  content: "\e0cb"; }

/* line 248, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart-checkout:before {
  content: "\e0cc"; }

/* line 249, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cart-remove2:before {
  content: "\e0cd"; }

/* line 250, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-basket:before {
  content: "\e0ce"; }

/* line 251, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-basket2:before {
  content: "\e0cf"; }

/* line 252, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bag:before {
  content: "\e0d0"; }

/* line 253, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bag2:before {
  content: "\e0d1"; }

/* line 254, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bag3:before {
  content: "\e0d2"; }

/* line 255, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-coin:before {
  content: "\e0d3"; }

/* line 256, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-coins:before {
  content: "\e0d4"; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-credit:before {
  content: "\e0d5"; }

/* line 258, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-credit2:before {
  content: "\e0d6"; }

/* line 259, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calculate:before {
  content: "\e0d7"; }

/* line 260, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calculate2:before {
  content: "\e0d8"; }

/* line 261, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-support:before {
  content: "\e0d9"; }

/* line 262, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone:before {
  content: "\e0da"; }

/* line 263, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone2:before {
  content: "\e0db"; }

/* line 264, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone3:before {
  content: "\e0dc"; }

/* line 265, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone4:before {
  content: "\e0dd"; }

/* line 266, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contact-add:before {
  content: "\e0de"; }

/* line 267, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contact-remove:before {
  content: "\e0df"; }

/* line 268, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contact-add2:before {
  content: "\e0e0"; }

/* line 269, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contact-remove2:before {
  content: "\e0e1"; }

/* line 270, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-call-incoming:before {
  content: "\e0e2"; }

/* line 271, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-call-outgoing:before {
  content: "\e0e3"; }

/* line 272, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone5:before {
  content: "\e0e4"; }

/* line 273, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone6:before {
  content: "\e0e5"; }

/* line 274, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone-hang-up:before {
  content: "\e0e6"; }

/* line 275, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-phone-hang-up2:before {
  content: "\e0e7"; }

/* line 276, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-address-book:before {
  content: "\e0e8"; }

/* line 277, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-address-book2:before {
  content: "\e0e9"; }

/* line 278, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-notebook:before {
  content: "\e0ea"; }

/* line 279, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-envelope:before {
  content: "\e0eb"; }

/* line 280, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-envelope2:before {
  content: "\e0ec"; }

/* line 281, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mail-send:before {
  content: "\e0ed"; }

/* line 282, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-envelope-opened:before {
  content: "\e0ee"; }

/* line 283, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-envelope3:before {
  content: "\e0ef"; }

/* line 284, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pushpin:before {
  content: "\e0f0"; }

/* line 285, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location:before {
  content: "\e0f1"; }

/* line 286, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location2:before {
  content: "\e0f2"; }

/* line 287, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location3:before {
  content: "\e0f3"; }

/* line 288, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location4:before {
  content: "\e0f4"; }

/* line 289, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location5:before {
  content: "\e0f5"; }

/* line 290, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location6:before {
  content: "\e0f6"; }

/* line 291, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-location7:before {
  content: "\e0f7"; }

/* line 292, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-compass:before {
  content: "\e0f8"; }

/* line 293, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-compass2:before {
  content: "\e0f9"; }

/* line 294, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-map:before {
  content: "\e0fa"; }

/* line 295, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-map2:before {
  content: "\e0fb"; }

/* line 296, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-map3:before {
  content: "\e0fc"; }

/* line 297, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-map4:before {
  content: "\e0fd"; }

/* line 298, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-direction:before {
  content: "\e0fe"; }

/* line 299, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-history:before {
  content: "\e0ff"; }

/* line 300, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-history2:before {
  content: "\e100"; }

/* line 301, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock:before {
  content: "\e101"; }

/* line 302, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock2:before {
  content: "\e102"; }

/* line 303, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock3:before {
  content: "\e103"; }

/* line 304, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock4:before {
  content: "\e104"; }

/* line 305, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-watch:before {
  content: "\e105"; }

/* line 306, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock5:before {
  content: "\e106"; }

/* line 307, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock6:before {
  content: "\e107"; }

/* line 308, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clock7:before {
  content: "\e108"; }

/* line 309, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-alarm:before {
  content: "\e109"; }

/* line 310, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-alarm2:before {
  content: "\e10a"; }

/* line 311, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bell:before {
  content: "\e10b"; }

/* line 312, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bell2:before {
  content: "\e10c"; }

/* line 313, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-alarm-plus:before {
  content: "\e10d"; }

/* line 314, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-alarm-minus:before {
  content: "\e10e"; }

/* line 315, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-alarm-check:before {
  content: "\e10f"; }

/* line 316, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-alarm-cancel:before {
  content: "\e110"; }

/* line 317, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stopwatch:before {
  content: "\e111"; }

/* line 318, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calendar:before {
  content: "\e112"; }

/* line 319, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calendar2:before {
  content: "\e113"; }

/* line 320, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calendar3:before {
  content: "\e114"; }

/* line 321, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calendar4:before {
  content: "\e115"; }

/* line 322, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-calendar5:before {
  content: "\e116"; }

/* line 323, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-print:before {
  content: "\e117"; }

/* line 324, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-print2:before {
  content: "\e118"; }

/* line 325, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-print3:before {
  content: "\e119"; }

/* line 326, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mouse:before {
  content: "\e11a"; }

/* line 327, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mouse2:before {
  content: "\e11b"; }

/* line 328, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mouse3:before {
  content: "\e11c"; }

/* line 329, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mouse4:before {
  content: "\e11d"; }

/* line 330, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-keyboard:before {
  content: "\e11e"; }

/* line 331, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-keyboard2:before {
  content: "\e11f"; }

/* line 332, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-screen:before {
  content: "\e120"; }

/* line 333, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-screen2:before {
  content: "\e121"; }

/* line 334, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-screen3:before {
  content: "\e122"; }

/* line 335, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-screen4:before {
  content: "\e123"; }

/* line 336, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-laptop:before {
  content: "\e124"; }

/* line 337, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mobile:before {
  content: "\e125"; }

/* line 338, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mobile2:before {
  content: "\e126"; }

/* line 339, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tablet:before {
  content: "\e127"; }

/* line 340, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mobile3:before {
  content: "\e128"; }

/* line 341, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tv:before {
  content: "\e129"; }

/* line 342, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cabinet:before {
  content: "\e12a"; }

/* line 343, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-archive:before {
  content: "\e12b"; }

/* line 344, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-drawer:before {
  content: "\e12c"; }

/* line 345, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-drawer2:before {
  content: "\e12d"; }

/* line 346, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-drawer3:before {
  content: "\e12e"; }

/* line 347, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-box:before {
  content: "\e12f"; }

/* line 348, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-box-add:before {
  content: "\e130"; }

/* line 349, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-box-remove:before {
  content: "\e131"; }

/* line 350, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download:before {
  content: "\e132"; }

/* line 351, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload:before {
  content: "\e133"; }

/* line 352, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-disk:before {
  content: "\e134"; }

/* line 353, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cd:before {
  content: "\e135"; }

/* line 354, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-storage:before {
  content: "\e136"; }

/* line 355, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-storage2:before {
  content: "\e137"; }

/* line 356, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-database:before {
  content: "\e138"; }

/* line 357, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-database2:before {
  content: "\e139"; }

/* line 358, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-database3:before {
  content: "\e13a"; }

/* line 359, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-undo:before {
  content: "\e13b"; }

/* line 360, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-redo:before {
  content: "\e13c"; }

/* line 361, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rotate:before {
  content: "\e13d"; }

/* line 362, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rotate2:before {
  content: "\e13e"; }

/* line 363, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flip:before {
  content: "\e13f"; }

/* line 364, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flip2:before {
  content: "\e140"; }

/* line 365, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-unite:before {
  content: "\e141"; }

/* line 366, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-subtract:before {
  content: "\e142"; }

/* line 367, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-interset:before {
  content: "\e143"; }

/* line 368, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-exclude:before {
  content: "\e144"; }

/* line 369, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-align-left:before {
  content: "\e145"; }

/* line 370, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-align-center-horizontal:before {
  content: "\e146"; }

/* line 371, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-align-right:before {
  content: "\e147"; }

/* line 372, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-align-top:before {
  content: "\e148"; }

/* line 373, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-align-center-vertical:before {
  content: "\e149"; }

/* line 374, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-align-bottom:before {
  content: "\e14a"; }

/* line 375, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-undo2:before {
  content: "\e14b"; }

/* line 376, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-redo2:before {
  content: "\e14c"; }

/* line 377, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-forward:before {
  content: "\e14d"; }

/* line 378, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-reply:before {
  content: "\e14e"; }

/* line 379, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-reply2:before {
  content: "\e14f"; }

/* line 380, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble:before {
  content: "\e150"; }

/* line 381, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles:before {
  content: "\e151"; }

/* line 382, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles2:before {
  content: "\e152"; }

/* line 383, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble2:before {
  content: "\e153"; }

/* line 384, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles3:before {
  content: "\e154"; }

/* line 385, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles4:before {
  content: "\e155"; }

/* line 386, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-notification:before {
  content: "\e156"; }

/* line 387, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles5:before {
  content: "\e157"; }

/* line 388, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles6:before {
  content: "\e158"; }

/* line 389, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble3:before {
  content: "\e159"; }

/* line 390, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-dots:before {
  content: "\e15a"; }

/* line 391, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble4:before {
  content: "\e15b"; }

/* line 392, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble5:before {
  content: "\e15c"; }

/* line 393, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-dots2:before {
  content: "\e15d"; }

/* line 394, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble6:before {
  content: "\e15e"; }

/* line 395, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble7:before {
  content: "\e15f"; }

/* line 396, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble8:before {
  content: "\e160"; }

/* line 397, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles7:before {
  content: "\e161"; }

/* line 398, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble9:before {
  content: "\e162"; }

/* line 399, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles8:before {
  content: "\e163"; }

/* line 400, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble10:before {
  content: "\e164"; }

/* line 401, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-dots3:before {
  content: "\e165"; }

/* line 402, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble11:before {
  content: "\e166"; }

/* line 403, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble12:before {
  content: "\e167"; }

/* line 404, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-dots4:before {
  content: "\e168"; }

/* line 405, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble13:before {
  content: "\e169"; }

/* line 406, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles9:before {
  content: "\e16a"; }

/* line 407, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubbles10:before {
  content: "\e16b"; }

/* line 408, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-blocked:before {
  content: "\e16c"; }

/* line 409, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-quote:before {
  content: "\e16d"; }

/* line 410, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-user:before {
  content: "\e16e"; }

/* line 411, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-check:before {
  content: "\e16f"; }

/* line 412, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-video-chat:before {
  content: "\e170"; }

/* line 413, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-link:before {
  content: "\e171"; }

/* line 414, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-locked:before {
  content: "\e172"; }

/* line 415, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-star:before {
  content: "\e173"; }

/* line 416, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-heart:before {
  content: "\e174"; }

/* line 417, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-paperclip:before {
  content: "\e175"; }

/* line 418, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-cancel:before {
  content: "\e176"; }

/* line 419, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-plus:before {
  content: "\e177"; }

/* line 420, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-minus:before {
  content: "\e178"; }

/* line 421, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-notification2:before {
  content: "\e179"; }

/* line 422, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-trash:before {
  content: "\e17a"; }

/* line 423, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-left:before {
  content: "\e17b"; }

/* line 424, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-right:before {
  content: "\e17c"; }

/* line 425, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-up:before {
  content: "\e17d"; }

/* line 426, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-down:before {
  content: "\e17e"; }

/* line 427, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-first:before {
  content: "\e17f"; }

/* line 428, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-last:before {
  content: "\e180"; }

/* line 429, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-replu:before {
  content: "\e181"; }

/* line 430, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-forward:before {
  content: "\e182"; }

/* line 431, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-reply:before {
  content: "\e183"; }

/* line 432, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bubble-forward2:before {
  content: "\e184"; }

/* line 433, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user:before {
  content: "\e185"; }

/* line 434, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-users:before {
  content: "\e186"; }

/* line 435, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-plus:before {
  content: "\e187"; }

/* line 436, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-plus2:before {
  content: "\e188"; }

/* line 437, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-minus:before {
  content: "\e189"; }

/* line 438, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-minus2:before {
  content: "\e18a"; }

/* line 439, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-cancel:before {
  content: "\e18b"; }

/* line 440, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-block:before {
  content: "\e18c"; }

/* line 441, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-users2:before {
  content: "\e18d"; }

/* line 442, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user2:before {
  content: "\e18e"; }

/* line 443, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-users3:before {
  content: "\e18f"; }

/* line 444, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-plus3:before {
  content: "\e190"; }

/* line 445, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-minus3:before {
  content: "\e191"; }

/* line 446, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-cancel2:before {
  content: "\e192"; }

/* line 447, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user-block2:before {
  content: "\e193"; }

/* line 448, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user3:before {
  content: "\e194"; }

/* line 449, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user4:before {
  content: "\e195"; }

/* line 450, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user5:before {
  content: "\e196"; }

/* line 451, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user6:before {
  content: "\e197"; }

/* line 452, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-users4:before {
  content: "\e198"; }

/* line 453, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user7:before {
  content: "\e199"; }

/* line 454, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-user8:before {
  content: "\e19a"; }

/* line 455, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-users5:before {
  content: "\e19b"; }

/* line 456, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-vcard:before {
  content: "\e19c"; }

/* line 457, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tshirt:before {
  content: "\e19d"; }

/* line 458, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-hanger:before {
  content: "\e19e"; }

/* line 459, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quotes-left:before {
  content: "\e19f"; }

/* line 460, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quotes-right:before {
  content: "\e1a0"; }

/* line 461, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quotes-right2:before {
  content: "\e1a1"; }

/* line 462, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-quotes-right3:before {
  content: "\e1a2"; }

/* line 463, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-busy:before {
  content: "\e1a3"; }

/* line 464, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-busy2:before {
  content: "\e1a4"; }

/* line 465, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-busy3:before {
  content: "\e1a5"; }

/* line 466, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-busy4:before {
  content: "\e1a6"; }

/* line 467, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner:before {
  content: "\e1a7"; }

/* line 468, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner2:before {
  content: "\e1a8"; }

/* line 469, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner3:before {
  content: "\e1a9"; }

/* line 470, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner4:before {
  content: "\e1aa"; }

/* line 471, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner5:before {
  content: "\e1ab"; }

/* line 472, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner6:before {
  content: "\e1ac"; }

/* line 473, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner7:before {
  content: "\e1ad"; }

/* line 474, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner8:before {
  content: "\e1ae"; }

/* line 475, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner9:before {
  content: "\e1af"; }

/* line 476, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner10:before {
  content: "\e1b0"; }

/* line 477, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner11:before {
  content: "\e1b1"; }

/* line 478, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spinner12:before {
  content: "\e1b2"; }

/* line 479, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-microscope:before {
  content: "\e1b3"; }

/* line 480, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-binoculars:before {
  content: "\e1b4"; }

/* line 481, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-binoculars2:before {
  content: "\e1b5"; }

/* line 482, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-search:before {
  content: "\e1b6"; }

/* line 483, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-search2:before {
  content: "\e1b7"; }

/* line 484, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-zoomin:before {
  content: "\e1b8"; }

/* line 485, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-zoomout:before {
  content: "\e1b9"; }

/* line 486, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-search3:before {
  content: "\e1ba"; }

/* line 487, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-search4:before {
  content: "\e1bb"; }

/* line 488, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-zoomin2:before {
  content: "\e1bc"; }

/* line 489, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-zoomout2:before {
  content: "\e1bd"; }

/* line 490, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-search5:before {
  content: "\e1be"; }

/* line 491, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-expand:before {
  content: "\e1bf"; }

/* line 492, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contract:before {
  content: "\e1c0"; }

/* line 493, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scale-up:before {
  content: "\e1c1"; }

/* line 494, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scale-down:before {
  content: "\e1c2"; }

/* line 495, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-expand2:before {
  content: "\e1c3"; }

/* line 496, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contract2:before {
  content: "\e1c4"; }

/* line 497, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scale-up2:before {
  content: "\e1c5"; }

/* line 498, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scale-down2:before {
  content: "\e1c6"; }

/* line 499, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-fullscreen:before {
  content: "\e1c7"; }

/* line 500, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-expand3:before {
  content: "\e1c8"; }

/* line 501, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contract3:before {
  content: "\e1c9"; }

/* line 502, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key:before {
  content: "\e1ca"; }

/* line 503, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key2:before {
  content: "\e1cb"; }

/* line 504, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key3:before {
  content: "\e1cc"; }

/* line 505, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key4:before {
  content: "\e1cd"; }

/* line 506, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key5:before {
  content: "\e1ce"; }

/* line 507, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-keyhole:before {
  content: "\e1cf"; }

/* line 508, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lock:before {
  content: "\e1d0"; }

/* line 509, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lock2:before {
  content: "\e1d1"; }

/* line 510, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lock3:before {
  content: "\e1d2"; }

/* line 511, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lock4:before {
  content: "\e1d3"; }

/* line 512, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-unlocked:before {
  content: "\e1d4"; }

/* line 513, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lock5:before {
  content: "\e1d5"; }

/* line 514, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-unlocked2:before {
  content: "\e1d6"; }

/* line 515, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wrench:before {
  content: "\e1d7"; }

/* line 516, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wrench2:before {
  content: "\e1d8"; }

/* line 517, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wrench3:before {
  content: "\e1d9"; }

/* line 518, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wrench4:before {
  content: "\e1da"; }

/* line 519, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-settings:before {
  content: "\e1db"; }

/* line 520, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-equalizer:before {
  content: "\e1dc"; }

/* line 521, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-equalizer2:before {
  content: "\e1dd"; }

/* line 522, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-equalizer3:before {
  content: "\e1de"; }

/* line 523, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog:before {
  content: "\e1df"; }

/* line 524, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cogs:before {
  content: "\e1e0"; }

/* line 525, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog2:before {
  content: "\e1e1"; }

/* line 526, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog3:before {
  content: "\e1e2"; }

/* line 527, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog4:before {
  content: "\e1e3"; }

/* line 528, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog5:before {
  content: "\e1e4"; }

/* line 529, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog6:before {
  content: "\e1e5"; }

/* line 530, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cog7:before {
  content: "\e1e6"; }

/* line 531, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-factory:before {
  content: "\e1e7"; }

/* line 532, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-hammer:before {
  content: "\e1e8"; }

/* line 533, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tools:before {
  content: "\e1e9"; }

/* line 534, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-screwdriver:before {
  content: "\e1ea"; }

/* line 535, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-screwdriver2:before {
  content: "\e1eb"; }

/* line 536, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wand:before {
  content: "\e1ec"; }

/* line 537, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wand2:before {
  content: "\e1ed"; }

/* line 538, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-health:before {
  content: "\e1ee"; }

/* line 539, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-aid:before {
  content: "\e1ef"; }

/* line 540, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-patch:before {
  content: "\e1f0"; }

/* line 541, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bug:before {
  content: "\e1f1"; }

/* line 542, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bug2:before {
  content: "\e1f2"; }

/* line 543, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-inject:before {
  content: "\e1f3"; }

/* line 544, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-inject2:before {
  content: "\e1f4"; }

/* line 545, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-construction:before {
  content: "\e1f5"; }

/* line 546, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cone:before {
  content: "\e1f6"; }

/* line 547, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie:before {
  content: "\e1f7"; }

/* line 548, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie2:before {
  content: "\e1f8"; }

/* line 549, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie3:before {
  content: "\e1f9"; }

/* line 550, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie4:before {
  content: "\e1fa"; }

/* line 551, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie5:before {
  content: "\e1fb"; }

/* line 552, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie6:before {
  content: "\e1fc"; }

/* line 553, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pie7:before {
  content: "\e1fd"; }

/* line 554, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stats:before {
  content: "\e1fe"; }

/* line 555, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stats2:before {
  content: "\e1ff"; }

/* line 556, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stats3:before {
  content: "\e200"; }

/* line 557, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bars:before {
  content: "\e201"; }

/* line 558, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bars2:before {
  content: "\e202"; }

/* line 559, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bars3:before {
  content: "\e203"; }

/* line 560, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bars4:before {
  content: "\e204"; }

/* line 561, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bars5:before {
  content: "\e205"; }

/* line 562, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bars6:before {
  content: "\e206"; }

/* line 563, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stats-up:before {
  content: "\e207"; }

/* line 564, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stats-down:before {
  content: "\e208"; }

/* line 565, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stairs-down:before {
  content: "\e209"; }

/* line 566, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stairs-down2:before {
  content: "\e20a"; }

/* line 567, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-chart:before {
  content: "\e20b"; }

/* line 568, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stairs:before {
  content: "\e20c"; }

/* line 569, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stairs2:before {
  content: "\e20d"; }

/* line 570, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-ladder:before {
  content: "\e20e"; }

/* line 571, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cake:before {
  content: "\e20f"; }

/* line 572, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gift:before {
  content: "\e210"; }

/* line 573, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gift2:before {
  content: "\e211"; }

/* line 574, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-balloon:before {
  content: "\e212"; }

/* line 575, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rating:before {
  content: "\e213"; }

/* line 576, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rating2:before {
  content: "\e214"; }

/* line 577, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rating3:before {
  content: "\e215"; }

/* line 578, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-podium:before {
  content: "\e216"; }

/* line 579, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-medal:before {
  content: "\e217"; }

/* line 580, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-medal2:before {
  content: "\e218"; }

/* line 581, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-medal3:before {
  content: "\e219"; }

/* line 582, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-medal4:before {
  content: "\e21a"; }

/* line 583, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-medal5:before {
  content: "\e21b"; }

/* line 584, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-crown:before {
  content: "\e21c"; }

/* line 585, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-trophy:before {
  content: "\e21d"; }

/* line 586, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-trophy2:before {
  content: "\e21e"; }

/* line 587, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-trophy-star:before {
  content: "\e21f"; }

/* line 588, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-diamond:before {
  content: "\e220"; }

/* line 589, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-diamond2:before {
  content: "\e221"; }

/* line 590, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-glass:before {
  content: "\e222"; }

/* line 591, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-glass2:before {
  content: "\e223"; }

/* line 592, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bottle:before {
  content: "\e224"; }

/* line 593, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bottle2:before {
  content: "\e225"; }

/* line 594, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mug:before {
  content: "\e226"; }

/* line 595, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-food:before {
  content: "\e227"; }

/* line 596, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-food2:before {
  content: "\e228"; }

/* line 597, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-hamburger:before {
  content: "\e229"; }

/* line 598, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cup:before {
  content: "\e22a"; }

/* line 599, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cup2:before {
  content: "\e22b"; }

/* line 600, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-leaf:before {
  content: "\e22c"; }

/* line 601, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-leaf2:before {
  content: "\e22d"; }

/* line 602, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-apple-fruit:before {
  content: "\e22e"; }

/* line 603, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tree:before {
  content: "\e22f"; }

/* line 604, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tree2:before {
  content: "\e230"; }

/* line 605, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paw:before {
  content: "\e231"; }

/* line 606, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-steps:before {
  content: "\e232"; }

/* line 607, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flower:before {
  content: "\e233"; }

/* line 608, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rocket:before {
  content: "\e234"; }

/* line 609, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-meter:before {
  content: "\e235"; }

/* line 610, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-meter2:before {
  content: "\e236"; }

/* line 611, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-meter-slow:before {
  content: "\e237"; }

/* line 612, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-meter-medium:before {
  content: "\e238"; }

/* line 613, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-meter-fast:before {
  content: "\e239"; }

/* line 614, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-dashboard:before {
  content: "\e23a"; }

/* line 615, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-hammer2:before {
  content: "\e23b"; }

/* line 616, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-balance:before {
  content: "\e23c"; }

/* line 617, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bomb:before {
  content: "\e23d"; }

/* line 618, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-fire:before {
  content: "\e23e"; }

/* line 619, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-fire2:before {
  content: "\e23f"; }

/* line 620, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lab:before {
  content: "\e240"; }

/* line 621, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-atom:before {
  content: "\e241"; }

/* line 622, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-atom2:before {
  content: "\e242"; }

/* line 623, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-magnet:before {
  content: "\e243"; }

/* line 624, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-magnet2:before {
  content: "\e244"; }

/* line 625, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-magnet3:before {
  content: "\e245"; }

/* line 626, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-magnet4:before {
  content: "\e246"; }

/* line 627, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-dumbbell:before {
  content: "\e247"; }

/* line 628, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-skull:before {
  content: "\e248"; }

/* line 629, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-skull2:before {
  content: "\e249"; }

/* line 630, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-skull3:before {
  content: "\e24a"; }

/* line 631, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lamp:before {
  content: "\e24b"; }

/* line 632, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lamp2:before {
  content: "\e24c"; }

/* line 633, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lamp3:before {
  content: "\e24d"; }

/* line 634, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lamp4:before {
  content: "\e24e"; }

/* line 635, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove:before {
  content: "\e24f"; }

/* line 636, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove2:before {
  content: "\e250"; }

/* line 637, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove3:before {
  content: "\e251"; }

/* line 638, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove4:before {
  content: "\e252"; }

/* line 639, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove5:before {
  content: "\e253"; }

/* line 640, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove6:before {
  content: "\e254"; }

/* line 641, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove7:before {
  content: "\e255"; }

/* line 642, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-remove8:before {
  content: "\e256"; }

/* line 643, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-briefcase:before {
  content: "\e257"; }

/* line 644, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-briefcase2:before {
  content: "\e258"; }

/* line 645, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-briefcase3:before {
  content: "\e259"; }

/* line 646, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-airplane:before {
  content: "\e25a"; }

/* line 647, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-airplane2:before {
  content: "\e25b"; }

/* line 648, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paperplane:before {
  content: "\e25c"; }

/* line 649, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-car:before {
  content: "\e25d"; }

/* line 650, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gas-pump:before {
  content: "\e25e"; }

/* line 651, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bus:before {
  content: "\e25f"; }

/* line 652, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-truck:before {
  content: "\e260"; }

/* line 653, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bike:before {
  content: "\e261"; }

/* line 654, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-road:before {
  content: "\e262"; }

/* line 655, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-train:before {
  content: "\e263"; }

/* line 656, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-ship:before {
  content: "\e264"; }

/* line 657, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-boat:before {
  content: "\e265"; }

/* line 658, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cube:before {
  content: "\e266"; }

/* line 659, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cube2:before {
  content: "\e267"; }

/* line 660, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cube3:before {
  content: "\e268"; }

/* line 661, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cube4:before {
  content: "\e269"; }

/* line 662, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pyramid:before {
  content: "\e26a"; }

/* line 663, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pyramid2:before {
  content: "\e26b"; }

/* line 664, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cylinder:before {
  content: "\e26c"; }

/* line 665, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-package:before {
  content: "\e26d"; }

/* line 666, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-puzzle:before {
  content: "\e26e"; }

/* line 667, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-puzzle2:before {
  content: "\e26f"; }

/* line 668, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-puzzle3:before {
  content: "\e270"; }

/* line 669, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-puzzle4:before {
  content: "\e271"; }

/* line 670, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-glasses:before {
  content: "\e272"; }

/* line 671, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-glasses2:before {
  content: "\e273"; }

/* line 672, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-glasses3:before {
  content: "\e274"; }

/* line 673, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sunglasses:before {
  content: "\e275"; }

/* line 674, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-accessibility:before {
  content: "\e276"; }

/* line 675, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-accessibility2:before {
  content: "\e277"; }

/* line 676, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-brain:before {
  content: "\e278"; }

/* line 677, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-target:before {
  content: "\e279"; }

/* line 678, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-target2:before {
  content: "\e27a"; }

/* line 679, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-target3:before {
  content: "\e27b"; }

/* line 680, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gun:before {
  content: "\e27c"; }

/* line 681, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-gun-ban:before {
  content: "\e27d"; }

/* line 682, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shield:before {
  content: "\e27e"; }

/* line 683, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shield2:before {
  content: "\e27f"; }

/* line 684, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shield3:before {
  content: "\e280"; }

/* line 685, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shield4:before {
  content: "\e281"; }

/* line 686, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-soccer:before {
  content: "\e282"; }

/* line 687, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-football:before {
  content: "\e283"; }

/* line 688, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-baseball:before {
  content: "\e284"; }

/* line 689, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-basketball:before {
  content: "\e285"; }

/* line 690, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-golf:before {
  content: "\e286"; }

/* line 691, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-hockey:before {
  content: "\e287"; }

/* line 692, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-racing:before {
  content: "\e288"; }

/* line 693, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eightball:before {
  content: "\e289"; }

/* line 694, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bowlingball:before {
  content: "\e28a"; }

/* line 695, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bowling:before {
  content: "\e28b"; }

/* line 696, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bowling2:before {
  content: "\e28c"; }

/* line 697, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lightning:before {
  content: "\e28d"; }

/* line 698, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-power:before {
  content: "\e28e"; }

/* line 699, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-power2:before {
  content: "\e28f"; }

/* line 700, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-switch:before {
  content: "\e290"; }

/* line 701, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-powercord:before {
  content: "\e291"; }

/* line 702, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cord:before {
  content: "\e292"; }

/* line 703, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-socket:before {
  content: "\e293"; }

/* line 704, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clipboard:before {
  content: "\e294"; }

/* line 705, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clipboard2:before {
  content: "\e295"; }

/* line 706, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-signup:before {
  content: "\e296"; }

/* line 707, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clipboard3:before {
  content: "\e297"; }

/* line 708, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clipboard4:before {
  content: "\e298"; }

/* line 709, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-list:before {
  content: "\e299"; }

/* line 710, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-list2:before {
  content: "\e29a"; }

/* line 711, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-list3:before {
  content: "\e29b"; }

/* line 712, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-numbered-list:before {
  content: "\e29c"; }

/* line 713, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-list4:before {
  content: "\e29d"; }

/* line 714, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-list5:before {
  content: "\e29e"; }

/* line 715, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-playlist:before {
  content: "\e29f"; }

/* line 716, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grid:before {
  content: "\e2a0"; }

/* line 717, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grid2:before {
  content: "\e2a1"; }

/* line 718, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grid3:before {
  content: "\e2a2"; }

/* line 719, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grid4:before {
  content: "\e2a3"; }

/* line 720, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grid5:before {
  content: "\e2a4"; }

/* line 721, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grid6:before {
  content: "\e2a5"; }

/* line 722, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tree3:before {
  content: "\e2a6"; }

/* line 723, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tree4:before {
  content: "\e2a7"; }

/* line 724, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tree5:before {
  content: "\e2a8"; }

/* line 725, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu:before {
  content: "\e2a9"; }

/* line 726, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu2:before {
  content: "\e2aa"; }

/* line 727, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-circle-small:before {
  content: "\e2ab"; }

/* line 728, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu3:before {
  content: "\e2ac"; }

/* line 729, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu4:before {
  content: "\e2ad"; }

/* line 730, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu5:before {
  content: "\e2ae"; }

/* line 731, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu6:before {
  content: "\e2af"; }

/* line 732, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu7:before {
  content: "\e2b0"; }

/* line 733, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu8:before {
  content: "\e2b1"; }

/* line 734, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu9:before {
  content: "\e2b2"; }

/* line 735, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cloud:before {
  content: "\e2b3"; }

/* line 736, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cloud2:before {
  content: "\e2b4"; }

/* line 737, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cloud3:before {
  content: "\e2b5"; }

/* line 738, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cloud-download:before {
  content: "\e2b6"; }

/* line 739, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cloud-upload:before {
  content: "\e2b7"; }

/* line 740, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download2:before {
  content: "\e2b8"; }

/* line 741, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload2:before {
  content: "\e2b9"; }

/* line 742, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download3:before {
  content: "\e2ba"; }

/* line 743, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload3:before {
  content: "\e2bb"; }

/* line 744, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download4:before {
  content: "\e2bc"; }

/* line 745, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload4:before {
  content: "\e2bd"; }

/* line 746, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download5:before {
  content: "\e2be"; }

/* line 747, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload5:before {
  content: "\e2bf"; }

/* line 748, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download6:before {
  content: "\e2c0"; }

/* line 749, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload6:before {
  content: "\e2c1"; }

/* line 750, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-download7:before {
  content: "\e2c2"; }

/* line 751, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-upload7:before {
  content: "\e2c3"; }

/* line 752, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-globe:before {
  content: "\e2c4"; }

/* line 753, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-globe2:before {
  content: "\e2c5"; }

/* line 754, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-globe3:before {
  content: "\e2c6"; }

/* line 755, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-earth:before {
  content: "\e2c7"; }

/* line 756, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-network:before {
  content: "\e2c8"; }

/* line 757, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link:before {
  content: "\e2c9"; }

/* line 758, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link2:before {
  content: "\e2ca"; }

/* line 759, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link3:before {
  content: "\e2cb"; }

/* line 760, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link22:before {
  content: "\e2cc"; }

/* line 761, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link4:before {
  content: "\e2cd"; }

/* line 762, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link5:before {
  content: "\e2ce"; }

/* line 763, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-link6:before {
  content: "\e2cf"; }

/* line 764, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-anchor:before {
  content: "\e2d0"; }

/* line 765, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flag:before {
  content: "\e2d1"; }

/* line 766, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flag2:before {
  content: "\e2d2"; }

/* line 767, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flag3:before {
  content: "\e2d3"; }

/* line 768, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flag4:before {
  content: "\e2d4"; }

/* line 769, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flag5:before {
  content: "\e2d5"; }

/* line 770, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flag6:before {
  content: "\e2d6"; }

/* line 771, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-attachment:before {
  content: "\e2d7"; }

/* line 772, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-attachment2:before {
  content: "\e2d8"; }

/* line 773, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye:before {
  content: "\e2d9"; }

/* line 774, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye-blocked:before {
  content: "\e2da"; }

/* line 775, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye2:before {
  content: "\e2db"; }

/* line 776, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye3:before {
  content: "\e2dc"; }

/* line 777, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye-blocked2:before {
  content: "\e2dd"; }

/* line 778, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye4:before {
  content: "\e2de"; }

/* line 779, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye5:before {
  content: "\e2df"; }

/* line 780, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye6:before {
  content: "\e2e0"; }

/* line 781, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye7:before {
  content: "\e2e1"; }

/* line 782, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eye8:before {
  content: "\e2e2"; }

/* line 783, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bookmark:before {
  content: "\e2e3"; }

/* line 784, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bookmark2:before {
  content: "\e2e4"; }

/* line 785, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bookmarks:before {
  content: "\e2e5"; }

/* line 786, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bookmark3:before {
  content: "\e2e6"; }

/* line 787, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spotlight:before {
  content: "\e2e7"; }

/* line 788, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-starburst:before {
  content: "\e2e8"; }

/* line 789, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-snowflake:before {
  content: "\e2e9"; }

/* line 790, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-temperature:before {
  content: "\e2ea"; }

/* line 791, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-temperature2:before {
  content: "\e2eb"; }

/* line 792, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-weather-lightning:before {
  content: "\e2ec"; }

/* line 793, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-weather-rain:before {
  content: "\e2ed"; }

/* line 794, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-weather-snow:before {
  content: "\e2ee"; }

/* line 795, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-windy:before {
  content: "\e2ef"; }

/* line 796, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-fan:before {
  content: "\e2f0"; }

/* line 797, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-umbrella:before {
  content: "\e2f1"; }

/* line 798, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sun:before {
  content: "\e2f2"; }

/* line 799, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sun2:before {
  content: "\e2f3"; }

/* line 800, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-brightness-high:before {
  content: "\e2f4"; }

/* line 801, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-brightness-medium:before {
  content: "\e2f5"; }

/* line 802, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-brightness-low:before {
  content: "\e2f6"; }

/* line 803, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-brightness-contrast:before {
  content: "\e2f7"; }

/* line 804, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-contrast:before {
  content: "\e2f8"; }

/* line 805, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-moon:before {
  content: "\e2f9"; }

/* line 806, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bed:before {
  content: "\e2fa"; }

/* line 807, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bed2:before {
  content: "\e2fb"; }

/* line 808, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-star:before {
  content: "\e2fc"; }

/* line 809, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-star2:before {
  content: "\e2fd"; }

/* line 810, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-star3:before {
  content: "\e2fe"; }

/* line 811, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-star4:before {
  content: "\e2ff"; }

/* line 812, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-star5:before {
  content: "\e300"; }

/* line 813, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-star6:before {
  content: "\e301"; }

/* line 814, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart:before {
  content: "\e302"; }

/* line 815, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart2:before {
  content: "\e303"; }

/* line 816, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart3:before {
  content: "\e304"; }

/* line 817, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart4:before {
  content: "\e305"; }

/* line 818, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart-broken:before {
  content: "\e306"; }

/* line 819, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart5:before {
  content: "\e307"; }

/* line 820, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart6:before {
  content: "\e308"; }

/* line 821, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart-broken2:before {
  content: "\e309"; }

/* line 822, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart7:before {
  content: "\e30a"; }

/* line 823, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart8:before {
  content: "\e30b"; }

/* line 824, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-heart-broken3:before {
  content: "\e30c"; }

/* line 825, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lips:before {
  content: "\e30d"; }

/* line 826, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lips2:before {
  content: "\e30e"; }

/* line 827, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-up:before {
  content: "\e30f"; }

/* line 828, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-up2:before {
  content: "\e310"; }

/* line 829, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-down:before {
  content: "\e311"; }

/* line 830, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-down2:before {
  content: "\e312"; }

/* line 831, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-up3:before {
  content: "\e313"; }

/* line 832, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-up4:before {
  content: "\e314"; }

/* line 833, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-up5:before {
  content: "\e315"; }

/* line 834, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-thumbs-up6:before {
  content: "\e316"; }

/* line 835, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-people:before {
  content: "\e317"; }

/* line 836, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-man:before {
  content: "\e318"; }

/* line 837, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-male:before {
  content: "\e319"; }

/* line 838, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-woman:before {
  content: "\e31a"; }

/* line 839, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-female:before {
  content: "\e31b"; }

/* line 840, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-peace:before {
  content: "\e31c"; }

/* line 841, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-yin-yang:before {
  content: "\e31d"; }

/* line 842, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-happy:before {
  content: "\e31e"; }

/* line 843, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-happy2:before {
  content: "\e31f"; }

/* line 844, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-smiley:before {
  content: "\e320"; }

/* line 845, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-smiley2:before {
  content: "\e321"; }

/* line 846, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tongue:before {
  content: "\e322"; }

/* line 847, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tongue2:before {
  content: "\e323"; }

/* line 848, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sad:before {
  content: "\e324"; }

/* line 849, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sad2:before {
  content: "\e325"; }

/* line 850, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wink:before {
  content: "\e326"; }

/* line 851, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wink2:before {
  content: "\e327"; }

/* line 852, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grin:before {
  content: "\e328"; }

/* line 853, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-grin2:before {
  content: "\e329"; }

/* line 854, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cool:before {
  content: "\e32a"; }

/* line 855, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cool2:before {
  content: "\e32b"; }

/* line 856, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-angry:before {
  content: "\e32c"; }

/* line 857, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-angry2:before {
  content: "\e32d"; }

/* line 858, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-evil:before {
  content: "\e32e"; }

/* line 859, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-evil2:before {
  content: "\e32f"; }

/* line 860, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shocked:before {
  content: "\e330"; }

/* line 861, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shocked2:before {
  content: "\e331"; }

/* line 862, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-confused:before {
  content: "\e332"; }

/* line 863, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-confused2:before {
  content: "\e333"; }

/* line 864, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-neutral:before {
  content: "\e334"; }

/* line 865, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-neutral2:before {
  content: "\e335"; }

/* line 866, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wondering:before {
  content: "\e336"; }

/* line 867, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wondering2:before {
  content: "\e337"; }

/* line 868, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cursor:before {
  content: "\e338"; }

/* line 869, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cursor2:before {
  content: "\e339"; }

/* line 870, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-point-up:before {
  content: "\e33a"; }

/* line 871, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-point-right:before {
  content: "\e33b"; }

/* line 872, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-point-down:before {
  content: "\e33c"; }

/* line 873, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-point-left:before {
  content: "\e33d"; }

/* line 874, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pointer:before {
  content: "\e33e"; }

/* line 875, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-hand:before {
  content: "\e33f"; }

/* line 876, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-empty:before {
  content: "\e340"; }

/* line 877, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-plus:before {
  content: "\e341"; }

/* line 878, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-minus:before {
  content: "\e342"; }

/* line 879, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-star:before {
  content: "\e343"; }

/* line 880, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-picture:before {
  content: "\e344"; }

/* line 881, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-down:before {
  content: "\e345"; }

/* line 882, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-up:before {
  content: "\e346"; }

/* line 883, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-cancel:before {
  content: "\e347"; }

/* line 884, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-checkmark:before {
  content: "\e348"; }

/* line 885, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-list:before {
  content: "\e349"; }

/* line 886, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-clubs:before {
  content: "\e34a"; }

/* line 887, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-spades:before {
  content: "\e34b"; }

/* line 888, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-hearts:before {
  content: "\e34c"; }

/* line 889, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-diamonds:before {
  content: "\e34d"; }

/* line 890, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-user:before {
  content: "\e34e"; }

/* line 891, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack4:before {
  content: "\e34f"; }

/* line 892, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-music:before {
  content: "\e350"; }

/* line 893, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stack-play:before {
  content: "\e351"; }

/* line 894, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-move:before {
  content: "\e352"; }

/* line 895, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-resize:before {
  content: "\e353"; }

/* line 896, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-resize2:before {
  content: "\e354"; }

/* line 897, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-warning:before {
  content: "\e355"; }

/* line 898, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-warning2:before {
  content: "\e356"; }

/* line 899, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-notification:before {
  content: "\e357"; }

/* line 900, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-notification2:before {
  content: "\e358"; }

/* line 901, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-question:before {
  content: "\e359"; }

/* line 902, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-question2:before {
  content: "\e35a"; }

/* line 903, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-question3:before {
  content: "\e35b"; }

/* line 904, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-question4:before {
  content: "\e35c"; }

/* line 905, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-question5:before {
  content: "\e35d"; }

/* line 906, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-plus-circle:before {
  content: "\e35e"; }

/* line 907, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-plus-circle2:before {
  content: "\e35f"; }

/* line 908, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-minus-circle:before {
  content: "\e360"; }

/* line 909, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-minus-circle2:before {
  content: "\e361"; }

/* line 910, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-info:before {
  content: "\e362"; }

/* line 911, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-info2:before {
  content: "\e363"; }

/* line 912, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-blocked:before {
  content: "\e364"; }

/* line 913, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cancel-circle:before {
  content: "\e365"; }

/* line 914, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cancel-circle2:before {
  content: "\e366"; }

/* line 915, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkmark-circle:before {
  content: "\e367"; }

/* line 916, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkmark-circle2:before {
  content: "\e368"; }

/* line 917, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-cancel:before {
  content: "\e369"; }

/* line 918, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spam:before {
  content: "\e36a"; }

/* line 919, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-close:before {
  content: "\e36b"; }

/* line 920, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-close2:before {
  content: "\e36c"; }

/* line 921, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-close3:before {
  content: "\e36d"; }

/* line 922, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-close4:before {
  content: "\e36e"; }

/* line 923, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-close5:before {
  content: "\e36f"; }

/* line 924, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkmark:before {
  content: "\e370"; }

/* line 925, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkmark2:before {
  content: "\e371"; }

/* line 926, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkmark3:before {
  content: "\e372"; }

/* line 927, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkmark4:before {
  content: "\e373"; }

/* line 928, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-spell-check:before {
  content: "\e374"; }

/* line 929, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-minus:before {
  content: "\e375"; }

/* line 930, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-plus:before {
  content: "\e376"; }

/* line 931, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-minus2:before {
  content: "\e377"; }

/* line 932, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-plus2:before {
  content: "\e378"; }

/* line 933, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-enter:before {
  content: "\e379"; }

/* line 934, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-exit:before {
  content: "\e37a"; }

/* line 935, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-enter2:before {
  content: "\e37b"; }

/* line 936, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-exit2:before {
  content: "\e37c"; }

/* line 937, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-enter3:before {
  content: "\e37d"; }

/* line 938, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-exit3:before {
  content: "\e37e"; }

/* line 939, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-exit4:before {
  content: "\e37f"; }

/* line 940, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-play3:before {
  content: "\e380"; }

/* line 941, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pause:before {
  content: "\e381"; }

/* line 942, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stop:before {
  content: "\e382"; }

/* line 943, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-backward:before {
  content: "\e383"; }

/* line 944, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-forward2:before {
  content: "\e384"; }

/* line 945, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-play4:before {
  content: "\e385"; }

/* line 946, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pause2:before {
  content: "\e386"; }

/* line 947, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stop2:before {
  content: "\e387"; }

/* line 948, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-backward2:before {
  content: "\e388"; }

/* line 949, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-forward3:before {
  content: "\e389"; }

/* line 950, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-first:before {
  content: "\e38a"; }

/* line 951, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-last:before {
  content: "\e38b"; }

/* line 952, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-previous:before {
  content: "\e38c"; }

/* line 953, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-next:before {
  content: "\e38d"; }

/* line 954, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-eject:before {
  content: "\e38e"; }

/* line 955, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-high:before {
  content: "\e38f"; }

/* line 956, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-medium:before {
  content: "\e390"; }

/* line 957, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-low:before {
  content: "\e391"; }

/* line 958, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-mute:before {
  content: "\e392"; }

/* line 959, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-mute2:before {
  content: "\e393"; }

/* line 960, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-increase:before {
  content: "\e394"; }

/* line 961, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-decrease:before {
  content: "\e395"; }

/* line 962, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-high2:before {
  content: "\e396"; }

/* line 963, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-medium2:before {
  content: "\e397"; }

/* line 964, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-low2:before {
  content: "\e398"; }

/* line 965, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-mute3:before {
  content: "\e399"; }

/* line 966, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-mute4:before {
  content: "\e39a"; }

/* line 967, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-increase2:before {
  content: "\e39b"; }

/* line 968, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-decrease2:before {
  content: "\e39c"; }

/* line 969, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume5:before {
  content: "\e39d"; }

/* line 970, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume4:before {
  content: "\e39e"; }

/* line 971, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume3:before {
  content: "\e39f"; }

/* line 972, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume2:before {
  content: "\e3a0"; }

/* line 973, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume1:before {
  content: "\e3a1"; }

/* line 974, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume0:before {
  content: "\e3a2"; }

/* line 975, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-mute5:before {
  content: "\e3a3"; }

/* line 976, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-volume-mute6:before {
  content: "\e3a4"; }

/* line 977, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-loop:before {
  content: "\e3a5"; }

/* line 978, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-loop2:before {
  content: "\e3a6"; }

/* line 979, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-loop3:before {
  content: "\e3a7"; }

/* line 980, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-loop4:before {
  content: "\e3a8"; }

/* line 981, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-loop5:before {
  content: "\e3a9"; }

/* line 982, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shuffle:before {
  content: "\e3aa"; }

/* line 983, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-shuffle2:before {
  content: "\e3ab"; }

/* line 984, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wave:before {
  content: "\e3ac"; }

/* line 985, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wave2:before {
  content: "\e3ad"; }

/* line 986, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-first:before {
  content: "\e3ae"; }

/* line 987, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right:before {
  content: "\e3af"; }

/* line 988, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up:before {
  content: "\e3b0"; }

/* line 989, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right2:before {
  content: "\e3b1"; }

/* line 990, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down:before {
  content: "\e3b2"; }

/* line 991, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left:before {
  content: "\e3b3"; }

/* line 992, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up2:before {
  content: "\e3b4"; }

/* line 993, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right3:before {
  content: "\e3b5"; }

/* line 994, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down2:before {
  content: "\e3b6"; }

/* line 995, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left2:before {
  content: "\e3b7"; }

/* line 996, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left:before {
  content: "\e3b8"; }

/* line 997, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up3:before {
  content: "\e3b9"; }

/* line 998, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right:before {
  content: "\e3ba"; }

/* line 999, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right4:before {
  content: "\e3bb"; }

/* line 1000, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right:before {
  content: "\e3bc"; }

/* line 1001, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down3:before {
  content: "\e3bd"; }

/* line 1002, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left:before {
  content: "\e3be"; }

/* line 1003, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left3:before {
  content: "\e3bf"; }

/* line 1004, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left2:before {
  content: "\e3c0"; }

/* line 1005, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up4:before {
  content: "\e3c1"; }

/* line 1006, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right2:before {
  content: "\e3c2"; }

/* line 1007, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right5:before {
  content: "\e3c3"; }

/* line 1008, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right2:before {
  content: "\e3c4"; }

/* line 1009, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down4:before {
  content: "\e3c5"; }

/* line 1010, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left2:before {
  content: "\e3c6"; }

/* line 1011, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left4:before {
  content: "\e3c7"; }

/* line 1012, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left3:before {
  content: "\e3c8"; }

/* line 1013, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up5:before {
  content: "\e3c9"; }

/* line 1014, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right3:before {
  content: "\e3ca"; }

/* line 1015, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right6:before {
  content: "\e3cb"; }

/* line 1016, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right3:before {
  content: "\e3cc"; }

/* line 1017, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down5:before {
  content: "\e3cd"; }

/* line 1018, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left3:before {
  content: "\e3ce"; }

/* line 1019, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left5:before {
  content: "\e3cf"; }

/* line 1020, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left4:before {
  content: "\e3d0"; }

/* line 1021, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up6:before {
  content: "\e3d1"; }

/* line 1022, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right4:before {
  content: "\e3d2"; }

/* line 1023, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right7:before {
  content: "\e3d3"; }

/* line 1024, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right4:before {
  content: "\e3d4"; }

/* line 1025, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down6:before {
  content: "\e3d5"; }

/* line 1026, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left4:before {
  content: "\e3d6"; }

/* line 1027, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left6:before {
  content: "\e3d7"; }

/* line 1028, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow:before {
  content: "\e3d8"; }

/* line 1029, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow2:before {
  content: "\e3d9"; }

/* line 1030, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow3:before {
  content: "\e3da"; }

/* line 1031, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow4:before {
  content: "\e3db"; }

/* line 1032, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow5:before {
  content: "\e3dc"; }

/* line 1033, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow6:before {
  content: "\e3dd"; }

/* line 1034, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow7:before {
  content: "\e3de"; }

/* line 1035, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow8:before {
  content: "\e3df"; }

/* line 1036, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left5:before {
  content: "\e3e0"; }

/* line 1037, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrowsquare:before {
  content: "\e3e1"; }

/* line 1038, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right5:before {
  content: "\e3e2"; }

/* line 1039, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right8:before {
  content: "\e3e3"; }

/* line 1040, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right5:before {
  content: "\e3e4"; }

/* line 1041, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down7:before {
  content: "\e3e5"; }

/* line 1042, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left5:before {
  content: "\e3e6"; }

/* line 1043, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left7:before {
  content: "\e3e7"; }

/* line 1044, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up7:before {
  content: "\e3e8"; }

/* line 1045, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right9:before {
  content: "\e3e9"; }

/* line 1046, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down8:before {
  content: "\e3ea"; }

/* line 1047, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left8:before {
  content: "\e3eb"; }

/* line 1048, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up8:before {
  content: "\e3ec"; }

/* line 1049, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right10:before {
  content: "\e3ed"; }

/* line 1050, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-bottom:before {
  content: "\e3ee"; }

/* line 1051, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left9:before {
  content: "\e3ef"; }

/* line 1052, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left6:before {
  content: "\e3f0"; }

/* line 1053, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up9:before {
  content: "\e3f1"; }

/* line 1054, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right6:before {
  content: "\e3f2"; }

/* line 1055, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right11:before {
  content: "\e3f3"; }

/* line 1056, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right6:before {
  content: "\e3f4"; }

/* line 1057, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down9:before {
  content: "\e3f5"; }

/* line 1058, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left6:before {
  content: "\e3f6"; }

/* line 1059, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left10:before {
  content: "\e3f7"; }

/* line 1060, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-left7:before {
  content: "\e3f8"; }

/* line 1061, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up10:before {
  content: "\e3f9"; }

/* line 1062, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up-right7:before {
  content: "\e3fa"; }

/* line 1063, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right12:before {
  content: "\e3fb"; }

/* line 1064, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-right7:before {
  content: "\e3fc"; }

/* line 1065, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down10:before {
  content: "\e3fd"; }

/* line 1066, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down-left7:before {
  content: "\e3fe"; }

/* line 1067, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left11:before {
  content: "\e3ff"; }

/* line 1068, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up11:before {
  content: "\e400"; }

/* line 1069, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right13:before {
  content: "\e401"; }

/* line 1070, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down11:before {
  content: "\e402"; }

/* line 1071, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left12:before {
  content: "\e403"; }

/* line 1072, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up12:before {
  content: "\e404"; }

/* line 1073, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right14:before {
  content: "\e405"; }

/* line 1074, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down12:before {
  content: "\e406"; }

/* line 1075, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left13:before {
  content: "\e407"; }

/* line 1076, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up13:before {
  content: "\e408"; }

/* line 1077, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right15:before {
  content: "\e409"; }

/* line 1078, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down13:before {
  content: "\e40a"; }

/* line 1079, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left14:before {
  content: "\e40b"; }

/* line 1080, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up14:before {
  content: "\e40c"; }

/* line 1081, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right16:before {
  content: "\e40d"; }

/* line 1082, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down14:before {
  content: "\e40e"; }

/* line 1083, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left15:before {
  content: "\e40f"; }

/* line 1084, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up15:before {
  content: "\e410"; }

/* line 1085, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right17:before {
  content: "\e411"; }

/* line 1086, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down15:before {
  content: "\e412"; }

/* line 1087, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left16:before {
  content: "\e413"; }

/* line 1088, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-up16:before {
  content: "\e414"; }

/* line 1089, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-right18:before {
  content: "\e415"; }

/* line 1090, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-down16:before {
  content: "\e416"; }

/* line 1091, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-arrow-left17:before {
  content: "\e417"; }

/* line 1092, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu10:before {
  content: "\e418"; }

/* line 1093, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu11:before {
  content: "\e419"; }

/* line 1094, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu-close:before {
  content: "\e41a"; }

/* line 1095, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-menu-close2:before {
  content: "\e41b"; }

/* line 1096, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-enter4:before {
  content: "\e41c"; }

/* line 1097, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-enter5:before {
  content: "\e41d"; }

/* line 1098, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-esc:before {
  content: "\e41e"; }

/* line 1099, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-backspace:before {
  content: "\e41f"; }

/* line 1100, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-backspace2:before {
  content: "\e420"; }

/* line 1101, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-backspace3:before {
  content: "\e421"; }

/* line 1102, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tab:before {
  content: "\e422"; }

/* line 1103, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-transmission:before {
  content: "\e423"; }

/* line 1104, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-transmission2:before {
  content: "\e424"; }

/* line 1105, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sort:before {
  content: "\e425"; }

/* line 1106, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sort2:before {
  content: "\e426"; }

/* line 1107, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key-keyboard:before {
  content: "\e427"; }

/* line 1108, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key-A:before {
  content: "\e428"; }

/* line 1109, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key-up:before {
  content: "\e429"; }

/* line 1110, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key-right:before {
  content: "\e42a"; }

/* line 1111, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key-down:before {
  content: "\e42b"; }

/* line 1112, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-key-left:before {
  content: "\e42c"; }

/* line 1113, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-command:before {
  content: "\e42d"; }

/* line 1114, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-checked:before {
  content: "\e42e"; }

/* line 1115, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-unchecked:before {
  content: "\e42f"; }

/* line 1116, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-square:before {
  content: "\e430"; }

/* line 1117, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-partial:before {
  content: "\e431"; }

/* line 1118, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox:before {
  content: "\e432"; }

/* line 1119, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-unchecked2:before {
  content: "\e433"; }

/* line 1120, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-partial2:before {
  content: "\e434"; }

/* line 1121, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-checked2:before {
  content: "\e435"; }

/* line 1122, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-unchecked3:before {
  content: "\e436"; }

/* line 1123, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-checkbox-partial3:before {
  content: "\e437"; }

/* line 1124, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-radio-checked:before {
  content: "\e438"; }

/* line 1125, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-radio-unchecked:before {
  content: "\e439"; }

/* line 1126, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-circle:before {
  content: "\e43a"; }

/* line 1127, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-circle2:before {
  content: "\e43b"; }

/* line 1128, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-crop:before {
  content: "\e43c"; }

/* line 1129, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-crop2:before {
  content: "\e43d"; }

/* line 1130, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-vector:before {
  content: "\e43e"; }

/* line 1131, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-rulers:before {
  content: "\e43f"; }

/* line 1132, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scissors:before {
  content: "\e440"; }

/* line 1133, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scissors2:before {
  content: "\e441"; }

/* line 1134, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-scissors3:before {
  content: "\e442"; }

/* line 1135, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-filter:before {
  content: "\e443"; }

/* line 1136, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-filter2:before {
  content: "\e444"; }

/* line 1137, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-filter3:before {
  content: "\e445"; }

/* line 1138, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-filter4:before {
  content: "\e446"; }

/* line 1139, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-font:before {
  content: "\e447"; }

/* line 1140, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-font-size:before {
  content: "\e448"; }

/* line 1141, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-type:before {
  content: "\e449"; }

/* line 1142, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-text-height:before {
  content: "\e44a"; }

/* line 1143, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-text-width:before {
  content: "\e44b"; }

/* line 1144, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-height:before {
  content: "\e44c"; }

/* line 1145, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-width:before {
  content: "\e44d"; }

/* line 1146, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bold:before {
  content: "\e44e"; }

/* line 1147, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-underline:before {
  content: "\e44f"; }

/* line 1148, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-italic:before {
  content: "\e450"; }

/* line 1149, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-strikethrough:before {
  content: "\e451"; }

/* line 1150, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-strikethrough2:before {
  content: "\e452"; }

/* line 1151, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-font-size2:before {
  content: "\e453"; }

/* line 1152, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-bold2:before {
  content: "\e454"; }

/* line 1153, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-underline2:before {
  content: "\e455"; }

/* line 1154, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-italic2:before {
  content: "\e456"; }

/* line 1155, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-strikethrough3:before {
  content: "\e457"; }

/* line 1156, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-omega:before {
  content: "\e458"; }

/* line 1157, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sigma:before {
  content: "\e459"; }

/* line 1158, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-nbsp:before {
  content: "\e45a"; }

/* line 1159, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-page-break:before {
  content: "\e45b"; }

/* line 1160, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-page-break2:before {
  content: "\e45c"; }

/* line 1161, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-superscript:before {
  content: "\e45d"; }

/* line 1162, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-subscript:before {
  content: "\e45e"; }

/* line 1163, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-superscript2:before {
  content: "\e45f"; }

/* line 1164, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-subscript2:before {
  content: "\e460"; }

/* line 1165, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-text-color:before {
  content: "\e461"; }

/* line 1166, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-highlight:before {
  content: "\e462"; }

/* line 1167, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pagebreak:before {
  content: "\e463"; }

/* line 1168, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-clear-formatting:before {
  content: "\e464"; }

/* line 1169, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-table:before {
  content: "\e465"; }

/* line 1170, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-table2:before {
  content: "\e466"; }

/* line 1171, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-insert-template:before {
  content: "\e467"; }

/* line 1172, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pilcrow:before {
  content: "\e468"; }

/* line 1173, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lefttoright:before {
  content: "\e469"; }

/* line 1174, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-righttoleft:before {
  content: "\e46a"; }

/* line 1175, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-left:before {
  content: "\e46b"; }

/* line 1176, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-center:before {
  content: "\e46c"; }

/* line 1177, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-right:before {
  content: "\e46d"; }

/* line 1178, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-justify:before {
  content: "\e46e"; }

/* line 1179, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-left2:before {
  content: "\e46f"; }

/* line 1180, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-center2:before {
  content: "\e470"; }

/* line 1181, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-right2:before {
  content: "\e471"; }

/* line 1182, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-justify2:before {
  content: "\e472"; }

/* line 1183, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-indent-increase:before {
  content: "\e473"; }

/* line 1184, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-indent-decrease:before {
  content: "\e474"; }

/* line 1185, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-left3:before {
  content: "\e475"; }

/* line 1186, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-center3:before {
  content: "\e476"; }

/* line 1187, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-right3:before {
  content: "\e477"; }

/* line 1188, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paragraph-justify3:before {
  content: "\e478"; }

/* line 1189, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-indent-increase2:before {
  content: "\e479"; }

/* line 1190, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-indent-decrease2:before {
  content: "\e47a"; }

/* line 1191, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-share:before {
  content: "\e47b"; }

/* line 1192, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-newtab:before {
  content: "\e47c"; }

/* line 1193, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-newtab2:before {
  content: "\e47d"; }

/* line 1194, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-popout:before {
  content: "\e47e"; }

/* line 1195, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-embed:before {
  content: "\e47f"; }

/* line 1196, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-code:before {
  content: "\e480"; }

/* line 1197, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-console:before {
  content: "\e481"; }

/* line 1198, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment0:before {
  content: "\e482"; }

/* line 1199, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment1:before {
  content: "\e483"; }

/* line 1200, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment2:before {
  content: "\e484"; }

/* line 1201, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment3:before {
  content: "\e485"; }

/* line 1202, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment4:before {
  content: "\e486"; }

/* line 1203, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment5:before {
  content: "\e487"; }

/* line 1204, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment6:before {
  content: "\e488"; }

/* line 1205, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment7:before {
  content: "\e489"; }

/* line 1206, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment8:before {
  content: "\e48a"; }

/* line 1207, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-sevensegment9:before {
  content: "\e48b"; }

/* line 1208, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-share2:before {
  content: "\e48c"; }

/* line 1209, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-share3:before {
  content: "\e48d"; }

/* line 1210, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mail:before {
  content: "\e48e"; }

/* line 1211, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mail2:before {
  content: "\e48f"; }

/* line 1212, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mail3:before {
  content: "\e490"; }

/* line 1213, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-mail4:before {
  content: "\e491"; }

/* line 1214, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-google:before {
  content: "\e492"; }

/* line 1215, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-googleplus:before {
  content: "\e493"; }

/* line 1216, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-googleplus2:before {
  content: "\e494"; }

/* line 1217, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-googleplus3:before {
  content: "\e495"; }

/* line 1218, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-googleplus4:before {
  content: "\e496"; }

/* line 1219, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-google-drive:before {
  content: "\e497"; }

/* line 1220, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-facebook:before {
  content: "\e498"; }

/* line 1221, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-facebook2:before {
  content: "\e499"; }

/* line 1222, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-facebook3:before {
  content: "\e49a"; }

/* line 1223, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-facebook4:before {
  content: "\e49b"; }

/* line 1224, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-instagram:before {
  content: "\e49c"; }

/* line 1225, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-twitter:before {
  content: "\e49d"; }

/* line 1226, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-twitter2:before {
  content: "\e49e"; }

/* line 1227, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-twitter3:before {
  content: "\e49f"; }

/* line 1228, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-feed2:before {
  content: "\e4a0"; }

/* line 1229, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-feed3:before {
  content: "\e4a1"; }

/* line 1230, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-feed4:before {
  content: "\e4a2"; }

/* line 1231, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-youtube:before {
  content: "\e4a3"; }

/* line 1232, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-youtube2:before {
  content: "\e4a4"; }

/* line 1233, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-vimeo:before {
  content: "\e4a5"; }

/* line 1234, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-vimeo2:before {
  content: "\e4a6"; }

/* line 1235, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-vimeo3:before {
  content: "\e4a7"; }

/* line 1236, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lanyrd:before {
  content: "\e4a8"; }

/* line 1237, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flickr:before {
  content: "\e4a9"; }

/* line 1238, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flickr2:before {
  content: "\e4aa"; }

/* line 1239, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flickr3:before {
  content: "\e4ab"; }

/* line 1240, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flickr4:before {
  content: "\e4ac"; }

/* line 1241, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-picassa:before {
  content: "\e4ad"; }

/* line 1242, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-picassa2:before {
  content: "\e4ae"; }

/* line 1243, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-dribbble:before {
  content: "\e4af"; }

/* line 1244, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-dribbble2:before {
  content: "\e4b0"; }

/* line 1245, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-dribbble3:before {
  content: "\e4b1"; }

/* line 1246, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-forrst:before {
  content: "\e4b2"; }

/* line 1247, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-forrst2:before {
  content: "\e4b3"; }

/* line 1248, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-deviantart:before {
  content: "\e4b4"; }

/* line 1249, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-deviantart2:before {
  content: "\e4b5"; }

/* line 1250, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-steam:before {
  content: "\e4b6"; }

/* line 1251, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-steam2:before {
  content: "\e4b7"; }

/* line 1252, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-github:before {
  content: "\e4b8"; }

/* line 1253, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-github2:before {
  content: "\e4b9"; }

/* line 1254, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-github3:before {
  content: "\e4ba"; }

/* line 1255, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-github4:before {
  content: "\e4bb"; }

/* line 1256, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-github5:before {
  content: "\e4bc"; }

/* line 1257, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wordpress:before {
  content: "\e4bd"; }

/* line 1258, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-wordpress2:before {
  content: "\e4be"; }

/* line 1259, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-joomla:before {
  content: "\e4bf"; }

/* line 1260, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-blogger:before {
  content: "\e4c0"; }

/* line 1261, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-blogger2:before {
  content: "\e4c1"; }

/* line 1262, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tumblr:before {
  content: "\e4c2"; }

/* line 1263, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tumblr2:before {
  content: "\e4c3"; }

/* line 1264, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-yahoo:before {
  content: "\e4c4"; }

/* line 1265, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-tux:before {
  content: "\e4c5"; }

/* line 1266, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-apple:before {
  content: "\e4c6"; }

/* line 1267, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-finder:before {
  content: "\e4c7"; }

/* line 1268, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-android:before {
  content: "\e4c8"; }

/* line 1269, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-windows:before {
  content: "\e4c9"; }

/* line 1270, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-windows8:before {
  content: "\e4ca"; }

/* line 1271, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-soundcloud:before {
  content: "\e4cb"; }

/* line 1272, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-soundcloud2:before {
  content: "\e4cc"; }

/* line 1273, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-skype:before {
  content: "\e4cd"; }

/* line 1274, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-reddit:before {
  content: "\e4ce"; }

/* line 1275, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-linkedin:before {
  content: "\e4cf"; }

/* line 1276, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lastfm:before {
  content: "\e4d0"; }

/* line 1277, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-lastfm2:before {
  content: "\e4d1"; }

/* line 1278, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-delicious:before {
  content: "\e4d2"; }

/* line 1279, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stumbleupon:before {
  content: "\e4d3"; }

/* line 1280, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stumbleupon2:before {
  content: "\e4d4"; }

/* line 1281, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-stackoverflow:before {
  content: "\e4d5"; }

/* line 1282, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pinterest:before {
  content: "\e4d6"; }

/* line 1283, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-pinterest2:before {
  content: "\e4d7"; }

/* line 1284, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-xing:before {
  content: "\e4d8"; }

/* line 1285, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-xing2:before {
  content: "\e4d9"; }

/* line 1286, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-flattr:before {
  content: "\e4da"; }

/* line 1287, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-foursquare:before {
  content: "\e4db"; }

/* line 1288, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-foursquare2:before {
  content: "\e4dc"; }

/* line 1289, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paypal:before {
  content: "\e4dd"; }

/* line 1290, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paypal2:before {
  content: "\e4de"; }

/* line 1291, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-paypal3:before {
  content: "\e4df"; }

/* line 1292, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-yelp:before {
  content: "\e4e0"; }

/* line 1293, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-libreoffice:before {
  content: "\e4e1"; }

/* line 1294, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-pdf:before {
  content: "\e4e2"; }

/* line 1295, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-openoffice:before {
  content: "\e4e3"; }

/* line 1296, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-word:before {
  content: "\e4e4"; }

/* line 1297, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-excel:before {
  content: "\e4e5"; }

/* line 1298, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-zip:before {
  content: "\e4e6"; }

/* line 1299, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-powerpoint:before {
  content: "\e4e7"; }

/* line 1300, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-xml:before {
  content: "\e4e8"; }

/* line 1301, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-file-css:before {
  content: "\e4e9"; }

/* line 1302, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-html5:before {
  content: "\e4ea"; }

/* line 1303, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-html52:before {
  content: "\e4eb"; }

/* line 1304, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-css3:before {
  content: "\e4ec"; }

/* line 1305, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-chrome:before {
  content: "\e4ed"; }

/* line 1306, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-firefox:before {
  content: "\e4ee"; }

/* line 1307, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-IE:before {
  content: "\e4ef"; }

/* line 1308, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-opera:before {
  content: "\e4f0"; }

/* line 1309, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-safari:before {
  content: "\e4f1"; }

/* line 1310, /home/clyfe/dev/emerald/source/stylesheets/fonts/_icomoon.scss */
.icm-IcoMoon:before {
  content: "\e4f2"; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-LightItalic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/open-sans/OpenSans-LightItalic-webfont.woff") format('woff'), url("../fonts/open-sans/OpenSans-LightItalic-webfont.ttf") format('truetype'), url("../fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format('svg');
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Light-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Light-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/open-sans/OpenSans-Light-webfont.woff") format('woff'), url("../fonts/open-sans/OpenSans-Light-webfont.ttf") format('truetype'), url("../fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight") format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/open-sans/OpenSans-Regular-webfont.woff") format('woff'), url("../fonts/open-sans/OpenSans-Regular-webfont.ttf") format('truetype'), url("../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular") format('svg');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Italic-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/open-sans/OpenSans-Italic-webfont.woff") format('woff'), url("../fonts/open-sans/OpenSans-Italic-webfont.ttf") format('truetype'), url("../fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic") format('svg');
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/OpenSans-Semibold-webfont.eot");
  src: url("../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/open-sans/OpenSans-Semibold-webfont.woff") format('woff'), url("../fonts/open-sans/OpenSans-Semibold-webfont.ttf") format('truetype'), url("../fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format('svg');
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'line-icons';
  src: url("../fonts/line-icons/line-icons.eot");
  src: url("../fonts/line-icons/line-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/line-icons/line-icons.woff") format("woff"), url("../fonts/line-icons/line-icons.ttf") format("truetype"), url("../fonts/line-icons/line-icons.svg#line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon:before {
  font-family: 'line-icons' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-01:before {
  content: 'a'; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-02:before {
  content: 'b'; }

/* line 32, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-03:before {
  content: 'c'; }

/* line 35, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-04:before {
  content: 'd'; }

/* line 38, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-05:before {
  content: 'e'; }

/* line 41, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-06:before {
  content: 'f'; }

/* line 44, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-07:before {
  content: 'g'; }

/* line 47, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-08:before {
  content: 'h'; }

/* line 50, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-09:before {
  content: 'i'; }

/* line 53, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-10:before {
  content: 'j'; }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-11:before {
  content: 'k'; }

/* line 59, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-12:before {
  content: 'l'; }

/* line 62, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-13:before {
  content: 'm'; }

/* line 65, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-08:before {
  content: 'n'; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-07:before {
  content: 'o'; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-06:before {
  content: 'p'; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-05:before {
  content: 'q'; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-03:before {
  content: 'r'; }

/* line 80, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-04:before {
  content: 's'; }

/* line 83, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-02:before {
  content: 't'; }

/* line 86, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-01:before {
  content: 'u'; }

/* line 89, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-18:before {
  content: 'v'; }

/* line 92, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-17:before {
  content: 'w'; }

/* line 95, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-16:before {
  content: 'x'; }

/* line 98, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-15:before {
  content: 'y'; }

/* line 101, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-alerts-14:before {
  content: 'z'; }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-09:before {
  content: 'A'; }

/* line 107, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-10:before {
  content: 'B'; }

/* line 110, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-11:before {
  content: 'C'; }

/* line 113, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-12:before {
  content: 'D'; }

/* line 116, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-13:before {
  content: 'E'; }

/* line 119, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-14:before {
  content: 'F'; }

/* line 122, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-15:before {
  content: 'G'; }

/* line 125, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-16:before {
  content: 'H'; }

/* line 128, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-22:before {
  content: 'I'; }

/* line 131, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-17:before {
  content: 'J'; }

/* line 134, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-18:before {
  content: 'K'; }

/* line 137, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-19:before {
  content: 'L'; }

/* line 140, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-20:before {
  content: 'M'; }

/* line 143, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-21:before {
  content: 'N'; }

/* line 146, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-30:before {
  content: 'O'; }

/* line 149, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-31:before {
  content: 'P'; }

/* line 152, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-32:before {
  content: 'Q'; }

/* line 155, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-33:before {
  content: 'R'; }

/* line 158, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-34:before {
  content: 'S'; }

/* line 161, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-23:before {
  content: 'O'; }

/* line 164, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-24:before {
  content: 'T'; }

/* line 167, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-25:before {
  content: 'U'; }

/* line 170, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-26:before {
  content: 'V'; }

/* line 173, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-27:before {
  content: 'W'; }

/* line 176, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-28:before {
  content: 'X'; }

/* line 179, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-29:before {
  content: 'Y'; }

/* line 182, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-36:before {
  content: 'Z'; }

/* line 185, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-37:before {
  content: '0'; }

/* line 188, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-38:before {
  content: '1'; }

/* line 191, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-39:before {
  content: '2'; }

/* line 194, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-40:before {
  content: '3'; }

/* line 197, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-41:before {
  content: '4'; }

/* line 200, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-01:before {
  content: '5'; }

/* line 203, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-02:before {
  content: '6'; }

/* line 206, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-30:before {
  content: '7'; }

/* line 209, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-03:before {
  content: '8'; }

/* line 212, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-04:before {
  content: '9'; }

/* line 215, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-05:before {
  content: '!'; }

/* line 218, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-06:before {
  content: '\''; }

/* line 221, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-arrows-35:before {
  content: '#'; }

/* line 224, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-07:before {
  content: '$'; }

/* line 227, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-08:before {
  content: '%'; }

/* line 230, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-09:before {
  content: '&'; }

/* line 233, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-10:before {
  content: "'"; }

/* line 236, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-11:before {
  content: '('; }

/* line 239, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-12:before {
  content: ')'; }

/* line 242, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-13:before {
  content: '*'; }

/* line 245, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-14:before {
  content: '+'; }

/* line 248, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-15:before {
  content: ','; }

/* line 251, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-badges-votes-16:before {
  content: '-'; }

/* line 254, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-01:before {
  content: '.'; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-02:before {
  content: '/'; }

/* line 260, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-03:before {
  content: ':'; }

/* line 263, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-04:before {
  content: ';'; }

/* line 266, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-05:before {
  content: '<'; }

/* line 269, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-06:before {
  content: '='; }

/* line 272, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-07:before {
  content: '>'; }

/* line 275, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-08:before {
  content: '?'; }

/* line 278, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-09:before {
  content: '@'; }

/* line 281, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-10:before {
  content: '['; }

/* line 284, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-11:before {
  content: ']'; }

/* line 287, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-12:before {
  content: '^'; }

/* line 290, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-13:before {
  content: '_'; }

/* line 293, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-14:before {
  content: '`'; }

/* line 296, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-15:before {
  content: '{'; }

/* line 299, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-chat-messages-16:before {
  content: '|'; }

/* line 302, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-01:before {
  content: '}'; }

/* line 305, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-02:before {
  content: '~'; }

/* line 308, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-03:before {
  content: '\\'; }

/* line 311, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-04:before {
  content: '\e000'; }

/* line 314, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-05:before {
  content: '\e001'; }

/* line 317, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-06:before {
  content: '\e002'; }

/* line 320, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-07:before {
  content: '\e003'; }

/* line 323, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-08:before {
  content: '\e004'; }

/* line 326, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-09:before {
  content: '\e005'; }

/* line 329, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-10:before {
  content: '\e006'; }

/* line 332, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-11:before {
  content: '\e007'; }

/* line 335, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-12:before {
  content: '\e008'; }

/* line 338, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-13:before {
  content: '\e009'; }

/* line 341, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-14:before {
  content: '\e00a'; }

/* line 344, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-15:before {
  content: '\e00b'; }

/* line 347, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-documents-bookmarks-16:before {
  content: '\e00c'; }

/* line 350, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-01:before {
  content: '\e00d'; }

/* line 353, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-02:before {
  content: '\e00e'; }

/* line 356, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-03:before {
  content: '\e00f'; }

/* line 359, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-04:before {
  content: '\e010'; }

/* line 362, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-05:before {
  content: '\e011'; }

/* line 365, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-06:before {
  content: '\e012'; }

/* line 368, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-07:before {
  content: '\e013'; }

/* line 371, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-08:before {
  content: '\e014'; }

/* line 374, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-09:before {
  content: '\e015'; }

/* line 377, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-10:before {
  content: '\e016'; }

/* line 380, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-11:before {
  content: '\e017'; }

/* line 383, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-12:before {
  content: '\e018'; }

/* line 386, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-13:before {
  content: '\e019'; }

/* line 389, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-14:before {
  content: '\e01a'; }

/* line 392, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-15:before {
  content: '\e01b'; }

/* line 395, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-ecology-16:before {
  content: '\e01c'; }

/* line 398, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-01:before {
  content: '\e01d'; }

/* line 401, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-02:before {
  content: '\e01e'; }

/* line 404, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-03:before {
  content: '\e01f'; }

/* line 407, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-04:before {
  content: '\e020'; }

/* line 410, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-05:before {
  content: '\e021'; }

/* line 413, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-06:before {
  content: '\e022'; }

/* line 416, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-07:before {
  content: '\e023'; }

/* line 419, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-08:before {
  content: '\e024'; }

/* line 422, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-09:before {
  content: '\e025'; }

/* line 425, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-10:before {
  content: '\e026'; }

/* line 428, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-11:before {
  content: '\e027'; }

/* line 431, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-12:before {
  content: '\e028'; }

/* line 434, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-13:before {
  content: '\e029'; }

/* line 437, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-14:before {
  content: '\e02a'; }

/* line 440, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-15:before {
  content: '\e02b'; }

/* line 443, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-16:before {
  content: '\e02c'; }

/* line 446, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-17:before {
  content: '\e02d'; }

/* line 449, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-18:before {
  content: '\e02e'; }

/* line 452, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-19:before {
  content: '\e02f'; }

/* line 455, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-education-science-20:before {
  content: '\e030'; }

/* line 458, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-01:before {
  content: '\e031'; }

/* line 461, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-02:before {
  content: '\e032'; }

/* line 464, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-03:before {
  content: '\e033'; }

/* line 467, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-04:before {
  content: '\e034'; }

/* line 470, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-05:before {
  content: '\e035'; }

/* line 473, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-06:before {
  content: '\e036'; }

/* line 476, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-07:before {
  content: '\e037'; }

/* line 479, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-08:before {
  content: '\e038'; }

/* line 482, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-09:before {
  content: '\e039'; }

/* line 485, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-10:before {
  content: '\e03a'; }

/* line 488, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-11:before {
  content: '\e03b'; }

/* line 491, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-12:before {
  content: '\e03c'; }

/* line 494, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-13:before {
  content: '\e03d'; }

/* line 497, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-14:before {
  content: '\e03e'; }

/* line 500, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-15:before {
  content: '\e03f'; }

/* line 503, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-16:before {
  content: '\e040'; }

/* line 506, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-17:before {
  content: '\e041'; }

/* line 509, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-18:before {
  content: '\e042'; }

/* line 512, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-19:before {
  content: '\e043'; }

/* line 515, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-20:before {
  content: '\e044'; }

/* line 518, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-21:before {
  content: '\e045'; }

/* line 521, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-22:before {
  content: '\e046'; }

/* line 524, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-23:before {
  content: '\e047'; }

/* line 527, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-24:before {
  content: '\e048'; }

/* line 530, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-25:before {
  content: '\e049'; }

/* line 533, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-26:before {
  content: '\e04a'; }

/* line 536, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-27:before {
  content: '\e04b'; }

/* line 539, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-28:before {
  content: '\e04c'; }

/* line 542, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-29:before {
  content: '\e04d'; }

/* line 545, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-30:before {
  content: '\e04e'; }

/* line 548, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-31:before {
  content: '\e04f'; }

/* line 551, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-32:before {
  content: '\e050'; }

/* line 554, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-33:before {
  content: '\e051'; }

/* line 557, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-34:before {
  content: '\e052'; }

/* line 560, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-35:before {
  content: '\e053'; }

/* line 563, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-emoticons-artboard-80:before {
  content: '\e054'; }

/* line 566, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-01:before {
  content: '\e055'; }

/* line 569, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-02:before {
  content: '\e056'; }

/* line 572, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-03:before {
  content: '\e057'; }

/* line 575, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-04:before {
  content: '\e058'; }

/* line 578, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-05:before {
  content: '\e059'; }

/* line 581, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-06:before {
  content: '\e05a'; }

/* line 584, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-faces-users-07:before {
  content: '\e05b'; }

/* line 587, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-01:before {
  content: '\e05c'; }

/* line 590, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-02:before {
  content: '\e05d'; }

/* line 593, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-03:before {
  content: '\e05e'; }

/* line 596, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-04:before {
  content: '\e05f'; }

/* line 599, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-05:before {
  content: '\e060'; }

/* line 602, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-06:before {
  content: '\e061'; }

/* line 605, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-07:before {
  content: '\e062'; }

/* line 608, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-08:before {
  content: '\e063'; }

/* line 611, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-09:before {
  content: '\e064'; }

/* line 614, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-10:before {
  content: '\e065'; }

/* line 617, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-11:before {
  content: '\e066'; }

/* line 620, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-12:before {
  content: '\e067'; }

/* line 623, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-13:before {
  content: '\e068'; }

/* line 626, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-14:before {
  content: '\e069'; }

/* line 629, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-15:before {
  content: '\e06a'; }

/* line 632, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-16:before {
  content: '\e06b'; }

/* line 635, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-filetypes-17:before {
  content: '\e06c'; }

/* line 638, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-01:before {
  content: '\e06d'; }

/* line 641, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-02:before {
  content: '\e06e'; }

/* line 644, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-03:before {
  content: '\e06f'; }

/* line 647, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-04:before {
  content: '\e070'; }

/* line 650, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-05:before {
  content: '\e071'; }

/* line 653, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-06:before {
  content: '\e072'; }

/* line 656, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-07:before {
  content: '\e073'; }

/* line 659, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-08:before {
  content: '\e074'; }

/* line 662, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-09:before {
  content: '\e075'; }

/* line 665, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-10:before {
  content: '\e076'; }

/* line 668, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-11:before {
  content: '\e077'; }

/* line 671, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-12:before {
  content: '\e078'; }

/* line 674, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-13:before {
  content: '\e079'; }

/* line 677, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-14:before {
  content: '\e07a'; }

/* line 680, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-15:before {
  content: '\e07b'; }

/* line 683, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-16:before {
  content: '\e07c'; }

/* line 686, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-17:before {
  content: '\e07d'; }

/* line 689, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-food-18:before {
  content: '\e07e'; }

/* line 692, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-01:before {
  content: '\e07f'; }

/* line 695, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-02:before {
  content: '\e080'; }

/* line 698, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-03:before {
  content: '\e081'; }

/* line 701, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-04:before {
  content: '\e082'; }

/* line 704, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-05:before {
  content: '\e083'; }

/* line 707, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-06:before {
  content: '\e084'; }

/* line 710, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-07:before {
  content: '\e085'; }

/* line 713, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-08:before {
  content: '\e086'; }

/* line 716, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-09:before {
  content: '\e087'; }

/* line 719, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-10:before {
  content: '\e088'; }

/* line 722, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-11:before {
  content: '\e089'; }

/* line 725, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-12:before {
  content: '\e08a'; }

/* line 728, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-13:before {
  content: '\e08b'; }

/* line 731, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-14:before {
  content: '\e08c'; }

/* line 734, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-15:before {
  content: '\e08d'; }

/* line 737, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-16:before {
  content: '\e08e'; }

/* line 740, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-17:before {
  content: '\e08f'; }

/* line 743, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-18:before {
  content: '\e090'; }

/* line 746, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-19:before {
  content: '\e091'; }

/* line 749, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-20:before {
  content: '\e092'; }

/* line 752, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-21:before {
  content: '\e093'; }

/* line 755, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-22:before {
  content: '\e094'; }

/* line 758, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-23:before {
  content: '\e095'; }

/* line 761, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-24:before {
  content: '\e096'; }

/* line 764, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-25:before {
  content: '\e097'; }

/* line 767, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-26:before {
  content: '\e098'; }

/* line 770, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-27:before {
  content: '\e099'; }

/* line 773, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-28:before {
  content: '\e09a'; }

/* line 776, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-29:before {
  content: '\e09b'; }

/* line 779, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-30:before {
  content: '\e09c'; }

/* line 782, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-31:before {
  content: '\e09d'; }

/* line 785, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-32:before {
  content: '\e09e'; }

/* line 788, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-33:before {
  content: '\e09f'; }

/* line 791, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-graphic-design-34:before {
  content: '\e0a0'; }

/* line 794, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-01:before {
  content: '\e0a1'; }

/* line 797, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-02:before {
  content: '\e0a2'; }

/* line 800, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-03:before {
  content: '\e0a3'; }

/* line 803, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-04:before {
  content: '\e0a4'; }

/* line 806, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-05:before {
  content: '\e0a5'; }

/* line 809, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-06:before {
  content: '\e0a6'; }

/* line 812, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-07:before {
  content: '\e0a7'; }

/* line 815, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-08:before {
  content: '\e0a8'; }

/* line 818, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-09:before {
  content: '\e0a9'; }

/* line 821, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-10:before {
  content: '\e0aa'; }

/* line 824, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-11:before {
  content: '\e0ab'; }

/* line 827, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-12:before {
  content: '\e0ac'; }

/* line 830, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-13:before {
  content: '\e0ad'; }

/* line 833, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-14:before {
  content: '\e0ae'; }

/* line 836, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-15:before {
  content: '\e0af'; }

/* line 839, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-16:before {
  content: '\e0b0'; }

/* line 842, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-17:before {
  content: '\e0b1'; }

/* line 845, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-18:before {
  content: '\e0b2'; }

/* line 848, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-19:before {
  content: '\e0b3'; }

/* line 851, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-20:before {
  content: '\e0b4'; }

/* line 854, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-21:before {
  content: '\e0b5'; }

/* line 857, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-22:before {
  content: '\e0b6'; }

/* line 860, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-23:before {
  content: '\e0b7'; }

/* line 863, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-24:before {
  content: '\e0b8'; }

/* line 866, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-25:before {
  content: '\e0b9'; }

/* line 869, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-26:before {
  content: '\e0ba'; }

/* line 872, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-27:before {
  content: '\e0bb'; }

/* line 875, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-medical-28:before {
  content: '\e0bc'; }

/* line 878, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-01:before {
  content: '\e0bd'; }

/* line 881, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-02:before {
  content: '\e0be'; }

/* line 884, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-03:before {
  content: '\e0bf'; }

/* line 887, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-04:before {
  content: '\e0c0'; }

/* line 890, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-05:before {
  content: '\e0c1'; }

/* line 893, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-06:before {
  content: '\e0c2'; }

/* line 896, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-07:before {
  content: '\e0c3'; }

/* line 899, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-08:before {
  content: '\e0c4'; }

/* line 902, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-09:before {
  content: '\e0c5'; }

/* line 905, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-10:before {
  content: '\e0c6'; }

/* line 908, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-11:before {
  content: '\e0c7'; }

/* line 911, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-12:before {
  content: '\e0c8'; }

/* line 914, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-13:before {
  content: '\e0c9'; }

/* line 917, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-14:before {
  content: '\e0ca'; }

/* line 920, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-15:before {
  content: '\e0cb'; }

/* line 923, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-16:before {
  content: '\e0cc'; }

/* line 926, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-17:before {
  content: '\e0cd'; }

/* line 929, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-18:before {
  content: '\e0ce'; }

/* line 932, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-19:before {
  content: '\e0cf'; }

/* line 935, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-20:before {
  content: '\e0d0'; }

/* line 938, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-21:before {
  content: '\e0d1'; }

/* line 941, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-22:before {
  content: '\e0d2'; }

/* line 944, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-23:before {
  content: '\e0d3'; }

/* line 947, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-24:before {
  content: '\e0d4'; }

/* line 950, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-25:before {
  content: '\e0d5'; }

/* line 953, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-26:before {
  content: '\e0d6'; }

/* line 956, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-27:before {
  content: '\e0d7'; }

/* line 959, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-28:before {
  content: '\e0d8'; }

/* line 962, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-29:before {
  content: '\e0d9'; }

/* line 965, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-30:before {
  content: '\e0da'; }

/* line 968, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-31:before {
  content: '\e0db'; }

/* line 971, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-32:before {
  content: '\e0dc'; }

/* line 974, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-33:before {
  content: '\e0dd'; }

/* line 977, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-34:before {
  content: '\e0de'; }

/* line 980, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-35:before {
  content: '\e0df'; }

/* line 983, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-36:before {
  content: '\e0e0'; }

/* line 986, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-37:before {
  content: '\e0e1'; }

/* line 989, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-38:before {
  content: '\e0e2'; }

/* line 992, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-39:before {
  content: '\e0e3'; }

/* line 995, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-multimedia-40:before {
  content: '\e0e4'; }

/* line 998, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-01:before {
  content: '\e0e5'; }

/* line 1001, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-02:before {
  content: '\e0e6'; }

/* line 1004, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-03:before {
  content: '\e0e7'; }

/* line 1007, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-04:before {
  content: '\e0e8'; }

/* line 1010, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-05:before {
  content: '\e0e9'; }

/* line 1013, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-06:before {
  content: '\e0ea'; }

/* line 1016, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-07:before {
  content: '\e0eb'; }

/* line 1019, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-08:before {
  content: '\e0ec'; }

/* line 1022, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-09:before {
  content: '\e0ed'; }

/* line 1025, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-10:before {
  content: '\e0ee'; }

/* line 1028, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-11:before {
  content: '\e0ef'; }

/* line 1031, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-12:before {
  content: '\e0f0'; }

/* line 1034, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-13:before {
  content: '\e0f1'; }

/* line 1037, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-nature-14:before {
  content: '\e0f2'; }

/* line 1040, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-01:before {
  content: '\e0f3'; }

/* line 1043, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-01:before {
  content: '\e0f3'; }

/* line 1046, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-15:before {
  content: '\e183'; }

/* line 1049, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-16:before {
  content: '\e184'; }

/* line 1052, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-17:before {
  content: '\e185'; }

/* line 1055, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-18:before {
  content: '\e186'; }

/* line 1058, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-19:before {
  content: '\e187'; }

/* line 1061, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-20:before {
  content: '\e188'; }

/* line 1064, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-21:before {
  content: '\e189'; }

/* line 1067, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-22:before {
  content: '\e18a'; }

/* line 1070, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-23:before {
  content: '\e18b'; }

/* line 1073, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-24:before {
  content: '\e18c'; }

/* line 1076, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-25:before {
  content: '\e18d'; }

/* line 1079, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-26:before {
  content: '\e18e'; }

/* line 1082, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-27:before {
  content: '\e18f'; }

/* line 1085, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-01:before {
  content: '\e190'; }

/* line 1088, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-02:before {
  content: '\e191'; }

/* line 1091, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-03:before {
  content: '\e192'; }

/* line 1094, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-04:before {
  content: '\e193'; }

/* line 1097, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-05:before {
  content: '\e194'; }

/* line 1100, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-06:before {
  content: '\e195'; }

/* line 1103, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-07:before {
  content: '\e196'; }

/* line 1106, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-08:before {
  content: '\e197'; }

/* line 1109, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-09:before {
  content: '\e198'; }

/* line 1112, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-10:before {
  content: '\e199'; }

/* line 1115, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-11:before {
  content: '\e19a'; }

/* line 1118, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-12:before {
  content: '\e19b'; }

/* line 1121, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-13:before {
  content: '\e19c'; }

/* line 1124, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-14:before {
  content: '\e19d'; }

/* line 1127, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-15:before {
  content: '\e19e'; }

/* line 1130, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-16:before {
  content: '\e19f'; }

/* line 1133, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-17:before {
  content: '\e1a0'; }

/* line 1136, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-18:before {
  content: '\e1a1'; }

/* line 1139, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-19:before {
  content: '\e1a2'; }

/* line 1142, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-20:before {
  content: '\e1a3'; }

/* line 1145, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-21:before {
  content: '\e1a4'; }

/* line 1148, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-22:before {
  content: '\e1a5'; }

/* line 1151, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-23:before {
  content: '\e1a6'; }

/* line 1154, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-24:before {
  content: '\e1a7'; }

/* line 1157, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-25:before {
  content: '\e1a8'; }

/* line 1160, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-26:before {
  content: '\e1a9'; }

/* line 1163, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-27:before {
  content: '\e1aa'; }

/* line 1166, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-28:before {
  content: '\e1ab'; }

/* line 1169, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-socialmedia-29:before {
  content: '\e1ac'; }

/* line 1172, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-01:before {
  content: '\e1ad'; }

/* line 1175, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-02:before {
  content: '\e1ae'; }

/* line 1178, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-03:before {
  content: '\e1af'; }

/* line 1181, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-04:before {
  content: '\e1b0'; }

/* line 1184, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-05:before {
  content: '\e1b1'; }

/* line 1187, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-06:before {
  content: '\e1b2'; }

/* line 1190, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-07:before {
  content: '\e1b3'; }

/* line 1193, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-08:before {
  content: '\e1b4'; }

/* line 1196, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-09:before {
  content: '\e1b5'; }

/* line 1199, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-10:before {
  content: '\e1b6'; }

/* line 1202, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-11:before {
  content: '\e1b7'; }

/* line 1205, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-12:before {
  content: '\e1b8'; }

/* line 1208, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-13:before {
  content: '\e1b9'; }

/* line 1211, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-14:before {
  content: '\e1ba'; }

/* line 1214, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-15:before {
  content: '\e1bb'; }

/* line 1217, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-16:before {
  content: '\e1bc'; }

/* line 1220, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-17:before {
  content: '\e1bd'; }

/* line 1223, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-sport-18:before {
  content: '\e1be'; }

/* line 1226, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-01:before {
  content: '\e1bf'; }

/* line 1229, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-02:before {
  content: '\e1c0'; }

/* line 1232, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-03:before {
  content: '\e1c1'; }

/* line 1235, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-04:before {
  content: '\e1c2'; }

/* line 1238, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-05:before {
  content: '\e1c3'; }

/* line 1241, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-06:before {
  content: '\e1c4'; }

/* line 1244, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-07:before {
  content: '\e1c5'; }

/* line 1247, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-08:before {
  content: '\e1c6'; }

/* line 1250, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-09:before {
  content: '\e1c7'; }

/* line 1253, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-text-hierarchy-10:before {
  content: '\e1c8'; }

/* line 1256, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-01:before {
  content: '\e1c9'; }

/* line 1259, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-02:before {
  content: '\e1ca'; }

/* line 1262, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-03:before {
  content: '\e1cb'; }

/* line 1265, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-04:before {
  content: '\e1cc'; }

/* line 1268, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-05:before {
  content: '\e1cd'; }

/* line 1271, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-06:before {
  content: '\e1ce'; }

/* line 1274, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-07:before {
  content: '\e1cf'; }

/* line 1277, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-08:before {
  content: '\e1d0'; }

/* line 1280, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-09:before {
  content: '\e1d1'; }

/* line 1283, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-10:before {
  content: '\e1d2'; }

/* line 1286, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-11:before {
  content: '\e1d3'; }

/* line 1289, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-12:before {
  content: '\e1d4'; }

/* line 1292, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-13:before {
  content: '\e1d5'; }

/* line 1295, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-14:before {
  content: '\e1d6'; }

/* line 1298, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-15:before {
  content: '\e1d7'; }

/* line 1301, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-16:before {
  content: '\e1d8'; }

/* line 1304, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-17:before {
  content: '\e1d9'; }

/* line 1307, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-18:before {
  content: '\e1da'; }

/* line 1310, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-19:before {
  content: '\e1db'; }

/* line 1313, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-20:before {
  content: '\e1dc'; }

/* line 1316, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-21:before {
  content: '\e1dd'; }

/* line 1319, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-22:before {
  content: '\e1de'; }

/* line 1322, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-23:before {
  content: '\e1df'; }

/* line 1325, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-touch-gestures-24:before {
  content: '\e1e0'; }

/* line 1328, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-01:before {
  content: '\e1e1'; }

/* line 1331, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-02:before {
  content: '\e1e2'; }

/* line 1334, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-03:before {
  content: '\e1e3'; }

/* line 1337, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-04:before {
  content: '\e1e4'; }

/* line 1340, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-05:before {
  content: '\e1e5'; }

/* line 1343, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-06:before {
  content: '\e1e6'; }

/* line 1346, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-07:before {
  content: '\e1e7'; }

/* line 1349, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-08:before {
  content: '\e1e8'; }

/* line 1352, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-09:before {
  content: '\e1e9'; }

/* line 1355, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-10:before {
  content: '\e1ea'; }

/* line 1358, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-11:before {
  content: '\e1eb'; }

/* line 1361, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-12:before {
  content: '\e1ec'; }

/* line 1364, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-13:before {
  content: '\e1ed'; }

/* line 1367, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-14:before {
  content: '\e1ee'; }

/* line 1370, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-15:before {
  content: '\e1ef'; }

/* line 1373, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-16:before {
  content: '\e1f0'; }

/* line 1376, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-17:before {
  content: '\e1f1'; }

/* line 1379, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-18:before {
  content: '\e1f2'; }

/* line 1382, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-19:before {
  content: '\e1f3'; }

/* line 1385, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-travel-transportation-20:before {
  content: '\e1f4'; }

/* line 1388, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-01:before {
  content: '\e1f5'; }

/* line 1391, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-02:before {
  content: '\e1f6'; }

/* line 1394, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-03:before {
  content: '\e1f7'; }

/* line 1397, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-04:before {
  content: '\e1f8'; }

/* line 1400, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-05:before {
  content: '\e1f9'; }

/* line 1403, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-06:before {
  content: '\e1fa'; }

/* line 1406, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-07:before {
  content: '\e1fb'; }

/* line 1409, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-08:before {
  content: '\e1fc'; }

/* line 1412, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-09:before {
  content: '\e1fd'; }

/* line 1415, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-10:before {
  content: '\e1fe'; }

/* line 1418, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-11:before {
  content: '\e1ff'; }

/* line 1421, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-12:before {
  content: '\e200'; }

/* line 1424, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-13:before {
  content: '\e201'; }

/* line 1427, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-weather-14:before {
  content: '\e202'; }

/* line 1430, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-02:before {
  content: '\e0f4'; }

/* line 1433, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-03:before {
  content: '\e0f5'; }

/* line 1436, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-04:before {
  content: '\e0f6'; }

/* line 1439, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-05:before {
  content: '\e0f7'; }

/* line 1442, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-06:before {
  content: '\e0f8'; }

/* line 1445, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-07:before {
  content: '\e0f9'; }

/* line 1448, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-08:before {
  content: '\e0fa'; }

/* line 1451, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-09:before {
  content: '\e0fb'; }

/* line 1454, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-10:before {
  content: '\e0fc'; }

/* line 1457, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-11:before {
  content: '\e0fd'; }

/* line 1460, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-12:before {
  content: '\e0fe'; }

/* line 1463, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-13:before {
  content: '\e0ff'; }

/* line 1466, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-14:before {
  content: '\e100'; }

/* line 1469, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-15:before {
  content: '\e101'; }

/* line 1472, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-16:before {
  content: '\e102'; }

/* line 1475, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-17:before {
  content: '\e103'; }

/* line 1478, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-18:before {
  content: '\e104'; }

/* line 1481, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-19:before {
  content: '\e105'; }

/* line 1484, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-20:before {
  content: '\e106'; }

/* line 1487, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-21:before {
  content: '\e107'; }

/* line 1490, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-22:before {
  content: '\e108'; }

/* line 1493, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-23:before {
  content: '\e109'; }

/* line 1496, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-24:before {
  content: '\e10a'; }

/* line 1499, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-25:before {
  content: '\e10b'; }

/* line 1502, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-26:before {
  content: '\e10c'; }

/* line 1505, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-27:before {
  content: '\e10d'; }

/* line 1508, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-28:before {
  content: '\e10e'; }

/* line 1511, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-29:before {
  content: '\e10f'; }

/* line 1514, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-30:before {
  content: '\e110'; }

/* line 1517, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-31:before {
  content: '\e111'; }

/* line 1520, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-32:before {
  content: '\e112'; }

/* line 1523, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-33:before {
  content: '\e113'; }

/* line 1526, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-34:before {
  content: '\e114'; }

/* line 1529, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-35:before {
  content: '\e115'; }

/* line 1532, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-36:before {
  content: '\e116'; }

/* line 1535, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-37:before {
  content: '\e117'; }

/* line 1538, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-38:before {
  content: '\e118'; }

/* line 1541, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-39:before {
  content: '\e119'; }

/* line 1544, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-40:before {
  content: '\e11a'; }

/* line 1547, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-41:before {
  content: '\e11b'; }

/* line 1550, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-42:before {
  content: '\e11c'; }

/* line 1553, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-43:before {
  content: '\e11d'; }

/* line 1556, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-44:before {
  content: '\e11e'; }

/* line 1559, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-45:before {
  content: '\e11f'; }

/* line 1562, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-46:before {
  content: '\e120'; }

/* line 1565, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-47:before {
  content: '\e121'; }

/* line 1568, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-48:before {
  content: '\e122'; }

/* line 1571, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-49:before {
  content: '\e123'; }

/* line 1574, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-50:before {
  content: '\e124'; }

/* line 1577, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-51:before {
  content: '\e125'; }

/* line 1580, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-52:before {
  content: '\e126'; }

/* line 1583, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-53:before {
  content: '\e127'; }

/* line 1586, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-54:before {
  content: '\e128'; }

/* line 1589, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-55:before {
  content: '\e129'; }

/* line 1592, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-56:before {
  content: '\e12a'; }

/* line 1595, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-57:before {
  content: '\e12b'; }

/* line 1598, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-58:before {
  content: '\e12c'; }

/* line 1601, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-59:before {
  content: '\e12d'; }

/* line 1604, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-60:before {
  content: '\e12e'; }

/* line 1607, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-office-61:before {
  content: '\e12f'; }

/* line 1610, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-01:before {
  content: '\e130'; }

/* line 1613, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-02:before {
  content: '\e131'; }

/* line 1616, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-03:before {
  content: '\e132'; }

/* line 1619, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-04:before {
  content: '\e133'; }

/* line 1622, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-05:before {
  content: '\e134'; }

/* line 1625, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-06:before {
  content: '\e135'; }

/* line 1628, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-07:before {
  content: '\e136'; }

/* line 1631, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-08:before {
  content: '\e137'; }

/* line 1634, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-09:before {
  content: '\e138'; }

/* line 1637, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-10:before {
  content: '\e139'; }

/* line 1640, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-party-11:before {
  content: '\e13a'; }

/* line 1643, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-01:before {
  content: '\e13b'; }

/* line 1646, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-02:before {
  content: '\e13c'; }

/* line 1649, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-03:before {
  content: '\e13d'; }

/* line 1652, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-04:before {
  content: '\e13e'; }

/* line 1655, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-05:before {
  content: '\e13f'; }

/* line 1658, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-06:before {
  content: '\e140'; }

/* line 1661, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-07:before {
  content: '\e141'; }

/* line 1664, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-08:before {
  content: '\e142'; }

/* line 1667, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-09:before {
  content: '\e143'; }

/* line 1670, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-10:before {
  content: '\e144'; }

/* line 1673, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-11:before {
  content: '\e145'; }

/* line 1676, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-12:before {
  content: '\e146'; }

/* line 1679, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-13:before {
  content: '\e147'; }

/* line 1682, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-14:before {
  content: '\e148'; }

/* line 1685, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-15:before {
  content: '\e149'; }

/* line 1688, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-realestate-living-16:before {
  content: '\e14a'; }

/* line 1691, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-01:before {
  content: '\e14b'; }

/* line 1694, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-02:before {
  content: '\e14c'; }

/* line 1697, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-03:before {
  content: '\e14d'; }

/* line 1700, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-04:before {
  content: '\e14e'; }

/* line 1703, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-05:before {
  content: '\e14f'; }

/* line 1706, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-06:before {
  content: '\e150'; }

/* line 1709, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-07:before {
  content: '\e151'; }

/* line 1712, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-08:before {
  content: '\e152'; }

/* line 1715, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-09:before {
  content: '\e153'; }

/* line 1718, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-10:before {
  content: '\e154'; }

/* line 1721, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-11:before {
  content: '\e155'; }

/* line 1724, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-12:before {
  content: '\e156'; }

/* line 1727, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-13:before {
  content: '\e157'; }

/* line 1730, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-14:before {
  content: '\e158'; }

/* line 1733, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-15:before {
  content: '\e159'; }

/* line 1736, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-16:before {
  content: '\e15a'; }

/* line 1739, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-17:before {
  content: '\e15b'; }

/* line 1742, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-18:before {
  content: '\e15c'; }

/* line 1745, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-19:before {
  content: '\e15d'; }

/* line 1748, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-20:before {
  content: '\e15e'; }

/* line 1751, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-21:before {
  content: '\e15f'; }

/* line 1754, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-22:before {
  content: '\e160'; }

/* line 1757, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-23:before {
  content: '\e161'; }

/* line 1760, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-24:before {
  content: '\e162'; }

/* line 1763, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-25:before {
  content: '\e163'; }

/* line 1766, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-26:before {
  content: '\e164'; }

/* line 1769, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-27:before {
  content: '\e165'; }

/* line 1772, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-28:before {
  content: '\e166'; }

/* line 1775, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-29:before {
  content: '\e167'; }

/* line 1778, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-30:before {
  content: '\e168'; }

/* line 1781, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-31:before {
  content: '\e169'; }

/* line 1784, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-32:before {
  content: '\e16a'; }

/* line 1787, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-33:before {
  content: '\e16b'; }

/* line 1790, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-34:before {
  content: '\e16c'; }

/* line 1793, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-35:before {
  content: '\e16d'; }

/* line 1796, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-36:before {
  content: '\e16e'; }

/* line 1799, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-37:before {
  content: '\e16f'; }

/* line 1802, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-38:before {
  content: '\e170'; }

/* line 1805, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-39:before {
  content: '\e171'; }

/* line 1808, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-40:before {
  content: '\e172'; }

/* line 1811, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-41:before {
  content: '\e173'; }

/* line 1814, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-seo-icons-42:before {
  content: '\e174'; }

/* line 1817, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-01:before {
  content: '\e175'; }

/* line 1820, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-02:before {
  content: '\e176'; }

/* line 1823, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-03:before {
  content: '\e177'; }

/* line 1826, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-04:before {
  content: '\e178'; }

/* line 1829, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-05:before {
  content: '\e179'; }

/* line 1832, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-06:before {
  content: '\e17a'; }

/* line 1835, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-07:before {
  content: '\e17b'; }

/* line 1838, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-08:before {
  content: '\e17c'; }

/* line 1841, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-09:before {
  content: '\e17d'; }

/* line 1844, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-10:before {
  content: '\e17e'; }

/* line 1847, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-11:before {
  content: '\e17f'; }

/* line 1850, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-12:before {
  content: '\e180'; }

/* line 1853, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-13:before {
  content: '\e181'; }

/* line 1856, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons.scss */
.line-icon-shopping-14:before {
  content: '\e182'; }

/* line 1, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons_extra.scss */
.line-icon-plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  /* line 2, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons_extra.scss */
  .line-icon-plus:before {
    content: '\e126'; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons_extra.scss */
.line-icon-circle {
  border: 1px solid rgba(242, 244, 248, 0.7);
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  /* line 18, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons_extra.scss */
  .line-icon-circle.line-icon:before {
    line-height: 30px; }
  /* line 22, /home/clyfe/dev/emerald/source/stylesheets/fonts/_line_icons_extra.scss */
  .line-icon-circle:hover {
    border: 1px solid #fff; }

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

/* line 4, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 7, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 10, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 18, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 16, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }
/* line 17, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  /* line 14, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  0% {
    -moz-transform: rotate(0deg); }

  /* line 15, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  /* line 18, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg); }

  /* line 19, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  /* line 22, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  0% {
    -o-transform: rotate(0deg); }

  /* line 23, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  /* line 26, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 30, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 7, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -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 11, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 6, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 20, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 21, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_stacked.scss */
.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 5, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 6, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 7, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 8, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 9, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 10, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 11, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 12, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 13, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 14, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 15, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 16, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 17, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 18, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d"; }

/* line 19, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 20, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 21, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 22, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 24, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 25, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 26, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 27, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 28, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 30, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 31, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 32, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 33, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 34, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 36, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 37, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 38, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 40, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 41, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 42, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 43, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 44, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 46, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 47, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 48, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 49, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 50, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 51, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 52, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 53, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 54, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 55, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 56, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 57, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 58, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 59, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 60, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 61, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 62, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 64, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 65, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 66, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 69, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 70, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 72, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 73, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 75, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 76, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 78, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 79, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 80, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 81, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 82, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 83, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 84, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 85, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 86, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 88, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 89, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 90, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 91, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 92, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 93, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 94, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 95, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 96, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 97, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 98, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 99, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 100, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 101, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 102, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 103, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 106, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 107, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 108, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 109, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 110, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 111, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 112, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 113, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 114, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 115, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 116, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 117, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 119, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 120, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 121, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 122, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 123, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 124, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 125, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 126, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 127, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 128, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 129, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 130, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 131, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 132, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 133, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "\f080"; }

/* line 134, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 135, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 136, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 137, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 139, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 140, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 141, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 142, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 143, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 144, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 145, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 146, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 147, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 148, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 149, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 150, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 151, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 152, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 153, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 154, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 155, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 156, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 157, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 158, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 159, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a"; }

/* line 160, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 161, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 162, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 163, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 164, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 165, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 166, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 167, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 168, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 169, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 170, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 171, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 172, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 173, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 174, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 175, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 176, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 177, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 178, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 179, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 180, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 181, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 183, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 185, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 187, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 189, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 191, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 192, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 194, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 195, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 198, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 199, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 200, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 201, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 202, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 203, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 204, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 205, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 206, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 207, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 208, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 209, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 210, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 211, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 212, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 213, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 214, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 215, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 217, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 219, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 221, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 222, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 223, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 225, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 227, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 229, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 230, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 231, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 233, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 234, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 235, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 237, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 238, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 239, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 240, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 241, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 242, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 243, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 244, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 245, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 246, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 247, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 248, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 249, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 250, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 251, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 252, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 253, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 254, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 255, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 256, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 257, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 258, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 259, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 260, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 261, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 262, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 263, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 264, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 265, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 266, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 267, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 269, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 270, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 271, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 272, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 273, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 274, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 276, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 277, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 278, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 279, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 280, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 281, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 282, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 283, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 284, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 285, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 286, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 287, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 288, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 290, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 293, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 294, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 295, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 296, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 298, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 299, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 300, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 301, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 302, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 303, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 304, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 305, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 306, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 307, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 308, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 309, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 310, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 311, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 312, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 313, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 314, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 315, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 316, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 317, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 318, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 319, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 320, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 321, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 322, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 323, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 324, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 325, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 326, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 327, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 328, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 329, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 330, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 331, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 332, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 333, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 334, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 335, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 337, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 339, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 341, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 343, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 344, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 346, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 348, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 352, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 355, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 357, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 359, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 360, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 361, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 362, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 363, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 364, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 365, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 366, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 367, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 368, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 369, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 370, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 371, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 372, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 373, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 374, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 375, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 376, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 377, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 378, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 379, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 380, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 381, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 382, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 383, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 384, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 385, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 386, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 387, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 388, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 389, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 390, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 391, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 392, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 393, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 394, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 395, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 396, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 397, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 398, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "\f184"; }

/* line 399, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 400, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 401, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 402, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 403, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 404, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 405, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 406, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 407, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 408, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 409, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 411, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 412, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 413, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 414, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 416, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 417, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 418, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 419, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 420, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 421, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 422, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 425, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 427, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 428, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 429, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 430, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 431, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 432, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 433, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 434, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 435, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 437, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 438, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 439, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 440, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 441, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 442, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 443, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 444, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 445, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 446, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 447, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 448, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 449, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 450, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 451, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 452, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 453, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 455, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 457, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 458, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 459, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 460, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 461, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 462, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 463, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 464, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 465, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 466, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 469, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 471, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 473, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 475, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 476, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 477, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 478, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 479, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 483, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 484, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 486, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 488, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 489, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 490, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 491, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 492, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 493, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 495, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 497, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 499, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 500, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 501, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 502, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 503, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 504, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 505, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 506, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 507, /home/clyfe/dev/emerald/source/stylesheets/fonts/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 5, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.high {
  height: 100%; }

/* line 9, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.fullscreen {
  position: fixed !important;
  top: 0  !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2000 !important; }

/* line 21, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.push-top {
  margin-top: 15px; }

/* line 25, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.push-bottom {
  margin-bottom: 15px; }

/* line 29, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.pull-top {
  margin-top: -15px; }

/* line 33, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.vpadded {
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 39, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.vpadded-row > * {
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 45, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.hpadded {
  padding-left: 15px;
  padding-right: 15px; }

/* line 50, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.padded {
  padding: 15px; }

/* line 54, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding {
  padding: 0; }

/* line 58, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.margin {
  margin: 15px; }

/* line 62, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-margin {
  margin: 0; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.padded-top {
  padding-top: 15px; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.margin-top {
  margin-top: 15px; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding-top {
  padding-top: 0; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-margin-top {
  margin-top: 0; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.padded-bottom {
  padding-bottom: 15px; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.margin-bottom {
  margin-bottom: 15px; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding-bottom {
  padding-bottom: 0; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-margin-bottom {
  margin-bottom: 0; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.padded-left {
  padding-left: 15px; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.margin-left {
  margin-left: 15px; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding-left {
  padding-left: 0; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-margin-left {
  margin-left: 0; }

/* line 68, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.padded-right {
  padding-right: 15px; }

/* line 71, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.margin-right {
  margin-right: 15px; }

/* line 74, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding-right {
  padding-right: 0; }

/* line 77, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-margin-right {
  margin-right: 0; }

/* line 82, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding-v {
  padding-top: 0;
  padding-bottom: 0; }

/* line 87, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-padding-h {
  padding-left: 0;
  padding-right: 0; }

/* line 92, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.no-border-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

/* line 96, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.vertical-text-left {
  position: absolute;
  left: 1.5em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

/* line 104, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.vertical-text-right {
  position: absolute;
  right: 1.5em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  /* line 110, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .vertical-text-right.with-scroll {
    right: 2em; }

/* line 115, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/* line 119, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.grayscale, .chat-contact.offline .media-object {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

/* line 134, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.pull-left-lg {
  margin-left: -10px; }

/* line 138, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.pull-right-lg {
  margin-right: -10px; }

/* line 142, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.pull-top-lg {
  margin-top: -10px; }

/* line 146, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.pull-bottom-lg {
  margin-bottom: -10px; }

/* line 150, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.push-left-lg {
  margin-left: 10px; }

/* line 154, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.push-right-lg {
  margin-right: 10px; }

/* line 158, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.push-top-lg {
  margin-top: 10px; }

/* line 162, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.push-bottom-lg {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  /* line 134, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-left-xs {
    margin-left: -10px; }

  /* line 138, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-right-xs {
    margin-right: -10px; }

  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-top-xs {
    margin-top: -10px; }

  /* line 146, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-bottom-xs {
    margin-bottom: -10px; }

  /* line 150, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-left-xs {
    margin-left: 10px; }

  /* line 154, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-right-xs {
    margin-right: 10px; }

  /* line 158, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-top-xs {
    margin-top: 10px; }

  /* line 162, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-bottom-xs {
    margin-bottom: 10px; }

  /* line 172, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .no-pull-xs {
    margin: 0; } }
@media (max-width: 991px) {
  /* line 134, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-left-sm {
    margin-left: -10px; }

  /* line 138, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-right-sm {
    margin-right: -10px; }

  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-top-sm {
    margin-top: -10px; }

  /* line 146, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-bottom-sm {
    margin-bottom: -10px; }

  /* line 150, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-left-sm {
    margin-left: 10px; }

  /* line 154, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-right-sm {
    margin-right: 10px; }

  /* line 158, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-top-sm {
    margin-top: 10px; }

  /* line 162, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-bottom-sm {
    margin-bottom: 10px; }

  /* line 172, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .no-pull-sm {
    margin: 0; } }
@media (max-width: 1199px) {
  /* line 134, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-left-md {
    margin-left: -10px; }

  /* line 138, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-right-md {
    margin-right: -10px; }

  /* line 142, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-top-md {
    margin-top: -10px; }

  /* line 146, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .pull-bottom-md {
    margin-bottom: -10px; }

  /* line 150, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-left-md {
    margin-left: 10px; }

  /* line 154, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-right-md {
    margin-right: 10px; }

  /* line 158, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-top-md {
    margin-top: 10px; }

  /* line 162, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .push-bottom-md {
    margin-bottom: 10px; }

  /* line 172, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
  .no-pull-md {
    margin: 0; } }
/* line 179, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.pull-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none; }

/* line 186, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.component-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px; }

/* line 189, /home/clyfe/dev/emerald/source/stylesheets/_utilities.scss */
.text-component-shadow {
  text-shadow: rgba(0, 0, 0, 0.3) 0 10px 60px, rgba(0, 0, 0, 0.1) 0 0 20px; }

.input-bordered,
.input-bordered:focus {
  border: solid 1px #C7C9CC;
}
.pgn-btn{
  margin-right: 1px;
}

/* fix for McAfee popup */
#pd-float-tm{
  z-index: 2000 !important;
}

#pd_mouseOverWin{
  z-index: 2000 !important;
}



/*css waiting bar*/
/*
<div id="css-waiting-bar">
  <div class="waiting-bar-ball"></div>
  <div id="css-waiting-bar_1" class="css-waiting-bar"></div>
</div>
*/
#css-waiting-bar{position:relative; width:128px; height:10px; } .waiting-bar-ball{position:absolute; left:0px; top:8px; height:2px; width:128px; background-color:#8F888A; animation-name:waiting-bar-ball; animation-duration:0.8s; animation-iteration-count:infinite; animation-direction:linear; -webkit-animation-name:waiting-bar-ball; -webkit-animation-duration:0.8s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; } @-webkit-keyframes waiting-bar-ball{0%{background-color:rgba(23,123,187, 0);} 10%{background-color:rgba(23,123,187,.2);} 20%{background-color:rgba(23,123,187,.4);} 30%{background-color:rgba(23,123,187,.6);} 40%{background-color:rgba(23,123,187,.8);} 50%{background-color:rgba(23,123,187,1);} 60%{background-color:rgba(28,202,204,.8);} 70%{background-color:rgba(28,202,204,.6);} 80%{background-color:rgba(28,202,204,.4);} 90%{background-color:rgba(28,202,204,.2);} 100%{background-color:rgba(28,202,204, 0);} } @-moz-keyframes waiting-bar-ball{0%{background-color:rgba(23,123,187, 0);} 10%{background-color:rgba(23,123,187,.2);} 20%{background-color:rgba(23,123,187,.4);} 30%{background-color:rgba(23,123,187,.6);} 40%{background-color:rgba(23,123,187,.8);} 50%{background-color:rgba(23,123,187,1);} 60%{background-color:rgba(28,202,204,.8);} 70%{background-color:rgba(28,202,204,.6);} 80%{background-color:rgba(28,202,204,.4);} 90%{background-color:rgba(28,202,204,.2);} 100%{background-color:rgba(28,202,204, 0);} } @-ms-keyframes waiting-bar-ball{0%{background-color:rgba(23,123,187, 0);} 10%{background-color:rgba(23,123,187,.2);} 20%{background-color:rgba(23,123,187,.4);} 30%{background-color:rgba(23,123,187,.6);} 40%{background-color:rgba(23,123,187,.8);} 50%{background-color:rgba(23,123,187,1);} 60%{background-color:rgba(28,202,204,.8);} 70%{background-color:rgba(28,202,204,.6);} 80%{background-color:rgba(28,202,204,.4);} 90%{background-color:rgba(28,202,204,.2);} 100%{background-color:rgba(28,202,204, 0);} } @-o-keyframes waiting-bar-ball{0%{background-color:rgba(23,123,187, 0);} 10%{background-color:rgba(23,123,187,.2);} 20%{background-color:rgba(23,123,187,.4);} 30%{background-color:rgba(23,123,187,.6);} 40%{background-color:rgba(23,123,187,.8);} 50%{background-color:rgba(23,123,187,1);} 60%{background-color:rgba(28,202,204,.8);} 70%{background-color:rgba(28,202,204,.6);} 80%{background-color:rgba(28,202,204,.4);} 90%{background-color:rgba(28,202,204,.2);} 100%{background-color:rgba(28,202,204, 0);} } @keyframes waiting-bar-ball{0%{background-color:rgba(23,123,187, 0);} 10%{background-color:rgba(23,123,187,.2);} 20%{background-color:rgba(23,123,187,.4);} 30%{background-color:rgba(23,123,187,.6);} 40%{background-color:rgba(23,123,187,.8);} 50%{background-color:rgba(23,123,187,1);} 60%{background-color:rgba(28,202,204,.8);} 70%{background-color:rgba(28,202,204,.6);} 80%{background-color:rgba(28,202,204,.4);} 90%{background-color:rgba(28,202,204,.2);} 100%{background-color:rgba(28,202,204, 0);} } .css-waiting-bar{background-color:#177bbb; position:absolute; top:2px; left:0; width:15px; height:15px; -moz-border-radius:10px; -moz-animation-name:bounce_css-waiting-bar; -moz-animation-duration:0.8s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -webkit-border-radius:10px; -webkit-animation-name:bounce_css-waiting-bar; -webkit-animation-duration:0.8s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -ms-border-radius:10px; -ms-animation-name:bounce_css-waiting-bar; -ms-animation-duration:0.8s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -o-border-radius:10px; -o-animation-name:bounce_css-waiting-bar; -o-animation-duration:0.8s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; border-radius:10px; animation-name:bounce_css-waiting-bar; animation-duration:0.8s; animation-iteration-count:infinite; animation-direction:linear; } @-moz-keyframes bounce_css-waiting-bar{0%{left:0px; } 50%{left:117px; } 100%{left:0px; } } @-webkit-keyframes bounce_css-waiting-bar{0%{left:0px; } 50%{left:117px; } 100%{left:0px; } } @-ms-keyframes bounce_css-waiting-bar{0%{left:0px; } 50%{left:117px; } 100%{left:0px; } } @-o-keyframes bounce_css-waiting-bar{0%{left:0px; } 50%{left:117px; } 100%{left:0px; } } @keyframes bounce_css-waiting-bar{0%{left:0px; } 50%{left:117px; } 100%{left:0px; } }


/* added by ostapchenko.a, fix selectize styles - START: */
.selectize-input {
    border: 1px solid #C7C9CC;
    border-radius: 2px;
    moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.selectize-control.single .selectize-input:after {
    content: '\e3b6'; /*This will draw the icon*/
    font-family: "icomoon";
    line-height: 3;
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    background-color: white;
    padding-right: 7px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    content: '\e3b4';
    font-family: "icomoon";
    background-color: white;
    padding-right: 7px;
}
/* added by ostapchenko.a, fix selectize styles - FINISH*/

