/*
 * Theme Name: DFL Local
 * Description: ArcStone's responsive skeleton theme for WordPress based on Twitter Bootstrap.
 * Author: ArcStone
 * Author URI: http://www.arcstone.com/
 * Version: 1.0
*/
/*
 * Bootstrap v2.3.1
 *
 * 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 10, sass/_bootstrap.scss */
.clearfix {
  *zoom: 1; }

/* line 14, sass/_bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 19, sass/_bootstrap.scss */
.clearfix:after {
  clear: both; }

/* line 22, sass/_bootstrap.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 29, sass/_bootstrap.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 46, sass/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 51, sass/_bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 56, sass/_bootstrap.scss */
audio:not([controls]) {
  display: none; }

/* line 59, sass/_bootstrap.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

/* line 71, sass/_bootstrap.scss */
sup {
  top: -0.5em; }

/* line 74, sass/_bootstrap.scss */
sub {
  bottom: -0.25em; }

/* line 77, sass/_bootstrap.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 94, sass/_bootstrap.scss */
#map_canvas img,
.google-maps img {
  max-width: none; }

/* line 100, sass/_bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: top; }

/* line 106, sass/_bootstrap.scss */
button,
input {
  *overflow: visible;
  line-height: normal; }

/* line 111, sass/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

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

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

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

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

/* line 142, sass/_bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  /* line 147, sass/_bootstrap.scss */
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none !important; }

  /* line 154, sass/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 157, sass/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 160, sass/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 165, sass/_bootstrap.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 169, sass/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  /* line 173, sass/_bootstrap.scss */
  thead {
    display: table-header-group; }

  /* line 177, sass/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 180, sass/_bootstrap.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  /* line 188, sass/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 193, sass/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* line 197, sass/_bootstrap.scss */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff; }

/* line 205, sass/_bootstrap.scss */
a {
  color: #0877be;
  text-decoration: none; }

/* line 209, sass/_bootstrap.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 214, sass/_bootstrap.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #cccccc;
  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 223, sass/_bootstrap.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

/* line 228, sass/_bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1; }

/* line 233, sass/_bootstrap.scss */
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 238, sass/_bootstrap.scss */
.row:after {
  clear: both; }

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

/* line 249, sass/_bootstrap.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 964px; }

/* line 252, sass/_bootstrap.scss */
.span12 {
  width: 964px; }

/* line 255, sass/_bootstrap.scss */
.span11 {
  width: 882px; }

/* line 258, sass/_bootstrap.scss */
.span10 {
  width: 800px; }

/* line 261, sass/_bootstrap.scss */
.span9 {
  width: 718px; }

/* line 264, sass/_bootstrap.scss */
.span8 {
  width: 636px; }

/* line 267, sass/_bootstrap.scss */
.span7 {
  width: 554px; }

/* line 270, sass/_bootstrap.scss */
.span6 {
  width: 472px; }

/* line 273, sass/_bootstrap.scss */
.span5 {
  width: 390px; }

/* line 276, sass/_bootstrap.scss */
.span4 {
  width: 308px; }

/* line 279, sass/_bootstrap.scss */
.span3 {
  width: 226px; }

/* line 282, sass/_bootstrap.scss */
.span2 {
  width: 144px; }

/* line 285, sass/_bootstrap.scss */
.span1 {
  width: 62px; }

/* line 288, sass/_bootstrap.scss */
.offset12 {
  margin-left: 1004px; }

/* line 291, sass/_bootstrap.scss */
.offset11 {
  margin-left: 922px; }

/* line 294, sass/_bootstrap.scss */
.offset10 {
  margin-left: 840px; }

/* line 297, sass/_bootstrap.scss */
.offset9 {
  margin-left: 758px; }

/* line 300, sass/_bootstrap.scss */
.offset8 {
  margin-left: 676px; }

/* line 303, sass/_bootstrap.scss */
.offset7 {
  margin-left: 594px; }

/* line 306, sass/_bootstrap.scss */
.offset6 {
  margin-left: 512px; }

/* line 309, sass/_bootstrap.scss */
.offset5 {
  margin-left: 430px; }

/* line 312, sass/_bootstrap.scss */
.offset4 {
  margin-left: 348px; }

/* line 315, sass/_bootstrap.scss */
.offset3 {
  margin-left: 266px; }

/* line 318, sass/_bootstrap.scss */
.offset2 {
  margin-left: 184px; }

/* line 321, sass/_bootstrap.scss */
.offset1 {
  margin-left: 102px; }

/* line 324, sass/_bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1; }

/* line 329, sass/_bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 334, sass/_bootstrap.scss */
.row-fluid:after {
  clear: both; }

/* line 337, sass/_bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.0746887966804977%;
  *margin-left: 2.0228215767634854%; }

/* line 348, sass/_bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

/* line 351, sass/_bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.0746887966804977%; }

/* line 354, sass/_bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94813278008299%; }

/* line 358, sass/_bootstrap.scss */
.row-fluid .span11 {
  width: 91.49377593360995%;
  *width: 91.44190871369294%; }

/* line 362, sass/_bootstrap.scss */
.row-fluid .span10 {
  width: 82.9875518672199%;
  *width: 82.93568464730289%; }

/* line 366, sass/_bootstrap.scss */
.row-fluid .span9 {
  width: 74.48132780082986%;
  *width: 74.42946058091285%; }

/* line 370, sass/_bootstrap.scss */
.row-fluid .span8 {
  width: 65.97510373443983%;
  *width: 65.92323651452281%; }

/* line 374, sass/_bootstrap.scss */
.row-fluid .span7 {
  width: 57.46887966804979%;
  *width: 57.41701244813277%; }

/* line 378, sass/_bootstrap.scss */
.row-fluid .span6 {
  width: 48.96265560165975%;
  *width: 48.910788381742734%; }

/* line 382, sass/_bootstrap.scss */
.row-fluid .span5 {
  width: 40.45643153526971%;
  *width: 40.404564315352694%; }

/* line 386, sass/_bootstrap.scss */
.row-fluid .span4 {
  width: 31.950207468879665%;
  *width: 31.89834024896265%; }

