/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/* line 19, ../sass/bootstrap/original/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 28, ../sass/bootstrap/original/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 37, ../sass/bootstrap/original/_reset.scss */
audio:not([controls]) {
  display: none;
}

/* line 44, ../sass/bootstrap/original/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 50, ../sass/bootstrap/original/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 55, ../sass/bootstrap/original/_reset.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 63, ../sass/bootstrap/original/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 69, ../sass/bootstrap/original/_reset.scss */
sup {
  top: -0.5em;
}

/* line 72, ../sass/bootstrap/original/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 79, ../sass/bootstrap/original/_reset.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 92, ../sass/bootstrap/original/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 103, ../sass/bootstrap/original/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 109, ../sass/bootstrap/original/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 114, ../sass/bootstrap/original/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 121, ../sass/bootstrap/original/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 132, ../sass/bootstrap/original/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 135, ../sass/bootstrap/original/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 140, ../sass/bootstrap/original/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 143, ../sass/bootstrap/original/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 155, ../sass/bootstrap/original/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 163, ../sass/bootstrap/original/_reset.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 167, ../sass/bootstrap/original/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 171, ../sass/bootstrap/original/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 178, ../sass/bootstrap/original/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 183, ../sass/bootstrap/original/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 188, ../sass/bootstrap/original/_reset.scss */
  thead {
    display: table-header-group;
  }

  /* line 193, ../sass/bootstrap/original/_reset.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 197, ../sass/bootstrap/original/_reset.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 207, ../sass/bootstrap/original/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 213, ../sass/bootstrap/original/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 9, ../sass/bootstrap/original/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: white;
}

/* line 22, ../sass/bootstrap/original/_scaffolding.scss */
a {
  color: #4690d0;
  text-decoration: none;
}

/* line 26, ../sass/bootstrap/original/_scaffolding.scss */
a:hover {
  color: #4690d0;
  text-decoration: underline;
}

/* line 36, ../sass/bootstrap/original/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 41, ../sass/bootstrap/original/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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);
}

/* line 50, ../sass/bootstrap/original/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 550, ../sass/bootstrap/original/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.row:after {
  clear: both;
}

/* line 555, ../sass/bootstrap/original/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 565, ../sass/bootstrap/original/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span12 {
  width: 940px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span11 {
  width: 860px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span10 {
  width: 780px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span9 {
  width: 700px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span8 {
  width: 620px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span7 {
  width: 540px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span6 {
  width: 460px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span5 {
  width: 380px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span4 {
  width: 300px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span3 {
  width: 220px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span2 {
  width: 140px;
}

/* line 576, ../sass/bootstrap/original/_mixins.scss */
.span1 {
  width: 60px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset12 {
  margin-left: 980px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset11 {
  margin-left: 900px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset10 {
  margin-left: 820px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset9 {
  margin-left: 740px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset8 {
  margin-left: 660px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset7 {
  margin-left: 580px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset6 {
  margin-left: 500px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset5 {
  margin-left: 420px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset4 {
  margin-left: 340px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset3 {
  margin-left: 260px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset2 {
  margin-left: 180px;
}

/* line 583, ../sass/bootstrap/original/_mixins.scss */
.offset1 {
  margin-left: 100px;
}

/* line 599, ../sass/bootstrap/original/_mixins.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.row-fluid:after {
  clear: both;
}
/* line 602, ../sass/bootstrap/original/_mixins.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12766%;
  *margin-left: 2.07447%;
}
/* line 608, ../sass/bootstrap/original/_mixins.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 613, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12766%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94681%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span11 {
  width: 91.48936%;
  *width: 91.43617%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span10 {
  width: 82.97872%;
  *width: 82.92553%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span9 {
  width: 74.46809%;
  *width: 74.41489%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span8 {
  width: 65.95745%;
  *width: 65.90426%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span7 {
  width: 57.44681%;
  *width: 57.39362%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span6 {
  width: 48.93617%;
  *width: 48.88298%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span5 {
  width: 40.42553%;
  *width: 40.37234%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span4 {
  width: 31.91489%;
  *width: 31.8617%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span3 {
  width: 23.40426%;
  *width: 23.35106%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span2 {
  width: 14.89362%;
  *width: 14.84043%;
}
/* line 625, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .span1 {
  width: 6.38298%;
  *width: 6.32979%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset12 {
  margin-left: 104.25532%;
  *margin-left: 104.14894%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12766%;
  *margin-left: 102.02128%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset11 {
  margin-left: 95.74468%;
  *margin-left: 95.6383%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702%;
  *margin-left: 93.51064%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset10 {
  margin-left: 87.23404%;
  *margin-left: 87.12766%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638%;
  *margin-left: 85.0%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset9 {
  margin-left: 78.7234%;
  *margin-left: 78.61702%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574%;
  *margin-left: 76.48936%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset8 {
  margin-left: 70.21277%;
  *margin-left: 70.10638%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08511%;
  *margin-left: 67.97872%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset7 {
  margin-left: 61.70213%;
  *margin-left: 61.59574%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.57447%;
  *margin-left: 59.46809%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset6 {
  margin-left: 53.19149%;
  *margin-left: 53.08511%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.06383%;
  *margin-left: 50.95745%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset5 {
  margin-left: 44.68085%;
  *margin-left: 44.57447%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.55319%;
  *margin-left: 42.44681%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset4 {
  margin-left: 36.17021%;
  *margin-left: 36.06383%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255%;
  *margin-left: 33.93617%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset3 {
  margin-left: 27.65957%;
  *margin-left: 27.55319%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191%;
  *margin-left: 25.42553%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset2 {
  margin-left: 19.14894%;
  *margin-left: 19.04255%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02128%;
  *margin-left: 16.91489%;
}
/* line 632, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset1 {
  margin-left: 10.6383%;
  *margin-left: 10.53191%;
}
/* line 633, ../sass/bootstrap/original/_mixins.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51064%;
  *margin-left: 8.40426%;
}

/* line 14, ../sass/bootstrap/original/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 19, ../sass/bootstrap/original/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 7, ../sass/bootstrap/original/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.container:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/original/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.container-fluid:after {
  clear: both;
}

/* line 9, ../sass/bootstrap/original/_type.scss */
p {
  margin: 0 0 9px;
}

/* line 12, ../sass/bootstrap/original/_type.scss */
.lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}

/* line 24, ../sass/bootstrap/original/_type.scss */
small {
  font-size: 85%;
}

/* line 26, ../sass/bootstrap/original/_type.scss */
strong {
  font-weight: bold;
}

/* line 27, ../sass/bootstrap/original/_type.scss */
em {
  font-style: italic;
}

/* line 28, ../sass/bootstrap/original/_type.scss */
cite {
  font-style: normal;
}

/* line 31, ../sass/bootstrap/original/_type.scss */
.muted {
  color: #999999;
}

/* line 32, ../sass/bootstrap/original/_type.scss */
a.muted:hover {
  color: gray;
}

/* line 34, ../sass/bootstrap/original/_type.scss */
.text-warning {
  color: #c09853;
}

/* line 35, ../sass/bootstrap/original/_type.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 37, ../sass/bootstrap/original/_type.scss */
.text-error {
  color: #b94a48;
}

/* line 38, ../sass/bootstrap/original/_type.scss */
a.text-error:hover {
  color: #953b39;
}

/* line 40, ../sass/bootstrap/original/_type.scss */
.text-info {
  color: #3a87ad;
}

/* line 41, ../sass/bootstrap/original/_type.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 43, ../sass/bootstrap/original/_type.scss */
.text-success {
  color: #468847;
}

/* line 44, ../sass/bootstrap/original/_type.scss */
a.text-success:hover {
  color: #356635;
}

/* line 50, ../sass/bootstrap/original/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* line 57, ../sass/bootstrap/original/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 66, ../sass/bootstrap/original/_type.scss */
h1,
h2,
h3 {
  line-height: 36px;
}

/* line 68, ../sass/bootstrap/original/_type.scss */
h1 {
  font-size: 35.75px;
}

/* line 69, ../sass/bootstrap/original/_type.scss */
h2 {
  font-size: 29.25px;
}

/* line 70, ../sass/bootstrap/original/_type.scss */
h3 {
  font-size: 22.75px;
}

/* line 71, ../sass/bootstrap/original/_type.scss */
h4 {
  font-size: 16.25px;
}

/* line 72, ../sass/bootstrap/original/_type.scss */
h5 {
  font-size: 13px;
}

/* line 73, ../sass/bootstrap/original/_type.scss */
h6 {
  font-size: 11.05px;
}

/* line 75, ../sass/bootstrap/original/_type.scss */
h1 small {
  font-size: 22.75px;
}

/* line 76, ../sass/bootstrap/original/_type.scss */
h2 small {
  font-size: 16.25px;
}

/* line 77, ../sass/bootstrap/original/_type.scss */
h3 small {
  font-size: 13px;
}

/* line 78, ../sass/bootstrap/original/_type.scss */
h4 small {
  font-size: 13px;
}

/* line 84, ../sass/bootstrap/original/_type.scss */
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}

/* line 96, ../sass/bootstrap/original/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 103, ../sass/bootstrap/original/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/* line 106, ../sass/bootstrap/original/_type.scss */
li {
  line-height: 18px;
}

/* line 112, ../sass/bootstrap/original/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 119, ../sass/bootstrap/original/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 122, ../sass/bootstrap/original/_type.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 130, ../sass/bootstrap/original/_type.scss */
dl {
  margin-bottom: 18px;
}

/* line 134, ../sass/bootstrap/original/_type.scss */
dt,
dd {
  line-height: 18px;
}

/* line 137, ../sass/bootstrap/original/_type.scss */
dt {
  font-weight: bold;
}

/* line 140, ../sass/bootstrap/original/_type.scss */
dd {
  margin-left: 9px;
}

/* line 144, ../sass/bootstrap/original/_type.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.dl-horizontal:after {
  clear: both;
}
/* line 146, ../sass/bootstrap/original/_type.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 153, ../sass/bootstrap/original/_type.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 162, ../sass/bootstrap/original/_type.scss */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}

/* line 172, ../sass/bootstrap/original/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 176, ../sass/bootstrap/original/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 182, ../sass/bootstrap/original/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
/* line 186, ../sass/bootstrap/original/_type.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
/* line 190, ../sass/bootstrap/original/_type.scss */
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
/* line 194, ../sass/bootstrap/original/_type.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 200, ../sass/bootstrap/original/_type.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 207, ../sass/bootstrap/original/_type.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
/* line 211, ../sass/bootstrap/original/_type.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 214, ../sass/bootstrap/original/_type.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 225, ../sass/bootstrap/original/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 230, ../sass/bootstrap/original/_type.scss */
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

/* line 8, ../sass/bootstrap/original/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 17, ../sass/bootstrap/original/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 26, ../sass/bootstrap/original/_code.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 42, ../sass/bootstrap/original/_code.scss */
pre.prettyprint {
  margin-bottom: 18px;
}
/* line 47, ../sass/bootstrap/original/_code.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 58, ../sass/bootstrap/original/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../sass/bootstrap/original/_forms.scss */
form {
  margin: 0 0 18px;
}

/* line 14, ../sass/bootstrap/original/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 21, ../sass/bootstrap/original/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 33, ../sass/bootstrap/original/_forms.scss */
legend small {
  font-size: 13.5px;
  color: #999999;
}

/* line 44, ../sass/bootstrap/original/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 50, ../sass/bootstrap/original/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* line 55, ../sass/bootstrap/original/_forms.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 80, ../sass/bootstrap/original/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 96, ../sass/bootstrap/original/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 100, ../sass/bootstrap/original/_forms.scss */
textarea {
  height: auto;
}

/* line 119, ../sass/bootstrap/original/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
/* line 126, ../sass/bootstrap/original/_forms.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 136, ../sass/bootstrap/original/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 150, ../sass/bootstrap/original/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 156, ../sass/bootstrap/original/_forms.scss */
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

/* line 163, ../sass/bootstrap/original/_forms.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white;
}

/* line 171, ../sass/bootstrap/original/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 179, ../sass/bootstrap/original/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 189, ../sass/bootstrap/original/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 198, ../sass/bootstrap/original/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 204, ../sass/bootstrap/original/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 83, ../sass/bootstrap/original/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
/* line 86, ../sass/bootstrap/original/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
/* line 89, ../sass/bootstrap/original/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 225, ../sass/bootstrap/original/_forms.scss */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 20px;
}

/* line 230, ../sass/bootstrap/original/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 237, ../sass/bootstrap/original/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 244, ../sass/bootstrap/original/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 251, ../sass/bootstrap/original/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 261, ../sass/bootstrap/original/_forms.scss */
.input-mini {
  width: 60px;
}

/* line 262, ../sass/bootstrap/original/_forms.scss */
.input-small {
  width: 90px;
}

/* line 263, ../sass/bootstrap/original/_forms.scss */
.input-medium {
  width: 150px;
}

/* line 264, ../sass/bootstrap/original/_forms.scss */
.input-large {
  width: 210px;
}

/* line 265, ../sass/bootstrap/original/_forms.scss */
.input-xlarge {
  width: 270px;
}

/* line 266, ../sass/bootstrap/original/_forms.scss */
.input-xxlarge {
  width: 530px;
}

/* line 277, ../sass/bootstrap/original/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 291, ../sass/bootstrap/original/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 658, ../sass/bootstrap/original/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 663, ../sass/bootstrap/original/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 675, ../sass/bootstrap/original/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 304, ../sass/bootstrap/original/_forms.scss */
.controls-row {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.controls-row:after {
  clear: both;
}

/* line 311, ../sass/bootstrap/original/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 316, ../sass/bootstrap/original/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 332, ../sass/bootstrap/original/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 340, ../sass/bootstrap/original/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 164, ../sass/bootstrap/original/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
/* line 172, ../sass/bootstrap/original/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
/* line 177, ../sass/bootstrap/original/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../sass/bootstrap/original/_mixins.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 187, ../sass/bootstrap/original/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 164, ../sass/bootstrap/original/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
/* line 172, ../sass/bootstrap/original/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
/* line 177, ../sass/bootstrap/original/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../sass/bootstrap/original/_mixins.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 187, ../sass/bootstrap/original/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 164, ../sass/bootstrap/original/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
/* line 172, ../sass/bootstrap/original/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
/* line 177, ../sass/bootstrap/original/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../sass/bootstrap/original/_mixins.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 187, ../sass/bootstrap/original/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 164, ../sass/bootstrap/original/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
/* line 172, ../sass/bootstrap/original/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
/* line 177, ../sass/bootstrap/original/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 180, ../sass/bootstrap/original/_mixins.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 187, ../sass/bootstrap/original/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 371, ../sass/bootstrap/original/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 374, ../sass/bootstrap/original/_forms.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 385, ../sass/bootstrap/original/_forms.scss */
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.form-actions:after {
  clear: both;
}

/* line 400, ../sass/bootstrap/original/_forms.scss */
.help-block,
.help-inline {
  color: #7b7b7b;
}

/* line 404, ../sass/bootstrap/original/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 409, ../sass/bootstrap/original/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 423, ../sass/bootstrap/original/_forms.scss */
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
/* line 432, ../sass/bootstrap/original/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu {
  font-size: 13px;
}
/* line 438, ../sass/bootstrap/original/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 445, ../sass/bootstrap/original/_forms.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 449, ../sass/bootstrap/original/_forms.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
/* line 465, ../sass/bootstrap/original/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .page-messages #content .action-links a,
.page-messages #content .action-links .input-append a,
.input-append .privatemsg-message-actions a,
.privatemsg-message-actions .input-append a,
.input-append #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .input-append .privatemsg-send-link-profile,
.input-append #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .input-append a,
.input-append .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .input-append a,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .page-messages #content .action-links a,
.page-messages #content .action-links .input-prepend a,
.input-prepend .privatemsg-message-actions a,
.privatemsg-message-actions .input-prepend a,
.input-prepend #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .input-prepend .privatemsg-send-link-profile,
.input-prepend #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .input-prepend a,
.input-prepend .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .input-prepend a,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 469, ../sass/bootstrap/original/_forms.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 477, ../sass/bootstrap/original/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .page-messages #content .action-links a,
.page-messages #content .action-links .input-prepend a,
.input-prepend .privatemsg-message-actions a,
.privatemsg-message-actions .input-prepend a,
.input-prepend #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .input-prepend .privatemsg-send-link-profile,
.input-prepend #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .input-prepend a,
.input-prepend .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .input-prepend a {
  margin-right: -1px;
}
/* line 481, ../sass/bootstrap/original/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .page-messages #content .action-links a:first-child,
.page-messages #content .action-links .input-prepend a:first-child,
.input-prepend .privatemsg-message-actions a:first-child,
.privatemsg-message-actions .input-prepend a:first-child,
.input-prepend #block-nplus-pn-user-block .privatemsg-send-link-profile:first-child,
#block-nplus-pn-user-block .input-prepend .privatemsg-send-link-profile:first-child,
.input-prepend #block-nplus-pn-user-block ul.inline a:first-child,
#block-nplus-pn-user-block ul.inline .input-prepend a:first-child,
.input-prepend .view-people-list .actions-wrapper a:first-child,
.view-people-list .actions-wrapper .input-prepend a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 490, ../sass/bootstrap/original/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 492, ../sass/bootstrap/original/_forms.scss */
.input-append input + .btn-group .btn:last-child, .input-append input + .btn-group .page-messages #content .action-links a:last-child, .page-messages #content .action-links .input-append input + .btn-group a:last-child, .input-append input + .btn-group .privatemsg-message-actions a:last-child, .privatemsg-message-actions .input-append input + .btn-group a:last-child, .input-append input + .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile:last-child, #block-nplus-pn-user-block .input-append input + .btn-group .privatemsg-send-link-profile:last-child, .input-append input + .btn-group #block-nplus-pn-user-block ul.inline a:last-child, #block-nplus-pn-user-block ul.inline .input-append input + .btn-group a:last-child, .input-append input + .btn-group .view-people-list .actions-wrapper a:last-child, .view-people-list .actions-wrapper .input-append input + .btn-group a:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append select + .btn-group .page-messages #content .action-links a:last-child,
.page-messages #content .action-links .input-append select + .btn-group a:last-child,
.input-append select + .btn-group .privatemsg-message-actions a:last-child,
.privatemsg-message-actions .input-append select + .btn-group a:last-child,
.input-append select + .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile:last-child,
#block-nplus-pn-user-block .input-append select + .btn-group .privatemsg-send-link-profile:last-child,
.input-append select + .btn-group #block-nplus-pn-user-block ul.inline a:last-child,
#block-nplus-pn-user-block ul.inline .input-append select + .btn-group a:last-child,
.input-append select + .btn-group .view-people-list .actions-wrapper a:last-child,
.view-people-list .actions-wrapper .input-append select + .btn-group a:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .page-messages #content .action-links a:last-child,
.page-messages #content .action-links .input-append .uneditable-input + .btn-group a:last-child,
.input-append .uneditable-input + .btn-group .privatemsg-message-actions a:last-child,
.privatemsg-message-actions .input-append .uneditable-input + .btn-group a:last-child,
.input-append .uneditable-input + .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile:last-child,
#block-nplus-pn-user-block .input-append .uneditable-input + .btn-group .privatemsg-send-link-profile:last-child,
.input-append .uneditable-input + .btn-group #block-nplus-pn-user-block ul.inline a:last-child,
#block-nplus-pn-user-block ul.inline .input-append .uneditable-input + .btn-group a:last-child,
.input-append .uneditable-input + .btn-group .view-people-list .actions-wrapper a:last-child,
.view-people-list .actions-wrapper .input-append .uneditable-input + .btn-group a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 498, ../sass/bootstrap/original/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .page-messages #content .action-links a,
.page-messages #content .action-links .input-append a,
.input-append .privatemsg-message-actions a,
.privatemsg-message-actions .input-append a,
.input-append #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .input-append .privatemsg-send-link-profile,
.input-append #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .input-append a,
.input-append .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .input-append a,
.input-append .btn-group {
  margin-left: -1px;
}
/* line 503, ../sass/bootstrap/original/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .page-messages #content .action-links a:last-child,
.page-messages #content .action-links .input-append a:last-child,
.input-append .privatemsg-message-actions a:last-child,
.privatemsg-message-actions .input-append a:last-child,
.input-append #block-nplus-pn-user-block .privatemsg-send-link-profile:last-child,
#block-nplus-pn-user-block .input-append .privatemsg-send-link-profile:last-child,
.input-append #block-nplus-pn-user-block ul.inline a:last-child,
#block-nplus-pn-user-block ul.inline .input-append a:last-child,
.input-append .view-people-list .actions-wrapper a:last-child,
.view-people-list .actions-wrapper .input-append a:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 512, ../sass/bootstrap/original/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 514, ../sass/bootstrap/original/_forms.scss */
.input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .page-messages #content .action-links a, .page-messages #content .action-links .input-prepend.input-append input + .btn-group a, .input-prepend.input-append input + .btn-group .privatemsg-message-actions a, .privatemsg-message-actions .input-prepend.input-append input + .btn-group a, .input-prepend.input-append input + .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .input-prepend.input-append input + .btn-group .privatemsg-send-link-profile, .input-prepend.input-append input + .btn-group #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .input-prepend.input-append input + .btn-group a, .input-prepend.input-append input + .btn-group .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .input-prepend.input-append input + .btn-group a,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append select + .btn-group .page-messages #content .action-links a,
.page-messages #content .action-links .input-prepend.input-append select + .btn-group a,
.input-prepend.input-append select + .btn-group .privatemsg-message-actions a,
.privatemsg-message-actions .input-prepend.input-append select + .btn-group a,
.input-prepend.input-append select + .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .input-prepend.input-append select + .btn-group .privatemsg-send-link-profile,
.input-prepend.input-append select + .btn-group #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .input-prepend.input-append select + .btn-group a,
.input-prepend.input-append select + .btn-group .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .input-prepend.input-append select + .btn-group a,
.input-prepend.input-append .uneditable-input + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .page-messages #content .action-links a,
.page-messages #content .action-links .input-prepend.input-append .uneditable-input + .btn-group a,
.input-prepend.input-append .uneditable-input + .btn-group .privatemsg-message-actions a,
.privatemsg-message-actions .input-prepend.input-append .uneditable-input + .btn-group a,
.input-prepend.input-append .uneditable-input + .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .input-prepend.input-append .uneditable-input + .btn-group .privatemsg-send-link-profile,
.input-prepend.input-append .uneditable-input + .btn-group #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .input-prepend.input-append .uneditable-input + .btn-group a,
.input-prepend.input-append .uneditable-input + .btn-group .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .input-prepend.input-append .uneditable-input + .btn-group a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 519, ../sass/bootstrap/original/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .page-messages #content .action-links a:first-child,
.page-messages #content .action-links .input-prepend.input-append a:first-child,
.input-prepend.input-append .privatemsg-message-actions a:first-child,
.privatemsg-message-actions .input-prepend.input-append a:first-child,
.input-prepend.input-append #block-nplus-pn-user-block .privatemsg-send-link-profile:first-child,
#block-nplus-pn-user-block .input-prepend.input-append .privatemsg-send-link-profile:first-child,
.input-prepend.input-append #block-nplus-pn-user-block ul.inline a:first-child,
#block-nplus-pn-user-block ul.inline .input-prepend.input-append a:first-child,
.input-prepend.input-append .view-people-list .actions-wrapper a:first-child,
.view-people-list .actions-wrapper .input-prepend.input-append a:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 524, ../sass/bootstrap/original/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .page-messages #content .action-links a:last-child,
.page-messages #content .action-links .input-prepend.input-append a:last-child,
.input-prepend.input-append .privatemsg-message-actions a:last-child,
.privatemsg-message-actions .input-prepend.input-append a:last-child,
.input-prepend.input-append #block-nplus-pn-user-block .privatemsg-send-link-profile:last-child,
#block-nplus-pn-user-block .input-prepend.input-append .privatemsg-send-link-profile:last-child,
.input-prepend.input-append #block-nplus-pn-user-block ul.inline a:last-child,
#block-nplus-pn-user-block ul.inline .input-prepend.input-append a:last-child,
.input-prepend.input-append .view-people-list .actions-wrapper a:last-child,
.view-people-list .actions-wrapper .input-prepend.input-append a:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 528, ../sass/bootstrap/original/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 539, ../sass/bootstrap/original/_forms.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 550, ../sass/bootstrap/original/_forms.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 553, ../sass/bootstrap/original/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 556, ../sass/bootstrap/original/_forms.scss */
.form-search .input-append .btn, .form-search .input-append .page-messages #content .action-links a, .page-messages #content .action-links .form-search .input-append a, .form-search .input-append .privatemsg-message-actions a, .privatemsg-message-actions .form-search .input-append a, .form-search .input-append #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .form-search .input-append .privatemsg-send-link-profile, .form-search .input-append #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .form-search .input-append a, .form-search .input-append .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .form-search .input-append a {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 559, ../sass/bootstrap/original/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 562, ../sass/bootstrap/original/_forms.scss */
.form-search .input-prepend .btn, .form-search .input-prepend .page-messages #content .action-links a, .page-messages #content .action-links .form-search .input-prepend a, .form-search .input-prepend .privatemsg-message-actions a, .privatemsg-message-actions .form-search .input-prepend a, .form-search .input-prepend #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .form-search .input-prepend .privatemsg-send-link-profile, .form-search .input-prepend #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .form-search .input-prepend a, .form-search .input-prepend .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .form-search .input-prepend a {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 584, ../sass/bootstrap/original/_forms.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 591, ../sass/bootstrap/original/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 598, ../sass/bootstrap/original/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 605, ../sass/bootstrap/original/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 612, ../sass/bootstrap/original/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 621, ../sass/bootstrap/original/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 629, ../sass/bootstrap/original/_forms.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 634, ../sass/bootstrap/original/_forms.scss */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 644, ../sass/bootstrap/original/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.form-horizontal .control-group:after {
  clear: both;
}
/* line 649, ../sass/bootstrap/original/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 656, ../sass/bootstrap/original/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 663, ../sass/bootstrap/original/_forms.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 668, ../sass/bootstrap/original/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 678, ../sass/bootstrap/original/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
/* line 683, ../sass/bootstrap/original/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 9, ../sass/bootstrap/original/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../sass/bootstrap/original/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}
/* line 24, ../sass/bootstrap/original/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 31, ../sass/bootstrap/original/_tables.scss */
.table th {
  font-weight: bold;
}
/* line 35, ../sass/bootstrap/original/_tables.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 44, ../sass/bootstrap/original/_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 48, ../sass/bootstrap/original/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 53, ../sass/bootstrap/original/_tables.scss */
.table .table {
  background-color: white;
}

/* line 65, ../sass/bootstrap/original/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../sass/bootstrap/original/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 81, ../sass/bootstrap/original/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
/* line 93, ../sass/bootstrap/original/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 98, ../sass/bootstrap/original/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 102, ../sass/bootstrap/original/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 108, ../sass/bootstrap/original/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 113, ../sass/bootstrap/original/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 118, ../sass/bootstrap/original/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 121, ../sass/bootstrap/original/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 130, ../sass/bootstrap/original/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 136, ../sass/bootstrap/original/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 152, ../sass/bootstrap/original/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 165, ../sass/bootstrap/original/_tables.scss */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: whitesmoke;
}

/* line 179, ../sass/bootstrap/original/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 189, ../sass/bootstrap/original/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 200, ../sass/bootstrap/original/_tables.scss */
.table tbody tr.success td {
  background-color: #dff0d8;
}
/* line 203, ../sass/bootstrap/original/_tables.scss */
.table tbody tr.error td {
  background-color: #f2dede;
}
/* line 206, ../sass/bootstrap/original/_tables.scss */
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
/* line 209, ../sass/bootstrap/original/_tables.scss */
.table tbody tr.info td {
  background-color: #d9edf7;
}

/* line 216, ../sass/bootstrap/original/_tables.scss */
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
/* line 219, ../sass/bootstrap/original/_tables.scss */
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
/* line 222, ../sass/bootstrap/original/_tables.scss */
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
/* line 225, ../sass/bootstrap/original/_tables.scss */
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* line 8, ../sass/bootstrap/original/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 11, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 16, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 22, ../sass/bootstrap/original/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 34, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 41, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 64, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 70, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}
/* line 75, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

/* line 90, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: white;
  background-color: #3e8bcd;
  background-image: -moz-linear-gradient(top, #4690d0, #3384c9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4690d0), to(#3384c9));
  background-image: -webkit-linear-gradient(top, #4690d0, #3384c9);
  background-image: -o-linear-gradient(top, #4690d0, #3384c9);
  background-image: linear-gradient(to bottom, #4690d0, #3384c9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4690D0', endColorstr='#FF3384C9', GradientType=0);
}

/* line 99, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #3e8bcd;
  background-image: -moz-linear-gradient(top, #4690d0, #3384c9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4690d0), to(#3384c9));
  background-image: -webkit-linear-gradient(top, #4690d0, #3384c9);
  background-image: -o-linear-gradient(top, #4690d0, #3384c9);
  background-image: linear-gradient(to bottom, #4690d0, #3384c9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4690D0', endColorstr='#FF3384C9', GradientType=0);
}

/* line 110, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

/* line 114, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 124, ../sass/bootstrap/original/_dropdowns.scss */
.open {
  *z-index: 1000;
}
/* line 129, ../sass/bootstrap/original/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 136, ../sass/bootstrap/original/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 148, ../sass/bootstrap/original/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: "";
}
/* line 154, ../sass/bootstrap/original/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 163, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu {
  position: relative;
}

/* line 167, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

/* line 174, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 179, ../sass/bootstrap/original/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 188, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 201, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: white;
}

/* line 206, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 212, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 222, ../sass/bootstrap/original/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 229, ../sass/bootstrap/original/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 7, ../sass/bootstrap/original/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-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, ../sass/bootstrap/original/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../sass/bootstrap/original/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 26, ../sass/bootstrap/original/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6, ../sass/bootstrap/original/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 9, ../sass/bootstrap/original/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../sass/bootstrap/original/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 19, ../sass/bootstrap/original/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 6, ../sass/bootstrap/original/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 14, ../sass/bootstrap/original/_close.scss */
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 25, ../sass/bootstrap/original/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 10, ../sass/bootstrap/_buttons.scss */
.btn, .page-messages #content .action-links a, .privatemsg-message-actions a, #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a, .view-people-list .actions-wrapper a {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 3px 11px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #519cdc;
  background-image: -moz-linear-gradient(top, #64b0f2, #357ebd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#64b0f2), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #64b0f2, #357ebd);
  background-image: -o-linear-gradient(top, #64b0f2, #357ebd);
  background-image: linear-gradient(to bottom, #64b0f2, #357ebd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF64B0F2', endColorstr='#FF357EBD', GradientType=0);
  border-color: #357ebd #357ebd #245681;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #357ebd;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 2px solid #abd7fa;
  *border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn:hover, .page-messages #content .action-links a:hover, .privatemsg-message-actions a:hover, #block-nplus-pn-user-block .privatemsg-send-link-profile:hover, #block-nplus-pn-user-block ul.inline a:hover, .view-people-list .actions-wrapper a:hover, .btn:active, .page-messages #content .action-links a:active, .privatemsg-message-actions a:active, #block-nplus-pn-user-block .privatemsg-send-link-profile:active, #block-nplus-pn-user-block ul.inline a:active, .view-people-list .actions-wrapper a:active, .btn.active, .page-messages #content .action-links a.active, .privatemsg-message-actions a.active, #block-nplus-pn-user-block .active.privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a.active, .view-people-list .actions-wrapper a.active, .btn.disabled, .page-messages #content .action-links a.disabled, .privatemsg-message-actions a.disabled, #block-nplus-pn-user-block .disabled.privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a.disabled, .view-people-list .actions-wrapper a.disabled, .btn[disabled], .page-messages #content .action-links a[disabled], .privatemsg-message-actions a[disabled], #block-nplus-pn-user-block [disabled].privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a[disabled], .view-people-list .actions-wrapper a[disabled] {
  color: white;
  background-color: #357ebd;
  *background-color: #2f71a9;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn:active, .page-messages #content .action-links a:active, .privatemsg-message-actions a:active, #block-nplus-pn-user-block .privatemsg-send-link-profile:active, #block-nplus-pn-user-block ul.inline a:active, .view-people-list .actions-wrapper a:active, .btn.active, .page-messages #content .action-links a.active, .privatemsg-message-actions a.active, #block-nplus-pn-user-block .active.privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a.active, .view-people-list .actions-wrapper a.active {
  background-color: #2a6395 \9;
}
/* line 61, ../sass/bootstrap/original/_mixins.scss */
.btn:first-child, .page-messages #content .action-links a:first-child, .privatemsg-message-actions a:first-child, #block-nplus-pn-user-block .privatemsg-send-link-profile:first-child, #block-nplus-pn-user-block ul.inline a:first-child, .view-people-list .actions-wrapper a:first-child {
  *margin-left: 0;
}
/* line 29, ../sass/bootstrap/_buttons.scss */
.btn:hover, .page-messages #content .action-links a:hover, .privatemsg-message-actions a:hover, #block-nplus-pn-user-block .privatemsg-send-link-profile:hover, #block-nplus-pn-user-block ul.inline a:hover, .view-people-list .actions-wrapper a: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 40, ../sass/bootstrap/_buttons.scss */
.btn:focus, .page-messages #content .action-links a:focus, .privatemsg-message-actions a:focus, #block-nplus-pn-user-block .privatemsg-send-link-profile:focus, #block-nplus-pn-user-block ul.inline a:focus, .view-people-list .actions-wrapper a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 46, ../sass/bootstrap/_buttons.scss */
.btn.active, .page-messages #content .action-links a.active, .privatemsg-message-actions a.active, #block-nplus-pn-user-block .active.privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a.active, .view-people-list .actions-wrapper a.active, .btn:active, .page-messages #content .action-links a:active, .privatemsg-message-actions a:active, #block-nplus-pn-user-block .privatemsg-send-link-profile:active, #block-nplus-pn-user-block ul.inline a:active, .view-people-list .actions-wrapper a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 54, ../sass/bootstrap/_buttons.scss */
.btn.disabled, .page-messages #content .action-links a.disabled, .privatemsg-message-actions a.disabled, #block-nplus-pn-user-block .disabled.privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a.disabled, .view-people-list .actions-wrapper a.disabled, .btn[disabled], .page-messages #content .action-links a[disabled], .privatemsg-message-actions a[disabled], #block-nplus-pn-user-block [disabled].privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a[disabled], .view-people-list .actions-wrapper a[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 69, ../sass/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 80, ../sass/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 86, ../sass/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 90, ../sass/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"], .view-people-list .actions-wrapper a [class^="icon-"],
.btn-mini [class*=" icon-"],
.view-people-list .actions-wrapper a [class*=" icon-"] {
  margin-top: -1px;
}

/* line 95, ../sass/bootstrap/_buttons.scss */
.btn-mini, .view-people-list .actions-wrapper a {
  padding: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 105, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 114, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 122, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 138, ../sass/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 149, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #467dd0;
  background-image: -moz-linear-gradient(top, #4690d0, #4662d0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4690d0), to(#4662d0));
  background-image: -webkit-linear-gradient(top, #4690d0, #4662d0);
  background-image: -o-linear-gradient(top, #4690d0, #4662d0);
  background-image: linear-gradient(to bottom, #4690d0, #4662d0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4690D0', endColorstr='#FF4662D0', GradientType=0);
  border-color: #4662d0 #4662d0 #2941a1;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4662d0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #4662d0;
  *background-color: #3352c9;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #2e49b5 \9;
}

/* line 153, ../sass/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: white;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 157, ../sass/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 161, ../sass/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 165, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 169, ../sass/bootstrap/_buttons.scss */
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 178, ../sass/bootstrap/_buttons.scss */
button.btn, #block-nplus-pn-user-block button.privatemsg-send-link-profile,
input[type="submit"].btn,
#block-nplus-pn-user-block input[type="submit"].privatemsg-send-link-profile {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 181, ../sass/bootstrap/_buttons.scss */
button.btn::-moz-focus-inner, #block-nplus-pn-user-block button.privatemsg-send-link-profile::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner,
#block-nplus-pn-user-block input[type="submit"].privatemsg-send-link-profile::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 190, ../sass/bootstrap/_buttons.scss */
button.btn.btn-large, #block-nplus-pn-user-block button.btn-large.privatemsg-send-link-profile,
input[type="submit"].btn.btn-large,
#block-nplus-pn-user-block input[type="submit"].btn-large.privatemsg-send-link-profile {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 194, ../sass/bootstrap/_buttons.scss */
button.btn.btn-small, #block-nplus-pn-user-block button.btn-small.privatemsg-send-link-profile,
input[type="submit"].btn.btn-small,
#block-nplus-pn-user-block input[type="submit"].btn-small.privatemsg-send-link-profile {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 198, ../sass/bootstrap/_buttons.scss */
button.btn.btn-mini, #block-nplus-pn-user-block button.btn-mini.privatemsg-send-link-profile,
input[type="submit"].btn.btn-mini,
#block-nplus-pn-user-block input[type="submit"].btn-mini.privatemsg-send-link-profile {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 211, ../sass/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 216, ../sass/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #4690d0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 222, ../sass/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #4690d0;
  text-decoration: underline;
  background-color: transparent;
}

/* line 227, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 7, ../sass/bootstrap/original/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 61, ../sass/bootstrap/original/_mixins.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 18, ../sass/bootstrap/original/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 23, ../sass/bootstrap/original/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 29, ../sass/bootstrap/original/_button-groups.scss */
.btn-toolbar > .btn + .btn, .page-messages #content .action-links .btn-toolbar > a + .btn, .privatemsg-message-actions .btn-toolbar > a + .btn, #block-nplus-pn-user-block .btn-toolbar > .privatemsg-send-link-profile + .btn, #block-nplus-pn-user-block ul.inline .btn-toolbar > a + .btn, .view-people-list .actions-wrapper .btn-toolbar > a + .btn, .page-messages #content .action-links .btn-toolbar > .btn + a, .page-messages #content .action-links .btn-toolbar > a + a, #block-nplus-pn-user-block .page-messages #content .action-links .btn-toolbar > .privatemsg-send-link-profile + a, .page-messages #content .action-links #block-nplus-pn-user-block .btn-toolbar > .privatemsg-send-link-profile + a, .privatemsg-message-actions .btn-toolbar > .btn + a, .privatemsg-message-actions .btn-toolbar > a + a, #block-nplus-pn-user-block .privatemsg-message-actions .btn-toolbar > .privatemsg-send-link-profile + a, .privatemsg-message-actions #block-nplus-pn-user-block .btn-toolbar > .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .btn-toolbar > .btn + .privatemsg-send-link-profile, .page-messages #content .action-links #block-nplus-pn-user-block .btn-toolbar > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .page-messages #content .action-links .btn-toolbar > a + .privatemsg-send-link-profile, .privatemsg-message-actions #block-nplus-pn-user-block .btn-toolbar > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .privatemsg-message-actions .btn-toolbar > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .btn-toolbar > .privatemsg-send-link-profile + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-toolbar > a + .privatemsg-send-link-profile, .view-people-list .actions-wrapper #block-nplus-pn-user-block .btn-toolbar > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .view-people-list .actions-wrapper .btn-toolbar > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-toolbar > .btn + a, #block-nplus-pn-user-block ul.inline .btn-toolbar > .privatemsg-send-link-profile + a, #block-nplus-pn-user-block ul.inline .btn-toolbar > a + a, .view-people-list .actions-wrapper .btn-toolbar > .btn + a, #block-nplus-pn-user-block .view-people-list .actions-wrapper .btn-toolbar > .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper #block-nplus-pn-user-block .btn-toolbar > .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper .btn-toolbar > a + a,
.btn-toolbar > .btn-group + .btn,
.page-messages #content .action-links .btn-toolbar > .btn-group + a,
.privatemsg-message-actions .btn-toolbar > .btn-group + a,
#block-nplus-pn-user-block .btn-toolbar > .btn-group + .privatemsg-send-link-profile,
#block-nplus-pn-user-block ul.inline .btn-toolbar > .btn-group + a,
.view-people-list .actions-wrapper .btn-toolbar > .btn-group + a,
.btn-toolbar > .btn + .btn-group,
.page-messages #content .action-links .btn-toolbar > a + .btn-group,
.privatemsg-message-actions .btn-toolbar > a + .btn-group,
#block-nplus-pn-user-block .btn-toolbar > .privatemsg-send-link-profile + .btn-group,
#block-nplus-pn-user-block ul.inline .btn-toolbar > a + .btn-group,
.view-people-list .actions-wrapper .btn-toolbar > a + .btn-group {
  margin-left: 5px;
}

/* line 35, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn, .page-messages #content .action-links .btn-group > a, .privatemsg-message-actions .btn-group > a, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group > a, .view-people-list .actions-wrapper .btn-group > a {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 39, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn + .btn, .page-messages #content .action-links .btn-group > a + .btn, .privatemsg-message-actions .btn-group > a + .btn, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile + .btn, #block-nplus-pn-user-block ul.inline .btn-group > a + .btn, .view-people-list .actions-wrapper .btn-group > a + .btn, .page-messages #content .action-links .btn-group > .btn + a, .page-messages #content .action-links .btn-group > a + a, #block-nplus-pn-user-block .page-messages #content .action-links .btn-group > .privatemsg-send-link-profile + a, .page-messages #content .action-links #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile + a, .privatemsg-message-actions .btn-group > .btn + a, .privatemsg-message-actions .btn-group > a + a, #block-nplus-pn-user-block .privatemsg-message-actions .btn-group > .privatemsg-send-link-profile + a, .privatemsg-message-actions #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .btn-group > .btn + .privatemsg-send-link-profile, .page-messages #content .action-links #block-nplus-pn-user-block .btn-group > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .page-messages #content .action-links .btn-group > a + .privatemsg-send-link-profile, .privatemsg-message-actions #block-nplus-pn-user-block .btn-group > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .privatemsg-message-actions .btn-group > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group > a + .privatemsg-send-link-profile, .view-people-list .actions-wrapper #block-nplus-pn-user-block .btn-group > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .view-people-list .actions-wrapper .btn-group > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group > .btn + a, #block-nplus-pn-user-block ul.inline .btn-group > .privatemsg-send-link-profile + a, #block-nplus-pn-user-block ul.inline .btn-group > a + a, .view-people-list .actions-wrapper .btn-group > .btn + a, #block-nplus-pn-user-block .view-people-list .actions-wrapper .btn-group > .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper .btn-group > a + a {
  margin-left: -1px;
}

/* line 44, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn, .page-messages #content .action-links .btn-group > a, .privatemsg-message-actions .btn-group > a, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group > a, .view-people-list .actions-wrapper .btn-group > a,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

/* line 49, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn-mini, .view-people-list .actions-wrapper .btn-group > a {
  font-size: 9.75px;
}

/* line 52, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.05px;
}

/* line 55, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 16.25px;
}

/* line 60, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn:first-child, .page-messages #content .action-links .btn-group > a:first-child, .privatemsg-message-actions .btn-group > a:first-child, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile:first-child, #block-nplus-pn-user-block ul.inline .btn-group > a:first-child, .view-people-list .actions-wrapper .btn-group > a:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 67, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn:last-child, .page-messages #content .action-links .btn-group > a:last-child, .privatemsg-message-actions .btn-group > a:last-child, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile:last-child, #block-nplus-pn-user-block ul.inline .btn-group > a:last-child, .view-people-list .actions-wrapper .btn-group > a:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 72, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn.large:first-child, .page-messages #content .action-links .btn-group > a.large:first-child, .privatemsg-message-actions .btn-group > a.large:first-child, #block-nplus-pn-user-block .btn-group > .large.privatemsg-send-link-profile:first-child, #block-nplus-pn-user-block ul.inline .btn-group > a.large:first-child, .view-people-list .actions-wrapper .btn-group > a.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 78, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn.large:last-child, .page-messages #content .action-links .btn-group > a.large:last-child, .privatemsg-message-actions .btn-group > a.large:last-child, #block-nplus-pn-user-block .btn-group > .large.privatemsg-send-link-profile:last-child, #block-nplus-pn-user-block ul.inline .btn-group > a.large:last-child, .view-people-list .actions-wrapper .btn-group > a.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 87, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn:hover, .page-messages #content .action-links .btn-group > a:hover, .privatemsg-message-actions .btn-group > a:hover, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile:hover, #block-nplus-pn-user-block ul.inline .btn-group > a:hover, .view-people-list .actions-wrapper .btn-group > a:hover,
.btn-group > .btn:focus,
.page-messages #content .action-links .btn-group > a:focus,
.privatemsg-message-actions .btn-group > a:focus,
#block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile:focus,
#block-nplus-pn-user-block ul.inline .btn-group > a:focus,
.view-people-list .actions-wrapper .btn-group > a:focus,
.btn-group > .btn:active,
.page-messages #content .action-links .btn-group > a:active,
.privatemsg-message-actions .btn-group > a:active,
#block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile:active,
#block-nplus-pn-user-block ul.inline .btn-group > a:active,
.view-people-list .actions-wrapper .btn-group > a:active,
.btn-group > .btn.active,
.page-messages #content .action-links .btn-group > a.active,
.privatemsg-message-actions .btn-group > a.active,
#block-nplus-pn-user-block .btn-group > .active.privatemsg-send-link-profile,
#block-nplus-pn-user-block ul.inline .btn-group > a.active,
.view-people-list .actions-wrapper .btn-group > a.active {
  z-index: 2;
}

/* line 93, ../sass/bootstrap/original/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 103, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle, .page-messages #content .action-links .btn-group > a + .dropdown-toggle, .privatemsg-message-actions .btn-group > a + .dropdown-toggle, #block-nplus-pn-user-block .btn-group > .privatemsg-send-link-profile + .dropdown-toggle, #block-nplus-pn-user-block ul.inline .btn-group > a + .dropdown-toggle, .view-people-list .actions-wrapper .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 110, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle, .view-people-list .actions-wrapper .btn-group > a + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 116, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 120, ../sass/bootstrap/original/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 131, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 137, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle, .btn-group.open .page-messages #content .action-links a.dropdown-toggle, .page-messages #content .action-links .btn-group.open a.dropdown-toggle, .btn-group.open .privatemsg-message-actions a.dropdown-toggle, .privatemsg-message-actions .btn-group.open a.dropdown-toggle, .btn-group.open #block-nplus-pn-user-block .dropdown-toggle.privatemsg-send-link-profile, #block-nplus-pn-user-block .btn-group.open .dropdown-toggle.privatemsg-send-link-profile, .btn-group.open #block-nplus-pn-user-block ul.inline a.dropdown-toggle, #block-nplus-pn-user-block ul.inline .btn-group.open a.dropdown-toggle, .btn-group.open .view-people-list .actions-wrapper a.dropdown-toggle, .view-people-list .actions-wrapper .btn-group.open a.dropdown-toggle {
  background-color: #357ebd;
}
/* line 140, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #4662d0;
}
/* line 143, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 146, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 149, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 152, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 155, ../sass/bootstrap/original/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

/* line 162, ../sass/bootstrap/original/_button-groups.scss */
.btn .caret, .page-messages #content .action-links a .caret, .privatemsg-message-actions a .caret, #block-nplus-pn-user-block .privatemsg-send-link-profile .caret, #block-nplus-pn-user-block ul.inline a .caret, .view-people-list .actions-wrapper a .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 169, ../sass/bootstrap/original/_button-groups.scss */
.btn-mini .caret, .view-people-list .actions-wrapper a .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

/* line 172, ../sass/bootstrap/original/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 178, ../sass/bootstrap/original/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 191, ../sass/bootstrap/original/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 202, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 206, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical > .btn, .page-messages #content .action-links .btn-group-vertical > a, .privatemsg-message-actions .btn-group-vertical > a, #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group-vertical > a, .view-people-list .actions-wrapper .btn-group-vertical > a {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 212, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical > .btn + .btn, .page-messages #content .action-links .btn-group-vertical > a + .btn, .privatemsg-message-actions .btn-group-vertical > a + .btn, #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile + .btn, #block-nplus-pn-user-block ul.inline .btn-group-vertical > a + .btn, .view-people-list .actions-wrapper .btn-group-vertical > a + .btn, .page-messages #content .action-links .btn-group-vertical > .btn + a, .page-messages #content .action-links .btn-group-vertical > a + a, #block-nplus-pn-user-block .page-messages #content .action-links .btn-group-vertical > .privatemsg-send-link-profile + a, .page-messages #content .action-links #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile + a, .privatemsg-message-actions .btn-group-vertical > .btn + a, .privatemsg-message-actions .btn-group-vertical > a + a, #block-nplus-pn-user-block .privatemsg-message-actions .btn-group-vertical > .privatemsg-send-link-profile + a, .privatemsg-message-actions #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .btn-group-vertical > .btn + .privatemsg-send-link-profile, .page-messages #content .action-links #block-nplus-pn-user-block .btn-group-vertical > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .page-messages #content .action-links .btn-group-vertical > a + .privatemsg-send-link-profile, .privatemsg-message-actions #block-nplus-pn-user-block .btn-group-vertical > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .privatemsg-message-actions .btn-group-vertical > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group-vertical > a + .privatemsg-send-link-profile, .view-people-list .actions-wrapper #block-nplus-pn-user-block .btn-group-vertical > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .view-people-list .actions-wrapper .btn-group-vertical > a + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .btn-group-vertical > .btn + a, #block-nplus-pn-user-block ul.inline .btn-group-vertical > .privatemsg-send-link-profile + a, #block-nplus-pn-user-block ul.inline .btn-group-vertical > a + a, .view-people-list .actions-wrapper .btn-group-vertical > .btn + a, #block-nplus-pn-user-block .view-people-list .actions-wrapper .btn-group-vertical > .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper .btn-group-vertical > a + a {
  margin-left: 0;
  margin-top: -1px;
}

/* line 216, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical > .btn:first-child, .page-messages #content .action-links .btn-group-vertical > a:first-child, .privatemsg-message-actions .btn-group-vertical > a:first-child, #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile:first-child, #block-nplus-pn-user-block ul.inline .btn-group-vertical > a:first-child, .view-people-list .actions-wrapper .btn-group-vertical > a:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 219, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical > .btn:last-child, .page-messages #content .action-links .btn-group-vertical > a:last-child, .privatemsg-message-actions .btn-group-vertical > a:last-child, #block-nplus-pn-user-block .btn-group-vertical > .privatemsg-send-link-profile:last-child, #block-nplus-pn-user-block ul.inline .btn-group-vertical > a:last-child, .view-people-list .actions-wrapper .btn-group-vertical > a:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 222, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 225, ../sass/bootstrap/original/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  margin-bottom: 18px;
  background-color: #fcf8e3;
  border: 3px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
}
/* line 17, ../sass/bootstrap/_alerts.scss */
.alert .alert-inner {
  padding: 20px 35px 20px 14px;
}

/* line 22, ../sass/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 26, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 31, ../sass/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

/* line 42, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #ceef8d;
  background-image: -moz-linear-gradient(top, #dbfb9a, #bbdf7b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dbfb9a), to(#bbdf7b));
  background-image: -webkit-linear-gradient(top, #dbfb9a, #bbdf7b);
  background-image: -o-linear-gradient(top, #dbfb9a, #bbdf7b);
  background-image: linear-gradient(to bottom, #dbfb9a, #bbdf7b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDBFB9A', endColorstr='#FFBBDF7B', GradientType=0);
  border-color: #bbdf7b;
  color: #678f15;
}

/* line 47, ../sass/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #678f15;
}

/* line 51, ../sass/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f15634;
  background-image: -moz-linear-gradient(top, #f66140, #eb4722);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f66140), to(#eb4722));
  background-image: -webkit-linear-gradient(top, #f66140, #eb4722);
  background-image: -o-linear-gradient(top, #f66140, #eb4722);
  background-image: linear-gradient(to bottom, #f66140, #eb4722);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF66140', endColorstr='#FFEB4722', GradientType=0);
  border-color: #eb4722;
  color: white;
}

/* line 57, ../sass/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: white;
}

/* line 60, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #90cce8;
  background-image: -moz-linear-gradient(top, #a0d3e8, #7ac2ea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0d3e8), to(#7ac2ea));
  background-image: -webkit-linear-gradient(top, #a0d3e8, #7ac2ea);
  background-image: -o-linear-gradient(top, #a0d3e8, #7ac2ea);
  background-image: linear-gradient(to bottom, #a0d3e8, #7ac2ea);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA0D3E8', endColorstr='#FF7AC2EA', GradientType=0);
  border-color: #7ac2ea;
  color: white;
}

/* line 65, ../sass/bootstrap/_alerts.scss */
.alert-info h4 {
  color: white;
}

/* line 69, ../sass/bootstrap/_alerts.scss */
.alert-inner {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 15px center;
}
/* line 74, ../sass/bootstrap/_alerts.scss */
.alert-success .alert-inner {
  background-image: url('../images/warning_okico.png?1395416964');
}
/* line 79, ../sass/bootstrap/_alerts.scss */
.alert-danger .alert-inner, .alert-error .alert-inner {
  background-image: url('../images/warning_noico.png?1395416964');
}
/* line 83, ../sass/bootstrap/_alerts.scss */
.alert-info .alert-inner {
  background-image: url('../images/warning_alertico.png?1395416964');
}
/* line 88, ../sass/bootstrap/_alerts.scss */
.alert-inner > p,
.alert-inner > ul {
  margin-bottom: 0;
}
/* line 92, ../sass/bootstrap/_alerts.scss */
.alert-block .alert-inner {
  padding-left: 60px;
}

/* line 100, ../sass/bootstrap/_alerts.scss */
.alert-block {
  /*  padding-top: 14px;
    padding-bottom: 14px;*/
}

/* line 105, ../sass/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 108, ../sass/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 9, ../sass/bootstrap/original/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

/* line 16, ../sass/bootstrap/original/_navs.scss */
.nav > li > a {
  display: block;
}

/* line 19, ../sass/bootstrap/original/_navs.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 26, ../sass/bootstrap/original/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 31, ../sass/bootstrap/original/_navs.scss */
.nav > .pull-right {
  float: right;
}

/* line 36, ../sass/bootstrap/original/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 47, ../sass/bootstrap/original/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 56, ../sass/bootstrap/original/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 62, ../sass/bootstrap/original/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 67, ../sass/bootstrap/original/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 71, ../sass/bootstrap/original/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4690d0;
}

/* line 77, ../sass/bootstrap/original/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 81, ../sass/bootstrap/original/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white;
}

/* line 92, ../sass/bootstrap/original/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.nav-tabs:before, .nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 96, ../sass/bootstrap/original/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 100, ../sass/bootstrap/original/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 111, ../sass/bootstrap/original/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 115, ../sass/bootstrap/original/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 119, ../sass/bootstrap/original/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 125, ../sass/bootstrap/original/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 131, ../sass/bootstrap/original/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 144, ../sass/bootstrap/original/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 154, ../sass/bootstrap/original/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: white;
  background-color: #4690d0;
}

/* line 165, ../sass/bootstrap/original/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 168, ../sass/bootstrap/original/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 173, ../sass/bootstrap/original/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 176, ../sass/bootstrap/original/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 180, ../sass/bootstrap/original/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 183, ../sass/bootstrap/original/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 186, ../sass/bootstrap/original/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 192, ../sass/bootstrap/original/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 195, ../sass/bootstrap/original/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 204, ../sass/bootstrap/original/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 207, ../sass/bootstrap/original/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 214, ../sass/bootstrap/original/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #4690d0;
  border-bottom-color: #4690d0;
  margin-top: 6px;
}

/* line 219, ../sass/bootstrap/original/_navs.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #4690d0;
  border-bottom-color: #4690d0;
}

/* move down carets for tabs */
/* line 224, ../sass/bootstrap/original/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 230, ../sass/bootstrap/original/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 234, ../sass/bootstrap/original/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 241, ../sass/bootstrap/original/_navs.scss */
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

/* line 249, ../sass/bootstrap/original/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999;
}

/* line 256, ../sass/bootstrap/original/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 263, ../sass/bootstrap/original/_navs.scss */
.tabs-stacked .open > a:hover {
  border-color: #999999;
}

/* line 277, ../sass/bootstrap/original/_navs.scss */
.tabbable {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.tabbable:after {
  clear: both;
}

/* line 280, ../sass/bootstrap/original/_navs.scss */
.tab-content {
  overflow: auto;
}

/* line 287, ../sass/bootstrap/original/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 293, ../sass/bootstrap/original/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 297, ../sass/bootstrap/original/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 305, ../sass/bootstrap/original/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 308, ../sass/bootstrap/original/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 312, ../sass/bootstrap/original/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 314, ../sass/bootstrap/original/_navs.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 320, ../sass/bootstrap/original/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 329, ../sass/bootstrap/original/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 333, ../sass/bootstrap/original/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 340, ../sass/bootstrap/original/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 345, ../sass/bootstrap/original/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 349, ../sass/bootstrap/original/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 353, ../sass/bootstrap/original/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white;
}

/* line 359, ../sass/bootstrap/original/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 364, ../sass/bootstrap/original/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 368, ../sass/bootstrap/original/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 372, ../sass/bootstrap/original/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white;
}

/* line 383, ../sass/bootstrap/original/_navs.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 387, ../sass/bootstrap/original/_navs.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 10, ../sass/bootstrap/original/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../sass/bootstrap/original/_navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../sass/bootstrap/original/_navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../sass/bootstrap/original/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../sass/bootstrap/original/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 11px 20px 11px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white;
}
/* line 59, ../sass/bootstrap/original/_navbar.scss */
.navbar .brand:hover {
  text-decoration: none;
}

/* line 66, ../sass/bootstrap/original/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 74, ../sass/bootstrap/original/_navbar.scss */
.navbar-link {
  color: #777777;
}
/* line 76, ../sass/bootstrap/original/_navbar.scss */
.navbar-link:hover {
  color: #333333;
}

/* line 83, ../sass/bootstrap/original/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white;
}

/* line 93, ../sass/bootstrap/original/_navbar.scss */
.navbar .btn, .navbar .page-messages #content .action-links a, .page-messages #content .action-links .navbar a, .navbar .privatemsg-message-actions a, .privatemsg-message-actions .navbar a, .navbar #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .navbar .privatemsg-send-link-profile, .navbar #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .navbar a, .navbar .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .navbar a,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, ../sass/bootstrap/original/_navbar.scss */
.navbar .btn-group .btn, .navbar .btn-group .page-messages #content .action-links a, .page-messages #content .action-links .navbar .btn-group a, .navbar .btn-group .privatemsg-message-actions a, .privatemsg-message-actions .navbar .btn-group a, .navbar .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .navbar .btn-group .privatemsg-send-link-profile, .navbar .btn-group #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .navbar .btn-group a, .navbar .btn-group .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .navbar .btn-group a,
.navbar .input-prepend .btn,
.navbar .input-prepend .page-messages #content .action-links a,
.page-messages #content .action-links .navbar .input-prepend a,
.navbar .input-prepend .privatemsg-message-actions a,
.privatemsg-message-actions .navbar .input-prepend a,
.navbar .input-prepend #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .navbar .input-prepend .privatemsg-send-link-profile,
.navbar .input-prepend #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .navbar .input-prepend a,
.navbar .input-prepend .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .navbar .input-prepend a,
.navbar .input-append .btn,
.navbar .input-append .page-messages #content .action-links a,
.page-messages #content .action-links .navbar .input-append a,
.navbar .input-append .privatemsg-message-actions a,
.privatemsg-message-actions .navbar .input-append a,
.navbar .input-append #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .navbar .input-append .privatemsg-send-link-profile,
.navbar .input-append #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .navbar .input-append a,
.navbar .input-append .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .navbar .input-append a {
  margin-top: 0;
}

/* line 104, ../sass/bootstrap/original/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 110, ../sass/bootstrap/original/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 115, ../sass/bootstrap/original/_navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn,
.navbar-form .page-messages #content .action-links a,
.page-messages #content .action-links .navbar-form a,
.navbar-form .privatemsg-message-actions a,
.privatemsg-message-actions .navbar-form a,
.navbar-form #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block .navbar-form .privatemsg-send-link-profile,
.navbar-form #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline .navbar-form a,
.navbar-form .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper .navbar-form a {
  display: inline-block;
  margin-bottom: 0;
}
/* line 121, ../sass/bootstrap/original/_navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 125, ../sass/bootstrap/original/_navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 128, ../sass/bootstrap/original/_navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 136, ../sass/bootstrap/original/_navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 141, ../sass/bootstrap/original/_navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 154, ../sass/bootstrap/original/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 157, ../sass/bootstrap/original/_navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 169, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 177, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 180, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 184, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 194, ../sass/bootstrap/original/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 199, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 204, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 210, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 212, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 222, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 229, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 233, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 238, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 11px 15px 11px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
}

/* line 246, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 253, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

/* line 262, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 271, ../sass/bootstrap/original/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 280, ../sass/bootstrap/original/_navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 288, ../sass/bootstrap/original/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 299, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav > li > .dropdown-menu: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: 9px;
}
/* line 310, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 323, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 330, ../sass/bootstrap/original/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 339, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 347, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555555;
}

/* line 351, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 357, ../sass/bootstrap/original/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 364, ../sass/bootstrap/original/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 367, ../sass/bootstrap/original/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 371, ../sass/bootstrap/original/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 375, ../sass/bootstrap/original/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 390, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525;
}
/* line 396, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 399, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: white;
}
/* line 404, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .brand {
  color: #999999;
}
/* line 408, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 413, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white;
}
/* line 420, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111;
}
/* line 426, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}
/* line 428, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 434, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
/* line 442, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: white;
}
/* line 446, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: white;
  color: white;
}
/* line 450, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
/* line 456, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
/* line 463, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 83, ../sass/bootstrap/original/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
/* line 86, ../sass/bootstrap/original/_mixins.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
/* line 89, ../sass/bootstrap/original/_mixins.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 473, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 white;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 486, ../sass/bootstrap/original/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: white;
  background-color: #040404;
  *background-color: black;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 6, ../sass/bootstrap/original/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12, ../sass/bootstrap/original/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 white;
}
/* line 16, ../sass/bootstrap/original/_breadcrumbs.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 21, ../sass/bootstrap/original/_breadcrumbs.scss */
.breadcrumb .active {
  color: #999999;
}

/* line 6, ../sass/bootstrap/original/_pagination.scss */
.pagination {
  margin: 18px 0;
}

/* line 10, ../sass/bootstrap/original/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 21, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > li {
  display: inline;
}

/* line 25, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

/* line 36, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: whitesmoke;
}

/* line 40, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 46, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

/* line 52, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 57, ../sass/bootstrap/original/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 65, ../sass/bootstrap/original/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 68, ../sass/bootstrap/original/_pagination.scss */
.pagination-right {
  text-align: right;
}

/* line 79, ../sass/bootstrap/original/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}
/* line 84, ../sass/bootstrap/original/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 88, ../sass/bootstrap/original/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 97, ../sass/bootstrap/original/_pagination.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
/* line 101, ../sass/bootstrap/original/_pagination.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 109, ../sass/bootstrap/original/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px;
}

/* line 117, ../sass/bootstrap/original/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9.75px;
}

/* line 6, ../sass/bootstrap/original/_pager.scss */
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.pager:after {
  clear: both;
}

/* line 12, ../sass/bootstrap/original/_pager.scss */
.pager li {
  display: inline;
}

/* line 16, ../sass/bootstrap/original/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 23, ../sass/bootstrap/original/_pager.scss */
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 28, ../sass/bootstrap/original/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 32, ../sass/bootstrap/original/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 37, ../sass/bootstrap/original/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/* line 6, ../sass/bootstrap/original/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 15, ../sass/bootstrap/original/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 19, ../sass/bootstrap/original/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 24, ../sass/bootstrap/original/_modals.scss */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: white;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 41, ../sass/bootstrap/original/_modals.scss */
.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
/* line 45, ../sass/bootstrap/original/_modals.scss */
.modal.fade.in {
  top: 50%;
}

/* line 47, ../sass/bootstrap/original/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../sass/bootstrap/original/_modals.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 53, ../sass/bootstrap/original/_modals.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 60, ../sass/bootstrap/original/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 67, ../sass/bootstrap/original/_modals.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 72, ../sass/bootstrap/original/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.modal-footer:after {
  clear: both;
}
/* line 83, ../sass/bootstrap/original/_modals.scss */
.modal-footer .btn + .btn, .modal-footer .page-messages #content .action-links a + .btn, .page-messages #content .action-links .modal-footer a + .btn, .modal-footer .privatemsg-message-actions a + .btn, .privatemsg-message-actions .modal-footer a + .btn, .modal-footer #block-nplus-pn-user-block .privatemsg-send-link-profile + .btn, #block-nplus-pn-user-block .modal-footer .privatemsg-send-link-profile + .btn, .modal-footer #block-nplus-pn-user-block ul.inline a + .btn, #block-nplus-pn-user-block ul.inline .modal-footer a + .btn, .modal-footer .view-people-list .actions-wrapper a + .btn, .view-people-list .actions-wrapper .modal-footer a + .btn, .modal-footer .page-messages #content .action-links .btn + a, .page-messages #content .action-links .modal-footer .btn + a, .modal-footer .page-messages #content .action-links a + a, .page-messages #content .action-links .modal-footer a + a, .modal-footer #block-nplus-pn-user-block .page-messages #content .action-links .privatemsg-send-link-profile + a, .page-messages #content .action-links .modal-footer #block-nplus-pn-user-block .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .page-messages #content .action-links .privatemsg-send-link-profile + a, .page-messages #content .action-links #block-nplus-pn-user-block .modal-footer .privatemsg-send-link-profile + a, .modal-footer .privatemsg-message-actions .btn + a, .privatemsg-message-actions .modal-footer .btn + a, .modal-footer .privatemsg-message-actions a + a, .privatemsg-message-actions .modal-footer a + a, .modal-footer #block-nplus-pn-user-block .privatemsg-message-actions .privatemsg-send-link-profile + a, .privatemsg-message-actions .modal-footer #block-nplus-pn-user-block .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .privatemsg-message-actions .privatemsg-send-link-profile + a, .privatemsg-message-actions #block-nplus-pn-user-block .modal-footer .privatemsg-send-link-profile + a, .modal-footer #block-nplus-pn-user-block .btn + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .btn + .privatemsg-send-link-profile, .modal-footer .page-messages #content .action-links #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .page-messages #content .action-links a + .privatemsg-send-link-profile, .page-messages #content .action-links .modal-footer #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .page-messages #content .action-links .modal-footer a + .privatemsg-send-link-profile, .modal-footer .privatemsg-message-actions #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .privatemsg-message-actions a + .privatemsg-send-link-profile, .privatemsg-message-actions .modal-footer #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .privatemsg-message-actions .modal-footer a + .privatemsg-send-link-profile, .modal-footer #block-nplus-pn-user-block .privatemsg-send-link-profile + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .privatemsg-send-link-profile + .privatemsg-send-link-profile, .modal-footer #block-nplus-pn-user-block ul.inline a + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .modal-footer a + .privatemsg-send-link-profile, .modal-footer .view-people-list .actions-wrapper #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .view-people-list .actions-wrapper a + .privatemsg-send-link-profile, .view-people-list .actions-wrapper .modal-footer #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .view-people-list .actions-wrapper .modal-footer a + .privatemsg-send-link-profile, .modal-footer #block-nplus-pn-user-block ul.inline .btn + a, #block-nplus-pn-user-block ul.inline .modal-footer .btn + a, .modal-footer #block-nplus-pn-user-block ul.inline .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer ul.inline .privatemsg-send-link-profile + a, #block-nplus-pn-user-block ul.inline .modal-footer .privatemsg-send-link-profile + a, .modal-footer #block-nplus-pn-user-block ul.inline a + a, #block-nplus-pn-user-block ul.inline .modal-footer a + a, .modal-footer .view-people-list .actions-wrapper .btn + a, .view-people-list .actions-wrapper .modal-footer .btn + a, .modal-footer #block-nplus-pn-user-block .view-people-list .actions-wrapper .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper .modal-footer #block-nplus-pn-user-block .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .view-people-list .actions-wrapper .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper #block-nplus-pn-user-block .modal-footer .privatemsg-send-link-profile + a, .modal-footer .view-people-list .actions-wrapper a + a, .view-people-list .actions-wrapper .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 88, ../sass/bootstrap/original/_modals.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .page-messages #content .action-links a + .btn, .page-messages #content .action-links .modal-footer .btn-group a + .btn, .modal-footer .btn-group .privatemsg-message-actions a + .btn, .privatemsg-message-actions .modal-footer .btn-group a + .btn, .modal-footer .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile + .btn, #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-send-link-profile + .btn, .modal-footer .btn-group #block-nplus-pn-user-block ul.inline a + .btn, #block-nplus-pn-user-block ul.inline .modal-footer .btn-group a + .btn, .modal-footer .btn-group .view-people-list .actions-wrapper a + .btn, .view-people-list .actions-wrapper .modal-footer .btn-group a + .btn, .modal-footer .btn-group .page-messages #content .action-links .btn + a, .page-messages #content .action-links .modal-footer .btn-group .btn + a, .modal-footer .btn-group .page-messages #content .action-links a + a, .page-messages #content .action-links .modal-footer .btn-group a + a, .modal-footer .btn-group #block-nplus-pn-user-block .page-messages #content .action-links .privatemsg-send-link-profile + a, .page-messages #content .action-links .modal-footer .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .btn-group .page-messages #content .action-links .privatemsg-send-link-profile + a, .page-messages #content .action-links #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-send-link-profile + a, .modal-footer .btn-group .privatemsg-message-actions .btn + a, .privatemsg-message-actions .modal-footer .btn-group .btn + a, .modal-footer .btn-group .privatemsg-message-actions a + a, .privatemsg-message-actions .modal-footer .btn-group a + a, .modal-footer .btn-group #block-nplus-pn-user-block .privatemsg-message-actions .privatemsg-send-link-profile + a, .privatemsg-message-actions .modal-footer .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-message-actions .privatemsg-send-link-profile + a, .privatemsg-message-actions #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-send-link-profile + a, .modal-footer .btn-group #block-nplus-pn-user-block .btn + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .btn-group .btn + .privatemsg-send-link-profile, .modal-footer .btn-group .page-messages #content .action-links #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .btn-group .page-messages #content .action-links a + .privatemsg-send-link-profile, .page-messages #content .action-links .modal-footer .btn-group #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .page-messages #content .action-links .modal-footer .btn-group a + .privatemsg-send-link-profile, .modal-footer .btn-group .privatemsg-message-actions #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-message-actions a + .privatemsg-send-link-profile, .privatemsg-message-actions .modal-footer .btn-group #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .privatemsg-message-actions .modal-footer .btn-group a + .privatemsg-send-link-profile, .modal-footer .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-send-link-profile + .privatemsg-send-link-profile, .modal-footer .btn-group #block-nplus-pn-user-block ul.inline a + .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline .modal-footer .btn-group a + .privatemsg-send-link-profile, .modal-footer .btn-group .view-people-list .actions-wrapper #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .modal-footer .btn-group .view-people-list .actions-wrapper a + .privatemsg-send-link-profile, .view-people-list .actions-wrapper .modal-footer .btn-group #block-nplus-pn-user-block a + .privatemsg-send-link-profile, #block-nplus-pn-user-block .view-people-list .actions-wrapper .modal-footer .btn-group a + .privatemsg-send-link-profile, .modal-footer .btn-group #block-nplus-pn-user-block ul.inline .btn + a, #block-nplus-pn-user-block ul.inline .modal-footer .btn-group .btn + a, .modal-footer .btn-group #block-nplus-pn-user-block ul.inline .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .btn-group ul.inline .privatemsg-send-link-profile + a, #block-nplus-pn-user-block ul.inline .modal-footer .btn-group .privatemsg-send-link-profile + a, .modal-footer .btn-group #block-nplus-pn-user-block ul.inline a + a, #block-nplus-pn-user-block ul.inline .modal-footer .btn-group a + a, .modal-footer .btn-group .view-people-list .actions-wrapper .btn + a, .view-people-list .actions-wrapper .modal-footer .btn-group .btn + a, .modal-footer .btn-group #block-nplus-pn-user-block .view-people-list .actions-wrapper .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper .modal-footer .btn-group #block-nplus-pn-user-block .privatemsg-send-link-profile + a, #block-nplus-pn-user-block .modal-footer .btn-group .view-people-list .actions-wrapper .privatemsg-send-link-profile + a, .view-people-list .actions-wrapper #block-nplus-pn-user-block .modal-footer .btn-group .privatemsg-send-link-profile + a, .modal-footer .btn-group .view-people-list .actions-wrapper a + a, .view-people-list .actions-wrapper .modal-footer .btn-group a + a {
  margin-left: -1px;
}
/* line 92, ../sass/bootstrap/original/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 7, ../sass/bootstrap/original/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 15, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
}
/* line 17, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
}
/* line 18, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
}
/* line 19, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
}

/* line 23, ../sass/bootstrap/original/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 34, ../sass/bootstrap/original/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 49, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 56, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 63, ../sass/bootstrap/original/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../sass/bootstrap/original/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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 28, ../sass/bootstrap/original/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 29, ../sass/bootstrap/original/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 30, ../sass/bootstrap/original/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 31, ../sass/bootstrap/original/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 34, ../sass/bootstrap/original/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 45, ../sass/bootstrap/original/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 54, ../sass/bootstrap/original/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../sass/bootstrap/original/_popovers.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 65, ../sass/bootstrap/original/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../sass/bootstrap/original/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../sass/bootstrap/original/_popovers.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 85, ../sass/bootstrap/original/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 92, ../sass/bootstrap/original/_popovers.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 99, ../sass/bootstrap/original/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 106, ../sass/bootstrap/original/_popovers.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 114, ../sass/bootstrap/original/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 121, ../sass/bootstrap/original/_popovers.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 9, ../sass/bootstrap/original/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.thumbnails:after {
  clear: both;
}

/* line 15, ../sass/bootstrap/original/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 20, ../sass/bootstrap/original/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

/* line 27, ../sass/bootstrap/original/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 37, ../sass/bootstrap/original/_thumbnails.scss */
a.thumbnail:hover {
  border-color: #4690d0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 43, ../sass/bootstrap/original/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 49, ../sass/bootstrap/original/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 11, ../sass/bootstrap/original/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 19, ../sass/bootstrap/original/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 22, ../sass/bootstrap/original/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 27, ../sass/bootstrap/original/_media.scss */
.media-object {
  display: block;
}

/* line 32, ../sass/bootstrap/original/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../sass/bootstrap/original/_media.scss */
.media .pull-left {
  margin-right: 10px;
}

/* line 43, ../sass/bootstrap/original/_media.scss */
.media .pull-right {
  margin-left: 10px;
}

/* line 52, ../sass/bootstrap/original/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 8, ../sass/bootstrap/original/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

/* line 21, ../sass/bootstrap/original/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 24, ../sass/bootstrap/original/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 33, ../sass/bootstrap/original/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 41, ../sass/bootstrap/original/_labels-badges.scss */
a.label:hover, a.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 52, ../sass/bootstrap/original/_labels-badges.scss */
.label-important {
  background-color: #b94a48;
}

/* line 53, ../sass/bootstrap/original/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39;
}

/* line 55, ../sass/bootstrap/original/_labels-badges.scss */
.label-warning {
  background-color: #f89406;
}

/* line 56, ../sass/bootstrap/original/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605;
}

/* line 58, ../sass/bootstrap/original/_labels-badges.scss */
.label-success {
  background-color: #468847;
}

/* line 59, ../sass/bootstrap/original/_labels-badges.scss */
.label-success[href] {
  background-color: #356635;
}

/* line 61, ../sass/bootstrap/original/_labels-badges.scss */
.label-info {
  background-color: #3a87ad;
}

/* line 62, ../sass/bootstrap/original/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987;
}

/* line 64, ../sass/bootstrap/original/_labels-badges.scss */
.label-inverse {
  background-color: #333333;
}

/* line 65, ../sass/bootstrap/original/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a;
}

/* line 52, ../sass/bootstrap/original/_labels-badges.scss */
.badge-important {
  background-color: #b94a48;
}

/* line 53, ../sass/bootstrap/original/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39;
}

/* line 55, ../sass/bootstrap/original/_labels-badges.scss */
.badge-warning {
  background-color: #f89406;
}

/* line 56, ../sass/bootstrap/original/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605;
}

/* line 58, ../sass/bootstrap/original/_labels-badges.scss */
.badge-success {
  background-color: #468847;
}

/* line 59, ../sass/bootstrap/original/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635;
}

/* line 61, ../sass/bootstrap/original/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad;
}

/* line 62, ../sass/bootstrap/original/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987;
}

/* line 64, ../sass/bootstrap/original/_labels-badges.scss */
.badge-inverse {
  background-color: #333333;
}

/* line 65, ../sass/bootstrap/original/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 71, ../sass/bootstrap/original/_labels-badges.scss */
.btn .label, .page-messages #content .action-links a .label, .privatemsg-message-actions a .label, #block-nplus-pn-user-block .privatemsg-send-link-profile .label, #block-nplus-pn-user-block ul.inline a .label, .view-people-list .actions-wrapper a .label,
.btn .badge,
.page-messages #content .action-links a .badge,
.privatemsg-message-actions a .badge,
#block-nplus-pn-user-block .privatemsg-send-link-profile .badge,
#block-nplus-pn-user-block ul.inline a .badge,
.view-people-list .actions-wrapper a .badge {
  position: relative;
  top: -1px;
}

/* line 78, ../sass/bootstrap/original/_labels-badges.scss */
.btn-mini .label, .view-people-list .actions-wrapper a .label,
.btn-mini .badge,
.view-people-list .actions-wrapper a .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../sass/bootstrap/original/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, ../sass/bootstrap/original/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  /* line 17, ../sass/bootstrap/original/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, ../sass/bootstrap/original/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 23, ../sass/bootstrap/original/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 24, ../sass/bootstrap/original/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 29, ../sass/bootstrap/original/_progress-bars.scss */
  from {
    background-position: 0 0;
  }

  /* line 30, ../sass/bootstrap/original/_progress-bars.scss */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 35, ../sass/bootstrap/original/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 36, ../sass/bootstrap/original/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 45, ../sass/bootstrap/original/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 55, ../sass/bootstrap/original/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../sass/bootstrap/original/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../sass/bootstrap/original/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../sass/bootstrap/original/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, ../sass/bootstrap/original/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, ../sass/bootstrap/original/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 101, ../sass/bootstrap/original/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5db95d;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, ../sass/bootstrap/original/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 109, ../sass/bootstrap/original/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, ../sass/bootstrap/original/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 117, ../sass/bootstrap/original/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, ../sass/bootstrap/original/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 7, ../sass/bootstrap/original/_accordion.scss */
.accordion {
  margin-bottom: 18px;
}

/* line 12, ../sass/bootstrap/original/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 17, ../sass/bootstrap/original/_accordion.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 20, ../sass/bootstrap/original/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 26, ../sass/bootstrap/original/_accordion.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 31, ../sass/bootstrap/original/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 6, ../sass/bootstrap/original/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

/* line 12, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 20, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 27, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
/* line 34, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 36, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 41, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 47, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 50, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 54, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 58, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 61, ../sass/bootstrap/original/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 70, ../sass/bootstrap/original/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 95, ../sass/bootstrap/original/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
/* line 101, ../sass/bootstrap/original/_carousel.scss */
.carousel-control:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 112, ../sass/bootstrap/original/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 122, ../sass/bootstrap/original/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 18px;
}

/* line 126, ../sass/bootstrap/original/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 129, ../sass/bootstrap/original/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6, ../sass/bootstrap/original/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 15, ../sass/bootstrap/original/_hero-unit.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
/* line 22, ../sass/bootstrap/original/_hero-unit.scss */
.hero-unit li {
  line-height: 27px;
}

/* line 7, ../sass/bootstrap/original/_utilities.scss */
.pull-right {
  float: right;
}

/* line 10, ../sass/bootstrap/original/_utilities.scss */
.pull-left {
  float: left;
}

/* line 15, ../sass/bootstrap/original/_utilities.scss */
.hide {
  display: none;
}

/* line 18, ../sass/bootstrap/original/_utilities.scss */
.show {
  display: block;
}

/* line 23, ../sass/bootstrap/original/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 28, ../sass/bootstrap/original/_utilities.scss */
.affix {
  position: fixed;
}

/* line 33, ../sass/bootstrap/original/_utilities.scss */
.clearfix {
  *zoom: 1;
}
/* line 15, ../sass/bootstrap/original/_mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 22, ../sass/bootstrap/original/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 38, ../sass/bootstrap/original/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 43, ../sass/bootstrap/original/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * @file
 * Wireframes Styling
 *
 * Add wireframes to the basic layout elements.
 */
/* line 16, ../sass/_wireframes.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
/* line 20, ../sass/_wireframes.scss */
.lt-ie8 .with-wireframes #header, .lt-ie8
.with-wireframes #main, .lt-ie8
.with-wireframes #content, .lt-ie8
.with-wireframes #navigation, .lt-ie8
.with-wireframes .region-sidebar-first, .lt-ie8
.with-wireframes .region-sidebar-second, .lt-ie8
.with-wireframes #footer, .lt-ie8
.with-wireframes .region-bottom {
  border: 1px solid #ccc;
  /* IE6/7 do not support the outline property. */
}

/*
 * Standard elements resets.
 */
/* line 5, ../sass/_html-reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.1;
  color: #586d80;
}

/* line 11, ../sass/_html-reset.scss */
h1 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #3d4c59;
}

/* line 18, ../sass/_html-reset.scss */
h2 {
  font-size: 20px;
}

/* line 22, ../sass/_html-reset.scss */
.btn, .page-messages #content .action-links a, .privatemsg-message-actions a, #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a, .view-people-list .actions-wrapper a {
  text-transform: uppercase;
}
/* line 25, ../sass/_html-reset.scss */
.btn .caret, .page-messages #content .action-links a .caret, .privatemsg-message-actions a .caret, #block-nplus-pn-user-block .privatemsg-send-link-profile .caret, #block-nplus-pn-user-block ul.inline a .caret, .view-people-list .actions-wrapper a .caret {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 31, ../sass/_html-reset.scss */
.label-info {
  background-color: #4d84ba;
}

/* line 35, ../sass/_html-reset.scss */
.accordion-group {
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/**
 * @file
 * Layout styling.
 *
 */
/* line 7, ../sass/_layout.scss */
#skip-link {
  margin: 0;
}
/* line 11, ../sass/_layout.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/* line 21, ../sass/_layout.scss */
body {
  background: #181f26 url('../images/body-bg.gif?1395416964') repeat-y top center;
}

/* line 26, ../sass/_layout.scss */
#header {
  overflow: hidden;
  *zoom: 1;
  background-color: #516577;
  background-image: -moz-linear-gradient(top, #647d93, #35434e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#647d93), to(#35434e));
  background-image: -webkit-linear-gradient(top, #647d93, #35434e);
  background-image: -o-linear-gradient(top, #647d93, #35434e);
  background-image: linear-gradient(to bottom, #647d93, #35434e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF647D93', endColorstr='#FF35434E', GradientType=0);
}
/* line 30, ../sass/_layout.scss */
#header > .container {
  padding: 0 25px;
  height: 104px;
  background: transparent url('../images/header-bg.png?1395416964') no-repeat top center;
}

/* line 37, ../sass/_layout.scss */
#site-name {
  float: left;
  width: 180px;
  margin-top: 14px;
  margin-left: 27px;
}

/* line 44, ../sass/_layout.scss */
.region-header {
  margin-right: 27px;
  float: right;
}

/* line 51, ../sass/_layout.scss */
#main > .container > .wrapper {
  padding: 20px;
}

/* line 57, ../sass/_layout.scss */
#sidebar {
  float: left;
  width: 212px;
}

/* line 63, ../sass/_layout.scss */
#content {
  background: white none;
}
/* line 66, ../sass/_layout.scss */
.with-sidebar #content {
  float: left;
  width: 673px;
  margin-left: 15px;
}

/* line 73, ../sass/_layout.scss */
#footer {
  margin-top: 50px;
}
/* line 76, ../sass/_layout.scss */
#footer .container {
  background: white none;
}

/**
 * @file
 * Tabs Styling
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal7-reference.css.)
 */
/*
 * Basic positioning styles shared by primary and secondary tabs.
 */
/* line 21, ../sass/_tabs.scss */
ul.primary,
ul.secondary {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #bbbbbb;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0 2px;
  white-space: nowrap;
}
/* line 29, ../sass/_tabs.scss */
ul.primary li,
ul.secondary li {
  float: left;
  /* LTR */
  margin: 0.5em 3px 0;
}
/* line 34, ../sass/_tabs.scss */
ul.primary a,
ul.secondary a {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/*
 * Primary tabs
 */
/* line 49, ../sass/_tabs.scss */
ul.primary li {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom: 0;
  margin: 0.5em 0 0 3px;
  /* LTR */
}
/* line 56, ../sass/_tabs.scss */
ul.primary li.active {
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  /* Overlap the ul's border. */
}
/* line 62, ../sass/_tabs.scss */
ul.primary a:link,
ul.primary a:visited {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}
/* line 72, ../sass/_tabs.scss */
ul.primary a:hover,
ul.primary a:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
/* line 76, ../sass/_tabs.scss */
ul.primary a.active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/*
 * Secondary tabs
 */
/* line 88, ../sass/_tabs.scss */
ul.secondary {
  font-size: .9em;
  margin-top: -1.5em;
  /* Collapse bottom margin of ul.primary. */
  padding-bottom: .5em;
}
/* line 94, ../sass/_tabs.scss */
ul.secondary a:link,
ul.secondary a:visited {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}
/* line 103, ../sass/_tabs.scss */
ul.secondary a:hover,
ul.secondary a:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
/* line 109, ../sass/_tabs.scss */
ul.secondary a.active,
ul.secondary a:active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * @file
 * Page Styling
 */
/* line 6, ../sass/_pages.scss */
#page-title {
  margin: 0 0 15px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 4px solid #90aac0;
}

/* line 16, ../sass/_pages.scss */
.username {
  font-weight: bold;
}
/* line 19, ../sass/_pages.scss */
.username.form-text {
  font-weight: normal;
}

/* line 28, ../sass/_pages.scss */
.front #page-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 32, ../sass/_pages.scss */
.front #yogitech-four-step-registration-wizard {
  width: 399px;
  float: left;
}

/* line 40, ../sass/_pages.scss */
.page-user-register #content .tabs {
  display: none;
}