/* line 390, sass/_bootstrap.scss */
.row-fluid .span3 {
  width: 23.443983402489625%;
  *width: 23.39211618257261%; }

/* line 394, sass/_bootstrap.scss */
.row-fluid .span2 {
  width: 14.937759336099584%;
  *width: 14.885892116182571%; }

/* line 398, sass/_bootstrap.scss */
.row-fluid .span1 {
  width: 6.431535269709543%;
  *width: 6.379668049792531%; }

/* line 402, sass/_bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.149377593361%;
  *margin-left: 104.04564315352697%; }

/* line 406, sass/_bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.0746887966805%;
  *margin-left: 101.97095435684646%; }

/* line 410, sass/_bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.64315352697095%;
  *margin-left: 95.53941908713692%; }

/* line 414, sass/_bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.56846473029046%;
  *margin-left: 93.46473029045642%; }

/* line 418, sass/_bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.1369294605809%;
  *margin-left: 87.03319502074687%; }

/* line 422, sass/_bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.06224066390041%;
  *margin-left: 84.95850622406637%; }

/* line 426, sass/_bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.63070539419085%;
  *margin-left: 78.52697095435683%; }

/* line 430, sass/_bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.55601659751036%;
  *margin-left: 76.45228215767632%; }

/* line 434, sass/_bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.12448132780082%;
  *margin-left: 70.0207468879668%; }

/* line 438, sass/_bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.04979253112032%;
  *margin-left: 67.9460580912863%; }

/* line 442, sass/_bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.61825726141078%;
  *margin-left: 61.514522821576755%; }

/* line 446, sass/_bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.543568464730285%;
  *margin-left: 59.43983402489626%; }

/* line 450, sass/_bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.11203319502074%;
  *margin-left: 53.008298755186715%; }

/* line 454, sass/_bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.037344398340245%;
  *margin-left: 50.93360995850622%; }

/* line 458, sass/_bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.6058091286307%;
  *margin-left: 44.502074688796675%; }

/* line 462, sass/_bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.531120331950206%;
  *margin-left: 42.42738589211618%; }

/* line 466, sass/_bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.09958506224066%;
  *margin-left: 35.995850622406635%; }

/* line 470, sass/_bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.02489626556016%;
  *margin-left: 33.92116182572613%; }

/* line 474, sass/_bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.59336099585062%;
  *margin-left: 27.489626556016592%; }

/* line 478, sass/_bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.518672199170123%;
  *margin-left: 25.414937759336095%; }

/* line 482, sass/_bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.087136929460577%;
  *margin-left: 18.983402489626553%; }

/* line 486, sass/_bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.01244813278008%;
  *margin-left: 16.908713692946055%; }

/* line 490, sass/_bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.580912863070537%;
  *margin-left: 10.477178423236515%; }

/* line 494, sass/_bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.50622406639004%;
  *margin-left: 8.402489626556017%; }

/* line 499, sass/_bootstrap.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

/* line 503, sass/_bootstrap.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

/* line 506, sass/_bootstrap.scss */
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }

/* line 513, sass/_bootstrap.scss */
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 518, sass/_bootstrap.scss */
.container:after {
  clear: both; }

/* line 521, sass/_bootstrap.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }

/* line 527, sass/_bootstrap.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 532, sass/_bootstrap.scss */
.container-fluid:after {
  clear: both; }

/* line 535, sass/_bootstrap.scss */
p {
  margin: 0 0 15px; }

/* line 538, sass/_bootstrap.scss */
.lead {
  margin-bottom: 21px;
  font-size: 22.5px;
  font-weight: 200;
  line-height: 31.5px; }

/* line 544, sass/_bootstrap.scss */
small {
  font-size: 85%; }

/* line 547, sass/_bootstrap.scss */
strong {
  font-weight: bold; }

/* line 550, sass/_bootstrap.scss */
em {
  font-style: italic; }

/* line 553, sass/_bootstrap.scss */
cite {
  font-style: normal; }