/* line 48, ../sass/_pages.scss */
.page-node-files .folder-bookmark-container .flag-wrapper {
  display: none;
}

/* line 56, ../sass/_pages.scss */
.pane-net7-yogitech-pn-yogitech-pn-fs-breadcrumbs .breadcrumb,
.page-node-files .folder-bookmark-container .breadcrumb {
  margin: 10px 0 20px;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
}

/* line 68, ../sass/_pages.scss */
.page-messages #content .action-links {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-bottom: 20px;
}
/* line 11, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.page-messages #content .action-links li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 78, ../sass/_pages.scss */
.page-messages #content table {
  margin-top: 10px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 86, ../sass/_pages.scss */
.page-messages #content tr,
.page-messages #content td,
.page-messages #content th {
  background-color: #f9f9f9;
}
/* line 90, ../sass/_pages.scss */
.page-messages #content h2.privatemsg-reply {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 94, ../sass/_pages.scss */
.page-messages #content textarea {
  margin-bottom: 18px;
}

/* line 100, ../sass/_pages.scss */
.privatemsg-message {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}

/* line 104, ../sass/_pages.scss */
.privatemsg-message-information {
  float: right;
}
/* line 107, ../sass/_pages.scss */
.privatemsg-message-information .new {
  font-weight: 700;
}

/* line 112, ../sass/_pages.scss */
.privatemsg-author-avatar {
  float: left;
  margin-right: 10px;
}
/* line 116, ../sass/_pages.scss */
.privatemsg-author-avatar img {
  width: 40px;
}

/* line 121, ../sass/_pages.scss */
.privatemsg-message-column {
  margin-left: 50px;
}

/* line 125, ../sass/_pages.scss */
.privatemsg-author-name {
  display: block;
  margin-bottom: 5px;
}

/* line 130, ../sass/_pages.scss */
.privatemsg-message-date {
  font-style: italic;
}

/* line 134, ../sass/_pages.scss */
.privatemsg-message-actions {
  text-align: right;
}

/* line 144, ../sass/_pages.scss */
div.nplus-modal-content {
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  outline: none;
}
/* line 153, ../sass/_pages.scss */
div.nplus-modal-content .modal-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #555555;
}
/* line 159, ../sass/_pages.scss */
div.nplus-modal-content .modal-header {
  background-color: transparent;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 164, ../sass/_pages.scss */
div.nplus-modal-content .modal-header .close {
  margin-top: 0;
}
/* line 166, ../sass/_pages.scss */
div.nplus-modal-content .modal-header h3 {
  margin: 0;
  line-height: 1;
}
/* line 172, ../sass/_pages.scss */
div.nplus-modal-content .modal-content {
  padding: 15px;
}
/* line 175, ../sass/_pages.scss */
div.nplus-modal-content .modal-content .modal-throbber-wrapper {
  height: 50px;
  text-align: center;
}
/* line 180, ../sass/_pages.scss */
div.nplus-modal-content .modal-content .modal-throbber-wrapper,
div.nplus-modal-content .modal-content .modal-throbber-wrapper img {
  margin: 0;
}
/* line 186, ../sass/_pages.scss */
div.nplus-modal-content form {
  margin: 0;
}
/* line 190, ../sass/_pages.scss */
div.nplus-modal-content .form-item {
  margin-bottom: 0;
}
/* line 193, ../sass/_pages.scss */
div.nplus-modal-content .form-item label {
  float: none;
  width: auto;
}
/* line 200, ../sass/_pages.scss */
div.nplus-modal-content .form-wrapper,
div.nplus-modal-content .control-group {
  clear: both;
}
/* line 204, ../sass/_pages.scss */
div.nplus-modal-content .form-actions {
  float: none;
  clear: both;
  margin-right: 0;
  padding-top: 10px;
  text-align: right;
}
/* line 212, ../sass/_pages.scss */
div.nplus-modal-content .btn-cancel {
  margin-left: 6px;
}
/* line 216, ../sass/_pages.scss */
div.nplus-modal-content .vertical-tabs {
  display: none;
}
/* line 220, ../sass/_pages.scss */
div.nplus-modal-content textarea {
  width: 465px;
}
/* line 224, ../sass/_pages.scss */
div.nplus-modal-content div.autocomplete-deluxe-multiple {
  width: 455px;
  margin-bottom: 9px;
}
/* line 229, ../sass/_pages.scss */
div.nplus-modal-content .field-widget-text-textarea {
  margin-bottom: 9px;
}

/**
 * @file
 * Block Styling
 */
/* line 8, ../sass/_blocks.scss */
.block-title a, .block-title {
  color: #586d80;
}

/* line 14, ../sass/_blocks.scss */
#sidebar .block {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fafafa;
}
/* line 20, ../sass/_blocks.scss */
#sidebar .block.last {
  margin-bottom: 0;
}