/* line 556, sass/_bootstrap.scss */
.muted {
  color: #999999; }

/* line 560, sass/_bootstrap.scss */
a.muted:hover,
a.muted:focus {
  color: #808080; }

/* line 563, sass/_bootstrap.scss */
.text-warning {
  color: #c09853; }

/* line 567, sass/_bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

/* line 570, sass/_bootstrap.scss */
.text-error {
  color: #b94a48; }

/* line 574, sass/_bootstrap.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39; }

/* line 577, sass/_bootstrap.scss */
.text-info {
  color: #3a87ad; }

/* line 581, sass/_bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987; }

/* line 584, sass/_bootstrap.scss */
.text-success {
  color: #468847; }

/* line 588, sass/_bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635; }

/* line 591, sass/_bootstrap.scss */
.text-left {
  text-align: left; }

/* line 594, sass/_bootstrap.scss */
.text-right {
  text-align: right; }

/* line 597, sass/_bootstrap.scss */
.text-center {
  text-align: center; }

/* line 605, sass/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 21px;
  color: inherit;
  text-rendering: optimizelegibility; }

/* line 618, sass/_bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

/* line 625, sass/_bootstrap.scss */
h1,
h2,
h3 {
  line-height: 42px; }

/* line 628, sass/_bootstrap.scss */
h1 {
  font-size: 41.25px; }

/* line 631, sass/_bootstrap.scss */
h2 {
  font-size: 33.75px; }

/* line 634, sass/_bootstrap.scss */
h3 {
  font-size: 26.25px; }

/* line 637, sass/_bootstrap.scss */
h4 {
  font-size: 18.75px; }

/* line 640, sass/_bootstrap.scss */
h5 {
  font-size: 15px; }

/* line 643, sass/_bootstrap.scss */
h6 {
  font-size: 12.75px; }

/* line 646, sass/_bootstrap.scss */
h1 small {
  font-size: 26.25px; }

/* line 649, sass/_bootstrap.scss */
h2 small {
  font-size: 18.75px; }

/* line 652, sass/_bootstrap.scss */
h3 small {
  font-size: 15px; }

/* line 655, sass/_bootstrap.scss */
h4 small {
  font-size: 15px; }

/* line 658, sass/_bootstrap.scss */
.page-header {
  padding-bottom: 9.5px;
  margin: 21px 0 31.5px;
  border-bottom: 1px solid #eeeeee; }

/* line 664, sass/_bootstrap.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 15px 25px; }

/* line 671, sass/_bootstrap.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

/* line 674, sass/_bootstrap.scss */
li {
  line-height: 18px; }

/* line 678, sass/_bootstrap.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

/* line 683, sass/_bootstrap.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }

/* line 688, sass/_bootstrap.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px; }

/* line 697, sass/_bootstrap.scss */
dl {
  margin-bottom: 21px; }

/* line 701, sass/_bootstrap.scss */
dt,
dd {
  line-height: 21px; }

/* line 704, sass/_bootstrap.scss */
dt {
  font-weight: bold; }

/* line 707, sass/_bootstrap.scss */
dd {
  margin-left: 10.5px; }

/* line 710, sass/_bootstrap.scss */
.dl-horizontal {
  *zoom: 1; }

/* line 714, sass/_bootstrap.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 719, sass/_bootstrap.scss */
.dl-horizontal:after {
  clear: both; }

/* line 722, sass/_bootstrap.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 731, sass/_bootstrap.scss */
.dl-horizontal dd {
  margin-left: 180px; }

/* line 734, sass/_bootstrap.scss */
hr {
  margin: 21px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white; }

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

/* line 745, sass/_bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 749, sass/_bootstrap.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee; }

/* line 754, sass/_bootstrap.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.25; }

/* line 760, sass/_bootstrap.scss */
blockquote small {
  display: block;
  line-height: 21px;
  color: #999999; }

/* line 765, sass/_bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0'; }

/* line 768, sass/_bootstrap.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0; }

/* line 776, sass/_bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right; }

/* line 779, sass/_bootstrap.scss */
blockquote.pull-right small:before {
  content: ''; }

/* line 782, sass/_bootstrap.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014'; }

/* line 788, sass/_bootstrap.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

/* line 791, sass/_bootstrap.scss */
address {
  display: block;
  margin-bottom: 21px;
  font-style: normal;
  line-height: 21px; }

/* line 797, sass/_bootstrap.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 809, sass/_bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0; }

/* line 812, sass/_bootstrap.scss */
.btn-group + .btn-group {
  margin-left: 5px; }

/* line 815, sass/_bootstrap.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

/* line 822, sass/_bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px; }

/* line 825, sass/_bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 831, sass/_bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px; }

/* line 836, sass/_bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 15px; }

/* line 839, sass/_bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 11.25px; }

/* line 842, sass/_bootstrap.scss */
.btn-group > .btn-small {
  font-size: 12.75px; }

/* line 845, sass/_bootstrap.scss */
.btn-group > .btn-large {
  font-size: 18.75px; }

/* line 848, sass/_bootstrap.scss */
.btn-group > .btn: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 858, sass/_bootstrap.scss */
.btn-group > .btn: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 866, sass/_bootstrap.scss */
.btn-group > .btn.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 876, sass/_bootstrap.scss */
.btn-group > .btn.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 887, sass/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

/* line 891, sass/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 894, sass/_bootstrap.scss */
.btn-group > .btn + .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 903, sass/_bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

/* line 909, sass/_bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

/* line 913, sass/_bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 919, sass/_bootstrap.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 925, sass/_bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }

/* line 928, sass/_bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #083abe; }

/* line 931, sass/_bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

/* line 934, sass/_bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }

/* line 937, sass/_bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }

/* line 940, sass/_bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }

/* line 943, sass/_bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

/* line 946, sass/_bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

/* line 950, sass/_bootstrap.scss */
.btn-large .caret {
  margin-top: 6px; }

/* line 953, sass/_bootstrap.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

/* line 959, sass/_bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

/* line 962, sass/_bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px; }

/* line 970, sass/_bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

/* line 974, sass/_bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 981, sass/_bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 989, sass/_bootstrap.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

/* line 993, sass/_bootstrap.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 998, sass/_bootstrap.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 1003, sass/_bootstrap.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 1008, sass/_bootstrap.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 1013, sass/_bootstrap.scss */
.nav {
  margin-left: 0;
  margin-bottom: 21px;
  list-style: none; }

/* line 1018, sass/_bootstrap.scss */
.nav > li > a {
  display: block; }

/* line 1022, sass/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

/* line 1026, sass/_bootstrap.scss */
.nav > li > a > img {
  max-width: none; }

/* line 1029, sass/_bootstrap.scss */
.nav > .pull-right {
  float: right; }

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

/* line 1042, sass/_bootstrap.scss */
.nav li + .nav-header {
  margin-top: 9px; }

/* line 1045, sass/_bootstrap.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

/* line 1051, sass/_bootstrap.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 1056, sass/_bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px; }

/* line 1061, sass/_bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0877be; }

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

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

/* line 1080, sass/_bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1; }

/* line 1086, sass/_bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 1092, sass/_bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both; }

/* line 1096, sass/_bootstrap.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left; }

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

/* line 1106, sass/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd; }

/* line 1109, sass/_bootstrap.scss */
.nav-tabs > li {
  margin-bottom: -1px; }

/* line 1112, sass/_bootstrap.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 21px;
  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 1122, sass/_bootstrap.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd; }

/* line 1127, sass/_bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

/* line 1134, sass/_bootstrap.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 1145, sass/_bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0877be; }

/* line 1149, sass/_bootstrap.scss */
.nav-stacked > li {
  float: none; }

/* line 1152, sass/_bootstrap.scss */
.nav-stacked > li > a {
  margin-right: 0; }

/* line 1155, sass/_bootstrap.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0; }

/* line 1158, sass/_bootstrap.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 1164, sass/_bootstrap.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 1172, sass/_bootstrap.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 1181, sass/_bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

/* line 1185, sass/_bootstrap.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

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

/* line 1191, sass/_bootstrap.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 1196, sass/_bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 1201, sass/_bootstrap.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #0877be;
  border-bottom-color: #0877be;
  margin-top: 6px; }

/* line 1207, sass/_bootstrap.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #1da1f5;
  border-bottom-color: #1da1f5; }

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

/* line 1215, sass/_bootstrap.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

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

/* line 1224, sass/_bootstrap.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

/* line 1230, sass/_bootstrap.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999; }

/* line 1238, sass/_bootstrap.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 1245, sass/_bootstrap.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999; }

/* line 1248, sass/_bootstrap.scss */
.tabbable {
  *zoom: 1; }

/* line 1252, sass/_bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 1257, sass/_bootstrap.scss */
.tabbable:after {
  clear: both; }

/* line 1260, sass/_bootstrap.scss */
.tab-content {
  overflow: auto; }

/* line 1265, sass/_bootstrap.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 1269, sass/_bootstrap.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 1273, sass/_bootstrap.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 1276, sass/_bootstrap.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd; }

/* line 1279, sass/_bootstrap.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 1283, sass/_bootstrap.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 1289, sass/_bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd; }

/* line 1295, sass/_bootstrap.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd; }

/* line 1299, sass/_bootstrap.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

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

/* line 1308, sass/_bootstrap.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #dddddd; }

/* line 1313, sass/_bootstrap.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 1320, sass/_bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

/* line 1325, sass/_bootstrap.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: #ffffff; }

/* line 1329, sass/_bootstrap.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd; }

/* line 1334, sass/_bootstrap.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 1341, sass/_bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

/* line 1346, sass/_bootstrap.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff; }

/* line 1350, sass/_bootstrap.scss */
.nav > .disabled > a {
  color: #999999; }

/* line 1354, sass/_bootstrap.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

/* line 1359, sass/_bootstrap.scss */
.navbar {
  overflow: visible;
  margin-bottom: 21px;
  *position: relative;
  *z-index: 2; }

/* line 1365, sass/_bootstrap.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  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 1387, sass/_bootstrap.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 1392, sass/_bootstrap.scss */
.navbar-inner:after {
  clear: both; }

/* line 1395, sass/_bootstrap.scss */
.navbar .container {
  width: auto; }

/* line 1398, sass/_bootstrap.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

/* line 1402, sass/_bootstrap.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 9.5px 20px 9.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white; }

/* line 1413, sass/_bootstrap.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none; }

/* line 1416, sass/_bootstrap.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777; }

/* line 1421, sass/_bootstrap.scss */
.navbar-link {
  color: #777777; }

/* line 1425, sass/_bootstrap.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333333; }

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

/* line 1435, sass/_bootstrap.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

/* line 1442, sass/_bootstrap.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

/* line 1445, sass/_bootstrap.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }

/* line 1450, sass/_bootstrap.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 1455, sass/_bootstrap.scss */
.navbar-form:after {
  clear: both; }

/* line 1461, sass/_bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px; }

/* line 1466, sass/_bootstrap.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0; }

/* line 1472, sass/_bootstrap.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px; }

/* line 1476, sass/_bootstrap.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap; }

/* line 1481, sass/_bootstrap.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0; }

/* line 1484, sass/_bootstrap.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }

/* line 1490, sass/_bootstrap.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", 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 1501, sass/_bootstrap.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0; }

/* line 1505, sass/_bootstrap.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

/* line 1519, sass/_bootstrap.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

/* line 1522, sass/_bootstrap.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

/* line 1526, sass/_bootstrap.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 1535, sass/_bootstrap.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 964px; }

/* line 1538, sass/_bootstrap.scss */
.navbar-fixed-top {
  top: 0; }

/* line 1542, sass/_bootstrap.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 1547, sass/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0; }

/* line 1550, sass/_bootstrap.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 1555, sass/_bootstrap.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

/* line 1562, sass/_bootstrap.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

/* line 1566, sass/_bootstrap.scss */
.navbar .nav > li {
  float: left; }

/* line 1569, sass/_bootstrap.scss */
.navbar .nav > li > a {
  float: none;
  padding: 9.5px 15px 9.5px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white; }

/* line 1576, sass/_bootstrap.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

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

/* line 1587, sass/_bootstrap.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 1595, sass/_bootstrap.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* 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 1626, sass/_bootstrap.scss */
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9; }

/* line 1632, sass/_bootstrap.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9; }

/* line 1635, sass/_bootstrap.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 1647, sass/_bootstrap.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

/* line 1650, sass/_bootstrap.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 #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }

/* line 1661, sass/_bootstrap.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 1671, sass/_bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }

/* line 1678, sass/_bootstrap.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

/* line 1685, sass/_bootstrap.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

/* line 1691, sass/_bootstrap.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: #e5e5e5;
  color: #555555; }

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

/* line 1701, sass/_bootstrap.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 1706, sass/_bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

/* line 1711, sass/_bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px; }

/* line 1716, sass/_bootstrap.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px; }

/* line 1721, sass/_bootstrap.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 1730, sass/_bootstrap.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 1742, sass/_bootstrap.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

/* line 1749, sass/_bootstrap.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff; }

/* line 1752, sass/_bootstrap.scss */
.navbar-inverse .brand {
  color: #999999; }

/* line 1755, sass/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999; }

/* line 1759, sass/_bootstrap.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff; }

/* line 1765, sass/_bootstrap.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111; }

/* line 1769, sass/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999; }

/* line 1773, sass/_bootstrap.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff; }

/* line 1776, sass/_bootstrap.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }

/* line 1782, sass/_bootstrap.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: #ffffff; }

/* line 1787, sass/_bootstrap.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

/* line 1791, sass/_bootstrap.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }

/* line 1797, sass/_bootstrap.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: #ffffff;
  border-bottom-color: #ffffff; }

/* line 1801, sass/_bootstrap.scss */
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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 1813, sass/_bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc; }

/* line 1816, sass/_bootstrap.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc; }

/* line 1819, sass/_bootstrap.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc; }

/* line 1823, sass/_bootstrap.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: #ffffff;
  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 1834, sass/_bootstrap.scss */
.navbar-inverse .btn-navbar {
  color: #ffffff;
  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 1857, sass/_bootstrap.scss */
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000; }

/* line 1863, sass/_bootstrap.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: black \9; }

/* line 1866, sass/_bootstrap.scss */
.pagination {
  margin: 21px 0; }

/* line 1869, sass/_bootstrap.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 1884, sass/_bootstrap.scss */
.pagination ul > li {
  display: inline; }

/* line 1888, sass/_bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 21px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

/* line 1900, sass/_bootstrap.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

/* line 1904, sass/_bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

/* line 1911, sass/_bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default; }

/* line 1917, sass/_bootstrap.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 1927, sass/_bootstrap.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 1935, sass/_bootstrap.scss */
.pagination-centered {
  text-align: center; }

/* line 1938, sass/_bootstrap.scss */
.pagination-right {
  text-align: right; }

/* line 1942, sass/_bootstrap.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 18.75px; }

/* line 1947, sass/_bootstrap.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 1956, sass/_bootstrap.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 1967, sass/_bootstrap.scss */
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.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 1978, sass/_bootstrap.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.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 1987, sass/_bootstrap.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12.75px; }

/* line 1992, sass/_bootstrap.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 11.25px; }

/* line 1996, sass/_bootstrap.scss */
.pager {
  margin: 21px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }

/* line 2003, sass/_bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 2008, sass/_bootstrap.scss */
.pager:after {
  clear: both; }

/* line 2011, sass/_bootstrap.scss */
.pager li {
  display: inline; }

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

/* line 2025, sass/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 2030, sass/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right; }

/* line 2034, sass/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left; }

/* line 2040, sass/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default; }

/* line 2045, sass/_bootstrap.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 21px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 2056, sass/_bootstrap.scss */
.alert,
.alert h4 {
  color: #c09853; }

/* line 2059, sass/_bootstrap.scss */
.alert h4 {
  margin: 0; }

/* line 2062, sass/_bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 21px; }

/* line 2068, sass/_bootstrap.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

/* line 2073, sass/_bootstrap.scss */
.alert-success h4 {
  color: #468847; }

/* line 2077, sass/_bootstrap.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

/* line 2083, sass/_bootstrap.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

/* line 2086, sass/_bootstrap.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

/* line 2091, sass/_bootstrap.scss */
.alert-info h4 {
  color: #3a87ad; }

/* line 2094, sass/_bootstrap.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

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

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

/* line 2106, sass/_bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

/* line 2112, sass/_bootstrap.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 2115, sass/_bootstrap.scss */
.media:first-child {
  margin-top: 0; }

/* line 2118, sass/_bootstrap.scss */
.media-object {
  display: block; }

/* line 2121, sass/_bootstrap.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 2124, sass/_bootstrap.scss */
.media > .pull-left {
  margin-right: 10px; }

/* line 2127, sass/_bootstrap.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 2130, sass/_bootstrap.scss */
.media-list {
  margin-left: 0;
  list-style: none; }

/* line 2134, sass/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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 2157, sass/_bootstrap.scss */
.popover.top {
  margin-top: -10px; }

/* line 2160, sass/_bootstrap.scss */
.popover.right {
  margin-left: 10px; }

/* line 2163, sass/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px; }

/* line 2166, sass/_bootstrap.scss */
.popover.left {
  margin-left: -10px; }

/* line 2169, sass/_bootstrap.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 2181, sass/_bootstrap.scss */
.popover-title:empty {
  display: none; }

/* line 2184, sass/_bootstrap.scss */
.popover-content {
  padding: 9px 14px; }

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

/* line 2196, sass/_bootstrap.scss */
.popover .arrow {
  border-width: 11px; }

/* line 2199, sass/_bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 2203, sass/_bootstrap.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 2211, sass/_bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

/* line 2217, sass/_bootstrap.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 2225, sass/_bootstrap.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

/* line 2231, sass/_bootstrap.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 2239, sass/_bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

/* line 2245, sass/_bootstrap.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 2253, sass/_bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

/* line 2259, sass/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

/* line 2268, sass/_bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0; }

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

/* line 2276, sass/_bootstrap.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999999;
  /* 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 2300, sass/_bootstrap.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 2307, sass/_bootstrap.scss */
.modal.fade.in {
  top: 10%; }

/* line 2310, sass/_bootstrap.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee; }

/* line 2314, sass/_bootstrap.scss */
.modal-header .close {
  margin-top: 2px; }

/* line 2317, sass/_bootstrap.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px; }

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

/* line 2327, sass/_bootstrap.scss */
.modal-form {
  margin-bottom: 0; }

/* line 2330, sass/_bootstrap.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  -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 2345, sass/_bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0; }

/* line 2350, sass/_bootstrap.scss */
.modal-footer:after {
  clear: both; }

/* line 2353, sass/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

/* line 2357, sass/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

/* line 2360, sass/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

/* line 2364, sass/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 2367, sass/_bootstrap.scss */
.dropdown-toggle {
  *margin-bottom: -3px; }

/* line 2371, sass/_bootstrap.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

/* line 2374, sass/_bootstrap.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 2384, sass/_bootstrap.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

/* line 2388, sass/_bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  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 2414, sass/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

/* line 2418, sass/_bootstrap.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white; }

/* line 2427, sass/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 21px;
  color: #333333;
  white-space: nowrap; }

/* line 2439, sass/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0871b4;
  background-image: -moz-linear-gradient(top, #0877be, #0768a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0877be), to(#0768a6));
  background-image: -webkit-linear-gradient(top, #0877be, #0768a6);
  background-image: -o-linear-gradient(top, #0877be, #0768a6);
  background-image: linear-gradient(to bottom, #0877be, #0768a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0877be', endColorstr='#ff0768a6', GradientType=0); }

/* line 2453, sass/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0871b4;
  background-image: -moz-linear-gradient(top, #0877be, #0768a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0877be), to(#0768a6));
  background-image: -webkit-linear-gradient(top, #0877be, #0768a6);
  background-image: -o-linear-gradient(top, #0877be, #0768a6);
  background-image: linear-gradient(to bottom, #0877be, #0768a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0877be', endColorstr='#ff0768a6', GradientType=0); }

/* line 2468, sass/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

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

/* line 2479, sass/_bootstrap.scss */
.open {
  *z-index: 1000; }

/* line 2482, sass/_bootstrap.scss */
.open > .dropdown-menu {
  display: block; }

/* line 2485, sass/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 2490, sass/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: ""; }

/* line 2496, sass/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

/* line 2501, sass/_bootstrap.scss */
.dropdown-submenu {
  position: relative; }

/* line 2504, sass/_bootstrap.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 2513, sass/_bootstrap.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 2516, sass/_bootstrap.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 2525, sass/_bootstrap.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 2538, sass/_bootstrap.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

/* line 2541, sass/_bootstrap.scss */
.dropdown-submenu.pull-left {
  float: none; }

/* line 2544, sass/_bootstrap.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 2551, sass/_bootstrap.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

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

/* line 2562, sass/_bootstrap.scss */
.accordion {
  margin-bottom: 21px; }

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

/* line 2572, sass/_bootstrap.scss */
.accordion-heading {
  border-bottom: 0; }

/* line 2575, sass/_bootstrap.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

/* line 2579, sass/_bootstrap.scss */
.accordion-toggle {
  cursor: pointer; }

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

/* line 2586, sass/_bootstrap.scss */
.carousel {
  position: relative;
  margin-bottom: 21px;
  line-height: 1; }

/* line 2591, sass/_bootstrap.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

/* line 2596, sass/_bootstrap.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 2605, sass/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1; }

/* line 2611, sass/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

/* line 2614, sass/_bootstrap.scss */
.carousel-inner > .active {
  left: 0; }

/* line 2618, sass/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

/* line 2623, sass/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%; }

/* line 2626, sass/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%; }

/* line 2630, sass/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

/* line 2633, sass/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%; }

/* line 2636, sass/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%; }

/* line 2639, sass/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 46px;
  height: 46px;
  margin-top: -20px;
  text-indent: -9999px;
  background: url(images/carousel-arrows.png) 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50); }

/* line 2651, sass/_bootstrap.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
  background-position: 100% 0; }

/* line 2657, sass/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

/* line 2663, sass/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }

/* line 2671, sass/_bootstrap.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px; }

/* line 2682, sass/_bootstrap.scss */
.carousel-indicators .active {
  background-color: #fff; }

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

/* line 2695, sass/_bootstrap.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 21px; }

/* line 2699, sass/_bootstrap.scss */
.carousel-caption h4 {
  margin: 0 0 5px; }

/* line 2702, sass/_bootstrap.scss */
.carousel-caption p {
  margin-bottom: 0; }

/* line 2705, sass/_bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  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 2718, sass/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

/* line 2722, sass/_bootstrap.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 2728, sass/_bootstrap.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 2734, sass/_bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 21px;
  color: #000000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }

/* line 2745, sass/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

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

/* line 2759, sass/_bootstrap.scss */
.pull-right {
  float: right; }

/* line 2762, sass/_bootstrap.scss */
.pull-left {
  float: left; }

/* line 2765, sass/_bootstrap.scss */
.hide {
  display: none; }

/* line 2768, sass/_bootstrap.scss */
.show {
  display: block; }

/* line 2771, sass/_bootstrap.scss */
.invisible {
  visibility: hidden; }

/* line 2774, sass/_bootstrap.scss */
.affix {
  position: fixed; }

/* line 2777, sass/_bootstrap.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 2784, sass/_bootstrap.scss */
.fade.in {
  opacity: 1; }

/* line 2787, sass/_bootstrap.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 2796, sass/_bootstrap.scss */
.collapse.in {
  height: auto; }

/* line 12, sass/style.scss */
body {
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*************************************************************/
/******************************** CONSTANTS ******************/
/*************************************************************/
/* line 29, sass/style.scss */
h1 {
  font-size: 24px;
  margin: 0 0 20px; }

/* line 33, sass/style.scss */
h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000; }

/* line 39, sass/style.scss */
h3 {
  font-size: 18px; }

/* line 42, sass/style.scss */
h4 {
  font-size: 16px; }

/* line 46, sass/style.scss */
strong,
b {
  font-weight: bold; }

/* line 49, sass/style.scss */
.container {
  padding-right: 20px;
  padding-left: 20px; }

/* line 53, sass/style.scss */
.icon {
  display: inline-block;
  position: relative;
  top: 7px;
  width: 35px;
  height: 24px;
  background: url(images/icons-sprite.png); }
  /* line 61, sass/style.scss */
  .icon.small {
    top: 0;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    float: right;
    text-indent: -9999px; }
    /* line 69, sass/style.scss */
    .icon.small.facebook {
      background-position: -70px -5px; }
      /* line 72, sass/style.scss */
      .icon.small.facebook:hover {
        background-position: -134px -5px; }
    /* line 76, sass/style.scss */
    .icon.small.twitter {
      background-position: -84px -5px; }
      /* line 79, sass/style.scss */
      .icon.small.twitter:hover {
        background-position: -148px -5px; }
    /* line 83, sass/style.scss */
    .icon.small.email {
      background-position: -98px -5px; }
      /* line 86, sass/style.scss */
      .icon.small.email:hover {
        background-position: -162px -5px; }

/* line 92, sass/style.scss */
.btn {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 30px;
  color: #fff; }
  /* line 101, sass/style.scss */
  .btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px #aaaaaa;
    -moz-box-shadow: 0 0 5px #aaaaaa;
    box-shadow: 0 0 5px #aaaaaa; }

/* line 107, sass/style.scss */
hr.dotted {
  width: 100%;
  height: 1px;
  margin: 15px 0;
  background: url(images/dots.png) repeat-x;
  border: none;
  outline: none;
  border-radius: 0;
  clear: both; }

/* line 117, sass/style.scss */
.centered {
  text-align: center; }

/* line 120, sass/style.scss */
.pagination {
  padding: 10px;
  background: #f6f6f6;
  font-family: "OpenSansRegular", Arial, sans-serif;
  text-align: center; }
  /* line 129, sass/style.scss */
  .pagination .current a,
  .pagination .inactive a,
  .pagination a {
    display: inline-block;
    width: 28px;
    margin: 0 2px;
    padding: 3px 0;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    color: #0877be; }
    /* line 142, sass/style.scss */
    .pagination .current a:hover,
    .pagination .inactive a:hover,
    .pagination a:hover {
      color: #d33;
      border: 1px solid #c7c7c7; }
  /* line 147, sass/style.scss */
  .pagination .current a {
    background: #fff;
    border: 1px solid #c7c7c7;
    cursor: default;
    font-weight: bold; }

/* line 155, sass/style.scss */
.gform_wrapper {
  display: block !important; }

/* line 158, sass/style.scss */
#payment-errors {
  font-size: 18px;
  color: #f62020; }

/*************************************************************/
/******************************** HEADER *********************/
/*************************************************************/
/* line 169, sass/style.scss */
#header {
  width: 100%; }
  /* line 172, sass/style.scss */
  #header .local-name {
    font-size: 36px;
    line-height: 96px; }
    /* line 176, sass/style.scss */
    #header .local-name a {
      color: #fff; }

/* line 181, sass/style.scss */
#logo {
  display: block;
  height: 94px;
  padding-left: 15px;
  float: left; }

/* line 187, sass/style.scss */
#dfl-logo {
  position: absolute;
  right: 20px;
  top: 0; }

/* line 192, sass/style.scss */
#main-nav {
  z-index: 98; }
  /* line 195, sass/style.scss */
  #main-nav ul {
    list-style: none;
    margin: 0; }
  /* line 199, sass/style.scss */
  #main-nav a {
    display: block;
    padding: 0 17px;
    font-size: 18px;
    line-height: 50px;
    color: #fff; }
    /* line 207, sass/style.scss */
    #main-nav a:hover {
      text-decoration: none; }
  /* line 211, sass/style.scss */
  #main-nav li {
    position: relative;
    display: inline-block; }
    /* line 215, sass/style.scss */
    #main-nav li .drop {
      position: absolute;
      left: -9999px;
      top: 49px;
      width: 250px;
      padding: 10px 0;
      background: url(images/drop-bg.gif);
      border: 5px solid white;
      -webkit-box-shadow: 1px 1px 3px #666666;
      -moz-box-shadow: 1px 1px 3px #666666;
      box-shadow: 1px 1px 3px #666666;
      z-index: 99; }
      /* line 226, sass/style.scss */
      #main-nav li .drop a {
        display: block;
        width: 215px;
        padding: 6px 0 6px 35px;
        background: url(images/drop-list-arrow.png) 16px 9px no-repeat;
        font-size: 15px;
        line-height: 1em;
        text-transform: none;
        color: #193b5b; }
        /* line 237, sass/style.scss */
        #main-nav li .drop a:hover {
          color: #ce382f;
          background: white url(images/drop-list-arrow.png) 16px 9px no-repeat; }
    /* line 243, sass/style.scss */
    #main-nav li.selected {
      background: url(images/nav-select.png) 50% 100% no-repeat; }
    /* line 246, sass/style.scss */
    #main-nav li:hover {
      text-decoration: none; }
      /* line 249, sass/style.scss */
      #main-nav li:hover .drop {
        left: 0; }

/*************************************************************/
/******************************** BODY ***********************/
/*************************************************************/
/* line 262, sass/style.scss */
#main {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #bbbbbb;
  -moz-box-shadow: 0 0 10px #bbbbbb;
  box-shadow: 0 0 10px #bbbbbb; }
  /* line 270, sass/style.scss */
  #main.interior .content {
    padding: 0 25px; }
  /* line 274, sass/style.scss */
  #main .content {
    padding-right: 25px; }