/* line 27, ../sass/_blocks.scss */
.block-collapsible {
  padding: 0 !important;
}
/* line 30, ../sass/_blocks.scss */
.block-collapsible .block-title {
  font-size: 14px;
  line-height: 29px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, white, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, white, #eeeeee);
  background-image: -o-linear-gradient(top, white, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
  cursor: pointer;
}
/* line 38, ../sass/_blocks.scss */
.block-collapsible .block-title span {
  display: block;
  background: transparent url('../images/collapsible-toggle.png?1395416964') no-repeat 100% 100%;
}
/* line 45, ../sass/_blocks.scss */
.block-collapsible .block-title,
.block-collapsible .block-content {
  margin: 0;
}
/* line 50, ../sass/_blocks.scss */
.block-collapsible .block-title span,
.block-collapsible .block-content {
  padding: 0 15px;
}
/* line 54, ../sass/_blocks.scss */
.block-collapsible .block-content {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 58, ../sass/_blocks.scss */
.block-collapsible .block-content ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* line 11, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.block-collapsible .block-content ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 63, ../sass/_blocks.scss */
.block-collapsible .block-content li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  line-height: 22px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 69, ../sass/_blocks.scss */
.block-collapsible .block-content li:last-child {
  border-bottom: 0;
}
/* line 76, ../sass/_blocks.scss */
.block-collapsible a.active {
  color: #586d80;
  font-weight: 700;
}

/* line 84, ../sass/_blocks.scss */
.collapsible-open .block-title {
  border-bottom: 1px solid #d8d8d8;
}

/* line 90, ../sass/_blocks.scss */
.collapsible-closed .block-title {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 94, ../sass/_blocks.scss */
.collapsible-closed .block-title span {
  background-position: 100% 0%;
}

/* line 102, ../sass/_blocks.scss */
#block-nplus-user-blocks-login {
  padding-top: 15px;
}
/* line 105, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 109, ../sass/_blocks.scss */
#block-nplus-user-blocks-login label {
  font-weight: bold;
  color: white;
  font-size: 12px;
}
/* line 115, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-required {
  display: none;
}
/* line 119, ../sass/_blocks.scss */
#block-nplus-user-blocks-login a {
  color: white;
}
/* line 123, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .control-group {
  float: left;
  margin-right: 7px;
  margin-bottom: 5px;
}
/* line 130, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-text,
#block-nplus-user-blocks-login .form-password {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 89px;
  height: 14px;
}
/* line 137, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-item-name input {
  background: white url('../images/icon-user.png?1395416964') no-repeat 3px 50%;
  padding-left: 21px;
}
/* line 144, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-item-pass input {
  background: white url('../images/icon-password.png?1395416964') no-repeat 3px 50%;
  padding-left: 21px;
}
/* line 150, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .form-actions {
  float: left;
  margin-top: 21px;
}
/* line 155, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .item-list {
  clear: both;
}
/* line 158, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .item-list ul {
  list-style-type: none;
}
/* line 5, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
#block-nplus-user-blocks-login .item-list ul, #block-nplus-user-blocks-login .item-list ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 162, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .item-list a {
  display: inline-block;
  padding-right: 5px;
  margin-right: 2px;
  line-height: 15px;
  font-size: 11px;
}
/* line 170, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .item-list .first a {
  border-right: 1px solid white;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 176, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .logged-in-status {
  margin-top: 19px;
}
/* line 179, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .logged-in-status .user-welcome {
  float: left;
  width: 220px;
  color: white;
  font-size: 14px;
  line-height: 28px;
}
/* line 186, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .logged-in-status .user-welcome a {
  font-weight: 700;
  text-decoration: underline;
}
/* line 192, ../sass/_blocks.scss */
#block-nplus-user-blocks-login .logged-in-status .logout-btn {
  margin-left: 10px;
}

/* line 200, ../sass/_blocks.scss */
#block-privatemsg-privatemsg-new {
  clear: both;
  font-size: 11px;
  line-height: 18px;
  color: white;
}
/* line 206, ../sass/_blocks.scss */
#block-privatemsg-privatemsg-new a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

/* line 220, ../sass/_blocks.scss */
#block-nplus-pn-user-block .block-title,
#block-nplus-pn-project-summary .block-title,
#block-nplus-container-lite-container-lite-summary .block-title {
  font-size: 11px;
  line-height: 1;
  font-style: italic;
}
/* line 227, ../sass/_blocks.scss */
#block-nplus-pn-user-block .view .views-label,
#block-nplus-pn-project-summary .view .views-label,
#block-nplus-container-lite-container-lite-summary .view .views-label {
  font-weight: 700;
}
/* line 232, ../sass/_blocks.scss */
#block-nplus-pn-user-block .edit-link,
#block-nplus-pn-project-summary .edit-link,
#block-nplus-container-lite-container-lite-summary .edit-link {
  margin: 9px 0 0;
}
/* line 237, ../sass/_blocks.scss */
#block-nplus-pn-user-block .btn, #block-nplus-pn-user-block .page-messages #content .action-links a, .page-messages #content .action-links #block-nplus-pn-user-block a, #block-nplus-pn-user-block .privatemsg-message-actions a, .privatemsg-message-actions #block-nplus-pn-user-block a, #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper #block-nplus-pn-user-block a,
#block-nplus-pn-user-block .btn-group,
#block-nplus-pn-project-summary .btn,
#block-nplus-pn-project-summary .page-messages #content .action-links a,
.page-messages #content .action-links #block-nplus-pn-project-summary a,
#block-nplus-pn-project-summary .privatemsg-message-actions a,
.privatemsg-message-actions #block-nplus-pn-project-summary a,
#block-nplus-pn-project-summary #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block #block-nplus-pn-project-summary .privatemsg-send-link-profile,
#block-nplus-pn-project-summary #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline #block-nplus-pn-project-summary a,
#block-nplus-pn-project-summary .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper #block-nplus-pn-project-summary a,
#block-nplus-pn-project-summary .btn-group,
#block-nplus-container-lite-container-lite-summary .btn,
#block-nplus-container-lite-container-lite-summary .page-messages #content .action-links a,
.page-messages #content .action-links #block-nplus-container-lite-container-lite-summary a,
#block-nplus-container-lite-container-lite-summary .privatemsg-message-actions a,
.privatemsg-message-actions #block-nplus-container-lite-container-lite-summary a,
#block-nplus-container-lite-container-lite-summary #block-nplus-pn-user-block .privatemsg-send-link-profile,
#block-nplus-pn-user-block #block-nplus-container-lite-container-lite-summary .privatemsg-send-link-profile,
#block-nplus-container-lite-container-lite-summary #block-nplus-pn-user-block ul.inline a,
#block-nplus-pn-user-block ul.inline #block-nplus-container-lite-container-lite-summary a,
#block-nplus-container-lite-container-lite-summary .view-people-list .actions-wrapper a,
.view-people-list .actions-wrapper #block-nplus-container-lite-container-lite-summary a,
#block-nplus-container-lite-container-lite-summary .btn-group {
  display: block;
}

/* line 244, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .node-project,
#block-nplus-container-lite-container-lite-summary .node-project {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 249, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .node-title,
#block-nplus-container-lite-container-lite-summary .node-title {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid #c5d2dd;
}
/* line 256, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .node-title a, #block-nplus-pn-project-summary .node-title,
#block-nplus-container-lite-container-lite-summary .node-title a,
#block-nplus-container-lite-container-lite-summary .node-title {
  color: #586d80;
}
/* line 261, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .field-name-field-image,
#block-nplus-container-lite-container-lite-summary .field-name-field-image {
  margin-bottom: 9px;
}
/* line 265, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .field-name-field-body,
#block-nplus-container-lite-container-lite-summary .field-name-field-body {
  padding-bottom: 9px;
  border-bottom: 1px solid #c5d2dd;
  margin-bottom: 9px;
}
/* line 272, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .field-name-group-group,
#block-nplus-pn-project-summary .btn-group,
#block-nplus-container-lite-container-lite-summary .field-name-group-group,
#block-nplus-container-lite-container-lite-summary .btn-group {
  margin-top: 5px;
}
/* line 276, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .dropdown-menu,
#block-nplus-container-lite-container-lite-summary .dropdown-menu {
  right: 0;
}
/* line 279, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .dropdown-menu a,
#block-nplus-container-lite-container-lite-summary .dropdown-menu a {
  color: #4690d0;
}
/* line 282, ../sass/_blocks.scss */
#block-nplus-pn-project-summary .dropdown-menu a:hover,
#block-nplus-container-lite-container-lite-summary .dropdown-menu a:hover {
  color: white;
}

/* line 290, ../sass/_blocks.scss */
#block-nplus-pn-user-block .user-info {
  display: table;
}
/* line 293, ../sass/_blocks.scss */
#block-nplus-pn-user-block .user-info span {
  display: table-cell;
  vertical-align: middle;
}
/* line 298, ../sass/_blocks.scss */
#block-nplus-pn-user-block .user-info .user-picture {
  width: 45px;
  height: 40px;
}
/* line 302, ../sass/_blocks.scss */
#block-nplus-pn-user-block .user-info .user-picture img {
  width: 40px;
  height: 40px;
}
/* line 309, ../sass/_blocks.scss */
#block-nplus-pn-user-block .user-info .username a {
  color: #586d80;
  font-weight: bold;
}
/* line 316, ../sass/_blocks.scss */
#block-nplus-pn-user-block .field-name-field-company-role {
  padding-top: 9px;
}
/* line 321, ../sass/_blocks.scss */
#block-nplus-pn-user-block .field-name-field-company-text,
#block-nplus-pn-user-block .field-name-field-about {
  border-bottom: 1px solid #c5d2dd;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
/* line 327, ../sass/_blocks.scss */
#block-nplus-pn-user-block .view-display-id-entity_view_1 {
  margin-top: 9px;
}
/* line 331, ../sass/_blocks.scss */
#block-nplus-pn-user-block .privatemsg-send-link-profile {
  margin-top: 9px;
}
/* line 336, ../sass/_blocks.scss */
#block-nplus-pn-user-block ul.inline {
  display: block;
  margin-top: 9px;
}
/* line 344, ../sass/_blocks.scss */
#block-nplus-pn-user-block ul.inline .flag-throbber {
  display: none;
}

/* line 353, ../sass/_blocks.scss */
#block-net7-yogitech-pn-yogitech-pn-fs-content-revisions .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 360, ../sass/_blocks.scss */
#block-nplus-pn-yogitech-pn-footer {
  padding: 10px 40px 10px 20px;
}
/* line 363, ../sass/_blocks.scss */
#block-nplus-pn-yogitech-pn-footer .clearfix {
  padding-top: 20px;
  border-top: 3px solid #ced3d7;
}
/* line 368, ../sass/_blocks.scss */
#block-nplus-pn-yogitech-pn-footer .col {
  float: left;
  width: 440px;
}
/* line 373, ../sass/_blocks.scss */
#block-nplus-pn-yogitech-pn-footer .col-right {
  text-align: right;
  color: #d8d8d8;
}

/* line 381, ../sass/_blocks.scss */
#block-net7-yogitech-pn-prvmsg-recipients.block {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background: transparent none;
}
/* line 387, ../sass/_blocks.scss */
#block-net7-yogitech-pn-prvmsg-recipients.block .block-title {
  font-size: 14px;
  margin-left: 20px;
  color: #767676;
}
/* line 393, ../sass/_blocks.scss */
#block-net7-yogitech-pn-prvmsg-recipients.block .private-msg-participant {
  margin-bottom: 8px;
  padding: 10px 15px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 3px -1px #999999;
  -moz-box-shadow: 0px 1px 3px -1px #999999;
  box-shadow: 0px 1px 3px -1px #999999;
}
/* line 400, ../sass/_blocks.scss */
#block-net7-yogitech-pn-prvmsg-recipients.block .private-msg-participant .user-picture {
  display: inline-block;
  margin-right: 5px;
}
/* line 405, ../sass/_blocks.scss */
#block-net7-yogitech-pn-prvmsg-recipients.block .private-msg-participant img {
  width: 40px;
}
/* line 411, ../sass/_blocks.scss */
#block-net7-yogitech-pn-prvmsg-recipients.block .private-msg-participant .username a, #block-net7-yogitech-pn-prvmsg-recipients.block .private-msg-participant .username {
  color: #586d80;
}