/* line 280, sass/style.scss */
#myCarousel .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px; }
/* line 287, sass/style.scss */
#myCarousel .heading {
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 5px;
  color: #fff; }
/* line 293, sass/style.scss */
#myCarousel p {
  color: #fff; }

/* line 297, sass/style.scss */
.candidate-row {
  padding: 15px 0 45px; }

/* line 300, sass/style.scss */
.candidate {
  position: relative;
  width: 226px;
  height: 450px;
  margin-right: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dbdbd2;
  -webkit-box-shadow: 0 0 0 4px #f2f2ea;
  -moz-box-shadow: 0 0 0 4px #f2f2ea;
  box-shadow: 0 0 0 4px #f2f2ea;
  float: left;
  font-family: "OpenSansRegular", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3em; }
  /* line 314, sass/style.scss */
  .candidate img {
    display: block;
    margin: 7px auto 0; }
  /* line 318, sass/style.scss */
  .candidate .candidate-info {
    padding: 5px 8px;
    border-bottom: 1px solid #eeeeee; }
    /* line 322, sass/style.scss */
    .candidate .candidate-info h4 {
      display: inline-block;
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: normal; }
    /* line 331, sass/style.scss */
    .candidate .candidate-info .job-title {
      font-weight: bold; }
    /* line 334, sass/style.scss */
    .candidate .candidate-info small {
      position: relative;
      left: 5px;
      font-size: 11.5px;
      color: #999; }
  /* line 342, sass/style.scss */
  .candidate .candidate-location {
    padding: 8px; }
  /* line 345, sass/style.scss */
  .candidate .candidate-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 16px;
    padding: 17px 17px 5px;
    background: #f6f6f6 url(images/candidate-arrow.png) 0 0 repeat-x; }

/* line 355, sass/style.scss */
.media-entry {
  position: relative;
  display: table;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee; }
  /* line 362, sass/style.scss */
  .media-entry img {
    float: left; }
  /* line 365, sass/style.scss */
  .media-entry .from-dfl {
    position: absolute;
    right: 0;
    bottom: 0;
    float: none; }
  /* line 371, sass/style.scss */
  .media-entry .entry-content {
    display: table-cell;
    width: 82%;
    vertical-align: middle;
    padding-left: 15px; }
    /* line 377, sass/style.scss */
    .media-entry .entry-content p {
      margin: 0;
      font-size: 16px;
      color: #858484; }
    /* line 383, sass/style.scss */
    .media-entry .entry-content h3 {
      padding-top: 0;
      margin: 5px 0;
      text-transform: none !important;
      line-height: 1.4em; }
  /* line 391, sass/style.scss */
  .media-entry:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden; }

/*************************************************************/
/******************************** SIDEBAR ********************/
/*************************************************************/
/* line 406, sass/style.scss */
.sub-nav {
  padding: 15px 0;
  margin-bottom: 20px;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa; }
  /* line 412, sass/style.scss */
  .sub-nav h3 {
    line-height: 1.2em;
    margin: 0 0 5px; }
  /* line 416, sass/style.scss */
  .sub-nav ul {
    list-style: none;
    margin: 0; }
  /* line 420, sass/style.scss */
  .sub-nav a {
    font-size: 14px; }
  /* line 425, sass/style.scss */
  .sub-nav li.current-menu-item a {
    font-weight: bold;
    color: #055080; }

/* line 431, sass/style.scss */
.content-box {
  padding: 15px 15px 5px;
  margin-bottom: 20px; }
  /* line 435, sass/style.scss */
  .content-box.links {
    padding-bottom: 15px; }
    /* line 438, sass/style.scss */
    .content-box.links a {
      display: block; }
  /* line 442, sass/style.scss */
  .content-box h3 {
    margin: 0 0 5px;
    line-height: 1.3em; }

/*************************************************************/
/******************************** FOOTER *********************/
/*************************************************************/
/* line 456, sass/style.scss */
#footer > .container {
  padding-top: 30px;
  padding-bottom: 70px; }
  /* line 460, sass/style.scss */
  #footer > .container h3 {
    font-size: 16px;
    line-height: 2.2em;
    text-transform: uppercase;
    margin-top: 0; }
  /* line 467, sass/style.scss */
  #footer > .container ul {
    list-style: none;
    margin-left: 0; }
  /* line 471, sass/style.scss */
  #footer > .container p {
    color: #ccc; }
  /* line 475, sass/style.scss */
  #footer > .container strong,
  #footer > .container b {
    color: #fff; }
  /* line 478, sass/style.scss */
  #footer > .container a {
    display: block; }
  /* line 481, sass/style.scss */
  #footer > .container .padded {
    padding: 0 40px 0 0; }
  /* line 486, sass/style.scss */
  #footer > .container .recent-news ul {
    list-style: none;
    margin: 0; }
  /* line 490, sass/style.scss */
  #footer > .container .recent-news li {
    margin-bottom: 10px; }