/**
 * @file
 * Navigation Styling
 */
/*
 * Markup generated by theme_menu_tree().
 */
/* line 10, ../sass/_navigation.scss */
ul li.expanded {
  *list-style-image: url(../images/menu-expanded.png);
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 17, ../sass/_navigation.scss */
ul li.collapsed {
  *list-style-image: url(../images/menu-collapsed.png);
  /* LTR */
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* line 24, ../sass/_navigation.scss */
ul li.leaf {
  *list-style-image: url(../images/menu-leaf.png);
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/*
 * Navigation bar
 */
/* line 36, ../sass/_navigation.scss */
#navigation {
  /* overflow: hidden; */
  /* Sometimes you want to prevent overlapping with main div. */
}
/* line 39, ../sass/_navigation.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 44, ../sass/_navigation.scss */
#navigation .block-menu .block-title,
#navigation .block-menu-block .block-title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/*
 * Main menu and Secondary menu links
 */
/* line 53, ../sass/_navigation.scss */
#main-menu {
  padding-top: 3px;
  text-align: left;
}
/* line 57, ../sass/_navigation.scss */
#main-menu ul {
  background: transparent url('../images/menu-header-bar-bg.png?1395416964') repeat-x 0 0;
  padding-left: 22px;
}
/* line 61, ../sass/_navigation.scss */
#main-menu ul li {
  padding-top: 1px;
  line-height: 35px;
}
/* line 65, ../sass/_navigation.scss */
#main-menu ul li.active {
  background: transparent url('../images/menu-header-bar-active-bg.png?1395416964') repeat-x 0 0;
}
/* line 70, ../sass/_navigation.scss */
#main-menu ul a {
  display: block;
  padding: 0 14px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: white;
}

/*
 * Generic navigation elements
 */
/* line 84, ../sass/_navigation.scss */
ul.inline {
  list-style-type: none;
}
/* line 5, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-list.scss */
ul.inline, ul.inline li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

/* line 88, ../sass/_navigation.scss */
ul.inline-block {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
ul.inline-block li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}

/*
 * Tabs
 */
/* line 95, ../sass/_navigation.scss */
.tabs.primary {
  display: none;
}

/* line 99, ../sass/_navigation.scss */
.tabs.secondary {
  margin-top: 10px;
}

/*
 * Breadcrumb
 */
/* line 106, ../sass/_navigation.scss */
.breadcrumb {
  background: transparent none;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 5px 0;
}
/* line 112, ../sass/_navigation.scss */
.breadcrumb li {
  font-weight: 600;
}
/* line 115, ../sass/_navigation.scss */
.breadcrumb li .divider {
  color: #555555;
}
/* line 120, ../sass/_navigation.scss */
.breadcrumb .active {
  color: #586d80;
}

/**
 * @file
 * Views Styling
 */
/* line 14, ../sass/_views-styles.scss */
.view-question-answers {
  position: relative;
}
/* line 17, ../sass/_views-styles.scss */
.view-question-answers .view-header {
  margin: 10px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #586d80;
  text-transform: capitalize;
}
/* line 28, ../sass/_views-styles.scss */
.view-question-answers .view-filters {
  position: absolute;
  top: 7px;
  right: 0;
}
/* line 33, ../sass/_views-styles.scss */
.view-question-answers .view-filters form {
  margin: 0;
}
/* line 37, ../sass/_views-styles.scss */
.view-question-answers .view-filters label {
  float: left;
  width: 70px;
  line-height: 28px;
  text-align: right;
}
/* line 44, ../sass/_views-styles.scss */
.view-question-answers .view-filters .controls {
  margin-left: 75px;
}
/* line 48, ../sass/_views-styles.scss */
.view-question-answers .view-filters .views-submit-button {
  float: none;
  padding: 0;
}
/* line 53, ../sass/_views-styles.scss */
.view-question-answers .view-filters .ajax-progress {
  display: none !important;
}

/* line 61, ../sass/_views-styles.scss */
.view-project-as2 .node-answer,
.view-user-activity .node-answer {
  padding-left: 0;
}
/* line 65, ../sass/_views-styles.scss */
.view-project-as2 .flagged-best-answer,
.view-user-activity .flagged-best-answer {
  padding-left: 20px;
}