/* line 495, sass/style.scss */
#footer #legal {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000; }
/* line 500, sass/style.scss */
#footer .copy {
  margin: 0;
  line-height: 40px; }

/*************************************************************/
/******************************** FORM(S) ********************/
/*************************************************************/
/* line 514, sass/style.scss */
form ul {
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 5px; }
/* line 519, sass/style.scss */
form li {
  padding: 5px 0 10px; }
/* line 522, sass/style.scss */
form h3 {
  line-height: 21px; }
/* line 525, sass/style.scss */
form label {
  display: block;
  font-family: "OpenSansRegular", Arial, sans-serif; }
/* line 529, sass/style.scss */
form select {
  padding: 8px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px; }
/* line 539, sass/style.scss */
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=number] {
  display: inline-block;
  width: 260px;
  padding: 8px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 3px #cccccc;
  -moz-box-shadow: inset 1px 1px 3px #cccccc;
  box-shadow: inset 1px 1px 3px #cccccc;
  font-family: "OpenSansSemibold", Arial, sans-serif;
  font-size: 20px; }
  /* line 550, sass/style.scss */
  form input[type=text].small,
  form input[type=tel].small,
  form input[type=email].small,
  form input[type=number].small {
    width: 100px; }
/* line 554, sass/style.scss */
form input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline; }
/* line 559, sass/style.scss */
form input[type=radio] {
  margin: 1px 5px 10px 0; }