/* line 72, ../sass/_views-styles.scss */
.pane-stream-filters {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image: -o-linear-gradient(top, #fcfcfc, #eeeeee);
  background-image: linear-gradient(to bottom, #fcfcfc, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCFCFC', endColorstr='#FFEEEEEE', GradientType=0);
  -webkit-box-shadow: 0px 0px 5px #666666;
  -moz-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 79, ../sass/_views-styles.scss */
.pane-stream-filters .pane-title {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: right;
  cursor: pointer;
}
/* line 87, ../sass/_views-styles.scss */
.pane-stream-filters .pane-content {
  padding-top: 13px;
}
/* line 90, ../sass/_views-styles.scss */
.js .pane-stream-filters .pane-content {
  display: none;
}
/* line 95, ../sass/_views-styles.scss */
.pane-stream-filters form {
  margin-bottom: 0;
}
/* line 99, ../sass/_views-styles.scss */
.pane-stream-filters .views-exposed-widgets {
  position: relative;
  margin: 0;
}
/* line 104, ../sass/_views-styles.scss */
.pane-stream-filters .views-exposed-widget {
  margin: 0;
  padding: 0;
  border: 0;
  float: none;
}
/* line 110, ../sass/_views-styles.scss */
.pane-stream-filters label {
  font-weight: normal;
}
/* line 114, ../sass/_views-styles.scss */
.pane-stream-filters .bef-checkboxes {
  *zoom: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}
/* line 84, ../sass/_custom.scss */
.pane-stream-filters .bef-checkboxes:before, .pane-stream-filters .bef-checkboxes:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 91, ../sass/_custom.scss */
.pane-stream-filters .bef-checkboxes:after {
  clear: both;
}
/* line 121, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-checkboxes {
  float: right;
  width: 170px;
}
/* line 127, ../sass/_views-styles.scss */
.pane-stream-filters .form-type-bef-checkbox {
  float: left;
  margin-right: 15px;
}
/* line 131, ../sass/_views-styles.scss */
.pane-stream-filters .form-type-bef-checkbox input {
  float: left;
  margin-top: 3px;
}
/* line 136, ../sass/_views-styles.scss */
.pane-stream-filters .form-type-bef-checkbox label {
  font-weight: normal;
  text-transform: capitalize;
  padding-left: 20px;
  min-height: 18px;
}
/* line 145, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-uid,
.pane-stream-filters .views-widget-filter-created {
  float: left;
}
/* line 148, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-uid label,
.pane-stream-filters .views-widget-filter-created label {
  float: left;
  line-height: 28px;
  margin-right: 10px;
}
/* line 154, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-uid input,
.pane-stream-filters .views-widget-filter-created input {
  margin-bottom: 0;
}
/* line 159, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-uid {
  min-width: 270px;
  padding-right: 15px;
  border-right: 1px solid #d8d8d8;
  margin-right: 15px;
}
/* line 165, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-uid .help-block {
  display: none;
}
/* line 170, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-created {
  min-width: 290px;
}
/* line 173, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-created .views-widget {
  *zoom: 1;
}
/* line 84, ../sass/_custom.scss */
.pane-stream-filters .views-widget-filter-created .views-widget:before, .pane-stream-filters .views-widget-filter-created .views-widget:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 91, ../sass/_custom.scss */
.pane-stream-filters .views-widget-filter-created .views-widget:after {
  clear: both;
}
/* line 177, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-created input {
  width: 70px;
}
/* line 181, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-created .form-type-textfield {
  float: left;
}
/* line 185, ../sass/_views-styles.scss */
.pane-stream-filters .views-widget-filter-created .form-item-created-max {
  width: 120px;
  margin-left: 10px;
}
/* line 191, ../sass/_views-styles.scss */
.pane-stream-filters .views-submit-button {
  text-align: right;
}
/* line 194, ../sass/_views-styles.scss */
.pane-stream-filters .views-submit-button .form-submit {
  margin-top: 10px;
}

/* line 201, ../sass/_views-styles.scss */
.pane-stream-checkboxes .form-type-bef-checkbox {
  width: 30%;
}

/* line 206, ../sass/_views-styles.scss */
.views-field-message-render {
  font-style: italic;
}
/* line 209, ../sass/_views-styles.scss */
.views-field-message-render p {
  margin: 0;
}

/* line 216, ../sass/_views-styles.scss */
.view-project-filesystem-unified {
  margin-top: 20px;
  border: 1px solid #d8d8d8;
}
/* line 220, ../sass/_views-styles.scss */
.view-project-filesystem-unified .views-table {
  width: 100%;
  background-color: #F9F9F9;
}
/* line 226, ../sass/_views-styles.scss */
.view-project-filesystem-unified th,
.view-project-filesystem-unified td {
  padding: 10px;
  font-size: 14px;
  background-color: #F9F9F9;
}
/* line 232, ../sass/_views-styles.scss */
.view-project-filesystem-unified td {
  font-size: 13px;
}
/* line 236, ../sass/_views-styles.scss */
.view-project-filesystem-unified .views-field-title {
  width: 40%;
}
/* line 241, ../sass/_views-styles.scss */
.view-project-filesystem-unified .views-field-type,
.view-project-filesystem-unified .views-field-delete-node {
  width: 20%;
}
/* line 246, ../sass/_views-styles.scss */
.view-project-filesystem-unified .attachment .view {
  margin-top: 0;
  border: 0;
}
/* line 251, ../sass/_views-styles.scss */
.view-project-filesystem-unified .attachment thead {
  display: none;
}
/* line 255, ../sass/_views-styles.scss */
.view-project-filesystem-unified .attachment tbody {
  border: 0;
}

/* line 264, ../sass/_views-styles.scss */
.view-display-id-project_polls_page .views-row {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 269, ../sass/_views-styles.scss */
.view-display-id-project_polls_page .views-row .views-field-title h2 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

/* line 281, ../sass/_views-styles.scss */
.view-project-feed-all-news .view-header .btn, .view-project-feed-all-news .view-header .page-messages #content .action-links a, .page-messages #content .action-links .view-project-feed-all-news .view-header a, .view-project-feed-all-news .view-header .privatemsg-message-actions a, .privatemsg-message-actions .view-project-feed-all-news .view-header a, .view-project-feed-all-news .view-header #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .view-project-feed-all-news .view-header .privatemsg-send-link-profile, .view-project-feed-all-news .view-header #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .view-project-feed-all-news .view-header a, .view-project-feed-all-news .view-header .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .view-project-feed-all-news .view-header a {
  margin-right: 10px;
}

/* line 290, ../sass/_views-styles.scss */
.view-people-list .views-row {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 295, ../sass/_views-styles.scss */
.view-people-list .actions-wrapper {
  float: right;
  width: 130px;
}
/* line 299, ../sass/_views-styles.scss */
.view-people-list .actions-wrapper a {
  display: block;
  margin-bottom: 2px;
}
/* line 306, ../sass/_views-styles.scss */
.view-people-list .actions-wrapper .flag-throbber {
  display: none;
}
/* line 311, ../sass/_views-styles.scss */
.view-people-list .views-field-picture {
  float: left;
  margin-right: 10px;
}
/* line 315, ../sass/_views-styles.scss */
.view-people-list .views-field-picture img {
  width: 40px;
}

/**
 * @file
 * Panels Styling
 */
/* line 8, ../sass/_panels.scss */
.yogitech-twocol .panel-col-first {
  width: 180px;
  float: left;
}
/* line 13, ../sass/_panels.scss */
.yogitech-twocol .panel-col-last {
  float: left;
  width: 645px;
  margin-left: 35px;
}

/* line 22, ../sass/_panels.scss */
.pane-node-content .pane-title {
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #3d4c59;
}

/* line 34, ../sass/_panels.scss */
.pane-block .node-form .control-label {
  display: none;
}
/* line 38, ../sass/_panels.scss */
.pane-block .node-form .vertical-tabs {
  display: none;
}

/* line 47, ../sass/_panels.scss */
.node-type-group .pane-node-field-image {
  padding: 5px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 53, ../sass/_panels.scss */
.node-type-group .pane-net7-form-blocks-post {
  padding-top: 10px;
}
/* line 58, ../sass/_panels.scss */
.node-type-group .field-name-field-tags .field-item {
  font-weight: 600;
}

/* line 67, ../sass/_panels.scss */
.page-homepage .pane-block {
  padding: 15px 20px 6px;
  margin-bottom: 18px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 72, ../sass/_panels.scss */
.page-homepage .pane-block .pane-title {
  padding-bottom: 5px;
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border-bottom: 2px solid #d4dde4;
}
/* line 83, ../sass/_panels.scss */
.page-homepage .center-wrapper .pane-block {
  height: 220px;
}
/* line 89, ../sass/_panels.scss */
.page-homepage .pane-nplus-homepage-left .pane-content {
  text-align: center;
}
/* line 93, ../sass/_panels.scss */
.page-homepage .pane-nplus-homepage-left .btn, .page-homepage .pane-nplus-homepage-left .page-messages #content .action-links a, .page-messages #content .action-links .page-homepage .pane-nplus-homepage-left a, .page-homepage .pane-nplus-homepage-left .privatemsg-message-actions a, .privatemsg-message-actions .page-homepage .pane-nplus-homepage-left a, .page-homepage .pane-nplus-homepage-left #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block .page-homepage .pane-nplus-homepage-left .privatemsg-send-link-profile, .page-homepage .pane-nplus-homepage-left #block-nplus-pn-user-block ul.inline a, #block-nplus-pn-user-block ul.inline .page-homepage .pane-nplus-homepage-left a, .page-homepage .pane-nplus-homepage-left .view-people-list .actions-wrapper a, .view-people-list .actions-wrapper .page-homepage .pane-nplus-homepage-left a {
  margin: 20px 0;
  text-transform: uppercase;
}
/* line 98, ../sass/_panels.scss */
.page-homepage .pane-nplus-homepage-left .small {
  font-size: 80%;
}
/* line 104, ../sass/_panels.scss */
.page-homepage .pane-nplus-homepage-right ul {
  list-style: none;
  text-align: center;
  padding-top: 20px;
}
/* line 11, ../../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.page-homepage .pane-nplus-homepage-right ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 110, ../sass/_panels.scss */
.page-homepage .pane-nplus-homepage-right li {
  margin-bottom: 10px;
}

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 8, ../sass/_nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
}
/* line 9, ../sass/_nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
/* line 55, ../sass/_custom.scss */
.lt-ie8 .node-unpublished p.unpublished > * {
  position: relative;
}

/* line 16, ../sass/_nodes.scss */
.node-teaser {
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 21, ../sass/_nodes.scss */
.node-teaser .node-title {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
/* line 28, ../sass/_nodes.scss */
.node-teaser .field-label,
.node-teaser .views-label {
  color: #555555;
  font-weight: normal;
}
/* line 35, ../sass/_nodes.scss */
.node-teaser footer .field-content,
.node-teaser footer .field-item {
  font-weight: bold;
  color: #4690d0;
}
/* line 41, ../sass/_nodes.scss */
.node-teaser footer .views-label,
.node-teaser footer .field-label {
  color: #777777;
}
/* line 49, ../sass/_nodes.scss */
.node-teaser footer .view .views-field, .node-teaser footer .view {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-left: 1px solid #d8d8d8;
  padding-left: 4px;
  margin-left: 1px;
}
/* line 55, ../sass/_nodes.scss */
.node-teaser footer .view .views-field:first-child, .node-teaser footer .view:first-child {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 61, ../sass/_nodes.scss */
.node-teaser footer .field-name-field-tags {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}
/* line 66, ../sass/_nodes.scss */
.node-teaser footer .field-name-field-tags:first-child, .node-teaser footer .field-name-field-tags {
  padding-top: 3px;
}
/* line 70, ../sass/_nodes.scss */
.node-teaser footer .field-name-field-tags .field-item {
  color: white;
}

/* line 81, ../sass/_nodes.scss */
.node.view-mode-full .field {
  margin-bottom: 5px;
}
/* line 87, ../sass/_nodes.scss */
.node.view-mode-full .user-picture {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
/* line 92, ../sass/_nodes.scss */
.node.view-mode-full .user-picture a {
  display: block;
  width: 25px;
  height: 25px;
}
/* line 98, ../sass/_nodes.scss */
.node.view-mode-full .user-picture img {
  vertical-align: middle;
}
/* line 103, ../sass/_nodes.scss */
.node.view-mode-full .author-name {
  font-weight: bold;
  line-height: 25px;
}
/* line 108, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks {
  display: block;
  float: right;
  height: 25px;
  line-height: 25px;
  margin-right: 10px;
}
/* line 115, ../sass/_nodes.scss */
.node.view-mode-full .flag-bookmarks a {
  float: right;
  margin-left: 5px;
}
/* line 121, ../sass/_nodes.scss */
.node.view-mode-full .flag-message {
  top: 0;
  left: auto;
  right: 20px;
  line-height: 25px;
  text-align: right;
}
/* line 131, ../sass/_nodes.scss */
.node.view-mode-full .comment-wrapper > .wrapper,
.node.view-mode-full .likes-wrapper > .wrapper {
  margin-bottom: 10px;
  padding: 8px;
  border: 3px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 139, ../sass/_nodes.scss */
.node.view-mode-full > .wrapper {
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 84, ../sass/_custom.scss */
.node.view-mode-full > .wrapper:before, .node.view-mode-full > .wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 91, ../sass/_custom.scss */
.node.view-mode-full > .wrapper:after {
  clear: both;
}
/* line 144, ../sass/_nodes.scss */
.node.view-mode-full footer {
  line-height: 14px;
}
/* line 147, ../sass/_nodes.scss */
.node.view-mode-full footer > span {
  display: inline-block;
  border-right: 1px dotted #4690d0;
  padding-right: 4px;
  margin-right: 3px;
}
/* line 155, ../sass/_nodes.scss */
.node.view-mode-full .field-name-field-body {
  margin-bottom: 10px;
}
/* line 159, ../sass/_nodes.scss */
.node.view-mode-full .field-name-field-tags {
  margin-top: 5px;
}

/* line 167, ../sass/_nodes.scss */
.pane-views-panes .view-mode-full, .view-user-bookmarks .view-mode-full {
  margin-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
/* line 173, ../sass/_nodes.scss */
.view-mode-full.node-group .field-name-group-group {
  float: right;
}
/* line 179, ../sass/_nodes.scss */
.view-mode-full.node-post-video .field-name-field-video {
  padding: 12px 0;
  border: 1px solid #e4e4e4;
  background-color: #f8f8f8;
  text-align: center;
}
/* line 190, ../sass/_nodes.scss */
.view-mode-full.node-postfile .field-name-field-file {
  line-height: 30px;
  padding-left: 40px;
  margin-left: -2.5px;
  background: transparent url('../images/group-post-attachment.png?1395416964') no-repeat top left;
}
/* line 201, ../sass/_nodes.scss */
.view-mode-full.node-post-url .field-url {
  line-height: 30px;
  padding-left: 40px;
  margin-left: -2.5px;
  background: transparent url('../images/group-post-url.png?1395416964') no-repeat top left;
}
/* line 207, ../sass/_nodes.scss */
.view-mode-full.node-post-url .field-url img {
  vertical-align: text-top;
}
/* line 214, ../sass/_nodes.scss */
.view-mode-full.node-post-image .field-name-field-image {
  float: left;
  margin-right: 10px;
}
/* line 222, ../sass/_nodes.scss */
.view-mode-full.node-file .field-label, .view-mode-full.node-folder .field-label {
  font-weight: 700;
}
/* line 226, ../sass/_nodes.scss */
.view-mode-full.node-file .field-type-file, .view-mode-full.node-folder .field-type-file {
  border: 1px solid #d8d8d8;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 232, ../sass/_nodes.scss */
.view-mode-full.node-file .field-type-file .field-label, .view-mode-full.node-folder .field-type-file .field-label {
  margin-right: 10px;
}

/* line 241, ../sass/_nodes.scss */
.node-type-group .node-group {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 20px;
}
/* line 246, ../sass/_nodes.scss */
.node-type-group .nav-tabs {
  border: 0;
  margin-bottom: 5px;
}
/* line 251, ../sass/_nodes.scss */
.node-type-group .nav-tabs a,
.node-type-group .nav-tabs a:hover {
  background: transparent none;
  border: 0;
  padding: 4px 8px;
}
/* line 258, ../sass/_nodes.scss */
.node-type-group .tab-content {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
}

/* line 266, ../sass/_nodes.scss */
.node-type-project .node-project {
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 20px;
}

/* line 283, ../sass/_nodes.scss */
.node-answer {
  padding-left: 20px;
}
/* line 286, ../sass/_nodes.scss */
.node-answer .user-picture {
  height: 25px;
}
/* line 289, ../sass/_nodes.scss */
.node-answer .user-picture img {
  width: 25px;
}
/* line 294, ../sass/_nodes.scss */
.node-answer .author-name {
  line-height: 18px;
}
/* line 298, ../sass/_nodes.scss */
.node-answer.flagged-best-answer {
  background-color: #f9f9f9;
  border: 1px solid #d4dde4;
  border-left: 3px solid #959595;
  padding-right: 5px;
}
/* line 305, ../sass/_nodes.scss */
.node-answer .current-best-answer {
  clear: both;
  padding: 15px 0 5px;
  font-size: 14px;
  line-height: 18px;
  color: #586d80;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
}
/* line 315, ../sass/_nodes.scss */
.node-answer .current-best-answer i {
  font-size: 18px;
}
/* line 320, ../sass/_nodes.scss */
.node-answer .flag-vote-answer {
  float: left;
  margin-right: 12px;
}
/* line 324, ../sass/_nodes.scss */
.node-answer .flag-vote-answer .flag {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  width: 19px;
  height: 17px;
  background-color: transparent;
  background-image: url('../images/vote-answer-bg.png?1395416964');
  background-repeat: no-repeat;
}
/* line 77, ../sass/_custom.scss */
.node-answer .flag-vote-answer .flag br {
  display: none;
}
/* line 333, ../sass/_nodes.scss */
.node-answer .flag-vote-answer .flag-throbber {
  display: none !important;
}
/* line 337, ../sass/_nodes.scss */
.node-answer .flag-vote-answer .flag-action {
  background-position: 0 0;
}
/* line 341, ../sass/_nodes.scss */
.node-answer .flag-vote-answer .unflag-action {
  background-position: 0 100%;
}
/* line 346, ../sass/_nodes.scss */
.node-answer .flag-best-answer {
  float: right;
  text-transform: none;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
/* line 353, ../sass/_nodes.scss */
.node-answer .flag-best-answer a {
  text-transform: none;
}
/* line 358, ../sass/_nodes.scss */
.node-answer .field-name-field-body {
  clear: both;
}

/* line 367, ../sass/_nodes.scss */
.node-poll .poll .vote-form {
  padding: 10px 20px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}
/* line 373, ../sass/_nodes.scss */
.node-poll .poll .vote-form .choices {
  display: block;
  margin: 0 0;
}
/* line 379, ../sass/_nodes.scss */
.node-poll .poll .bar {
  margin: 0;
}
/* line 383, ../sass/_nodes.scss */
.node-poll .poll > .wrapper {
  margin: 9px 0;
  padding: 20px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 389, ../sass/_nodes.scss */
.node-poll .poll > .wrapper form {
  margin-bottom: 0;
}
/* line 395, ../sass/_nodes.scss */
.node-poll .progress {
  font-weight: normal;
  margin-bottom: 9px;
}
/* line 399, ../sass/_nodes.scss */
.node-poll .progress .bar {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 406, ../sass/_nodes.scss */
.node-poll .percent {
  float: right;
  margin-left: 10px;
  min-width: 100px;
}

/* line 415, ../sass/_nodes.scss */
.node-feed.node-teaser .col {
  float: left;
  width: 580px;
}
/* line 420, ../sass/_nodes.scss */
.node-feed.node-teaser .edit-buttons {
  float: left;
  width: 90px;
}
/* line 424, ../sass/_nodes.scss */
.node-feed.node-teaser .edit-buttons a {
  display: block;
  float: right;
  margin-bottom: 5px;
  width: 50px;
}
/* line 432, ../sass/_nodes.scss */
.node-feed.node-teaser .content {
  clear: both;
}

/**
 * @file
 * Comment Styling
 */
/* line 6, ../sass/_comments.scss */
.comment {
  padding-bottom: 10px;
}
/* line 9, ../sass/_comments.scss */
.comment:last-child {
  padding-bottom: 0;
}
/* line 13, ../sass/_comments.scss */
.comment .author {
  font-weight: bold;
}
/* line 17, ../sass/_comments.scss */
.comment ul.links {
  float: right;
  font-size: 11px;
  line-height: 1;
}

/* line 24, ../sass/_comments.scss */
.indented {
  /* Nested comments are indented */
  margin-left: 30px;
  /* Drupal core uses a 25px left margin */
}

/* line 28, ../sass/_comments.scss */
.comment-unpublished {
  /* Unpublished comments */
}
/* line 30, ../sass/_comments.scss */
.comment-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
/* line 55, ../sass/_custom.scss */
.lt-ie8 .comment-unpublished p.unpublished > * {
  position: relative;
}

/**
 * @file
 * Form Styling
 */
/* line 8, ../sass/_forms.scss */
.form-item {
  margin: 0;
}

/* line 12, ../sass/_forms.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 16, ../sass/_forms.scss */
.form-actions {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 0;
  background: 0 none;
}

/* line 22, ../sass/_forms.scss */
label.option {
  display: block;
}

/* line 27, ../sass/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin-top: 2px;
}

/* line 31, ../sass/_forms.scss */
.btn, .page-messages #content .action-links a, .privatemsg-message-actions a, #block-nplus-pn-user-block .privatemsg-send-link-profile, #block-nplus-pn-user-block ul.inline a, .view-people-list .actions-wrapper a {
  text-shadow: none;
  font-weight: bold;
}
/* line 35, ../sass/_forms.scss */
.btn:hover, .page-messages #content .action-links a:hover, .privatemsg-message-actions a:hover, #block-nplus-pn-user-block .privatemsg-send-link-profile:hover, #block-nplus-pn-user-block ul.inline a:hover, .view-people-list .actions-wrapper a:hover {
  color: white;
}

/* line 40, ../sass/_forms.scss */
.form-required {
  color: inherit !important;
}

/* line 46, ../sass/_forms.scss */
html.js input.form-autocomplete {
  background-position: 100% 7px;
}
/* line 50, ../sass/_forms.scss */
html.js input.throbbing {
  background-position: 100% -13px;
}
/* line 56, ../sass/_forms.scss */
html.js fieldset.collapsed {
  height: auto;
}

/* line 62, ../sass/_forms.scss */
.btn-cancel {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c9c9c9;
  background-image: -moz-linear-gradient(top, #d6d6d6, #b6b6b6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d6d6d6), to(#b6b6b6));
  background-image: -webkit-linear-gradient(top, #d6d6d6, #b6b6b6);
  background-image: -o-linear-gradient(top, #d6d6d6, #b6b6b6);
  background-image: linear-gradient(to bottom, #d6d6d6, #b6b6b6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD6D6D6', endColorstr='#FFB6B6B6', GradientType=0);
  border-color: #b6b6b6 #b6b6b6 #909090;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #b6b6b6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 2px solid #e3e3e3;
}
/* line 496, ../sass/bootstrap/original/_mixins.scss */
.btn-cancel:hover, .btn-cancel:active, .btn-cancel.active, .btn-cancel.disabled, .btn-cancel[disabled] {
  color: white;
  background-color: #b6b6b6;
  *background-color: darkgrey;
}
/* line 504, ../sass/bootstrap/original/_mixins.scss */
.btn-cancel:active, .btn-cancel.active {
  background-color: #9d9d9d \9;
}

/* line 69, ../sass/_forms.scss */
fieldset {
  border: 1px solid #d8d8d8;
  margin-bottom: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 74, ../sass/_forms.scss */
fieldset legend {
  border: 1px solid #d8d8d8;
  border-bottom-width: 0;
  margin-left: -1px;
  margin-bottom: 9px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 84, ../sass/_forms.scss */
fieldset.collapsed legend {
  border-bottom-width: 1px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 89, ../sass/_forms.scss */
fieldset.collapsed .fieldset-legend {
  border-bottom: 0;
}
/* line 94, ../sass/_forms.scss */
fieldset .fieldset-legend {
  margin: 0 20px;
  padding: 0 !important;
  background: transparent none !important;
  border-bottom: 1px solid #d8d8d8;
}
/* line 101, ../sass/_forms.scss */
fieldset .fieldset-wrapper {
  padding: 10px 20px;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
/* line 114, ../sass/_forms.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 120, ../sass/_forms.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 124, ../sass/_forms.scss */
form tr.even {
  background-color: #fff;
}
/* line 128, ../sass/_forms.scss */
form table .item-list ul {
  margin: 0;
}

/* line 137, ../sass/_forms.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
/* line 147, ../sass/_forms.scss */
td.menu-disabled {
  background: #ccc;
}

/*
 * Fix autocomplete deluxe
 */
/* line 155, ../sass/_forms.scss */
.field-widget-autocomplete-deluxe-taxonomy input[type="text"] {
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 162, ../sass/_forms.scss */
div.autocomplete-deluxe-multiple {
  width: 659px;
  background: 0 none;
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*
 * Specific forms
 */
/* line 183, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 20px;
}
/* line 187, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .control-label {
  font-size: 14px;
  color: #3d4c59;
  font-weight: bold;
}
/* line 195, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .form-type-textfield input,
#yogitech-four-step-registration-wizard .form-type-password input {
  width: 500px;
}
/* line 201, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .form-type-checkbox label {
  font-size: 13px;
  color: #555555;
  font-weight: normal;
}
/* line 208, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .help-block {
  display: none;
}
/* line 213, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .form-item-pass-pass2 label {
  display: none;
}
/* line 218, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .password-strength {
  margin-top: 0;
  margin-bottom: 3px;
}
/* line 223, ../sass/_forms.scss */
#yogitech-four-step-registration-wizard .form-item-files-fid {
  display: none;
}

/* line 230, ../sass/_forms.scss */
.comment-form {
  margin-bottom: 0;
}
/* line 233, ../sass/_forms.scss */
.comment-form .form-type-textarea {
  margin-right: 80px;
}
/* line 235, ../sass/_forms.scss */
.comment-form .form-type-textarea label {
  display: none;
}
/* line 240, ../sass/_forms.scss */
.comment-form .form-actions {
  float: right;
  margin-left: 10px;
  margin-top: 3px;
}

/* line 253, ../sass/_forms.scss */
.node-poll-form .form-type-textfield input {
  width: 659px;
}
/* line 259, ../sass/_forms.scss */
.js .node-poll-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
/* line 264, ../sass/_forms.scss */
.node-poll-form #poll-choice-wrapper {
  margin-bottom: 18px;
}
/* line 268, ../sass/_forms.scss */
.node-poll-form #poll-choice-table {
  margin-bottom: 10px;
}
/* line 271, ../sass/_forms.scss */
.node-poll-form #poll-choice-table td.choice-flag {
  width: 30px;
}
/* line 274, ../sass/_forms.scss */
.node-poll-form #poll-choice-table td.choice-flag a {
  margin-top: 5px;
}
/* line 279, ../sass/_forms.scss */
.node-poll-form #poll-choice-table input[type="text"] {
  margin-bottom: 0;
}
/* line 282, ../sass/_forms.scss */
.js .node-poll-form #poll-choice-table input[type="text"] {
  width: 500px;
}
/* line 287, ../sass/_forms.scss */
.node-poll-form #poll-choice-table .poll-weight {
  width: 100px;
}
/* line 292, ../sass/_forms.scss */
.node-poll-form .fielset-title {
  font-size: 16px;
}

/* line 303, ../sass/_forms.scss */
.node-feed-form fieldset,
.node-feed-form .fieldset-wrapper,
.node-feed-form legend,
.node-feed-form .fieldset-legend {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 307, ../sass/_forms.scss */
.node-feed-form .fieldset-legend {
  display: none;
}
/* line 311, ../sass/_forms.scss */
.node-feed-form input[type="text"] {
  width: 500px;
}

/* line 319, ../sass/_forms.scss */
.nplus-modal-content .node-folder-form input[type="text"] {
  margin: 0;
}
/* line 323, ../sass/_forms.scss */
.nplus-modal-content .node-folder-form .control-group {
  float: left;
}
/* line 327, ../sass/_forms.scss */
.nplus-modal-content .node-folder-form .form-actions {
  clear: none;
  padding-top: 0;
}
/* line 335, ../sass/_forms.scss */
.nplus-modal-content .comment-form .control-group,
.nplus-modal-content .comment-form .form-wrapper {
  clear: none;
}
/* line 339, ../sass/_forms.scss */
.nplus-modal-content .comment-form textarea {
  width: 100%;
  min-height: 50px;
}
/* line 344, ../sass/_forms.scss */
.nplus-modal-content .comment-form .form-actions {
  float: right;
}

/**
 * @file
 * Field Styling
 *
 * The Fences module allows site builders to pick the semeantic HTML5 element
 * for each field while editing the field's settings. There's no way a theme
 * can ever know which element to use for the fields on your site, so Zen
 * just uses lets Drupal core or Fences decide. Since you DO NOT want 3 wrapping
 * divs around every field (do you?), we highly recommend Fences.
 *
 * http://drupal.org/project/fences
 */
/* line 15, ../sass/_fields.scss */
.field .field-label {
  font-weight: normal;
}

/* line 21, ../sass/_fields.scss */
.field-name-field-tags .field-item {
  color: white;
}

/* line 27, ../sass/_fields.scss */
.text-format-wrapper .filter-wrapper {
  display: none;
}
/* line 31, ../sass/_fields.scss */
.text-format-wrapper .control-group {
  margin-bottom: 9px;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
@media print {
  /* line 11, ../sass/_print.scss */
  a:link,
  a:visited {
    /* underline all links */
    text-decoration: underline !important;
  }
  /* line 14, ../sass/_print.scss */
  #site-name a:link, #site-name
  a:visited {
    /* Don't underline header */
    text-decoration: none !important;
  }

  /* line 20, ../sass/_print.scss */
  #content a[href]:after {
    /* Add visible URL after links. */
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 13px;
  }
  /* line 27, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    /* Only display useful links. */
    content: "";
  }
  /* line 31, ../sass/_print.scss */
  #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }

  /* line 36, ../sass/_print.scss */
  #content {
    /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 46, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* line 65, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
}
/* End @media print */