/* line 562, sass/style.scss */
form textarea {
  width: 347px;
  height: 150px;
  padding: 8px;
  border: 1px solid #aaaaaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 3px #cccccc;
  -moz-box-shadow: inset 1px 1px 3px #cccccc;
  box-shadow: inset 1px 1px 3px #cccccc;
  font-family: "OpenSansSemibold", Arial, sans-serif;
  font-size: 20px; }
/* line 573, sass/style.scss */
form input[type=submit] {
  border: none;
  padding: 8px 20px;
  line-height: 1em; }

/* line 581, sass/style.scss */
.post-password-form label {
  display: block;
  margin-bottom: 15px; }

/*************************************************************/
/******************************** SOCIAL TABS ****************/
/*************************************************************/
/* line 593, sass/style.scss */
#social-tabs {
  top: 128px !important; }

/* line 598, sass/style.scss */
.customize-support #social-tabs {
  top: 154px !important; }

/*************************************************************/
/******************************** IE STYLES ******************/
/*************************************************************/
/* line 609, sass/style.scss */
.lt-ie9 {
  /* For full width background fallback */ }
  /* line 611, sass/style.scss */
  .lt-ie9 body {
    background: none;
    height: auto; }
  /* line 617, sass/style.scss */
  .lt-ie9 #bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: -50%;
    /* Preserve aspect ratio */
    width: 200%;
    height: 200%; }
  /* line 626, sass/style.scss */
  .lt-ie9 #bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%; }
  /* line 634, sass/style.scss */
  .lt-ie9 #main-nav > ul > li:hover,
  .lt-ie9 #main-nav > ul > li.current-menu-item,
  .lt-ie9 #main-nav > ul > li.current-page-ancestor {
    background: #fff; }
    /* line 637, sass/style.scss */
    .lt-ie9 #main-nav > ul > li:hover a,
    .lt-ie9 #main-nav > ul > li.current-menu-item a,
    .lt-ie9 #main-nav > ul > li.current-page-ancestor a {
      color: #aaa; }
