/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
/* line 3, ../sass/_legacy.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 8, ../sass/_legacy.scss */
body {
  margin: 0;
}

/* line 11, ../sass/_legacy.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 25, ../sass/_legacy.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 32, ../sass/_legacy.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, ../sass/_legacy.scss */
[hidden],
template {
  display: none;
}

/* line 40, ../sass/_legacy.scss */
a {
  background: transparent;
}

/* line 43, ../sass/_legacy.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 47, ../sass/_legacy.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* line 54, ../sass/_legacy.scss */
dfn {
  font-style: italic;
}

/* line 57, ../sass/_legacy.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 61, ../sass/_legacy.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 65, ../sass/_legacy.scss */
small {
  font-size: 80%;
}

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

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

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

/* line 81, ../sass/_legacy.scss */
img {
  border: 0;
}

/* line 84, ../sass/_legacy.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 87, ../sass/_legacy.scss */
figure {
  margin: 1em 40px;
}

/* line 90, ../sass/_legacy.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 95, ../sass/_legacy.scss */
pre {
  overflow: auto;
}

/* line 98, ../sass/_legacy.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 105, ../sass/_legacy.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 114, ../sass/_legacy.scss */
button {
  overflow: visible;
}

/* line 117, ../sass/_legacy.scss */
button,
select {
  text-transform: none;
}

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

/* line 128, ../sass/_legacy.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/* line 137, ../sass/_legacy.scss */
input {
  line-height: normal;
}

/* line 140, ../sass/_legacy.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 145, ../sass/_legacy.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

/* line 159, ../sass/_legacy.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 164, ../sass/_legacy.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 168, ../sass/_legacy.scss */
textarea {
  overflow: auto;
}

/* line 171, ../sass/_legacy.scss */
optgroup {
  font-weight: bold;
}

/* line 174, ../sass/_legacy.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 178, ../sass/_legacy.scss */
td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

  /* line 224, ../sass/_legacy.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 228, ../sass/_legacy.scss */
  select {
    background: #fff !important;
  }

  /* line 231, ../sass/_legacy.scss */
  .navbar {
    display: none;
  }

  /* line 234, ../sass/_legacy.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 238, ../sass/_legacy.scss */
  .btn > .caret, .pane-current-search-regional-search .current-search-reset > .caret, .pane-current-search-regional-search li > .caret,
  .dropup > .btn > .caret,
  .pane-current-search-regional-search .dropup > .current-search-reset > .caret,
  .pane-current-search-regional-search .dropup > li > .caret {
    border-top-color: #000 !important;
  }

  /* line 242, ../sass/_legacy.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 245, ../sass/_legacy.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 248, ../sass/_legacy.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 253, ../sass/_legacy.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 258, ../sass/_legacy.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 264, ../sass/_legacy.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 268, ../sass/_legacy.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: #ffffff;
}

/* line 275, ../sass/_legacy.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 283, ../sass/_legacy.scss */
a {
  color: #2196f3;
  text-decoration: none;
}

/* line 287, ../sass/_legacy.scss */
a:hover,
a:focus {
  color: #0a6ebd;
  text-decoration: underline;
}

/* line 292, ../sass/_legacy.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 297, ../sass/_legacy.scss */
figure {
  margin: 0;
}

/* line 300, ../sass/_legacy.scss */
img {
  vertical-align: middle;
}

/* line 303, ../sass/_legacy.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 308, ../sass/_legacy.scss */
.img-rounded {
  border-radius: 3px;
}

/* line 311, ../sass/_legacy.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 323, ../sass/_legacy.scss */
.img-circle {
  border-radius: 50%;
}

/* line 326, ../sass/_legacy.scss */
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 332, ../sass/_legacy.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 342, ../sass/_legacy.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444444;
}

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

/* line 387, ../sass/_legacy.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

/* line 396, ../sass/_legacy.scss */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

/* line 410, ../sass/_legacy.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

/* line 419, ../sass/_legacy.scss */
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

/* line 433, ../sass/_legacy.scss */
h1,
.h1 {
  font-size: 56px;
}

/* line 437, ../sass/_legacy.scss */
h2,
.h2 {
  font-size: 45px;
}

/* line 441, ../sass/_legacy.scss */
h3,
.h3 {
  font-size: 34px;
}

/* line 445, ../sass/_legacy.scss */
h4,
.h4 {
  font-size: 24px;
}

/* line 449, ../sass/_legacy.scss */
h5,
.h5 {
  font-size: 20px;
}

/* line 453, ../sass/_legacy.scss */
h6,
.h6 {
  font-size: 14px;
}

/* line 457, ../sass/_legacy.scss */
p {
  margin: 0 0 11.5px;
}

/* line 460, ../sass/_legacy.scss */
.lead {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 467, ../sass/_legacy.scss */
  .lead {
    font-size: 19.5px;
  }
}
/* line 471, ../sass/_legacy.scss */
small,
.small {
  font-size: 85%;
}

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

/* line 478, ../sass/_legacy.scss */
.text-left {
  text-align: left;
}

/* line 481, ../sass/_legacy.scss */
.text-right {
  text-align: right;
}

/* line 484, ../sass/_legacy.scss */
.text-center {
  text-align: center;
}

/* line 487, ../sass/_legacy.scss */
.text-justify {
  text-align: justify;
}

/* line 490, ../sass/_legacy.scss */
.text-muted {
  color: #bbbbbb;
}

/* line 493, ../sass/_legacy.scss */
.text-primary {
  color: #2196f3;
}

/* line 496, ../sass/_legacy.scss */
a.text-primary:hover {
  color: #0c7cd5;
}

/* line 499, ../sass/_legacy.scss */
.text-success {
  color: #4caf50;
}

/* line 502, ../sass/_legacy.scss */
a.text-success:hover {
  color: #3d8b40;
}

/* line 505, ../sass/_legacy.scss */
.text-info {
  color: #9c27b0;
}

/* line 508, ../sass/_legacy.scss */
a.text-info:hover {
  color: #771e86;
}

/* line 511, ../sass/_legacy.scss */
.text-warning {
  color: #ff9800;
}

/* line 514, ../sass/_legacy.scss */
a.text-warning:hover {
  color: #cc7a00;
}

/* line 517, ../sass/_legacy.scss */
.text-danger {
  color: #e51c23;
}

/* line 520, ../sass/_legacy.scss */
a.text-danger:hover {
  color: #b9151b;
}

/* line 523, ../sass/_legacy.scss */
.bg-primary {
  color: #fff;
  background-color: #2196f3;
}

/* line 527, ../sass/_legacy.scss */
a.bg-primary:hover {
  background-color: #0c7cd5;
}

/* line 530, ../sass/_legacy.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 533, ../sass/_legacy.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 536, ../sass/_legacy.scss */
.bg-info {
  background-color: #e1bee7;
}

/* line 539, ../sass/_legacy.scss */
a.bg-info:hover {
  background-color: #d099d9;
}

/* line 542, ../sass/_legacy.scss */
.bg-warning {
  background-color: #ffe0b2;
}

/* line 545, ../sass/_legacy.scss */
a.bg-warning:hover {
  background-color: #ffcb7f;
}

/* line 548, ../sass/_legacy.scss */
.bg-danger {
  background-color: #f9bdbb;
}

/* line 551, ../sass/_legacy.scss */
a.bg-danger:hover {
  background-color: #f5908c;
}

/* line 554, ../sass/_legacy.scss */
.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}

/* line 559, ../sass/_legacy.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

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

/* line 570, ../sass/_legacy.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 574, ../sass/_legacy.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 578, ../sass/_legacy.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 583, ../sass/_legacy.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 586, ../sass/_legacy.scss */
dl {
  margin-top: 0;
  margin-bottom: 23px;
}

/* line 590, ../sass/_legacy.scss */
dt,
dd {
  line-height: 1.846;
}

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

/* line 597, ../sass/_legacy.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 601, ../sass/_legacy.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* line 610, ../sass/_legacy.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
/* line 614, ../sass/_legacy.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbbbbb;
}

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

/* line 623, ../sass/_legacy.scss */
blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}

/* line 629, ../sass/_legacy.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 634, ../sass/_legacy.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.846;
  color: #bbbbbb;
}

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

/* line 647, ../sass/_legacy.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 655, ../sass/_legacy.scss */
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 663, ../sass/_legacy.scss */
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 671, ../sass/_legacy.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 675, ../sass/_legacy.scss */
address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.846;
}

/* line 680, ../sass/_legacy.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 686, ../sass/_legacy.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}

/* line 694, ../sass/_legacy.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 702, ../sass/_legacy.scss */
pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 12px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

/* line 715, ../sass/_legacy.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 723, ../sass/_legacy.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 727, ../sass/_legacy.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 734, ../sass/_legacy.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 739, ../sass/_legacy.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 744, ../sass/_legacy.scss */
  .container {
    width: 1170px;
  }
}
/* line 748, ../sass/_legacy.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 754, ../sass/_legacy.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 758, ../sass/_legacy.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 764, ../sass/_legacy.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 767, ../sass/_legacy.scss */
.col-xs-12 {
  width: 100%;
}

/* line 770, ../sass/_legacy.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 773, ../sass/_legacy.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 776, ../sass/_legacy.scss */
.col-xs-9 {
  width: 75%;
}

/* line 779, ../sass/_legacy.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 782, ../sass/_legacy.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 785, ../sass/_legacy.scss */
.col-xs-6 {
  width: 50%;
}

/* line 788, ../sass/_legacy.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 791, ../sass/_legacy.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 794, ../sass/_legacy.scss */
.col-xs-3 {
  width: 25%;
}

/* line 797, ../sass/_legacy.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 800, ../sass/_legacy.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 803, ../sass/_legacy.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 806, ../sass/_legacy.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 809, ../sass/_legacy.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 812, ../sass/_legacy.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 815, ../sass/_legacy.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 818, ../sass/_legacy.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 821, ../sass/_legacy.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 824, ../sass/_legacy.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 827, ../sass/_legacy.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 830, ../sass/_legacy.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 833, ../sass/_legacy.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 836, ../sass/_legacy.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 839, ../sass/_legacy.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 842, ../sass/_legacy.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 845, ../sass/_legacy.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 848, ../sass/_legacy.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 851, ../sass/_legacy.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 854, ../sass/_legacy.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 857, ../sass/_legacy.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 860, ../sass/_legacy.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 863, ../sass/_legacy.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 866, ../sass/_legacy.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 869, ../sass/_legacy.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 872, ../sass/_legacy.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 875, ../sass/_legacy.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 878, ../sass/_legacy.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 881, ../sass/_legacy.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 884, ../sass/_legacy.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 887, ../sass/_legacy.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 890, ../sass/_legacy.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 893, ../sass/_legacy.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 896, ../sass/_legacy.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 899, ../sass/_legacy.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 902, ../sass/_legacy.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 905, ../sass/_legacy.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 908, ../sass/_legacy.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 911, ../sass/_legacy.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 914, ../sass/_legacy.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 917, ../sass/_legacy.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 921, ../sass/_legacy.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 924, ../sass/_legacy.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 927, ../sass/_legacy.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 930, ../sass/_legacy.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 933, ../sass/_legacy.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 936, ../sass/_legacy.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 939, ../sass/_legacy.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 942, ../sass/_legacy.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 945, ../sass/_legacy.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 948, ../sass/_legacy.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 951, ../sass/_legacy.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 954, ../sass/_legacy.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 957, ../sass/_legacy.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 960, ../sass/_legacy.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 963, ../sass/_legacy.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 966, ../sass/_legacy.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 969, ../sass/_legacy.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 972, ../sass/_legacy.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 975, ../sass/_legacy.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 978, ../sass/_legacy.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 981, ../sass/_legacy.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 984, ../sass/_legacy.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 987, ../sass/_legacy.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 990, ../sass/_legacy.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 993, ../sass/_legacy.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 996, ../sass/_legacy.scss */
  .col-sm-pull-0 {
    right: 0%;
  }

  /* line 999, ../sass/_legacy.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 1002, ../sass/_legacy.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 1005, ../sass/_legacy.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 1008, ../sass/_legacy.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 1011, ../sass/_legacy.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 1014, ../sass/_legacy.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 1017, ../sass/_legacy.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 1020, ../sass/_legacy.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 1023, ../sass/_legacy.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 1026, ../sass/_legacy.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 1029, ../sass/_legacy.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 1032, ../sass/_legacy.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 1035, ../sass/_legacy.scss */
  .col-sm-push-0 {
    left: 0%;
  }

  /* line 1038, ../sass/_legacy.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 1041, ../sass/_legacy.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1044, ../sass/_legacy.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1047, ../sass/_legacy.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 1050, ../sass/_legacy.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1053, ../sass/_legacy.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1056, ../sass/_legacy.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 1059, ../sass/_legacy.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1062, ../sass/_legacy.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1065, ../sass/_legacy.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 1068, ../sass/_legacy.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1071, ../sass/_legacy.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1074, ../sass/_legacy.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 1079, ../sass/_legacy.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 1082, ../sass/_legacy.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 1085, ../sass/_legacy.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 1088, ../sass/_legacy.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 1091, ../sass/_legacy.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 1094, ../sass/_legacy.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 1097, ../sass/_legacy.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 1100, ../sass/_legacy.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 1103, ../sass/_legacy.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 1106, ../sass/_legacy.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 1109, ../sass/_legacy.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 1112, ../sass/_legacy.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 1115, ../sass/_legacy.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 1118, ../sass/_legacy.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 1121, ../sass/_legacy.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 1124, ../sass/_legacy.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 1127, ../sass/_legacy.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 1130, ../sass/_legacy.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 1133, ../sass/_legacy.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 1136, ../sass/_legacy.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 1139, ../sass/_legacy.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 1142, ../sass/_legacy.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 1145, ../sass/_legacy.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 1148, ../sass/_legacy.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 1151, ../sass/_legacy.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 1154, ../sass/_legacy.scss */
  .col-md-pull-0 {
    right: 0%;
  }

  /* line 1157, ../sass/_legacy.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 1160, ../sass/_legacy.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 1163, ../sass/_legacy.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 1166, ../sass/_legacy.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 1169, ../sass/_legacy.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 1172, ../sass/_legacy.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 1175, ../sass/_legacy.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 1178, ../sass/_legacy.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 1181, ../sass/_legacy.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 1184, ../sass/_legacy.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 1187, ../sass/_legacy.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 1190, ../sass/_legacy.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 1193, ../sass/_legacy.scss */
  .col-md-push-0 {
    left: 0%;
  }

  /* line 1196, ../sass/_legacy.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 1199, ../sass/_legacy.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1202, ../sass/_legacy.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1205, ../sass/_legacy.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 1208, ../sass/_legacy.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1211, ../sass/_legacy.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1214, ../sass/_legacy.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 1217, ../sass/_legacy.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1220, ../sass/_legacy.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1223, ../sass/_legacy.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 1226, ../sass/_legacy.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1229, ../sass/_legacy.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1232, ../sass/_legacy.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 1237, ../sass/_legacy.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 1240, ../sass/_legacy.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 1243, ../sass/_legacy.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 1246, ../sass/_legacy.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 1249, ../sass/_legacy.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 1252, ../sass/_legacy.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 1255, ../sass/_legacy.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 1258, ../sass/_legacy.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 1261, ../sass/_legacy.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 1264, ../sass/_legacy.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 1267, ../sass/_legacy.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 1270, ../sass/_legacy.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 1273, ../sass/_legacy.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 1276, ../sass/_legacy.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 1279, ../sass/_legacy.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 1282, ../sass/_legacy.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 1285, ../sass/_legacy.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 1288, ../sass/_legacy.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 1291, ../sass/_legacy.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 1294, ../sass/_legacy.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 1297, ../sass/_legacy.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 1300, ../sass/_legacy.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 1303, ../sass/_legacy.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 1306, ../sass/_legacy.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 1309, ../sass/_legacy.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 1312, ../sass/_legacy.scss */
  .col-lg-pull-0 {
    right: 0%;
  }

  /* line 1315, ../sass/_legacy.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 1318, ../sass/_legacy.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 1321, ../sass/_legacy.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 1324, ../sass/_legacy.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 1327, ../sass/_legacy.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 1330, ../sass/_legacy.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 1333, ../sass/_legacy.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 1336, ../sass/_legacy.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 1339, ../sass/_legacy.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 1342, ../sass/_legacy.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 1345, ../sass/_legacy.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 1348, ../sass/_legacy.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 1351, ../sass/_legacy.scss */
  .col-lg-push-0 {
    left: 0%;
  }

  /* line 1354, ../sass/_legacy.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 1357, ../sass/_legacy.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 1360, ../sass/_legacy.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 1363, ../sass/_legacy.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 1366, ../sass/_legacy.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 1369, ../sass/_legacy.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 1372, ../sass/_legacy.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 1375, ../sass/_legacy.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 1378, ../sass/_legacy.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 1381, ../sass/_legacy.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 1384, ../sass/_legacy.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 1387, ../sass/_legacy.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 1390, ../sass/_legacy.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 1394, ../sass/_legacy.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 1398, ../sass/_legacy.scss */
th {
  text-align: left;
}

/* line 1401, ../sass/_legacy.scss */
.table {
  width: 100%;
  margin-bottom: 23px;
}

/* line 1405, ../sass/_legacy.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.846;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1416, ../sass/_legacy.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1420, ../sass/_legacy.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1428, ../sass/_legacy.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1431, ../sass/_legacy.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1434, ../sass/_legacy.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1442, ../sass/_legacy.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1445, ../sass/_legacy.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1453, ../sass/_legacy.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

/* line 1461, ../sass/_legacy.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1465, ../sass/_legacy.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1470, ../sass/_legacy.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1476, ../sass/_legacy.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1490, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 1496, ../sass/_legacy.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1510, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1516, ../sass/_legacy.scss */
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #e1bee7;
}

/* line 1530, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d8abe0;
}

/* line 1536, ../sass/_legacy.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffe0b2;
}

/* line 1550, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #ffd699;
}

/* line 1556, ../sass/_legacy.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f9bdbb;
}

/* line 1570, ../sass/_legacy.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7a6a4;
}

@media (max-width: 767px) {
  /* line 1577, ../sass/_legacy.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }

  /* line 1586, ../sass/_legacy.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }

  /* line 1589, ../sass/_legacy.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  /* line 1597, ../sass/_legacy.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }

  /* line 1600, ../sass/_legacy.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  /* line 1608, ../sass/_legacy.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  /* line 1616, ../sass/_legacy.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* line 1623, ../sass/_legacy.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1629, ../sass/_legacy.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 19.5px;
  line-height: inherit;
  color: #212121;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1640, ../sass/_legacy.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1645, ../sass/_legacy.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* line 1657, ../sass/_legacy.scss */
input[type="file"] {
  display: block;
}

/* line 1660, ../sass/_legacy.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1664, ../sass/_legacy.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1668, ../sass/_legacy.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1675, ../sass/_legacy.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
}

/* line 1682, ../sass/_legacy.scss */
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1700, ../sass/_legacy.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1707, ../sass/_legacy.scss */
.form-control:-moz-placeholder {
  color: #bbbbbb;
}

/* line 1710, ../sass/_legacy.scss */
.form-control::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

/* line 1714, ../sass/_legacy.scss */
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}

/* line 1717, ../sass/_legacy.scss */
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}

/* line 1720, ../sass/_legacy.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
}

/* line 1727, ../sass/_legacy.scss */
textarea.form-control {
  height: auto;
}

/* line 1730, ../sass/_legacy.scss */
input[type="date"] {
  line-height: 37px;
}

/* line 1733, ../sass/_legacy.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1736, ../sass/_legacy.scss */
.radio,
.checkbox {
  display: block;
  min-height: 23px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

/* line 1744, ../sass/_legacy.scss */
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

/* line 1750, ../sass/_legacy.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1757, ../sass/_legacy.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1761, ../sass/_legacy.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1770, ../sass/_legacy.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1775, ../sass/_legacy.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1789, ../sass/_legacy.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1796, ../sass/_legacy.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 1800, ../sass/_legacy.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 1804, ../sass/_legacy.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}

/* line 1811, ../sass/_legacy.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 1815, ../sass/_legacy.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 1819, ../sass/_legacy.scss */
.has-feedback {
  position: relative;
}

/* line 1822, ../sass/_legacy.scss */
.has-feedback .form-control {
  padding-right: 46.25px;
}

/* line 1825, ../sass/_legacy.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

/* line 1835, ../sass/_legacy.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #4caf50;
}

/* line 1843, ../sass/_legacy.scss */
.has-success .form-control {
  border-color: #4caf50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1849, ../sass/_legacy.scss */
.has-success .form-control:focus {
  border-color: #3d8b40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}

/* line 1855, ../sass/_legacy.scss */
.has-success .input-group-addon {
  color: #4caf50;
  border-color: #4caf50;
  background-color: #dff0d8;
}

/* line 1860, ../sass/_legacy.scss */
.has-success .form-control-feedback {
  color: #4caf50;
}

/* line 1863, ../sass/_legacy.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #ff9800;
}

/* line 1871, ../sass/_legacy.scss */
.has-warning .form-control {
  border-color: #ff9800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1877, ../sass/_legacy.scss */
.has-warning .form-control:focus {
  border-color: #cc7a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
}

/* line 1883, ../sass/_legacy.scss */
.has-warning .input-group-addon {
  color: #ff9800;
  border-color: #ff9800;
  background-color: #ffe0b2;
}

/* line 1888, ../sass/_legacy.scss */
.has-warning .form-control-feedback {
  color: #ff9800;
}

/* line 1891, ../sass/_legacy.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #e51c23;
}

/* line 1899, ../sass/_legacy.scss */
.has-error .form-control {
  border-color: #e51c23;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1905, ../sass/_legacy.scss */
.has-error .form-control:focus {
  border-color: #b9151b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ef787c;
}

/* line 1911, ../sass/_legacy.scss */
.has-error .input-group-addon {
  color: #e51c23;
  border-color: #e51c23;
  background-color: #f9bdbb;
}

/* line 1916, ../sass/_legacy.scss */
.has-error .form-control-feedback {
  color: #e51c23;
}

/* line 1919, ../sass/_legacy.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 1922, ../sass/_legacy.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  /* line 1929, ../sass/_legacy.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1934, ../sass/_legacy.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 1939, ../sass/_legacy.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 1943, ../sass/_legacy.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 1951, ../sass/_legacy.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 1956, ../sass/_legacy.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
/* line 1960, ../sass/_legacy.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 1969, ../sass/_legacy.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}

/* line 1973, ../sass/_legacy.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1977, ../sass/_legacy.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 1981, ../sass/_legacy.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}
/* line 1985, ../sass/_legacy.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

/* line 1989, ../sass/_legacy.scss */
.btn, .pane-current-search-regional-search .current-search-reset, .pane-current-search-regional-search li {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2009, ../sass/_legacy.scss */
.btn:focus, .pane-current-search-regional-search .current-search-reset:focus, .pane-current-search-regional-search li:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2014, ../sass/_legacy.scss */
.btn:hover, .pane-current-search-regional-search .current-search-reset:hover, .pane-current-search-regional-search li:hover,
.btn:focus,
.pane-current-search-regional-search .current-search-reset:focus,
.pane-current-search-regional-search li:focus {
  color: #666666;
  text-decoration: none;
}

/* line 2019, ../sass/_legacy.scss */
.btn:active, .pane-current-search-regional-search .current-search-reset:active, .pane-current-search-regional-search li:active,
.btn.active,
.pane-current-search-regional-search .active.current-search-reset,
.pane-current-search-regional-search li.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2027, ../sass/_legacy.scss */
.btn.disabled, .pane-current-search-regional-search .disabled.current-search-reset, .pane-current-search-regional-search li.disabled,
.btn[disabled],
.pane-current-search-regional-search [disabled].current-search-reset,
.pane-current-search-regional-search li[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .pane-current-search-regional-search .current-search-reset,
.pane-current-search-regional-search fieldset[disabled] .current-search-reset,
fieldset[disabled] .pane-current-search-regional-search li,
.pane-current-search-regional-search fieldset[disabled] li {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2038, ../sass/_legacy.scss */
.btn-default {
  color: #666666;
  background-color: #ffffff;
  border-color: #eeeeee;
}

/* line 2043, ../sass/_legacy.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #666666;
  background-color: #ebebeb;
  border-color: #cfcfcf;
}

/* line 2052, ../sass/_legacy.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2057, ../sass/_legacy.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #eeeeee;
}

/* line 2075, ../sass/_legacy.scss */
.btn-default .badge {
  color: #ffffff;
  background-color: #666666;
}

/* line 2079, ../sass/_legacy.scss */
.btn-primary {
  color: #ffffff;
  background-color: #2196f3;
  border-color: transparent;
}

/* line 2084, ../sass/_legacy.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0c82df;
  border-color: transparent;
}

/* line 2093, ../sass/_legacy.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2098, ../sass/_legacy.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2196f3;
  border-color: transparent;
}

/* line 2116, ../sass/_legacy.scss */
.btn-primary .badge {
  color: #2196f3;
  background-color: #ffffff;
}

/* line 2120, ../sass/_legacy.scss */
.btn-success {
  color: #ffffff;
  background-color: #4caf50;
  border-color: transparent;
}

/* line 2125, ../sass/_legacy.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #409343;
  border-color: transparent;
}

/* line 2134, ../sass/_legacy.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2139, ../sass/_legacy.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: transparent;
}

/* line 2157, ../sass/_legacy.scss */
.btn-success .badge {
  color: #4caf50;
  background-color: #ffffff;
}

/* line 2161, ../sass/_legacy.scss */
.btn-info {
  color: #ffffff;
  background-color: #9c27b0;
  border-color: transparent;
}

/* line 2166, ../sass/_legacy.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #7e208f;
  border-color: transparent;
}

/* line 2175, ../sass/_legacy.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2180, ../sass/_legacy.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #9c27b0;
  border-color: transparent;
}

/* line 2198, ../sass/_legacy.scss */
.btn-info .badge {
  color: #9c27b0;
  background-color: #ffffff;
}

/* line 2202, ../sass/_legacy.scss */
.btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}

/* line 2207, ../sass/_legacy.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d68000;
  border-color: transparent;
}

/* line 2216, ../sass/_legacy.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2221, ../sass/_legacy.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ff9800;
  border-color: transparent;
}

/* line 2239, ../sass/_legacy.scss */
.btn-warning .badge {
  color: #ff9800;
  background-color: #ffffff;
}

/* line 2243, ../sass/_legacy.scss */
.btn-danger {
  color: #ffffff;
  background-color: #e51c23;
  border-color: transparent;
}

/* line 2248, ../sass/_legacy.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c2161c;
  border-color: transparent;
}

/* line 2257, ../sass/_legacy.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2262, ../sass/_legacy.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e51c23;
  border-color: transparent;
}

/* line 2280, ../sass/_legacy.scss */
.btn-danger .badge {
  color: #e51c23;
  background-color: #ffffff;
}

/* line 2284, ../sass/_legacy.scss */
.btn-link {
  color: #2196f3;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 2290, ../sass/_legacy.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2299, ../sass/_legacy.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2305, ../sass/_legacy.scss */
.btn-link:hover,
.btn-link:focus {
  color: #0a6ebd;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2311, ../sass/_legacy.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bbbbbb;
  text-decoration: none;
}

/* line 2318, ../sass/_legacy.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}

/* line 2324, ../sass/_legacy.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2330, ../sass/_legacy.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2336, ../sass/_legacy.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* line 2342, ../sass/_legacy.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 2350, ../sass/_legacy.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2355, ../sass/_legacy.scss */
.fade.in {
  opacity: 1;
}

/* line 2358, ../sass/_legacy.scss */
.collapse {
  display: none;
}

/* line 2361, ../sass/_legacy.scss */
.collapse.in {
  display: block;
}

/* line 2364, ../sass/_legacy.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 2376, ../sass/_legacy.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2387, ../sass/_legacy.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 2390, ../sass/_legacy.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 2393, ../sass/_legacy.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 2396, ../sass/_legacy.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 2399, ../sass/_legacy.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 2402, ../sass/_legacy.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 2405, ../sass/_legacy.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 2408, ../sass/_legacy.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 2411, ../sass/_legacy.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 2414, ../sass/_legacy.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 2417, ../sass/_legacy.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 2420, ../sass/_legacy.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 2423, ../sass/_legacy.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 2426, ../sass/_legacy.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 2429, ../sass/_legacy.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 2432, ../sass/_legacy.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 2435, ../sass/_legacy.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 2438, ../sass/_legacy.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 2441, ../sass/_legacy.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 2444, ../sass/_legacy.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 2447, ../sass/_legacy.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 2450, ../sass/_legacy.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 2453, ../sass/_legacy.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 2456, ../sass/_legacy.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 2459, ../sass/_legacy.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 2462, ../sass/_legacy.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 2465, ../sass/_legacy.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 2468, ../sass/_legacy.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 2471, ../sass/_legacy.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 2474, ../sass/_legacy.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 2477, ../sass/_legacy.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 2480, ../sass/_legacy.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 2483, ../sass/_legacy.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 2486, ../sass/_legacy.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 2489, ../sass/_legacy.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 2492, ../sass/_legacy.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 2495, ../sass/_legacy.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 2498, ../sass/_legacy.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 2501, ../sass/_legacy.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 2504, ../sass/_legacy.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 2507, ../sass/_legacy.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 2510, ../sass/_legacy.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 2513, ../sass/_legacy.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 2516, ../sass/_legacy.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 2519, ../sass/_legacy.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 2522, ../sass/_legacy.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 2525, ../sass/_legacy.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 2528, ../sass/_legacy.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 2531, ../sass/_legacy.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 2534, ../sass/_legacy.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 2537, ../sass/_legacy.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 2540, ../sass/_legacy.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 2543, ../sass/_legacy.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 2546, ../sass/_legacy.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 2549, ../sass/_legacy.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 2552, ../sass/_legacy.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 2555, ../sass/_legacy.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 2558, ../sass/_legacy.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 2561, ../sass/_legacy.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 2564, ../sass/_legacy.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 2567, ../sass/_legacy.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 2570, ../sass/_legacy.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 2573, ../sass/_legacy.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 2576, ../sass/_legacy.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 2579, ../sass/_legacy.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 2582, ../sass/_legacy.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 2585, ../sass/_legacy.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 2588, ../sass/_legacy.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 2591, ../sass/_legacy.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 2594, ../sass/_legacy.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 2597, ../sass/_legacy.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 2600, ../sass/_legacy.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 2603, ../sass/_legacy.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 2606, ../sass/_legacy.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 2609, ../sass/_legacy.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 2612, ../sass/_legacy.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 2615, ../sass/_legacy.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 2618, ../sass/_legacy.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 2621, ../sass/_legacy.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 2624, ../sass/_legacy.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 2627, ../sass/_legacy.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 2630, ../sass/_legacy.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 2633, ../sass/_legacy.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 2636, ../sass/_legacy.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 2639, ../sass/_legacy.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 2642, ../sass/_legacy.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 2645, ../sass/_legacy.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 2648, ../sass/_legacy.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 2651, ../sass/_legacy.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 2654, ../sass/_legacy.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 2657, ../sass/_legacy.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 2660, ../sass/_legacy.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 2663, ../sass/_legacy.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 2666, ../sass/_legacy.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 2669, ../sass/_legacy.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 2672, ../sass/_legacy.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 2675, ../sass/_legacy.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 2678, ../sass/_legacy.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 2681, ../sass/_legacy.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 2684, ../sass/_legacy.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 2687, ../sass/_legacy.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 2690, ../sass/_legacy.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 2693, ../sass/_legacy.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 2696, ../sass/_legacy.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 2699, ../sass/_legacy.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 2702, ../sass/_legacy.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 2705, ../sass/_legacy.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 2708, ../sass/_legacy.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 2711, ../sass/_legacy.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 2714, ../sass/_legacy.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 2717, ../sass/_legacy.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 2720, ../sass/_legacy.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 2723, ../sass/_legacy.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 2726, ../sass/_legacy.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 2729, ../sass/_legacy.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 2732, ../sass/_legacy.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 2735, ../sass/_legacy.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 2738, ../sass/_legacy.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 2741, ../sass/_legacy.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 2744, ../sass/_legacy.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 2747, ../sass/_legacy.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 2750, ../sass/_legacy.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 2753, ../sass/_legacy.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 2756, ../sass/_legacy.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 2759, ../sass/_legacy.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 2762, ../sass/_legacy.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 2765, ../sass/_legacy.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 2768, ../sass/_legacy.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 2771, ../sass/_legacy.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 2774, ../sass/_legacy.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 2777, ../sass/_legacy.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 2780, ../sass/_legacy.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 2783, ../sass/_legacy.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 2786, ../sass/_legacy.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 2789, ../sass/_legacy.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 2792, ../sass/_legacy.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 2795, ../sass/_legacy.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 2798, ../sass/_legacy.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 2801, ../sass/_legacy.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 2804, ../sass/_legacy.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 2807, ../sass/_legacy.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 2810, ../sass/_legacy.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 2813, ../sass/_legacy.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 2816, ../sass/_legacy.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 2819, ../sass/_legacy.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 2822, ../sass/_legacy.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 2825, ../sass/_legacy.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 2828, ../sass/_legacy.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 2831, ../sass/_legacy.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 2834, ../sass/_legacy.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 2837, ../sass/_legacy.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 2840, ../sass/_legacy.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 2843, ../sass/_legacy.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 2846, ../sass/_legacy.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 2849, ../sass/_legacy.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 2852, ../sass/_legacy.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 2855, ../sass/_legacy.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 2858, ../sass/_legacy.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 2861, ../sass/_legacy.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 2864, ../sass/_legacy.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 2867, ../sass/_legacy.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 2870, ../sass/_legacy.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 2873, ../sass/_legacy.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 2876, ../sass/_legacy.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 2879, ../sass/_legacy.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 2882, ../sass/_legacy.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 2885, ../sass/_legacy.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 2888, ../sass/_legacy.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 2891, ../sass/_legacy.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 2894, ../sass/_legacy.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 2897, ../sass/_legacy.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 2900, ../sass/_legacy.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 2903, ../sass/_legacy.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 2906, ../sass/_legacy.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 2909, ../sass/_legacy.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 2912, ../sass/_legacy.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 2915, ../sass/_legacy.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 2918, ../sass/_legacy.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 2921, ../sass/_legacy.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 2924, ../sass/_legacy.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 2927, ../sass/_legacy.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 2930, ../sass/_legacy.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 2933, ../sass/_legacy.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 2936, ../sass/_legacy.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 2939, ../sass/_legacy.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 2942, ../sass/_legacy.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 2945, ../sass/_legacy.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 2948, ../sass/_legacy.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 2951, ../sass/_legacy.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 2954, ../sass/_legacy.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 2957, ../sass/_legacy.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 2960, ../sass/_legacy.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 2963, ../sass/_legacy.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 2966, ../sass/_legacy.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 2969, ../sass/_legacy.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 2972, ../sass/_legacy.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 2975, ../sass/_legacy.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 2978, ../sass/_legacy.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 2981, ../sass/_legacy.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 2984, ../sass/_legacy.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 2987, ../sass/_legacy.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 2997, ../sass/_legacy.scss */
.dropdown {
  position: relative;
}

/* line 3000, ../sass/_legacy.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3003, ../sass/_legacy.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;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 3024, ../sass/_legacy.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3028, ../sass/_legacy.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

/* line 3043, ../sass/_legacy.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #141414;
  background-color: #eeeeee;
}

/* line 3049, ../sass/_legacy.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2196f3;
}

/* line 3057, ../sass/_legacy.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbbbbb;
}

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

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

/* line 3073, ../sass/_legacy.scss */
.open > a {
  outline: 0;
}

/* line 3076, ../sass/_legacy.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 3080, ../sass/_legacy.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 3084, ../sass/_legacy.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.846;
  color: #bbbbbb;
}

/* line 3091, ../sass/_legacy.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

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

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

@media (min-width: 768px) {
  /* line 3116, ../sass/_legacy.scss */
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 3120, ../sass/_legacy.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 3125, ../sass/_legacy.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3131, ../sass/_legacy.scss */
.btn-group > .btn, .pane-current-search-regional-search .btn-group > .current-search-reset, .pane-current-search-regional-search .btn-group > li,
.btn-group-vertical > .btn,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset,
.pane-current-search-regional-search .btn-group-vertical > li {
  position: relative;
  float: left;
}

/* line 3136, ../sass/_legacy.scss */
.btn-group > .btn:hover, .pane-current-search-regional-search .btn-group > .current-search-reset:hover, .pane-current-search-regional-search .btn-group > li:hover,
.btn-group-vertical > .btn:hover,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset:hover,
.pane-current-search-regional-search .btn-group-vertical > li:hover,
.btn-group > .btn:focus,
.pane-current-search-regional-search .btn-group > .current-search-reset:focus,
.pane-current-search-regional-search .btn-group > li:focus,
.btn-group-vertical > .btn:focus,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset:focus,
.pane-current-search-regional-search .btn-group-vertical > li:focus,
.btn-group > .btn:active,
.pane-current-search-regional-search .btn-group > .current-search-reset:active,
.pane-current-search-regional-search .btn-group > li:active,
.btn-group-vertical > .btn:active,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset:active,
.pane-current-search-regional-search .btn-group-vertical > li:active,
.btn-group > .btn.active,
.pane-current-search-regional-search .btn-group > .active.current-search-reset,
.pane-current-search-regional-search .btn-group > li.active,
.btn-group-vertical > .btn.active,
.pane-current-search-regional-search .btn-group-vertical > .active.current-search-reset,
.pane-current-search-regional-search .btn-group-vertical > li.active {
  z-index: 2;
}

/* line 3146, ../sass/_legacy.scss */
.btn-group > .btn:focus, .pane-current-search-regional-search .btn-group > .current-search-reset:focus, .pane-current-search-regional-search .btn-group > li:focus,
.btn-group-vertical > .btn:focus,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset:focus,
.pane-current-search-regional-search .btn-group-vertical > li:focus {
  outline: none;
}

/* line 3150, ../sass/_legacy.scss */
.btn-group .btn + .btn, .btn-group .pane-current-search-regional-search .current-search-reset + .btn, .pane-current-search-regional-search .btn-group .current-search-reset + .btn, .btn-group .pane-current-search-regional-search li + .btn, .pane-current-search-regional-search .btn-group li + .btn, .btn-group .pane-current-search-regional-search .btn + .current-search-reset, .pane-current-search-regional-search .btn-group .btn + .current-search-reset, .btn-group .pane-current-search-regional-search .current-search-reset + .current-search-reset, .pane-current-search-regional-search .btn-group .current-search-reset + .current-search-reset, .btn-group .pane-current-search-regional-search li + .current-search-reset, .pane-current-search-regional-search .btn-group li + .current-search-reset, .btn-group .pane-current-search-regional-search .btn + li, .pane-current-search-regional-search .btn-group .btn + li, .btn-group .pane-current-search-regional-search .current-search-reset + li, .pane-current-search-regional-search .btn-group .current-search-reset + li, .btn-group .pane-current-search-regional-search li + li, .pane-current-search-regional-search .btn-group li + li,
.btn-group .btn + .btn-group,
.btn-group .pane-current-search-regional-search .current-search-reset + .btn-group,
.pane-current-search-regional-search .btn-group .current-search-reset + .btn-group,
.btn-group .pane-current-search-regional-search li + .btn-group,
.pane-current-search-regional-search .btn-group li + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .pane-current-search-regional-search .btn-group + .current-search-reset,
.pane-current-search-regional-search .btn-group .btn-group + .current-search-reset,
.btn-group .pane-current-search-regional-search .btn-group + li,
.pane-current-search-regional-search .btn-group .btn-group + li,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3156, ../sass/_legacy.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3159, ../sass/_legacy.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3163, ../sass/_legacy.scss */
.btn-toolbar > .btn, .pane-current-search-regional-search .btn-toolbar > .current-search-reset, .pane-current-search-regional-search .btn-toolbar > li,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3168, ../sass/_legacy.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .pane-current-search-regional-search .btn-group > .current-search-reset:not(:first-child):not(:last-child):not(.dropdown-toggle), .pane-current-search-regional-search .btn-group > li:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3171, ../sass/_legacy.scss */
.btn-group > .btn:first-child, .pane-current-search-regional-search .btn-group > .current-search-reset:first-child, .pane-current-search-regional-search .btn-group > li:first-child {
  margin-left: 0;
}

/* line 3174, ../sass/_legacy.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .pane-current-search-regional-search .btn-group > .current-search-reset:first-child:not(:last-child):not(.dropdown-toggle), .pane-current-search-regional-search .btn-group > li:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3178, ../sass/_legacy.scss */
.btn-group > .btn:last-child:not(:first-child), .pane-current-search-regional-search .btn-group > .current-search-reset:last-child:not(:first-child), .pane-current-search-regional-search .btn-group > li:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3183, ../sass/_legacy.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3186, ../sass/_legacy.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .pane-current-search-regional-search .btn-group > .btn-group:not(:first-child):not(:last-child) > .current-search-reset, .pane-current-search-regional-search .btn-group > .btn-group:not(:first-child):not(:last-child) > li {
  border-radius: 0;
}

/* line 3189, ../sass/_legacy.scss */
.btn-group > .btn-group:first-child > .btn:last-child, .pane-current-search-regional-search .btn-group > .btn-group:first-child > .current-search-reset:last-child, .pane-current-search-regional-search .btn-group > .btn-group:first-child > li:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3194, ../sass/_legacy.scss */
.btn-group > .btn-group:last-child > .btn:first-child, .pane-current-search-regional-search .btn-group > .btn-group:last-child > .current-search-reset:first-child, .pane-current-search-regional-search .btn-group > .btn-group:last-child > li:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

/* line 3202, ../sass/_legacy.scss */
.btn-group-xs > .btn, .pane-current-search-regional-search .btn-group-xs > .current-search-reset, .pane-current-search-regional-search .btn-group-xs > li {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3208, ../sass/_legacy.scss */
.btn-group-sm > .btn, .pane-current-search-regional-search .btn-group-sm > .current-search-reset, .pane-current-search-regional-search .btn-group-sm > li {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3214, ../sass/_legacy.scss */
.btn-group-lg > .btn, .pane-current-search-regional-search .btn-group-lg > .current-search-reset, .pane-current-search-regional-search .btn-group-lg > li {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}

/* line 3220, ../sass/_legacy.scss */
.btn-group > .btn + .dropdown-toggle, .pane-current-search-regional-search .btn-group > .current-search-reset + .dropdown-toggle, .pane-current-search-regional-search .btn-group > li + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 3224, ../sass/_legacy.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 3228, ../sass/_legacy.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3233, ../sass/_legacy.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3238, ../sass/_legacy.scss */
.btn .caret, .pane-current-search-regional-search .current-search-reset .caret, .pane-current-search-regional-search li .caret {
  margin-left: 0;
}

/* line 3241, ../sass/_legacy.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3245, ../sass/_legacy.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3248, ../sass/_legacy.scss */
.btn-group-vertical > .btn, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > li,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.pane-current-search-regional-search .btn-group-vertical > .btn-group > .current-search-reset,
.pane-current-search-regional-search .btn-group-vertical > .btn-group > li {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3256, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group > .btn, .pane-current-search-regional-search .btn-group-vertical > .btn-group > .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > .btn-group > li {
  float: none;
}

/* line 3259, ../sass/_legacy.scss */
.btn-group-vertical > .btn + .btn, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset + .btn, .pane-current-search-regional-search .btn-group-vertical > li + .btn, .pane-current-search-regional-search .btn-group-vertical > .btn + .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset + .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > li + .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > .btn + li, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset + li, .pane-current-search-regional-search .btn-group-vertical > li + li,
.btn-group-vertical > .btn + .btn-group,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset + .btn-group,
.pane-current-search-regional-search .btn-group-vertical > li + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.pane-current-search-regional-search .btn-group-vertical > .btn-group + .current-search-reset,
.pane-current-search-regional-search .btn-group-vertical > .btn-group + li,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3266, ../sass/_legacy.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child), .pane-current-search-regional-search .btn-group-vertical > .current-search-reset:not(:first-child):not(:last-child), .pane-current-search-regional-search .btn-group-vertical > li:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3269, ../sass/_legacy.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .pane-current-search-regional-search .btn-group-vertical > .current-search-reset:first-child:not(:last-child), .pane-current-search-regional-search .btn-group-vertical > li:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3274, ../sass/_legacy.scss */
.btn-group-vertical > .btn:last-child:not(:first-child), .pane-current-search-regional-search .btn-group-vertical > .current-search-reset:last-child:not(:first-child), .pane-current-search-regional-search .btn-group-vertical > li:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3279, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .pane-current-search-regional-search .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > li {
  border-radius: 0;
}

/* line 3282, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .pane-current-search-regional-search .btn-group-vertical > .btn-group:first-child:not(:last-child) > .current-search-reset:last-child, .pane-current-search-regional-search .btn-group-vertical > .btn-group:first-child:not(:last-child) > li:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3287, ../sass/_legacy.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .pane-current-search-regional-search .btn-group-vertical > .btn-group:last-child:not(:first-child) > .current-search-reset:first-child, .pane-current-search-regional-search .btn-group-vertical > .btn-group:last-child:not(:first-child) > li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3291, ../sass/_legacy.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3297, ../sass/_legacy.scss */
.btn-group-justified > .btn, .pane-current-search-regional-search .btn-group-justified > .current-search-reset, .pane-current-search-regional-search .btn-group-justified > li,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 3303, ../sass/_legacy.scss */
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .pane-current-search-regional-search .current-search-reset, .pane-current-search-regional-search .btn-group-justified > .btn-group .current-search-reset, .btn-group-justified > .btn-group .pane-current-search-regional-search li, .pane-current-search-regional-search .btn-group-justified > .btn-group li {
  width: 100%;
}

/* line 3306, ../sass/_legacy.scss */
[data-toggle="buttons"] > .btn > input[type="radio"], .pane-current-search-regional-search [data-toggle="buttons"] > .current-search-reset > input[type="radio"], .pane-current-search-regional-search [data-toggle="buttons"] > li > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
.pane-current-search-regional-search [data-toggle="buttons"] > .current-search-reset > input[type="checkbox"],
.pane-current-search-regional-search [data-toggle="buttons"] > li > input[type="checkbox"] {
  display: none;
}

/* line 3310, ../sass/_legacy.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3315, ../sass/_legacy.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 3320, ../sass/_legacy.scss */
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3325, ../sass/_legacy.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pane-current-search-regional-search .input-group-lg > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search .input-group-lg > .input-group-btn > li {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}

/* line 3334, ../sass/_legacy.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
.pane-current-search-regional-search select.input-group-lg > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search select.input-group-lg > .input-group-btn > li {
  height: 45px;
  line-height: 45px;
}

/* line 3340, ../sass/_legacy.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
.pane-current-search-regional-search textarea.input-group-lg > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search textarea.input-group-lg > .input-group-btn > li,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
.pane-current-search-regional-search select[multiple].input-group-lg > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search select[multiple].input-group-lg > .input-group-btn > li {
  height: auto;
}

/* line 3348, ../sass/_legacy.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pane-current-search-regional-search .input-group-sm > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search .input-group-sm > .input-group-btn > li {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3357, ../sass/_legacy.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
.pane-current-search-regional-search select.input-group-sm > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search select.input-group-sm > .input-group-btn > li {
  height: 30px;
  line-height: 30px;
}

/* line 3363, ../sass/_legacy.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
.pane-current-search-regional-search textarea.input-group-sm > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search textarea.input-group-sm > .input-group-btn > li,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
.pane-current-search-regional-search select[multiple].input-group-sm > .input-group-btn > .current-search-reset,
.pane-current-search-regional-search select[multiple].input-group-sm > .input-group-btn > li {
  height: auto;
}

/* line 3371, ../sass/_legacy.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3376, ../sass/_legacy.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3381, ../sass/_legacy.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3387, ../sass/_legacy.scss */
.input-group-addon {
  padding: 6px 16px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 3398, ../sass/_legacy.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3403, ../sass/_legacy.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}

/* line 3408, ../sass/_legacy.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3412, ../sass/_legacy.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.pane-current-search-regional-search .input-group-btn:first-child > .current-search-reset,
.pane-current-search-regional-search .input-group-btn:first-child > li,
.input-group-btn:first-child > .btn-group > .btn,
.pane-current-search-regional-search .input-group-btn:first-child > .btn-group > .current-search-reset,
.pane-current-search-regional-search .input-group-btn:first-child > .btn-group > li,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.pane-current-search-regional-search .input-group-btn:last-child > .current-search-reset:not(:last-child):not(.dropdown-toggle),
.pane-current-search-regional-search .input-group-btn:last-child > li:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.pane-current-search-regional-search .input-group-btn:last-child > .btn-group:not(:last-child) > .current-search-reset,
.pane-current-search-regional-search .input-group-btn:last-child > .btn-group:not(:last-child) > li {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 3422, ../sass/_legacy.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3425, ../sass/_legacy.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.pane-current-search-regional-search .input-group-btn:last-child > .current-search-reset,
.pane-current-search-regional-search .input-group-btn:last-child > li,
.input-group-btn:last-child > .btn-group > .btn,
.pane-current-search-regional-search .input-group-btn:last-child > .btn-group > .current-search-reset,
.pane-current-search-regional-search .input-group-btn:last-child > .btn-group > li,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.pane-current-search-regional-search .input-group-btn:first-child > .current-search-reset:not(:first-child),
.pane-current-search-regional-search .input-group-btn:first-child > li:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.pane-current-search-regional-search .input-group-btn:first-child > .btn-group:not(:first-child) > .current-search-reset,
.pane-current-search-regional-search .input-group-btn:first-child > .btn-group:not(:first-child) > li {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3435, ../sass/_legacy.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3438, ../sass/_legacy.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3443, ../sass/_legacy.scss */
.input-group-btn > .btn, .pane-current-search-regional-search .input-group-btn > .current-search-reset, .pane-current-search-regional-search .input-group-btn > li {
  position: relative;
}

/* line 3446, ../sass/_legacy.scss */
.input-group-btn > .btn + .btn, .pane-current-search-regional-search .input-group-btn > .current-search-reset + .btn, .pane-current-search-regional-search .input-group-btn > li + .btn, .pane-current-search-regional-search .input-group-btn > .btn + .current-search-reset, .pane-current-search-regional-search .input-group-btn > .current-search-reset + .current-search-reset, .pane-current-search-regional-search .input-group-btn > li + .current-search-reset, .pane-current-search-regional-search .input-group-btn > .btn + li, .pane-current-search-regional-search .input-group-btn > .current-search-reset + li, .pane-current-search-regional-search .input-group-btn > li + li {
  margin-left: -1px;
}

/* line 3449, ../sass/_legacy.scss */
.input-group-btn > .btn:hover, .pane-current-search-regional-search .input-group-btn > .current-search-reset:hover, .pane-current-search-regional-search .input-group-btn > li:hover,
.input-group-btn > .btn:focus,
.pane-current-search-regional-search .input-group-btn > .current-search-reset:focus,
.pane-current-search-regional-search .input-group-btn > li:focus,
.input-group-btn > .btn:active,
.pane-current-search-regional-search .input-group-btn > .current-search-reset:active,
.pane-current-search-regional-search .input-group-btn > li:active {
  z-index: 2;
}

/* line 3454, ../sass/_legacy.scss */
.input-group-btn:first-child > .btn, .pane-current-search-regional-search .input-group-btn:first-child > .current-search-reset, .pane-current-search-regional-search .input-group-btn:first-child > li,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3458, ../sass/_legacy.scss */
.input-group-btn:last-child > .btn, .pane-current-search-regional-search .input-group-btn:last-child > .current-search-reset, .pane-current-search-regional-search .input-group-btn:last-child > li,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 3462, ../sass/_legacy.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 3467, ../sass/_legacy.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3471, ../sass/_legacy.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

/* line 3481, ../sass/_legacy.scss */
.nav > li.disabled > a {
  color: #bbbbbb;
}

/* line 3484, ../sass/_legacy.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbbbbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 3491, ../sass/_legacy.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2196f3;
}

/* line 3497, ../sass/_legacy.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

/* line 3506, ../sass/_legacy.scss */
.nav-tabs {
  border-bottom: 1px solid transparent;
}

/* line 3509, ../sass/_legacy.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 3513, ../sass/_legacy.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

/* line 3519, ../sass/_legacy.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}

/* line 3522, ../sass/_legacy.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3531, ../sass/_legacy.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 3535, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 3538, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3542, ../sass/_legacy.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3547, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3551, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3555, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}

/* line 3559, ../sass/_legacy.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3565, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }

  /* line 3569, ../sass/_legacy.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3575, ../sass/_legacy.scss */
.nav-pills > li {
  float: left;
}

/* line 3578, ../sass/_legacy.scss */
.nav-pills > li > a {
  border-radius: 3px;
}

/* line 3581, ../sass/_legacy.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 3584, ../sass/_legacy.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2196f3;
}

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

/* line 3593, ../sass/_legacy.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 3597, ../sass/_legacy.scss */
.nav-justified {
  width: 100%;
}

/* line 3600, ../sass/_legacy.scss */
.nav-justified > li {
  float: none;
}

/* line 3603, ../sass/_legacy.scss */
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 3607, ../sass/_legacy.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 3612, ../sass/_legacy.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 3616, ../sass/_legacy.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
/* line 3620, ../sass/_legacy.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 3623, ../sass/_legacy.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}

/* line 3627, ../sass/_legacy.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3633, ../sass/_legacy.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
  }

  /* line 3637, ../sass/_legacy.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
/* line 3643, ../sass/_legacy.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 3646, ../sass/_legacy.scss */
.tab-content > .active {
  display: block;
}

/* line 3649, ../sass/_legacy.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3654, ../sass/_legacy.scss */
.navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 3661, ../sass/_legacy.scss */
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  /* line 3666, ../sass/_legacy.scss */
  .navbar-header {
    float: left;
  }
}
/* line 3670, ../sass/_legacy.scss */
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 3679, ../sass/_legacy.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 3683, ../sass/_legacy.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 3688, ../sass/_legacy.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 3694, ../sass/_legacy.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 3697, ../sass/_legacy.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 3704, ../sass/_legacy.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 3712, ../sass/_legacy.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
/* line 3720, ../sass/_legacy.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 3725, ../sass/_legacy.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}
/* line 3729, ../sass/_legacy.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 3737, ../sass/_legacy.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
/* line 3742, ../sass/_legacy.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 3746, ../sass/_legacy.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 3751, ../sass/_legacy.scss */
.navbar-brand {
  float: left;
  padding: 20.5px 15px;
  font-size: 17px;
  line-height: 23px;
  height: 23px;
}

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

@media (min-width: 768px) {
  /* line 3763, ../sass/_legacy.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
/* line 3768, ../sass/_legacy.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 3780, ../sass/_legacy.scss */
.navbar-toggle:focus {
  outline: none;
}

/* line 3783, ../sass/_legacy.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 3789, ../sass/_legacy.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 3793, ../sass/_legacy.scss */
  .navbar-toggle {
    display: none;
  }
}
/* line 3797, ../sass/_legacy.scss */
.navbar-nav {
  margin: 10.25px -15px;
}

/* line 3800, ../sass/_legacy.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

@media (max-width: 767px) {
  /* line 3806, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 3815, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 3819, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }

  /* line 3822, ../sass/_legacy.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 3828, ../sass/_legacy.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 3832, ../sass/_legacy.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 3835, ../sass/_legacy.scss */
  .navbar-nav > li > a {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
  }

  /* line 3839, ../sass/_legacy.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  /* line 3844, ../sass/_legacy.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 3847, ../sass/_legacy.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 3851, ../sass/_legacy.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

@media (min-width: 768px) {
  /* line 3864, ../sass/_legacy.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3869, ../sass/_legacy.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 3874, ../sass/_legacy.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 3878, ../sass/_legacy.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }

  /* line 3886, ../sass/_legacy.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }

  /* line 3891, ../sass/_legacy.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  /* line 3896, ../sass/_legacy.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 3901, ../sass/_legacy.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  /* line 3912, ../sass/_legacy.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
/* line 3916, ../sass/_legacy.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3921, ../sass/_legacy.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3925, ../sass/_legacy.scss */
.navbar-btn {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

/* line 3929, ../sass/_legacy.scss */
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}

/* line 3933, ../sass/_legacy.scss */
.navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}

/* line 3937, ../sass/_legacy.scss */
.navbar-text {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}

@media (min-width: 768px) {
  /* line 3942, ../sass/_legacy.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  /* line 3947, ../sass/_legacy.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
/* line 3951, ../sass/_legacy.scss */
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}

/* line 3955, ../sass/_legacy.scss */
.navbar-default .navbar-brand {
  color: #666666;
}

/* line 3958, ../sass/_legacy.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #212121;
  background-color: transparent;
}

/* line 3963, ../sass/_legacy.scss */
.navbar-default .navbar-text {
  color: #bbbbbb;
}

/* line 3966, ../sass/_legacy.scss */
.navbar-default .navbar-nav > li > a {
  color: #666666;
}

/* line 3969, ../sass/_legacy.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #212121;
  background-color: transparent;
}

/* line 3974, ../sass/_legacy.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #212121;
  background-color: #eeeeee;
}

/* line 3980, ../sass/_legacy.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 3986, ../sass/_legacy.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}

/* line 3989, ../sass/_legacy.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* line 3993, ../sass/_legacy.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 3996, ../sass/_legacy.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

/* line 4000, ../sass/_legacy.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #212121;
}

@media (max-width: 767px) {
  /* line 4007, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }

  /* line 4010, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #212121;
    background-color: transparent;
  }

  /* line 4015, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #212121;
    background-color: #eeeeee;
  }

  /* line 4021, ../sass/_legacy.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 4028, ../sass/_legacy.scss */
.navbar-default .navbar-link {
  color: #666666;
}

/* line 4031, ../sass/_legacy.scss */
.navbar-default .navbar-link:hover {
  color: #212121;
}

/* line 4034, ../sass/_legacy.scss */
.navbar-inverse {
  background-color: #2196f3;
  border-color: transparent;
}

/* line 4038, ../sass/_legacy.scss */
.navbar-inverse .navbar-brand {
  color: #b2dbfb;
}

/* line 4041, ../sass/_legacy.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4046, ../sass/_legacy.scss */
.navbar-inverse .navbar-text {
  color: #bbbbbb;
}

/* line 4049, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #b2dbfb;
}

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

/* line 4057, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0c7cd5;
}

/* line 4063, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4069, ../sass/_legacy.scss */
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

/* line 4072, ../sass/_legacy.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

/* line 4076, ../sass/_legacy.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 4079, ../sass/_legacy.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #0c84e4;
}

/* line 4083, ../sass/_legacy.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0c7cd5;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4090, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }

  /* line 4093, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }

  /* line 4096, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b2dbfb;
  }

  /* line 4099, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  /* line 4104, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0c7cd5;
  }

  /* line 4110, ../sass/_legacy.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
/* line 4117, ../sass/_legacy.scss */
.navbar-inverse .navbar-link {
  color: #b2dbfb;
}

/* line 4120, ../sass/_legacy.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4123, ../sass/_legacy.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}

/* line 4130, ../sass/_legacy.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4133, ../sass/_legacy.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

/* line 4138, ../sass/_legacy.scss */
.breadcrumb > .active {
  color: #bbbbbb;
}

/* line 4141, ../sass/_legacy.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 3px;
}

/* line 4147, ../sass/_legacy.scss */
.pagination > li {
  display: inline;
}

/* line 4150, ../sass/_legacy.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.846;
  text-decoration: none;
  color: #2196f3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

/* line 4162, ../sass/_legacy.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4168, ../sass/_legacy.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4173, ../sass/_legacy.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0a6ebd;
  background-color: #eeeeee;
  border-color: #dddddd;
}

/* line 4181, ../sass/_legacy.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
  cursor: default;
}

/* line 4193, ../sass/_legacy.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bbbbbb;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 4204, ../sass/_legacy.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}

/* line 4209, ../sass/_legacy.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4214, ../sass/_legacy.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4219, ../sass/_legacy.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 4224, ../sass/_legacy.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4229, ../sass/_legacy.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 4234, ../sass/_legacy.scss */
.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center;
}

/* line 4240, ../sass/_legacy.scss */
.pager li {
  display: inline;
}

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

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

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

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

/* line 4264, ../sass/_legacy.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bbbbbb;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* line 4272, ../sass/_legacy.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4284, ../sass/_legacy.scss */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4290, ../sass/_legacy.scss */
.label:empty {
  display: none;
}

/* line 4293, ../sass/_legacy.scss */
.btn .label, .pane-current-search-regional-search .current-search-reset .label, .pane-current-search-regional-search li .label {
  position: relative;
  top: -1px;
}

/* line 4297, ../sass/_legacy.scss */
.label-default {
  background-color: #bbbbbb;
}

/* line 4300, ../sass/_legacy.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a2a2a2;
}

/* line 4304, ../sass/_legacy.scss */
.label-primary {
  background-color: #2196f3;
}

/* line 4307, ../sass/_legacy.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0c7cd5;
}

/* line 4311, ../sass/_legacy.scss */
.label-success {
  background-color: #4caf50;
}

/* line 4314, ../sass/_legacy.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3d8b40;
}

/* line 4318, ../sass/_legacy.scss */
.label-info {
  background-color: #9c27b0;
}

/* line 4321, ../sass/_legacy.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #771e86;
}

/* line 4325, ../sass/_legacy.scss */
.label-warning {
  background-color: #ff9800;
}

/* line 4328, ../sass/_legacy.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7a00;
}

/* line 4332, ../sass/_legacy.scss */
.label-danger {
  background-color: #e51c23;
}

/* line 4335, ../sass/_legacy.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #b9151b;
}

/* line 4339, ../sass/_legacy.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #bbbbbb;
  border-radius: 10px;
}

/* line 4353, ../sass/_legacy.scss */
.badge:empty {
  display: none;
}

/* line 4356, ../sass/_legacy.scss */
.btn .badge, .pane-current-search-regional-search .current-search-reset .badge, .pane-current-search-regional-search li .badge {
  position: relative;
  top: -1px;
}

/* line 4360, ../sass/_legacy.scss */
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4364, ../sass/_legacy.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4370, ../sass/_legacy.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2196f3;
  background-color: #ffffff;
}

/* line 4375, ../sass/_legacy.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4378, ../sass/_legacy.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f9f9f9;
}

/* line 4384, ../sass/_legacy.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: #444444;
}

/* line 4388, ../sass/_legacy.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

/* line 4393, ../sass/_legacy.scss */
.container .jumbotron {
  border-radius: 3px;
}

/* line 4396, ../sass/_legacy.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4400, ../sass/_legacy.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  /* line 4404, ../sass/_legacy.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* line 4408, ../sass/_legacy.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
/* line 4413, ../sass/_legacy.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.846;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 4424, ../sass/_legacy.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 4432, ../sass/_legacy.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2196f3;
}

/* line 4437, ../sass/_legacy.scss */
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}

/* line 4441, ../sass/_legacy.scss */
.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 3px;
}

/* line 4447, ../sass/_legacy.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 4451, ../sass/_legacy.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 4454, ../sass/_legacy.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 4458, ../sass/_legacy.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 4461, ../sass/_legacy.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 4464, ../sass/_legacy.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 4470, ../sass/_legacy.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #4caf50;
}

/* line 4475, ../sass/_legacy.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 4478, ../sass/_legacy.scss */
.alert-success .alert-link {
  color: #3d8b40;
}

/* line 4481, ../sass/_legacy.scss */
.alert-info {
  background-color: #e1bee7;
  border-color: #cba4dd;
  color: #9c27b0;
}

/* line 4486, ../sass/_legacy.scss */
.alert-info hr {
  border-top-color: #c191d6;
}

/* line 4489, ../sass/_legacy.scss */
.alert-info .alert-link {
  color: #771e86;
}

/* line 4492, ../sass/_legacy.scss */
.alert-warning {
  background-color: #ffe0b2;
  border-color: #ffc599;
  color: #ff9800;
}

/* line 4497, ../sass/_legacy.scss */
.alert-warning hr {
  border-top-color: #ffb67f;
}

/* line 4500, ../sass/_legacy.scss */
.alert-warning .alert-link {
  color: #cc7a00;
}

/* line 4503, ../sass/_legacy.scss */
.alert-danger {
  background-color: #f9bdbb;
  border-color: #f7a4af;
  color: #e51c23;
}

/* line 4508, ../sass/_legacy.scss */
.alert-danger hr {
  border-top-color: #f58c9a;
}

/* line 4511, ../sass/_legacy.scss */
.alert-danger .alert-link {
  color: #b9151b;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4530, ../sass/_legacy.scss */
.progress {
  overflow: hidden;
  height: 23px;
  margin-bottom: 23px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 4540, ../sass/_legacy.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  text-align: center;
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 4555, ../sass/_legacy.scss */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

/* line 4560, ../sass/_legacy.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4564, ../sass/_legacy.scss */
.progress-bar-success {
  background-color: #4caf50;
}

/* line 4567, ../sass/_legacy.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4571, ../sass/_legacy.scss */
.progress-bar-info {
  background-color: #9c27b0;
}

/* line 4574, ../sass/_legacy.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4578, ../sass/_legacy.scss */
.progress-bar-warning {
  background-color: #ff9800;
}

/* line 4581, ../sass/_legacy.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4585, ../sass/_legacy.scss */
.progress-bar-danger {
  background-color: #e51c23;
}

/* line 4588, ../sass/_legacy.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 4592, ../sass/_legacy.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

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

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

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

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

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

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

/* line 4616, ../sass/_legacy.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 4620, ../sass/_legacy.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 4624, ../sass/_legacy.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4632, ../sass/_legacy.scss */
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 4636, ../sass/_legacy.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4641, ../sass/_legacy.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4644, ../sass/_legacy.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4647, ../sass/_legacy.scss */
a.list-group-item {
  color: #555555;
}

/* line 4650, ../sass/_legacy.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 4653, ../sass/_legacy.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4658, ../sass/_legacy.scss */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}

/* line 4666, ../sass/_legacy.scss */
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 4671, ../sass/_legacy.scss */
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e3f2fd;
}

/* line 4676, ../sass/_legacy.scss */
.list-group-item-success {
  color: #4caf50;
  background-color: #dff0d8;
}

/* line 4680, ../sass/_legacy.scss */
a.list-group-item-success {
  color: #4caf50;
}

/* line 4683, ../sass/_legacy.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 4686, ../sass/_legacy.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #4caf50;
  background-color: #d0e9c6;
}

/* line 4691, ../sass/_legacy.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

/* line 4698, ../sass/_legacy.scss */
.list-group-item-info {
  color: #9c27b0;
  background-color: #e1bee7;
}

/* line 4702, ../sass/_legacy.scss */
a.list-group-item-info {
  color: #9c27b0;
}

/* line 4705, ../sass/_legacy.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 4708, ../sass/_legacy.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #9c27b0;
  background-color: #d8abe0;
}

/* line 4713, ../sass/_legacy.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
}

/* line 4720, ../sass/_legacy.scss */
.list-group-item-warning {
  color: #ff9800;
  background-color: #ffe0b2;
}

/* line 4724, ../sass/_legacy.scss */
a.list-group-item-warning {
  color: #ff9800;
}

/* line 4727, ../sass/_legacy.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 4730, ../sass/_legacy.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ff9800;
  background-color: #ffd699;
}

/* line 4735, ../sass/_legacy.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

/* line 4742, ../sass/_legacy.scss */
.list-group-item-danger {
  color: #e51c23;
  background-color: #f9bdbb;
}

/* line 4746, ../sass/_legacy.scss */
a.list-group-item-danger {
  color: #e51c23;
}

/* line 4749, ../sass/_legacy.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 4752, ../sass/_legacy.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #e51c23;
  background-color: #f7a6a4;
}

/* line 4757, ../sass/_legacy.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #e51c23;
  border-color: #e51c23;
}

/* line 4764, ../sass/_legacy.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 4768, ../sass/_legacy.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 4772, ../sass/_legacy.scss */
.panel {
  margin-bottom: 23px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4781, ../sass/_legacy.scss */
.panel-body {
  padding: 15px;
}

/* line 4784, ../sass/_legacy.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 4787, ../sass/_legacy.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 4791, ../sass/_legacy.scss */
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4794, ../sass/_legacy.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4797, ../sass/_legacy.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 4801, ../sass/_legacy.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 4805, ../sass/_legacy.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 4808, ../sass/_legacy.scss */
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 4812, ../sass/_legacy.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

/* line 4822, ../sass/_legacy.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

/* line 4832, ../sass/_legacy.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}

/* line 4842, ../sass/_legacy.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}

/* line 4852, ../sass/_legacy.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

/* line 4856, ../sass/_legacy.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 4860, ../sass/_legacy.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 4864, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 4878, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 4892, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}

/* line 4906, ../sass/_legacy.scss */
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* line 4920, ../sass/_legacy.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 4924, ../sass/_legacy.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

/* line 4930, ../sass/_legacy.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 4933, ../sass/_legacy.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

/* line 4939, ../sass/_legacy.scss */
.panel-title > a {
  color: inherit;
}

/* line 4942, ../sass/_legacy.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 4949, ../sass/_legacy.scss */
.panel-group {
  margin-bottom: 23px;
}

/* line 4952, ../sass/_legacy.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
}

/* line 4957, ../sass/_legacy.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 4960, ../sass/_legacy.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 4963, ../sass/_legacy.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 4966, ../sass/_legacy.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 4969, ../sass/_legacy.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 4972, ../sass/_legacy.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 4975, ../sass/_legacy.scss */
.panel-default > .panel-heading {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 4980, ../sass/_legacy.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 4983, ../sass/_legacy.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 4986, ../sass/_legacy.scss */
.panel-primary {
  border-color: #2196f3;
}

/* line 4989, ../sass/_legacy.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}

/* line 4994, ../sass/_legacy.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2196f3;
}

/* line 4997, ../sass/_legacy.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2196f3;
}

/* line 5000, ../sass/_legacy.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5003, ../sass/_legacy.scss */
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #4caf50;
  border-color: #d6e9c6;
}

/* line 5008, ../sass/_legacy.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5011, ../sass/_legacy.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5014, ../sass/_legacy.scss */
.panel-info {
  border-color: #cba4dd;
}

/* line 5017, ../sass/_legacy.scss */
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #9c27b0;
  border-color: #cba4dd;
}

/* line 5022, ../sass/_legacy.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #cba4dd;
}

/* line 5025, ../sass/_legacy.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #cba4dd;
}

/* line 5028, ../sass/_legacy.scss */
.panel-warning {
  border-color: #ffc599;
}

/* line 5031, ../sass/_legacy.scss */
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff9800;
  border-color: #ffc599;
}

/* line 5036, ../sass/_legacy.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ffc599;
}

/* line 5039, ../sass/_legacy.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ffc599;
}

/* line 5042, ../sass/_legacy.scss */
.panel-danger {
  border-color: #f7a4af;
}

/* line 5045, ../sass/_legacy.scss */
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e51c23;
  border-color: #f7a4af;
}

/* line 5050, ../sass/_legacy.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f7a4af;
}

/* line 5053, ../sass/_legacy.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f7a4af;
}

/* line 5056, ../sass/_legacy.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid transparent;
  border-radius: 3px;
  -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 5067, ../sass/_legacy.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5071, ../sass/_legacy.scss */
.well-lg {
  padding: 24px;
  border-radius: 3px;
}

/* line 5075, ../sass/_legacy.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5079, ../sass/_legacy.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5089, ../sass/_legacy.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

/* line 5104, ../sass/_legacy.scss */
.modal-open {
  overflow: hidden;
}

/* line 5107, ../sass/_legacy.scss */
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5120, ../sass/_legacy.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 5129, ../sass/_legacy.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5134, ../sass/_legacy.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 5139, ../sass/_legacy.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}

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

/* line 5160, ../sass/_legacy.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5164, ../sass/_legacy.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5168, ../sass/_legacy.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  min-height: 16.846px;
}

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

/* line 5176, ../sass/_legacy.scss */
.modal-title {
  margin: 0;
  line-height: 1.846;
}

/* line 5180, ../sass/_legacy.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5184, ../sass/_legacy.scss */
.modal-footer {
  margin-top: 15px;
  padding: 14px 15px 15px;
  text-align: right;
  border-top: 1px solid transparent;
}

/* line 5190, ../sass/_legacy.scss */
.modal-footer .btn + .btn, .modal-footer .pane-current-search-regional-search .current-search-reset + .btn, .pane-current-search-regional-search .modal-footer .current-search-reset + .btn, .modal-footer .pane-current-search-regional-search li + .btn, .pane-current-search-regional-search .modal-footer li + .btn, .modal-footer .pane-current-search-regional-search .btn + .current-search-reset, .pane-current-search-regional-search .modal-footer .btn + .current-search-reset, .modal-footer .pane-current-search-regional-search .current-search-reset + .current-search-reset, .pane-current-search-regional-search .modal-footer .current-search-reset + .current-search-reset, .modal-footer .pane-current-search-regional-search li + .current-search-reset, .pane-current-search-regional-search .modal-footer li + .current-search-reset, .modal-footer .pane-current-search-regional-search .btn + li, .pane-current-search-regional-search .modal-footer .btn + li, .modal-footer .pane-current-search-regional-search .current-search-reset + li, .pane-current-search-regional-search .modal-footer .current-search-reset + li, .modal-footer .pane-current-search-regional-search li + li, .pane-current-search-regional-search .modal-footer li + li {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5194, ../sass/_legacy.scss */
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .pane-current-search-regional-search .current-search-reset + .btn, .pane-current-search-regional-search .modal-footer .btn-group .current-search-reset + .btn, .modal-footer .btn-group .pane-current-search-regional-search li + .btn, .pane-current-search-regional-search .modal-footer .btn-group li + .btn, .modal-footer .btn-group .pane-current-search-regional-search .btn + .current-search-reset, .pane-current-search-regional-search .modal-footer .btn-group .btn + .current-search-reset, .modal-footer .btn-group .pane-current-search-regional-search .current-search-reset + .current-search-reset, .pane-current-search-regional-search .modal-footer .btn-group .current-search-reset + .current-search-reset, .modal-footer .btn-group .pane-current-search-regional-search li + .current-search-reset, .pane-current-search-regional-search .modal-footer .btn-group li + .current-search-reset, .modal-footer .btn-group .pane-current-search-regional-search .btn + li, .pane-current-search-regional-search .modal-footer .btn-group .btn + li, .modal-footer .btn-group .pane-current-search-regional-search .current-search-reset + li, .pane-current-search-regional-search .modal-footer .btn-group .current-search-reset + li, .modal-footer .btn-group .pane-current-search-regional-search li + li, .pane-current-search-regional-search .modal-footer .btn-group li + li {
  margin-left: -1px;
}

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

@media (min-width: 768px) {
  /* line 5201, ../sass/_legacy.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 5205, ../sass/_legacy.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 5210, ../sass/_legacy.scss */
  .modal-sm {
    width: 300px;
  }

  /* line 5213, ../sass/_legacy.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 5217, ../sass/_legacy.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5227, ../sass/_legacy.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 5231, ../sass/_legacy.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5235, ../sass/_legacy.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5239, ../sass/_legacy.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5243, ../sass/_legacy.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5247, ../sass/_legacy.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #727272;
  border-radius: 3px;
}

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

/* line 5263, ../sass/_legacy.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}

/* line 5270, ../sass/_legacy.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}

/* line 5276, ../sass/_legacy.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #727272;
}

/* line 5282, ../sass/_legacy.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #727272;
}

/* line 5289, ../sass/_legacy.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #727272;
}

/* line 5296, ../sass/_legacy.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}

/* line 5303, ../sass/_legacy.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}

/* line 5309, ../sass/_legacy.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #727272;
}

/* line 5315, ../sass/_legacy.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 3px;
  -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 5333, ../sass/_legacy.scss */
.popover.top {
  margin-top: -10px;
}

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

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

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

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

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

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

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

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

/* line 5374, ../sass/_legacy.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.075);
  bottom: -11px;
}

/* line 5382, ../sass/_legacy.scss */
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 5389, ../sass/_legacy.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: transparent;
  border-right-color: rgba(0, 0, 0, 0.075);
}

/* line 5397, ../sass/_legacy.scss */
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 5404, ../sass/_legacy.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.075);
  top: -11px;
}

/* line 5412, ../sass/_legacy.scss */
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 5419, ../sass/_legacy.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.075);
}

/* line 5427, ../sass/_legacy.scss */
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 5434, ../sass/_legacy.scss */
.carousel {
  position: relative;
}

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

/* line 5442, ../sass/_legacy.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 5448, ../sass/_legacy.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

/* line 5485, ../sass/_legacy.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5498, ../sass/_legacy.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 5504, ../sass/_legacy.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

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

/* line 5520, ../sass/_legacy.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 5529, ../sass/_legacy.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 5533, ../sass/_legacy.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 5537, ../sass/_legacy.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 5545, ../sass/_legacy.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 5548, ../sass/_legacy.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 5551, ../sass/_legacy.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 5562, ../sass/_legacy.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 5574, ../sass/_legacy.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

/* line 5580, ../sass/_legacy.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 5592, ../sass/_legacy.scss */
.carousel-caption .btn, .carousel-caption .pane-current-search-regional-search .current-search-reset, .pane-current-search-regional-search .carousel-caption .current-search-reset, .carousel-caption .pane-current-search-regional-search li, .pane-current-search-regional-search .carousel-caption li {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 5596, ../sass/_legacy.scss */
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  /* line 5606, ../sass/_legacy.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 5611, ../sass/_legacy.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 5615, ../sass/_legacy.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 5646, ../sass/_legacy.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

/* line 5662, ../sass/_legacy.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5667, ../sass/_legacy.scss */
.pull-right {
  float: right !important;
}

/* line 5670, ../sass/_legacy.scss */
.pull-left {
  float: left !important;
}

/* line 5673, ../sass/_legacy.scss */
.hide {
  display: none !important;
}

/* line 5676, ../sass/_legacy.scss */
.show {
  display: block !important;
}

/* line 5679, ../sass/_legacy.scss */
.invisible {
  visibility: hidden;
}

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

/* line 5689, ../sass/_legacy.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 5693, ../sass/_legacy.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 5699, ../sass/_legacy.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 5706, ../sass/_legacy.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 5709, ../sass/_legacy.scss */
  table.visible-xs {
    display: table;
  }

  /* line 5712, ../sass/_legacy.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 5715, ../sass/_legacy.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
/* line 5720, ../sass/_legacy.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 5727, ../sass/_legacy.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 5730, ../sass/_legacy.scss */
  table.visible-sm {
    display: table;
  }

  /* line 5733, ../sass/_legacy.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 5736, ../sass/_legacy.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
/* line 5741, ../sass/_legacy.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5748, ../sass/_legacy.scss */
  .visible-md {
    display: block !important;
  }

  /* line 5751, ../sass/_legacy.scss */
  table.visible-md {
    display: table;
  }

  /* line 5754, ../sass/_legacy.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 5757, ../sass/_legacy.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
/* line 5762, ../sass/_legacy.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 5769, ../sass/_legacy.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 5772, ../sass/_legacy.scss */
  table.visible-lg {
    display: table;
  }

  /* line 5775, ../sass/_legacy.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 5778, ../sass/_legacy.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 5784, ../sass/_legacy.scss */
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 5792, ../sass/_legacy.scss */
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 5800, ../sass/_legacy.scss */
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5808, ../sass/_legacy.scss */
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
/* line 5815, ../sass/_legacy.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 5822, ../sass/_legacy.scss */
  .visible-print {
    display: block !important;
  }

  /* line 5825, ../sass/_legacy.scss */
  table.visible-print {
    display: table;
  }

  /* line 5828, ../sass/_legacy.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 5831, ../sass/_legacy.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 5837, ../sass/_legacy.scss */
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* line 5844, ../sass/_legacy.scss */
.navbar {
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 5850, ../sass/_legacy.scss */
.navbar-brand {
  font-size: 24px;
}

/* line 5853, ../sass/_legacy.scss */
.navbar-inverse .form-control {
  color: #fff;
}

/* line 5856, ../sass/_legacy.scss */
.navbar-inverse .form-control:-moz-placeholder {
  color: #b2dbfb;
}

/* line 5859, ../sass/_legacy.scss */
.navbar-inverse .form-control::-moz-placeholder {
  color: #b2dbfb;
  opacity: 1;
}

/* line 5863, ../sass/_legacy.scss */
.navbar-inverse .form-control:-ms-input-placeholder {
  color: #b2dbfb;
}

/* line 5866, ../sass/_legacy.scss */
.navbar-inverse .form-control::-webkit-input-placeholder {
  color: #b2dbfb;
}

/* line 5869, ../sass/_legacy.scss */
.navbar-inverse .form-control[type=text],
.navbar-inverse .form-control[type=password] {
  -webkit-box-shadow: inset 0 -1px 0 #b2dbfb;
  -moz-box-shadow: inset 0 -1px 0 #b2dbfb;
  box-shadow: inset 0 -1px 0 #b2dbfb;
}

/* line 5875, ../sass/_legacy.scss */
.navbar-inverse .form-control[type=text]:focus,
.navbar-inverse .form-control[type=password]:focus {
  -webkit-box-shadow: inset 0 -2px 0 #ffffff;
  -moz-box-shadow: inset 0 -2px 0 #ffffff;
  box-shadow: inset 0 -2px 0 #ffffff;
}

/* line 5881, ../sass/_legacy.scss */
.btn-default {
  background-size: 200%;
  background-position: 50%;
}

/* line 5885, ../sass/_legacy.scss */
.btn-default:hover,
.btn-default:active:hover,
.btn-default:focus {
  background-color: #f0f0f0;
}

/* line 5890, ../sass/_legacy.scss */
.btn-default:active {
  background-color: #f0f0f0;
  background-image: -webkit-radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-image: radial-gradient(circle, #f0f0f0 10%, #ffffff 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 5900, ../sass/_legacy.scss */
.btn-primary {
  background-size: 200%;
  background-position: 50%;
}

/* line 5904, ../sass/_legacy.scss */
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus {
  background-color: #0d87e9;
}

/* line 5909, ../sass/_legacy.scss */
.btn-primary:active {
  background-color: #0d87e9;
  background-image: -webkit-radial-gradient(circle, #0d87e9 10%, #2196f3 11%);
  background-image: radial-gradient(circle, #0d87e9 10%, #2196f3 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 5919, ../sass/_legacy.scss */
.btn-success {
  background-size: 200%;
  background-position: 50%;
}

/* line 5923, ../sass/_legacy.scss */
.btn-success:hover,
.btn-success:active:hover,
.btn-success:focus {
  background-color: #439a46;
}

/* line 5928, ../sass/_legacy.scss */
.btn-success:active {
  background-color: #439a46;
  background-image: -webkit-radial-gradient(circle, #439a46 10%, #4caf50 11%);
  background-image: radial-gradient(circle, #439a46 10%, #4caf50 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 5938, ../sass/_legacy.scss */
.btn-info {
  background-size: 200%;
  background-position: 50%;
}

/* line 5942, ../sass/_legacy.scss */
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus {
  background-color: #862197;
}

/* line 5947, ../sass/_legacy.scss */
.btn-info:active {
  background-color: #862197;
  background-image: -webkit-radial-gradient(circle, #862197 10%, #9c27b0 11%);
  background-image: radial-gradient(circle, #862197 10%, #9c27b0 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 5957, ../sass/_legacy.scss */
.btn-warning {
  background-size: 200%;
  background-position: 50%;
}

/* line 5961, ../sass/_legacy.scss */
.btn-warning:hover,
.btn-warning:active:hover,
.btn-warning:focus {
  background-color: #e08600;
}

/* line 5966, ../sass/_legacy.scss */
.btn-warning:active {
  background-color: #e08600;
  background-image: -webkit-radial-gradient(circle, #e08600 10%, #ff9800 11%);
  background-image: radial-gradient(circle, #e08600 10%, #ff9800 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 5976, ../sass/_legacy.scss */
.btn-danger {
  background-size: 200%;
  background-position: 50%;
}

/* line 5980, ../sass/_legacy.scss */
.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger:focus {
  background-color: #cb171e;
}

/* line 5985, ../sass/_legacy.scss */
.btn-danger:active {
  background-color: #cb171e;
  background-image: -webkit-radial-gradient(circle, #cb171e 10%, #e51c23 11%);
  background-image: radial-gradient(circle, #cb171e 10%, #e51c23 11%);
  background-repeat: no-repeat;
  background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

/* line 5995, ../sass/_legacy.scss */
.btn, .pane-current-search-regional-search .current-search-reset, .pane-current-search-regional-search li {
  text-transform: uppercase;
  border-right: none;
  border-bottom: none;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 6005, ../sass/_legacy.scss */
.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 6010, ../sass/_legacy.scss */
.btn-link:hover,
.btn-link:focus {
  color: #2196f3;
  text-decoration: none;
}

/* line 6015, ../sass/_legacy.scss */
.btn-default.disabled {
  border: 1px solid #eeeeee;
}

/* line 6018, ../sass/_legacy.scss */
.btn-group .btn + .btn, .btn-group .pane-current-search-regional-search .current-search-reset + .btn, .pane-current-search-regional-search .btn-group .current-search-reset + .btn, .btn-group .pane-current-search-regional-search li + .btn, .pane-current-search-regional-search .btn-group li + .btn, .btn-group .pane-current-search-regional-search .btn + .current-search-reset, .pane-current-search-regional-search .btn-group .btn + .current-search-reset, .btn-group .pane-current-search-regional-search .current-search-reset + .current-search-reset, .pane-current-search-regional-search .btn-group .current-search-reset + .current-search-reset, .btn-group .pane-current-search-regional-search li + .current-search-reset, .pane-current-search-regional-search .btn-group li + .current-search-reset, .btn-group .pane-current-search-regional-search .btn + li, .pane-current-search-regional-search .btn-group .btn + li, .btn-group .pane-current-search-regional-search .current-search-reset + li, .pane-current-search-regional-search .btn-group .current-search-reset + li, .btn-group .pane-current-search-regional-search li + li, .pane-current-search-regional-search .btn-group li + li,
.btn-group .btn + .btn-group,
.btn-group .pane-current-search-regional-search .current-search-reset + .btn-group,
.pane-current-search-regional-search .btn-group .current-search-reset + .btn-group,
.btn-group .pane-current-search-regional-search li + .btn-group,
.pane-current-search-regional-search .btn-group li + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .pane-current-search-regional-search .btn-group + .current-search-reset,
.pane-current-search-regional-search .btn-group .btn-group + .current-search-reset,
.btn-group .pane-current-search-regional-search .btn-group + li,
.pane-current-search-regional-search .btn-group .btn-group + li,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

/* line 6024, ../sass/_legacy.scss */
.btn-group-vertical > .btn + .btn, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset + .btn, .pane-current-search-regional-search .btn-group-vertical > li + .btn, .pane-current-search-regional-search .btn-group-vertical > .btn + .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset + .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > li + .current-search-reset, .pane-current-search-regional-search .btn-group-vertical > .btn + li, .pane-current-search-regional-search .btn-group-vertical > .current-search-reset + li, .pane-current-search-regional-search .btn-group-vertical > li + li,
.btn-group-vertical > .btn + .btn-group,
.pane-current-search-regional-search .btn-group-vertical > .current-search-reset + .btn-group,
.pane-current-search-regional-search .btn-group-vertical > li + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.pane-current-search-regional-search .btn-group-vertical > .btn-group + .current-search-reset,
.pane-current-search-regional-search .btn-group-vertical > .btn-group + li,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 0;
}

/* line 6030, ../sass/_legacy.scss */
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

/* line 6034, ../sass/_legacy.scss */
p {
  margin: 0 0 1em;
}

/* line 6037, ../sass/_legacy.scss */
input,
button {
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

/* line 6042, ../sass/_legacy.scss */
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 6046, ../sass/_legacy.scss */
.table-hover > tbody > tr,
.table-hover > tbody > tr > th,
.table-hover > tbody > tr > td {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 6052, ../sass/_legacy.scss */
label {
  font-weight: normal;
}

/* line 6055, ../sass/_legacy.scss */
textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  -moz-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
}

/* line 6076, ../sass/_legacy.scss */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  -moz-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
}

/* line 6092, ../sass/_legacy.scss */
textarea[disabled],
textarea.form-control[disabled],
input.form-control[disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled],
[type=text].form-control[disabled],
[type=password].form-control[disabled],
[type=email].form-control[disabled],
[type=tel].form-control[disabled],
[contenteditable].form-control[disabled],
textarea[readonly],
textarea.form-control[readonly],
input.form-control[readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly],
input[type=number][readonly],
[type=text].form-control[readonly],
[type=password].form-control[readonly],
[type=email].form-control[readonly],
[type=tel].form-control[readonly],
[contenteditable].form-control[readonly] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px dotted #ddd;
}

/* line 6121, ../sass/_legacy.scss */
textarea.input-sm,
textarea.form-control.input-sm,
input.form-control.input-sm,
input[type=text].input-sm,
input[type=password].input-sm,
input[type=email].input-sm,
input[type=number].input-sm,
[type=text].form-control.input-sm,
[type=password].form-control.input-sm,
[type=email].form-control.input-sm,
[type=tel].form-control.input-sm,
[contenteditable].form-control.input-sm {
  font-size: 12px;
}

/* line 6135, ../sass/_legacy.scss */
textarea.input-lg,
textarea.form-control.input-lg,
input.form-control.input-lg,
input[type=text].input-lg,
input[type=password].input-lg,
input[type=email].input-lg,
input[type=number].input-lg,
[type=text].form-control.input-lg,
[type=password].form-control.input-lg,
[type=email].form-control.input-lg,
[type=tel].form-control.input-lg,
[contenteditable].form-control.input-lg {
  font-size: 17px;
}

/* line 6149, ../sass/_legacy.scss */
select,
select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  -moz-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  line-height: 1.5;
}

/* line 6168, ../sass/_legacy.scss */
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

/* line 6172, ../sass/_legacy.scss */
select.input-sm,
select.form-control.input-sm {
  font-size: 12px;
}

/* line 6176, ../sass/_legacy.scss */
select.input-lg,
select.form-control.input-lg {
  font-size: 17px;
}

/* line 6180, ../sass/_legacy.scss */
select:focus,
select.form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  -moz-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
}

/* line 6187, ../sass/_legacy.scss */
select[multiple],
select.form-control[multiple] {
  background: none;
}

/* line 6191, ../sass/_legacy.scss */
.radio label,
.radio-inline label,
.checkbox label,
.checkbox-inline label {
  padding-left: 25px;
}

/* line 6197, ../sass/_legacy.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
}

/* line 6207, ../sass/_legacy.scss */
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
  vertical-align: -4px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* line 6220, ../sass/_legacy.scss */
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}

/* line 6225, ../sass/_legacy.scss */
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  transition: 240ms;
}

/* line 6240, ../sass/_legacy.scss */
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2196f3;
}

/* line 6248, ../sass/_legacy.scss */
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  border: 2px solid #666666;
}

/* line 6253, ../sass/_legacy.scss */
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

/* line 6260, ../sass/_legacy.scss */
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbbbbb;
}

/* line 6265, ../sass/_legacy.scss */
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #2196f3;
}

/* line 6270, ../sass/_legacy.scss */
input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbbbbb;
}

/* line 6278, ../sass/_legacy.scss */
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  vertical-align: -4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* line 6288, ../sass/_legacy.scss */
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}

/* line 6293, ../sass/_legacy.scss */
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  transition: 240ms;
}

/* line 6307, ../sass/_legacy.scss */
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 6324, ../sass/_legacy.scss */
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #2196f3;
  border-color: #2196f3;
}

/* line 6330, ../sass/_legacy.scss */
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #bbbbbb;
}

/* line 6335, ../sass/_legacy.scss */
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #bbbbbb;
  border-color: transparent;
}

/* line 6341, ../sass/_legacy.scss */
.has-warning input:not([type=checkbox]),
.has-warning .form-control,
.has-warning input.form-control[readonly],
.has-warning input[type=text][readonly],
.has-warning [type=text].form-control[readonly],
.has-warning input:not([type=checkbox]):focus,
.has-warning .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #ff9800;
  -moz-box-shadow: inset 0 -2px 0 #ff9800;
  box-shadow: inset 0 -2px 0 #ff9800;
}

/* line 6353, ../sass/_legacy.scss */
.has-error input:not([type=checkbox]),
.has-error .form-control,
.has-error input.form-control[readonly],
.has-error input[type=text][readonly],
.has-error [type=text].form-control[readonly],
.has-error input:not([type=checkbox]):focus,
.has-error .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #e51c23;
  -moz-box-shadow: inset 0 -2px 0 #e51c23;
  box-shadow: inset 0 -2px 0 #e51c23;
}

/* line 6365, ../sass/_legacy.scss */
.has-success input:not([type=checkbox]),
.has-success .form-control,
.has-success input.form-control[readonly],
.has-success input[type=text][readonly],
.has-success [type=text].form-control[readonly],
.has-success input:not([type=checkbox]):focus,
.has-success .form-control:focus {
  border-bottom: none;
  -webkit-box-shadow: inset 0 -2px 0 #4caf50;
  -moz-box-shadow: inset 0 -2px 0 #4caf50;
  box-shadow: inset 0 -2px 0 #4caf50;
}

/* line 6377, ../sass/_legacy.scss */
.has-warning .input-group-addon,
.has-error .input-group-addon,
.has-success .input-group-addon {
  color: #666666;
  border-color: transparent;
  background-color: transparent;
}

/* line 6384, ../sass/_legacy.scss */
.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  margin-right: 0;
  background-color: transparent;
  border: none;
  color: #666666;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  -moz-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 6396, ../sass/_legacy.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus:hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  -moz-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  color: #2196f3;
}

/* line 6404, ../sass/_legacy.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #2196f3;
  -moz-box-shadow: inset 0 -2px 0 #2196f3;
  box-shadow: inset 0 -2px 0 #2196f3;
  color: #2196f3;
}

/* line 6412, ../sass/_legacy.scss */
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus:hover {
  border: none;
  color: #2196f3;
}

/* line 6417, ../sass/_legacy.scss */
.nav-tabs > li.disabled > a {
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  -moz-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
}

/* line 6422, ../sass/_legacy.scss */
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none;
}

/* line 6430, ../sass/_legacy.scss */
.nav-tabs .dropdown-menu {
  margin-top: 0;
}

/* line 6433, ../sass/_legacy.scss */
.dropdown-menu {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 6440, ../sass/_legacy.scss */
.alert {
  border: none;
  color: #fff;
}

/* line 6444, ../sass/_legacy.scss */
.alert-success {
  background-color: #4caf50;
}

/* line 6447, ../sass/_legacy.scss */
.alert-info {
  background-color: #9c27b0;
}

/* line 6450, ../sass/_legacy.scss */
.alert-warning {
  background-color: #ff9800;
}

/* line 6453, ../sass/_legacy.scss */
.alert-danger {
  background-color: #e51c23;
}

/* line 6456, ../sass/_legacy.scss */
.alert a:not(.close),
.alert .alert-link {
  color: #fff;
  font-weight: bold;
}

/* line 6461, ../sass/_legacy.scss */
.alert .close {
  color: #fff;
}

/* line 6464, ../sass/_legacy.scss */
.badge {
  padding: 3px 6px 5px;
}

/* line 6467, ../sass/_legacy.scss */
.progress {
  position: relative;
  z-index: 1;
  height: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 6476, ../sass/_legacy.scss */
.progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 6481, ../sass/_legacy.scss */
.progress-bar:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 6484, ../sass/_legacy.scss */
.progress-bar:last-child:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #cae6fc;
}

/* line 6495, ../sass/_legacy.scss */
.progress-bar-success:last-child.progress-bar:before {
  background-color: #c7e7c8;
}

/* line 6498, ../sass/_legacy.scss */
.progress-bar-info:last-child.progress-bar:before {
  background-color: #edc9f3;
}

/* line 6501, ../sass/_legacy.scss */
.progress-bar-warning:last-child.progress-bar:before {
  background-color: #ffe0b3;
}

/* line 6504, ../sass/_legacy.scss */
.progress-bar-danger:last-child.progress-bar:before {
  background-color: #f28e92;
}

/* line 6507, ../sass/_legacy.scss */
.close {
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 6515, ../sass/_legacy.scss */
.close:hover {
  opacity: 1;
}

/* line 6518, ../sass/_legacy.scss */
.list-group-item {
  padding: 15px;
}

/* line 6521, ../sass/_legacy.scss */
.list-group-item-text {
  color: #bbbbbb;
}

/* line 6524, ../sass/_legacy.scss */
.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 6530, ../sass/_legacy.scss */
.panel {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 6537, ../sass/_legacy.scss */
.panel-heading {
  border-bottom: none;
}

/* line 6540, ../sass/_legacy.scss */
.panel-footer {
  border-top: none;
}

/* line 6543, ../sass/_legacy.scss */
.popover {
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* line 6549, ../sass/_legacy.scss */
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
  color: inherit;
}

/* line 6557, ../sass/_legacy.scss */
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}

/* line 6560, ../sass/_legacy.scss */
html.js fieldset.collapsed {
  height: auto;
}

/* line 6563, ../sass/_legacy.scss */
html.js input.form-autocomplete {
  background-image: none;
}

/* line 6566, ../sass/_legacy.scss */
body {
  position: relative;
}

/* line 6569, ../sass/_legacy.scss */
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}

/* line 6573, ../sass/_legacy.scss */
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}

/* line 6576, ../sass/_legacy.scss */
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}

/* line 6579, ../sass/_legacy.scss */
body.toolbar {
  padding-top: 30px !important;
}

/* line 6582, ../sass/_legacy.scss */
body.toolbar .navbar-fixed-top {
  top: 30px;
}

/* line 6585, ../sass/_legacy.scss */
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}

/* line 6588, ../sass/_legacy.scss */
body.toolbar-drawer {
  padding-top: 64px !important;
}

/* line 6591, ../sass/_legacy.scss */
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}

/* line 6594, ../sass/_legacy.scss */
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}

/* line 6597, ../sass/_legacy.scss */
body.admin-menu .navbar-fixed-top {
  top: 29px;
}

/* line 6600, ../sass/_legacy.scss */
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}

/* line 6603, ../sass/_legacy.scss */
body div#admin-toolbar {
  z-index: 1600;
}

/* line 6606, ../sass/_legacy.scss */
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 6613, ../sass/_legacy.scss */
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}

/* line 6619, ../sass/_legacy.scss */
body #admin-menu .dropdown li {
  line-height: normal;
}

/* line 6622, ../sass/_legacy.scss */
.navbar.container {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  /* line 6626, ../sass/_legacy.scss */
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 6631, ../sass/_legacy.scss */
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 6636, ../sass/_legacy.scss */
  .navbar.container {
    max-width: 1140px;
  }
}
/* line 6640, ../sass/_legacy.scss */
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}

/* line 6645, ../sass/_legacy.scss */
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

/* line 6650, ../sass/_legacy.scss */
#toolbar {
  z-index: 1600;
}

/* line 6653, ../sass/_legacy.scss */
.modal {
  z-index: 1620;
}

/* line 6656, ../sass/_legacy.scss */
.modal-dialog {
  z-index: 1630;
}

/* line 6659, ../sass/_legacy.scss */
.modal-backdrop {
  z-index: 1610;
}

/* line 6662, ../sass/_legacy.scss */
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

/* line 6668, ../sass/_legacy.scss */
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

/* line 6673, ../sass/_legacy.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  /* line 6679, ../sass/_legacy.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
/* line 6684, ../sass/_legacy.scss */
ul.secondary {
  float: left;
}

@media screen and (min-width: 768px) {
  /* line 6688, ../sass/_legacy.scss */
  ul.secondary {
    float: right;
  }
}
/* line 6692, ../sass/_legacy.scss */
.page-header {
  margin-top: 0;
}

/* line 6695, ../sass/_legacy.scss */
.block:first-child h2.block-title {
  margin-top: 0;
}

/* line 6698, ../sass/_legacy.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 6701, ../sass/_legacy.scss */
.region-help > .glyphicon {
  font-size: 17px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}

/* line 6706, ../sass/_legacy.scss */
.region-help .block {
  overflow: hidden;
}

/* line 6709, ../sass/_legacy.scss */
form#search-block-form {
  margin: 0;
}

/* line 6712, ../sass/_legacy.scss */
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}

@media screen and (min-width: 992px) {
  /* line 6717, ../sass/_legacy.scss */
  .navbar #block-search-form {
    float: right;
  }
}
/* line 6721, ../sass/_legacy.scss */
.navbar-search .control-group {
  margin-bottom: 0px;
}

/* line 6724, ../sass/_legacy.scss */
ul.action-links {
  margin: 16px 0;
  padding: 0;
}

/* line 6728, ../sass/_legacy.scss */
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}

/* line 6733, ../sass/_legacy.scss */
ul.action-links .glyphicon {
  padding-right: 0.5em;
}

/* line 6736, ../sass/_legacy.scss */
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}

/* line 6743, ../sass/_legacy.scss */
input.error {
  color: #e51c23;
  border-color: #f7a4af;
}

/* line 6747, ../sass/_legacy.scss */
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}

/* line 6752, ../sass/_legacy.scss */
fieldset .panel-body {
  clear: both;
}

/* line 6755, ../sass/_legacy.scss */
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}

/* line 6761, ../sass/_legacy.scss */
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

/* line 6764, ../sass/_legacy.scss */
.form-actions {
  clear: both;
}

/* line 6767, ../sass/_legacy.scss */
.resizable-textarea textarea {
  border-radius: 3px 3px 0 0;
}

/* line 6770, ../sass/_legacy.scss */
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}

/* line 6774, ../sass/_legacy.scss */
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}

/* line 6778, ../sass/_legacy.scss */
.help-block,
.control-group .help-inline {
  color: #bbbbbb;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

/* line 6785, ../sass/_legacy.scss */
.panel-heading {
  display: block;
}

/* line 6788, ../sass/_legacy.scss */
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

/* line 6792, ../sass/_legacy.scss */
.error {
  color: #e51c23;
}

/* line 6795, ../sass/_legacy.scss */
div.error,
table tr.error {
  background-color: #f9bdbb;
  color: #e51c23;
}

/* line 6800, ../sass/_legacy.scss */
.control-group.error {
  background: none;
}

/* line 6803, ../sass/_legacy.scss */
.control-group.error label,
.control-group.error .control-label {
  color: #e51c23;
  font-weight: 600;
}

/* line 6808, ../sass/_legacy.scss */
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #666666;
  border: 1px solid transparent;
}

/* line 6815, ../sass/_legacy.scss */
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #666666;
}

/* line 6819, ../sass/_legacy.scss */
.list-inline > li.first {
  padding-left: 0;
}

/* line 6822, ../sass/_legacy.scss */
.nav-tabs {
  margin-bottom: 10px;
}

/* line 6825, ../sass/_legacy.scss */
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

/* line 6831, ../sass/_legacy.scss */
.tabs--secondary {
  margin: 0 0 10px;
}

/* line 6834, ../sass/_legacy.scss */
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

/* line 6840, ../sass/_legacy.scss */
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}

/* line 6846, ../sass/_legacy.scss */
.password-strength-title {
  display: inline;
}

/* line 6849, ../sass/_legacy.scss */
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}

/* line 6854, ../sass/_legacy.scss */
.password-indicator {
  background-color: #b6b6b6;
  height: 0.3em;
  width: 100%;
}

/* line 6859, ../sass/_legacy.scss */
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #bbbbbb;
}

/* line 6864, ../sass/_legacy.scss */
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}

/* line 6869, ../sass/_legacy.scss */
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}

/* line 6876, ../sass/_legacy.scss */
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}

/* line 6882, ../sass/_legacy.scss */
div.password-suggestions ul {
  margin-bottom: 0;
}

/* line 6885, ../sass/_legacy.scss */
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}

/* line 6892, ../sass/_legacy.scss */
.progress-wrapper .progress {
  margin-bottom: 10px;
}

/* line 6895, ../sass/_legacy.scss */
.pagination ul > li > a.progress-disabled {
  float: left;
}

/* line 6898, ../sass/_legacy.scss */
.form-autocomplete .glyphicon {
  color: #bbbbbb;
  font-size: 120%;
}

/* line 6902, ../sass/_legacy.scss */
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #2196f3;
}

/* line 6905, ../sass/_legacy.scss */
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}

/* line 6908, ../sass/_legacy.scss */
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}

/* line 6912, ../sass/_legacy.scss */
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/* line 6919, ../sass/_legacy.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* line 6963, ../sass/_legacy.scss */
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}

/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
/* line 6975, ../sass/_legacy.scss */
.tabbable {
  margin-bottom: 20px;
}

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

/* line 6983, ../sass/_legacy.scss */
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #bbbbbb;
  font-size: 12px;
}

/* line 6989, ../sass/_legacy.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 6992, ../sass/_legacy.scss */
.tab-content > .active {
  display: block;
}

/* line 6995, ../sass/_legacy.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid transparent;
}

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

/* line 7002, ../sass/_legacy.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 3px 3px;
}

/* line 7005, ../sass/_legacy.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 7010, ../sass/_legacy.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
}

/* line 7015, ../sass/_legacy.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

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

/* line 7024, ../sass/_legacy.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}

/* line 7028, ../sass/_legacy.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 7033, ../sass/_legacy.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}

/* line 7037, ../sass/_legacy.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 3px 3px 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  overflow: hidden;
  padding: 10px 15px;
}

/* line 7047, ../sass/_legacy.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}

/* line 7051, ../sass/_legacy.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 3px 0 0 3px;
}

/* line 7054, ../sass/_legacy.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee transparent #eeeeee #eeeeee;
}

/* line 7058, ../sass/_legacy.scss */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7066, ../sass/_legacy.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}

/* line 7070, ../sass/_legacy.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 3px 3px 0;
}

/* line 7073, ../sass/_legacy.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee transparent;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 7080, ../sass/_legacy.scss */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: transparent transparent transparent transparent;
}

/* line 7085, ../sass/_legacy.scss */
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

/* line 7091, ../sass/_legacy.scss */
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}

/* line 7095, ../sass/_legacy.scss */
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

/* line 7099, ../sass/_legacy.scss */
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

/* line 7103, ../sass/_legacy.scss */
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  /* line 7114, ../sass/_legacy.scss */
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
/* line 7119, ../sass/_legacy.scss */
.alert a {
  font-weight: bold;
}

/* line 7122, ../sass/_legacy.scss */
.alert-success a {
  color: #3d8b40;
}

/* line 7125, ../sass/_legacy.scss */
.alert-info a {
  color: #771e86;
}

/* line 7128, ../sass/_legacy.scss */
.alert-warning a {
  color: #cc7a00;
}

/* line 7131, ../sass/_legacy.scss */
.alert-danger a {
  color: #b9151b;
}

/* line 7134, ../sass/_legacy.scss */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* line 7137, ../sass/_legacy.scss */
ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../sass/base/_base.scss */
body {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  background: #fffcf6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmJmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fffbf3));
  background-image: -moz-linear-gradient(top, #ffffff, #fffbf3);
  background-image: -webkit-linear-gradient(top, #ffffff, #fffbf3);
  background-image: linear-gradient(to bottom, #ffffff, #fffbf3);
}
@media (min-width: 1280px) {
  /* line 1, ../sass/base/_base.scss */
  body {
    overflow-x: hidden;
  }
}

/* line 16, ../sass/base/_base.scss */
h1, h2, h3, h4 {
  color: #000;
}

/* line 21, ../sass/base/_base.scss */
h1 {
  font-size: 2.286em;
  font-weight: 300;
}

/* line 26, ../sass/base/_base.scss */
h2 {
  font-size: 1.429em;
  margin-bottom: 1em;
}

/* line 31, ../sass/base/_base.scss */
h3 {
  font-size: 1.286em;
}

/* line 35, ../sass/base/_base.scss */
h4 {
  font-size: 1.125em;
}

/* line 40, ../sass/base/_base.scss */
p {
  line-height: 1.5;
}

/* line 44, ../sass/base/_base.scss */
a {
  color: #eb554a;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 48, ../sass/base/_base.scss */
a:hover, a:focus {
  color: #ba2015;
  text-decoration: none;
}

/* line 55, ../sass/base/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 60, ../sass/base/_base.scss */
textarea,
textarea.form-control,
input.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
[type=text].form-control,
[type=password].form-control,
[type=email].form-control,
[type=tel].form-control,
[contenteditable].form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5em 1em;
  border: 1px solid #e3e2e0;
}
/* line 76, ../sass/base/_base.scss */
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  -moz-box-shadow: inset 0 -2px 0 #009964;
  -webkit-box-shadow: inset 0 -2px 0 #009964;
  box-shadow: inset 0 -2px 0 #009964;
  background-color: #fff;
}

/* line 86, ../sass/base/_base.scss */
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #009964;
  border-color: #009964;
}

/* line 30, ../sass/base/_climate.scss */
.banner-image {
  width: 100%;
}

/* line 34, ../sass/base/_climate.scss */
#search-block-form .input-group {
  max-width: 200px;
  float: right;
}

/* line 40, ../sass/base/_climate.scss */
#search-block-form .input-group input, #search-block-form .input-group span {
  margin-top: 10px;
}

/* line 45, ../sass/base/_climate.scss */
.white {
  background-color: #fff;
}

/* line 49, ../sass/base/_climate.scss */
.grey {
  background-color: #f2f2f2;
}

/* line 53, ../sass/base/_climate.scss */
ul {
  padding-left: 1em;
}

/* line 57, ../sass/base/_climate.scss */
.container.white, .container.grey, .grey .container, .white .container {
  padding: 2.5em 0;
}

/* line 65, ../sass/base/_climate.scss */
#myCarousel {
  max-width: 100%;
}

/* line 69, ../sass/base/_climate.scss */
.partner-logos {
  margin: 0 auto;
}

/* line 73, ../sass/base/_climate.scss */
.partner-logos img {
  width: 250px;
}

/* line 78, ../sass/base/_climate.scss */
.img-responsive.front-icons {
  max-height: 200px;
}

/* line 82, ../sass/base/_climate.scss */
.pccp-sections .thumbnail {
  border: none !important;
}

/* line 86, ../sass/base/_climate.scss */
.front-slide-image {
  height: 350px;
  width: 100%;
}

/* line 91, ../sass/base/_climate.scss */
.carousel-inner .container {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 100, ../sass/base/_climate.scss */
.views-row {
  margin-bottom: 10px;
}

/* line 104, ../sass/base/_climate.scss */
input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  vertical-align: top;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin-right: .5em;
  display: inline-block;
  margin: .2em .5em 0 0;
}

/* line 112, ../sass/base/_climate.scss */
input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before, .checkbox-inline input[type="checkbox"]:checked:before {
  width: 5px;
  height: 10px;
  top: 1px;
  left: 4px;
}

/* line 119, ../sass/base/_climate.scss */
input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 0px;
  margin-right: 5px;
  border: none;
  border-radius: 1px;
  -webkit-transition: 240ms;
  transition: 240ms;
}

/* line 132, ../sass/base/_climate.scss */
.country-header {
  margin-bottom: 20px;
}

/* line 136, ../sass/base/_climate.scss */
.panel-front {
  min-height: 450px !important;
}

/* line 140, ../sass/base/_climate.scss */
.row.large-icons .panel-body {
  height: 250px !important;
}

/* line 145, ../sass/base/_climate.scss */
.panel-side-small .panel-body {
  min-height: 213px !important;
}

/* line 150, ../sass/base/_climate.scss */
.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  min-height: 100px;
  border-top: none !important;
}

/* line 155, ../sass/base/_climate.scss */
.motif-bg-white-1 {
  background-image: url(/sites/all/themes/climatestarter/images/tonga_bg_2_white.png);
  background-repeat: repeat;
}

/* line 159, ../sass/base/_climate.scss */
.motif-bg-white-2 {
  background-image: url(/sites/all/themes/climatestarter/images/tonga_bg_3_white.png);
  background-repeat: repeat;
}

/* line 163, ../sass/base/_climate.scss */
.motif-bg-dark-1 {
  background-image: url(/sites/all/themes/climatestarter/images/tonga_bg_2_black10.png);
  background-repeat: repeat;
}

/* line 167, ../sass/base/_climate.scss */
.motif-bg-dark-2 {
  background-image: url(/sites/all/themes/climatestarter/images/tonga_bg_3_black10.png);
  background-repeat: repeat;
}

/* line 172, ../sass/base/_climate.scss */
.motif-right {
  background-image: url(/sites/all/themes/climatestarter/images/motif-right_10.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

/* line 177, ../sass/base/_climate.scss */
.motif-left {
  background-image: url(/sites/all/themes/climatestarter/images/motif-left_10.png);
  background-repeat: no-repeat;
  background-position: 30px center;
}

/* line 183, ../sass/base/_climate.scss */
.front-page-panel {
  text-align: center;
}

/* line 187, ../sass/base/_climate.scss */
.front-page-panel p {
  font-size: 1.3em;
  font-weight: 300;
}

/* line 191, ../sass/base/_climate.scss */
#edit-search-block-form--2 {
  color: #fff !important;
  border: 1px solid #ccc;
  padding: 5px;
  padding-left: 10px;
}

/* line 199, ../sass/base/_climate.scss */
.btn-orange {
  background-color: #ff8601;
  color: white;
}

/* line 203, ../sass/base/_climate.scss */
.btn-orange:hover {
  background-color: #f37f00;
  color: white;
}

/* line 208, ../sass/base/_climate.scss */
span.sitesearch input {
  padding-left: 25px;
}

/* line 211, ../sass/base/_climate.scss */
span.sitesearch :before {
  opacity: .8;
  height: 100%;
  width: 25px;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  position: absolute;
  content: "\e008";
  font-family: 'Glyphicons Search';
  font-style: normal;
  font-weight: 400;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
}

/* line 227, ../sass/base/_climate.scss */
.field-name-field-cover-image img {
  max-width: 150px !important;
  max-height: 150px !important;
}

/* line 232, ../sass/base/_climate.scss */
.panel-pccp-orange {
  background-color: #FA8625;
  color: #fff;
}

/* line 236, ../sass/base/_climate.scss */
.panel-pccp-orange h4 {
  color: #fff;
}

/* line 241, ../sass/base/_climate.scss */
.view .date-nav-wrapper .date-prev {
  right: 75px;
}

/* line 245, ../sass/base/_climate.scss */
.views-exposed-form input {
  border: 1px solid #ddd !important;
}

/* line 249, ../sass/base/_climate.scss */
.crop-logo {
  padding-right: 20px;
  padding-botton: 10px !important;
}

/* line 254, ../sass/base/_climate.scss */
.front-page-search input.form-control {
  background: white;
  padding: 1em;
}

/* No files to import found in layouts/*.scss */
/* line 2, ../sass/components/_accordion.scss */
.group-right .ui-widget {
  font-family: inherit;
}
/* line 6, ../sass/components/_accordion.scss */
.group-right .ui-state-default {
  background: none;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  background-color: #7fcaac;
}
@media (min-width: 1024px) {
  /* line 6, ../sass/components/_accordion.scss */
  .group-right .ui-state-default {
    background-color: transparent;
    border-bottom: 1px solid #b4b1ab;
  }
}
/* line 19, ../sass/components/_accordion.scss */
.group-right .ui-state-default a, .group-right .ui-state-default .ui-icon {
  color: #416355;
}
@media (min-width: 1024px) {
  /* line 19, ../sass/components/_accordion.scss */
  .group-right .ui-state-default a, .group-right .ui-state-default .ui-icon {
    color: #b4b1ab;
  }
}
/* line 26, ../sass/components/_accordion.scss */
.group-right .ui-state-default .ui-icon {
  background: none;
  text-indent: 0;
  font-size: 1.25em;
  height: 26px;
  margin-top: -13px;
}
/* line 36, ../sass/components/_accordion.scss */
.group-right .ui-state-default .ui-icon-triangle-1-e:before {
  content: '+';
}
/* line 42, ../sass/components/_accordion.scss */
.group-right .ui-state-default .ui-icon-triangle-1-s:before {
  content: '-';
}
/* line 50, ../sass/components/_accordion.scss */
.group-right .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  left: auto;
  right: 0.5em;
}
/* line 64, ../sass/components/_accordion.scss */
.group-right .ui-state-active {
  border-bottom: 1px solid #000;
}
@media (min-width: 1024px) {
  /* line 64, ../sass/components/_accordion.scss */
  .group-right .ui-state-active {
    border-bottom-color: #eb554a;
  }
}
/* line 70, ../sass/components/_accordion.scss */
.group-right .ui-state-active a, .group-right .ui-state-active .ui-icon {
  color: #000;
}
@media (min-width: 1024px) {
  /* line 70, ../sass/components/_accordion.scss */
  .group-right .ui-state-active a, .group-right .ui-state-active .ui-icon {
    color: #eb554a;
  }
}
/* line 78, ../sass/components/_accordion.scss */
.group-right .ui-widget-content {
  border: 0;
  background: none;
  color: inherit;
  font-size: 0.875em;
  padding: 0;
}

/* line 3, ../sass/components/_adaptation.scss */
.node-type-adaptation-action .group-left .field-label {
  padding-bottom: 0.5em;
}

/* line 1, ../sass/components/_admin_menu.scss */
#admin-menu {
  font-size: 0.8em;
}

/* line 2, ../sass/components/_announcement.scss */
.node-type-announcement .main-content {
  padding-bottom: 6em;
}

/* line 10, ../sass/components/_announcement.scss */
.view-announcements h2 {
  margin-top: 0;
}
/* line 14, ../sass/components/_announcement.scss */
.view-announcements .views-row {
  margin-top: 0;
}

/* line 20, ../sass/components/_announcement.scss */
.node-announcement h2 {
  font-size: 1.143em;
  font-weight: 500;
}
/* line 24, ../sass/components/_announcement.scss */
.node-announcement h2 a {
  color: #000;
}
/* line 27, ../sass/components/_announcement.scss */
.node-announcement h2 a:hover {
  color: #eb554a;
}
@media (min-width: 768px) {
  /* line 34, ../sass/components/_announcement.scss */
  .node-announcement.node-promoted > header, .node-announcement.node-promoted > .field {
    width: 54%;
    float: right;
    padding-left: 3em;
  }
}
/* line 43, ../sass/components/_announcement.scss */
.node-announcement.node-promoted > .field-name-field-image-file {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  /* line 43, ../sass/components/_announcement.scss */
  .node-announcement.node-promoted > .field-name-field-image-file {
    width: 46%;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
  }
}
/* line 52, ../sass/components/_announcement.scss */
.node-announcement.node-promoted > .field-name-field-image-file img {
  width: 100%;
}
/* line 59, ../sass/components/_announcement.scss */
.node-announcement .field-name-field-url {
  padding-top: 1em;
  text-align: right;
}
/* line 63, ../sass/components/_announcement.scss */
.node-announcement .field-name-field-url a {
  display: inline-block;
  border: 2px solid #eb554a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.85em 2em;
}
/* line 70, ../sass/components/_announcement.scss */
.node-announcement .field-name-field-url a:hover {
  text-decoration: none;
  background-color: #eb554a;
  color: #fff;
}

/* line 5, ../sass/components/_breadcrumb.scss */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  float: left;
  max-width: 75%;
  padding-left: 0;
  padding-right: 0;
}
/* line 18, ../sass/components/_breadcrumb.scss */
.breadcrumb a {
  color: #fff;
}

/* line 23, ../sass/components/_breadcrumb.scss */
.bread-holder {
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  /* line 23, ../sass/components/_breadcrumb.scss */
  .bread-holder {
    margin: 0 auto;
    width: 85%;
  }
}
@media (min-width: 1280px) {
  /* line 34, ../sass/components/_breadcrumb.scss */
  .bread-holder:before, .bread-holder:after {
    content: '';
    display: block;
    background-color: #000;
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    -moz-box-shadow: 6px -2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 6px -2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 6px -2px 4px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1280px) {
  /* line 49, ../sass/components/_breadcrumb.scss */
  .bread-holder:before {
    left: -15%;
    -moz-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
    -webkit-transform: rotateZ(12deg);
    transform: rotateZ(12deg);
    transform-origin: 100% 100%;
  }
}
@media (min-width: 1280px) {
  /* line 57, ../sass/components/_breadcrumb.scss */
  .bread-holder:after {
    right: -15%;
    -moz-transform: rotateZ(-12deg);
    -ms-transform: rotateZ(-12deg);
    -webkit-transform: rotateZ(-12deg);
    transform: rotateZ(-12deg);
    transform-origin: 0 100%;
  }
}
/* line 65, ../sass/components/_breadcrumb.scss */
.bread-holder > .container {
  width: 95%;
}

/* line 70, ../sass/components/_breadcrumb.scss */
.page-iconlinks {
  float: right;
}
/* line 73, ../sass/components/_breadcrumb.scss */
.page-iconlinks a {
  color: #fff;
}

/* line 1, ../sass/components/_buttons.scss */
.btn, .pane-current-search-regional-search .current-search-reset, .pane-current-search-regional-search li, .facetapi-limit-link {
  display: inline-block;
  border: 2px solid #eb554a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5em 1em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #eb554a;
  background-color: transparent;
  border-radius: 0;
}
/* line 12, ../sass/components/_buttons.scss */
.btn:hover, .pane-current-search-regional-search .current-search-reset:hover, .pane-current-search-regional-search li:hover, .facetapi-limit-link:hover {
  text-decoration: none;
  background-color: #eb554a;
  color: #fff;
  border-color: #eb554a;
}

/* line 2, ../sass/components/_calendar.scss */
.calendar-calendar .month-view .has-events {
  background-color: #74a5d7;
}

/* line 2, ../sass/components/_document.scss */
.node-document .group-bottom {
  padding-top: 2em;
}
/* line 6, ../sass/components/_document.scss */
.node-document .group-files {
  /* force wrapping */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*word-break: break-all;*/
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 28, ../sass/components/_document.scss */
.field-item .node-document {
  border: 1px dashed #e3e2e0;
  position: relative;
  margin: 0 0 2em 6px;
  padding: 1em 1em 1em 120px;
}
/* line 34, ../sass/components/_document.scss */
.field-item .node-document h4 {
  margin: 0 0 5px;
  font-style: italic;
}
/* line 39, ../sass/components/_document.scss */
.field-item .node-document .field-name-field-cover-image {
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -50px;
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
/* line 47, ../sass/components/_document.scss */
.field-item .node-document .field-name-field-document-files,
.field-item .node-document .field-name-field-publication-day-month {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}

/* line 58, ../sass/components/_document.scss */
.group-right .ui-widget-content .field-name-field-related-documents-entity {
  padding-left: 0;
}
@media (min-width: 1024px) {
  /* line 58, ../sass/components/_document.scss */
  .group-right .ui-widget-content .field-name-field-related-documents-entity {
    padding-left: 2.2em;
  }
}

/* line 2, ../sass/components/_facets.scss */
.facetapi-topic-tree > li {
  position: relative;
  margin-bottom: 0.5em;
}
/* line 8, ../sass/components/_facets.scss */
.facetapi-topic-tree > li li {
  padding-left: 6px;
  margin: 0.25em 0;
}
/* line 12, ../sass/components/_facets.scss */
.facetapi-topic-tree .toggle {
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  position: absolute;
  left: -20px;
  font-style: normal;
  cursor: pointer;
}
/* line 22, ../sass/components/_facets.scss */
.facetapi-topic-tree .facetapi-facet {
  display: inline;
}

/* line 28, ../sass/components/_facets.scss */
.pane-current-search-regional-search .current-search-label {
  font-weight: bold;
}
/* line 31, ../sass/components/_facets.scss */
.pane-current-search-regional-search .current-search-item {
  display: inline-block;
}
/* line 34, ../sass/components/_facets.scss */
.pane-current-search-regional-search .current-search-reset {
  margin-left: 20px;
}
/* line 38, ../sass/components/_facets.scss */
.pane-current-search-regional-search ul {
  margin: 0;
}
/* line 44, ../sass/components/_facets.scss */
.pane-current-search-regional-search .pane-content {
  padding: 15px;
}

/* line 1, ../sass/components/_footer.scss */
.footer {
  margin-top: 0;
  border-top: 0;
  color: #fff;
  background: url(../images/footer-tile.jpg) repeat;
}
/* line 7, ../sass/components/_footer.scss */
.footer .block-title {
  font-size: 1.286em;
  color: #fff;
  margin-bottom: 1em;
}
/* line 12, ../sass/components/_footer.scss */
.footer .block-title:after {
  content: '';
  display: block;
  width: 16%;
  height: 1px;
  background: #979797;
  margin-top: 0.45em;
}
/* line 22, ../sass/components/_footer.scss */
.footer .views-field-title {
  font-size: 1em;
  margin-bottom: 0;
}
/* line 26, ../sass/components/_footer.scss */
.footer .views-field-title:after {
  content: '\2013';
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
/* line 34, ../sass/components/_footer.scss */
.footer .views-row {
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 40, ../sass/components/_footer.scss */
.footer ul {
  list-style: none;
  padding-left: 0;
}
/* line 45, ../sass/components/_footer.scss */
.footer a {
  color: #fff;
  font-weight: normal;
}
/* line 49, ../sass/components/_footer.scss */
.footer a:hover {
  color: #F5BFBB;
}

/* line 55, ../sass/components/_footer.scss */
.footer-columns {
  overflow: hidden;
  padding-bottom: 3em;
  border-bottom: 1px solid #979797;
}
/* line 60, ../sass/components/_footer.scss */
.footer-columns .views-row {
  line-height: 1.2;
  padding-bottom: 0.5em;
}
/* line 65, ../sass/components/_footer.scss */
.footer-columns .views-field {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 71, ../sass/components/_footer.scss */
  .footer-left,
  .footer-middle,
  .footer-right {
    float: left;
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  /* line 80, ../sass/components/_footer.scss */
  .footer-left {
    padding-right: 2em;
  }
}

@media (min-width: 768px) {
  /* line 86, ../sass/components/_footer.scss */
  .footer-middle {
    padding: 0 1em;
  }
}

@media (min-width: 768px) {
  /* line 92, ../sass/components/_footer.scss */
  .footer-right {
    padding-left: 2em;
  }
}

/* line 98, ../sass/components/_footer.scss */
.footer-bottom {
  padding-top: 1em;
}

/* line 102, ../sass/components/_footer.scss */
.footer-menu {
  padding-top: 1em;
}
@media (min-width: 768px) {
  /* line 102, ../sass/components/_footer.scss */
  .footer-menu {
    text-align: right;
    padding-top: 0;
  }
}
/* line 109, ../sass/components/_footer.scss */
.footer-menu > a, .footer-menu > .links {
  display: inline-block;
}
/* line 113, ../sass/components/_footer.scss */
.footer-menu > .links {
  margin: 0;
}
/* line 116, ../sass/components/_footer.scss */
.footer-menu > .links li {
  display: inline-block;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  /* line 116, ../sass/components/_footer.scss */
  .footer-menu > .links li {
    margin-left: 3em;
  }
}

/* line 1, ../sass/components/_glossary.scss */
#glossary {
  min-height: 20em;
}

/* line 5, ../sass/components/_glossary.scss */
.lexicon-links {
  background-color: transparent;
  padding-bottom: 1em;
  color: #fffcf6;
  text-align: left;
}
/* line 11, ../sass/components/_glossary.scss */
.lexicon-links a {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  padding: 5px 0;
  background-color: #eb554a;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  margin: 0 1px 5px 0;
  text-align: center;
  font-size: 1.25em;
}
/* line 25, ../sass/components/_glossary.scss */
.lexicon-links a:hover {
  background-color: #ba2015;
}
/* line 29, ../sass/components/_glossary.scss */
.lexicon-links a.active {
  background-color: #b4b1ab;
}

/* line 35, ../sass/components/_glossary.scss */
.lexicon-list {
  border-top: 1px solid #e3e2e0;
  margin-top: 2em;
}
/* line 39, ../sass/components/_glossary.scss */
.lexicon-list dt {
  border-top: 1px dashed #e3e2e0;
  padding-top: 1em;
  margin-top: 1em;
}

/* line 46, ../sass/components/_glossary.scss */
.lexicon_go_to_top_link {
  float: right;
  border: 2px solid #eb554a;
  margin: 2em 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px  10px;
}
/* line 55, ../sass/components/_glossary.scss */
.lexicon_go_to_top_link:hover {
  background-color: #eb554a;
  color: #fff;
}

/* line 61, ../sass/components/_glossary.scss */
.lexicon-admin-links {
  padding-bottom: 2em;
}
/* line 64, ../sass/components/_glossary.scss */
.lexicon-admin-links .links {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #e3e2e0;
  overflow: hidden;
}
/* line 71, ../sass/components/_glossary.scss */
.lexicon-admin-links li {
  float: left;
}
/* line 75, ../sass/components/_glossary.scss */
.lexicon-admin-links li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #b4b1ab;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 82, ../sass/components/_glossary.scss */
.lexicon-admin-links li a:hover {
  border-color: #eb554a;
}

/* line 1, ../sass/components/_header.scss */
.header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#052900+0,0a5112+100 */
  background: #052900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #052900 0%, #0a5112 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #052900 0%, #0a5112 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #052900 0%, #0a5112 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052900', endColorstr='#0a5112',GradientType=0 );
  /* IE6-9 */
}

/* line 18, ../sass/components/_header.scss */
.logo {
  padding-bottom: 2em;
  position: relative;
  text-align: center;
}

/* line 29, ../sass/components/_header.scss */
.logo-2 {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  /* line 29, ../sass/components/_header.scss */
  .logo-2 {
    display: block;
  }
}

/* line 39, ../sass/components/_header.scss */
.alert {
  margin-top: 1em;
}

/* line 1, ../sass/components/_home.scss */
.panel-col-top .pane-title,
.panel-col-bottom .pane-content > h2 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #eb554a;
  position: relative;
  margin-bottom: 0;
}
/* line 10, ../sass/components/_home.scss */
.panel-col-top .pane-title:before,
.panel-col-bottom .pane-content > h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 4px solid #eb554a;
  border-bottom-width: 4px;
}

@media (min-width: 768px) {
  /* line 25, ../sass/components/_home.scss */
  .view-recent-news,
  .front .bottomcols-wrapper {
    text-align: center;
    overflow: hidden;
  }
}
/* line 32, ../sass/components/_home.scss */
.view-recent-news .img-responsive,
.front .bottomcols-wrapper .img-responsive {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 37, ../sass/components/_home.scss */
  .view-recent-news .views-row,
  .front .bottomcols-wrapper .panel-panel {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: left;
  }
}

@media (min-width: 768px) {
  /* line 47, ../sass/components/_home.scss */
  .view-recent-news .views-row-first,
  .front .bottomcols-wrapper .panel-col-first {
    float: left;
  }
}

@media (min-width: 768px) {
  /* line 54, ../sass/components/_home.scss */
  .view-recent-news .views-row-last,
  .front .bottomcols-wrapper .panel-col-last {
    float: right;
  }
}

/* line 61, ../sass/components/_home.scss */
.view-recent-news .views-field-title,
.front .bottomcols-wrapper h3 {
  font-size: 1.143em;
  font-weight: 500;
  padding-bottom: 1em;
  margin-bottom: 0;
}

/* line 69, ../sass/components/_home.scss */
.view-recent-news {
  padding: 2em 0;
  border-bottom: 1px solid #e3e2e0;
}
/* line 73, ../sass/components/_home.scss */
.view-recent-news .views-row {
  padding-bottom: 1em;
}
/* line 77, ../sass/components/_home.scss */
.view-recent-news ul {
  list-style: none;
  padding: 0;
}
/* line 84, ../sass/components/_home.scss */
.view-recent-news .views-field-title a {
  color: #000;
}
/* line 87, ../sass/components/_home.scss */
.view-recent-news .views-field-title a:hover {
  color: #eb554a;
}
/* line 93, ../sass/components/_home.scss */
.view-recent-news .view-footer {
  clear: both;
  float: right;
  font-weight: bold;
  font-size: 1.1em;
}

/* line 101, ../sass/components/_home.scss */
.front .bottomcols-wrapper {
  border-top: 1px solid #e3e2e0;
  margin-top: -3px;
  padding: 2em 0 5em;
  position: relative;
}
@media (min-width: 768px) {
  /* line 107, ../sass/components/_home.scss */
  .front .bottomcols-wrapper:before {
    content: '';
    display: block;
    width: 30%;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
  }
}
/* line 120, ../sass/components/_home.scss */
.front .bottomcols-wrapper .panel-panel {
  padding-bottom: 2em;
}

/* line 126, ../sass/components/_home.scss */
.featured-content-link h3 {
  margin-top: 1em;
}
/* line 130, ../sass/components/_home.scss */
.featured-content-link img {
  width: 100%;
  border: 4px solid transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 136, ../sass/components/_home.scss */
.featured-content-link > a {
  color: #525252;
}
/* line 139, ../sass/components/_home.scss */
.featured-content-link > a:hover, .featured-content-link > a:focus {
  text-decoration: none;
}
/* line 143, ../sass/components/_home.scss */
.featured-content-link > a:hover h3, .featured-content-link > a:focus h3 {
  color: #eb554a;
}
/* line 147, ../sass/components/_home.scss */
.featured-content-link > a:hover img, .featured-content-link > a:focus img {
  border-color: #b4b1ab;
}

/* line 1, ../sass/components/_icons.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* line 15, ../sass/components/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 18, ../sass/components/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 21, ../sass/components/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 24, ../sass/components/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 27, ../sass/components/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 30, ../sass/components/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 33, ../sass/components/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 36, ../sass/components/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 39, ../sass/components/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 42, ../sass/components/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 45, ../sass/components/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 48, ../sass/components/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 51, ../sass/components/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 56, ../sass/components/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 59, ../sass/components/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 62, ../sass/components/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 65, ../sass/components/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 68, ../sass/components/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 72, ../sass/components/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 75, ../sass/components/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 78, ../sass/components/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 81, ../sass/components/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 84, ../sass/components/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 87, ../sass/components/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 90, ../sass/components/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 93, ../sass/components/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 96, ../sass/components/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 99, ../sass/components/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 102, ../sass/components/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 106, ../sass/components/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 109, ../sass/components/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 112, ../sass/components/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 115, ../sass/components/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 118, ../sass/components/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 121, ../sass/components/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 124, ../sass/components/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 127, ../sass/components/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 130, ../sass/components/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 133, ../sass/components/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 136, ../sass/components/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 139, ../sass/components/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 142, ../sass/components/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 145, ../sass/components/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 148, ../sass/components/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 151, ../sass/components/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 154, ../sass/components/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 157, ../sass/components/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 160, ../sass/components/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 163, ../sass/components/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 166, ../sass/components/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 169, ../sass/components/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 172, ../sass/components/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 175, ../sass/components/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 178, ../sass/components/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 181, ../sass/components/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 184, ../sass/components/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 188, ../sass/components/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 191, ../sass/components/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 194, ../sass/components/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 199, ../sass/components/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 202, ../sass/components/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 205, ../sass/components/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 208, ../sass/components/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 211, ../sass/components/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 215, ../sass/components/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 218, ../sass/components/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 221, ../sass/components/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 224, ../sass/components/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 227, ../sass/components/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 230, ../sass/components/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 233, ../sass/components/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 236, ../sass/components/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 239, ../sass/components/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 242, ../sass/components/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 245, ../sass/components/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 248, ../sass/components/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 251, ../sass/components/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 254, ../sass/components/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 257, ../sass/components/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 260, ../sass/components/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 263, ../sass/components/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 266, ../sass/components/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 269, ../sass/components/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 272, ../sass/components/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 275, ../sass/components/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 278, ../sass/components/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 281, ../sass/components/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 284, ../sass/components/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 287, ../sass/components/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 290, ../sass/components/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 293, ../sass/components/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 296, ../sass/components/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 299, ../sass/components/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 302, ../sass/components/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 306, ../sass/components/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 309, ../sass/components/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 312, ../sass/components/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 315, ../sass/components/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 318, ../sass/components/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 321, ../sass/components/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 324, ../sass/components/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 327, ../sass/components/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 330, ../sass/components/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 333, ../sass/components/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 336, ../sass/components/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 339, ../sass/components/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 343, ../sass/components/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 346, ../sass/components/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 349, ../sass/components/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 352, ../sass/components/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 355, ../sass/components/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 358, ../sass/components/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 361, ../sass/components/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 364, ../sass/components/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 367, ../sass/components/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 370, ../sass/components/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 373, ../sass/components/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 376, ../sass/components/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 379, ../sass/components/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 382, ../sass/components/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 386, ../sass/components/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 389, ../sass/components/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 392, ../sass/components/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 395, ../sass/components/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 398, ../sass/components/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 402, ../sass/components/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 405, ../sass/components/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 408, ../sass/components/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 411, ../sass/components/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 414, ../sass/components/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 417, ../sass/components/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 420, ../sass/components/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 423, ../sass/components/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 426, ../sass/components/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 429, ../sass/components/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 432, ../sass/components/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 435, ../sass/components/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 438, ../sass/components/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 441, ../sass/components/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 444, ../sass/components/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 447, ../sass/components/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 450, ../sass/components/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 453, ../sass/components/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 456, ../sass/components/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 459, ../sass/components/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 463, ../sass/components/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 466, ../sass/components/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 469, ../sass/components/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 472, ../sass/components/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 476, ../sass/components/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 479, ../sass/components/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 482, ../sass/components/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 485, ../sass/components/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 488, ../sass/components/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 491, ../sass/components/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 494, ../sass/components/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 497, ../sass/components/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 500, ../sass/components/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 503, ../sass/components/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 506, ../sass/components/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 509, ../sass/components/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 512, ../sass/components/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 515, ../sass/components/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 518, ../sass/components/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 521, ../sass/components/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 524, ../sass/components/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 527, ../sass/components/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 530, ../sass/components/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 534, ../sass/components/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 538, ../sass/components/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 541, ../sass/components/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 544, ../sass/components/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 548, ../sass/components/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 552, ../sass/components/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 555, ../sass/components/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 559, ../sass/components/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 562, ../sass/components/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 567, ../sass/components/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 570, ../sass/components/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 573, ../sass/components/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 576, ../sass/components/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 579, ../sass/components/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 582, ../sass/components/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 585, ../sass/components/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 588, ../sass/components/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 591, ../sass/components/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 594, ../sass/components/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 597, ../sass/components/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 600, ../sass/components/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 603, ../sass/components/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 606, ../sass/components/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 609, ../sass/components/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 612, ../sass/components/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 615, ../sass/components/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 618, ../sass/components/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 622, ../sass/components/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 626, ../sass/components/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 630, ../sass/components/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 633, ../sass/components/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 636, ../sass/components/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 640, ../sass/components/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 644, ../sass/components/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 648, ../sass/components/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 651, ../sass/components/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 654, ../sass/components/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 658, ../sass/components/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 661, ../sass/components/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 664, ../sass/components/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 668, ../sass/components/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 671, ../sass/components/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 674, ../sass/components/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 677, ../sass/components/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 680, ../sass/components/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 683, ../sass/components/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 686, ../sass/components/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 689, ../sass/components/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 692, ../sass/components/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 695, ../sass/components/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 698, ../sass/components/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 701, ../sass/components/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 704, ../sass/components/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 707, ../sass/components/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 710, ../sass/components/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 713, ../sass/components/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 716, ../sass/components/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 719, ../sass/components/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 722, ../sass/components/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 725, ../sass/components/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 728, ../sass/components/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 731, ../sass/components/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 734, ../sass/components/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 737, ../sass/components/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 740, ../sass/components/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 743, ../sass/components/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 746, ../sass/components/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 749, ../sass/components/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 752, ../sass/components/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 755, ../sass/components/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 758, ../sass/components/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 762, ../sass/components/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 765, ../sass/components/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 768, ../sass/components/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 771, ../sass/components/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 774, ../sass/components/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 777, ../sass/components/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 781, ../sass/components/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 784, ../sass/components/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 787, ../sass/components/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 790, ../sass/components/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 793, ../sass/components/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 796, ../sass/components/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 799, ../sass/components/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 802, ../sass/components/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 805, ../sass/components/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 808, ../sass/components/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 811, ../sass/components/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 814, ../sass/components/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 817, ../sass/components/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 821, ../sass/components/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 826, ../sass/components/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 829, ../sass/components/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 832, ../sass/components/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 835, ../sass/components/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 839, ../sass/components/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 842, ../sass/components/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 845, ../sass/components/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 848, ../sass/components/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 851, ../sass/components/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 854, ../sass/components/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 857, ../sass/components/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 860, ../sass/components/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 863, ../sass/components/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 866, ../sass/components/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 869, ../sass/components/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 872, ../sass/components/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 875, ../sass/components/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 878, ../sass/components/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 881, ../sass/components/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 884, ../sass/components/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 887, ../sass/components/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 890, ../sass/components/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 893, ../sass/components/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 896, ../sass/components/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 899, ../sass/components/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 902, ../sass/components/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 905, ../sass/components/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 908, ../sass/components/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 911, ../sass/components/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 914, ../sass/components/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 917, ../sass/components/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 920, ../sass/components/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 923, ../sass/components/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 926, ../sass/components/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 929, ../sass/components/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 932, ../sass/components/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 935, ../sass/components/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 938, ../sass/components/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 941, ../sass/components/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 944, ../sass/components/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 947, ../sass/components/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 950, ../sass/components/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 954, ../sass/components/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 958, ../sass/components/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 962, ../sass/components/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 966, ../sass/components/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 969, ../sass/components/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 973, ../sass/components/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 977, ../sass/components/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 983, ../sass/components/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 988, ../sass/components/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 992, ../sass/components/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 996, ../sass/components/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 999, ../sass/components/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1002, ../sass/components/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1005, ../sass/components/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1008, ../sass/components/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1011, ../sass/components/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1014, ../sass/components/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1017, ../sass/components/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1020, ../sass/components/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1023, ../sass/components/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1026, ../sass/components/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1029, ../sass/components/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1032, ../sass/components/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1035, ../sass/components/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1038, ../sass/components/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1041, ../sass/components/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1044, ../sass/components/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1047, ../sass/components/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1050, ../sass/components/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1053, ../sass/components/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1056, ../sass/components/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1059, ../sass/components/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1062, ../sass/components/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1065, ../sass/components/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1068, ../sass/components/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1071, ../sass/components/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1074, ../sass/components/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1077, ../sass/components/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1080, ../sass/components/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1083, ../sass/components/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1086, ../sass/components/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1089, ../sass/components/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1092, ../sass/components/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1095, ../sass/components/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1098, ../sass/components/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1101, ../sass/components/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1104, ../sass/components/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1107, ../sass/components/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1110, ../sass/components/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1114, ../sass/components/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1117, ../sass/components/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1120, ../sass/components/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1123, ../sass/components/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1126, ../sass/components/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1129, ../sass/components/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1132, ../sass/components/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1135, ../sass/components/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1138, ../sass/components/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1141, ../sass/components/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1144, ../sass/components/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1147, ../sass/components/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1151, ../sass/components/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1154, ../sass/components/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1157, ../sass/components/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1160, ../sass/components/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1164, ../sass/components/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1167, ../sass/components/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1170, ../sass/components/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1173, ../sass/components/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1176, ../sass/components/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1179, ../sass/components/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1182, ../sass/components/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1187, ../sass/components/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1191, ../sass/components/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1194, ../sass/components/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1197, ../sass/components/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1200, ../sass/components/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1203, ../sass/components/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1206, ../sass/components/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1209, ../sass/components/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1212, ../sass/components/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1215, ../sass/components/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1218, ../sass/components/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1221, ../sass/components/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1224, ../sass/components/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1227, ../sass/components/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1230, ../sass/components/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1233, ../sass/components/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1236, ../sass/components/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1239, ../sass/components/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1242, ../sass/components/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1245, ../sass/components/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1248, ../sass/components/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1251, ../sass/components/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1254, ../sass/components/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1257, ../sass/components/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1260, ../sass/components/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1263, ../sass/components/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1266, ../sass/components/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1270, ../sass/components/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1274, ../sass/components/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1277, ../sass/components/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1280, ../sass/components/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1283, ../sass/components/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1286, ../sass/components/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1289, ../sass/components/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1292, ../sass/components/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1295, ../sass/components/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1298, ../sass/components/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1301, ../sass/components/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1306, ../sass/components/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1310, ../sass/components/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1314, ../sass/components/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1318, ../sass/components/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1321, ../sass/components/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1324, ../sass/components/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1327, ../sass/components/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1330, ../sass/components/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1337, ../sass/components/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1340, ../sass/components/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1345, ../sass/components/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1349, ../sass/components/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1352, ../sass/components/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1355, ../sass/components/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1360, ../sass/components/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1363, ../sass/components/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1366, ../sass/components/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1370, ../sass/components/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1374, ../sass/components/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1378, ../sass/components/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1381, ../sass/components/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1384, ../sass/components/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1387, ../sass/components/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1390, ../sass/components/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1393, ../sass/components/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1396, ../sass/components/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1399, ../sass/components/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1402, ../sass/components/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1406, ../sass/components/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1409, ../sass/components/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1412, ../sass/components/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1415, ../sass/components/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1418, ../sass/components/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1421, ../sass/components/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1424, ../sass/components/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1427, ../sass/components/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1430, ../sass/components/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1433, ../sass/components/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1436, ../sass/components/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1439, ../sass/components/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1442, ../sass/components/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1445, ../sass/components/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1448, ../sass/components/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1451, ../sass/components/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1454, ../sass/components/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1457, ../sass/components/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1460, ../sass/components/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1463, ../sass/components/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1466, ../sass/components/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1469, ../sass/components/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1472, ../sass/components/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1475, ../sass/components/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1478, ../sass/components/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1481, ../sass/components/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1484, ../sass/components/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1487, ../sass/components/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1490, ../sass/components/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1493, ../sass/components/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1496, ../sass/components/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1499, ../sass/components/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1502, ../sass/components/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1505, ../sass/components/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1508, ../sass/components/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1511, ../sass/components/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1514, ../sass/components/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1517, ../sass/components/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1522, ../sass/components/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1525, ../sass/components/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1528, ../sass/components/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1531, ../sass/components/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1534, ../sass/components/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1537, ../sass/components/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1540, ../sass/components/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1543, ../sass/components/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1546, ../sass/components/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1549, ../sass/components/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1552, ../sass/components/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1555, ../sass/components/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1558, ../sass/components/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1561, ../sass/components/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1564, ../sass/components/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1567, ../sass/components/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1570, ../sass/components/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1573, ../sass/components/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1576, ../sass/components/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1579, ../sass/components/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1582, ../sass/components/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1585, ../sass/components/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1589, ../sass/components/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1592, ../sass/components/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1595, ../sass/components/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1598, ../sass/components/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1601, ../sass/components/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1604, ../sass/components/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1607, ../sass/components/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1610, ../sass/components/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1613, ../sass/components/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1616, ../sass/components/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1619, ../sass/components/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1622, ../sass/components/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1625, ../sass/components/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1628, ../sass/components/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1631, ../sass/components/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1634, ../sass/components/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1638, ../sass/components/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1641, ../sass/components/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1644, ../sass/components/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1647, ../sass/components/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1650, ../sass/components/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1654, ../sass/components/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1657, ../sass/components/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1660, ../sass/components/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1663, ../sass/components/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1667, ../sass/components/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1671, ../sass/components/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1675, ../sass/components/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1679, ../sass/components/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1683, ../sass/components/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1686, ../sass/components/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1689, ../sass/components/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1692, ../sass/components/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1695, ../sass/components/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1698, ../sass/components/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1701, ../sass/components/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1704, ../sass/components/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1707, ../sass/components/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1710, ../sass/components/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1713, ../sass/components/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1716, ../sass/components/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1720, ../sass/components/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1724, ../sass/components/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1728, ../sass/components/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1731, ../sass/components/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1735, ../sass/components/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1739, ../sass/components/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1742, ../sass/components/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1745, ../sass/components/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1748, ../sass/components/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1751, ../sass/components/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1754, ../sass/components/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1757, ../sass/components/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1760, ../sass/components/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1763, ../sass/components/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1766, ../sass/components/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1769, ../sass/components/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1772, ../sass/components/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1775, ../sass/components/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1778, ../sass/components/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1781, ../sass/components/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1784, ../sass/components/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1787, ../sass/components/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1790, ../sass/components/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1793, ../sass/components/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1796, ../sass/components/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1799, ../sass/components/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1803, ../sass/components/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1806, ../sass/components/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1809, ../sass/components/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1812, ../sass/components/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1815, ../sass/components/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1818, ../sass/components/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1821, ../sass/components/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1824, ../sass/components/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1827, ../sass/components/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 1830, ../sass/components/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 1833, ../sass/components/_icons.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 1836, ../sass/components/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 1839, ../sass/components/_icons.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 1842, ../sass/components/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 1845, ../sass/components/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 1848, ../sass/components/_icons.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 1851, ../sass/components/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 1854, ../sass/components/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 1857, ../sass/components/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1860, ../sass/components/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 1863, ../sass/components/_icons.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 1866, ../sass/components/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 1869, ../sass/components/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 1872, ../sass/components/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 1875, ../sass/components/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1878, ../sass/components/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 1881, ../sass/components/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 1884, ../sass/components/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1887, ../sass/components/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 1890, ../sass/components/_icons.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 1893, ../sass/components/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1896, ../sass/components/_icons.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 1899, ../sass/components/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1902, ../sass/components/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1905, ../sass/components/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 1908, ../sass/components/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 1911, ../sass/components/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 1914, ../sass/components/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 1917, ../sass/components/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 1920, ../sass/components/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1923, ../sass/components/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1926, ../sass/components/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 1929, ../sass/components/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1932, ../sass/components/_icons.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 1935, ../sass/components/_icons.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 1938, ../sass/components/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 1941, ../sass/components/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 1944, ../sass/components/_icons.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 1947, ../sass/components/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 1950, ../sass/components/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 1953, ../sass/components/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 1957, ../sass/components/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 1962, ../sass/components/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 1965, ../sass/components/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 1968, ../sass/components/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1972, ../sass/components/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 1975, ../sass/components/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1978, ../sass/components/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1981, ../sass/components/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1984, ../sass/components/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1987, ../sass/components/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1990, ../sass/components/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 1993, ../sass/components/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 1996, ../sass/components/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1999, ../sass/components/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2002, ../sass/components/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2006, ../sass/components/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2010, ../sass/components/_icons.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2020, ../sass/components/_icons.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 2033, ../sass/components/_icons.scss */
.page-iconlinks a:before,
.nab-projects .node-contact .field-name-field-email:before,
.nab-projects .node-contact .field-name-field-phone:before {
  display: inline-block;
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2044, ../sass/components/_icons.scss */
.page-iconlinks a {
  visibility: hidden;
  font-size: 0;
  line-height: 33px;
  margin-left: 10px;
}
/* line 2050, ../sass/components/_icons.scss */
.page-iconlinks a:before {
  visibility: visible;
  font-size: 20px;
  content: "\f02f";
}
/* line 2056, ../sass/components/_icons.scss */
.page-iconlinks a:hover {
  color: #b4b1ab;
  text-decoration: none;
}
/* line 2063, ../sass/components/_icons.scss */
.page-iconlinks .search-link:before {
  content: "\f002";
}
/* line 2069, ../sass/components/_icons.scss */
.page-iconlinks .login-link:before {
  content: "\f007";
  padding-right: 4px;
}
@media (min-width: 768px) {
  /* line 2068, ../sass/components/_icons.scss */
  .page-iconlinks .login-link {
    visibility: visible;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    vertical-align: bottom;
    position: relative;
    bottom: -2px;
  }
}

/* line 2088, ../sass/components/_icons.scss */
.nab-projects .node-contact .field-name-field-email,
.nab-projects .node-contact .field-name-field-phone {
  position: relative;
  padding-left: 1.5em;
}
/* line 2093, ../sass/components/_icons.scss */
.nab-projects .node-contact .field-name-field-email:before,
.nab-projects .node-contact .field-name-field-phone:before {
  position: absolute;
  left: 0;
  top: 1px;
}
/* line 2101, ../sass/components/_icons.scss */
.nab-projects .node-contact .field-name-field-email:before {
  content: "\f0e0";
}
/* line 2108, ../sass/components/_icons.scss */
.nab-projects .node-contact .field-name-field-phone:before {
  content: "\f095";
}

/* line 2116, ../sass/components/_icons.scss */
.featured-section-link {
  padding: 0 1em 1em;
  text-align: center;
  margin: 0 auto;
  min-width: 200px;
}
/* line 2128, ../sass/components/_icons.scss */
.featured-section-link a {
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: uppercase;
  width: 160px;
  margin: 0 auto;
  font-weight: 700;
}
/* line 2137, ../sass/components/_icons.scss */
.featured-section-link a .fa {
  display: block;
  margin: 0 auto 10px;
  border: 8px solid #EB554A;
  border-radius: 50%;
  font-size: 4em;
  width: 160px;
  height: 160px;
  line-height: 140px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 2149, ../sass/components/_icons.scss */
.featured-section-link a:hover {
  text-decoration: none;
}
/* line 2152, ../sass/components/_icons.scss */
.featured-section-link a:hover .fa {
  background-color: #eb554a;
  color: #fff;
}

/* line 1, ../sass/components/_layout.scss */
.main {
  background: url(../images/body-tile.jpg) repeat;
}
/* line 4, ../sass/components/_layout.scss */
.main .main-content {
  background-color: #fff;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 11, ../sass/components/_layout.scss */
.container {
  width: 90%;
  max-width: 1180px;
  padding: 0;
}

/* line 17, ../sass/components/_layout.scss */
.page-header {
  border-bottom: 0;
}
/* line 20, ../sass/components/_layout.scss */
.page-header span {
  display: inline-block;
}
/* line 23, ../sass/components/_layout.scss */
.page-header span:after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background: #e3e2e0;
  margin-top: 0.25em;
}

/* line 34, ../sass/components/_layout.scss */
.ds-2col-fluid {
  position: relative;
  padding-bottom: 6em;
}
@media (min-width: 1024px) {
  /* line 34, ../sass/components/_layout.scss */
  .ds-2col-fluid {
    min-height: 40em;
  }
}
/* line 41, ../sass/components/_layout.scss */
.ds-2col-fluid .group-left {
  width: 100%;
  padding-bottom: 2em;
}
@media (min-width: 1024px) {
  /* line 41, ../sass/components/_layout.scss */
  .ds-2col-fluid .group-left {
    width: 70%;
    padding-right: 4em;
  }
}
/* line 53, ../sass/components/_layout.scss */
.ds-2col-fluid .group-right {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 53, ../sass/components/_layout.scss */
  .ds-2col-fluid .group-right {
    width: 30%;
    float: right;
  }
}
@media (min-width: 1024px) {
  /* line 61, ../sass/components/_layout.scss */
  .ds-2col-fluid .group-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 30%;
    height: 100%;
    background: url(../images/sidebar-divider-flipped.png) no-repeat left top;
    background-size: contain;
    border-bottom: 10px solid #000;
  }
}
/* line 76, ../sass/components/_layout.scss */
.ds-2col-fluid .group-right > .field-group-accordion {
  position: relative;
  z-index: 1;
}

/* line 94, ../sass/components/_layout.scss */
.no-sidebars .page-header {
  padding-top: 1em;
}
@media (min-width: 1024px) {
  /* line 98, ../sass/components/_layout.scss */
  .no-sidebars .nav-tabs {
    margin-bottom: 1.5em;
  }
}
/* line 129, ../sass/components/_layout.scss */
.no-sidebars .group-left .field {
  padding-bottom: 1em;
}
/* line 138, ../sass/components/_layout.scss */
.no-sidebars .group-left .field-label-inline .field-label,
.no-sidebars .group-left .field-label-inline .field-items {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/* line 173, ../sass/components/_layout.scss */
.page-user .region-content {
  padding-bottom: 4em;
}

/* line 178, ../sass/components/_layout.scss */
.nab-threecol-stacked {
  padding-top: 1em;
}
/* line 181, ../sass/components/_layout.scss */
.nab-threecol-stacked .bannercols-wrapper,
.nab-threecol-stacked .centercols-wrapper,
.nab-threecol-stacked .bottomcols-wrapper {
  padding: 3em 0 1em;
  overflow: hidden;
  clear: both;
}
/* line 188, ../sass/components/_layout.scss */
.nab-threecol-stacked .bannercols-wrapper .panel-panel,
.nab-threecol-stacked .centercols-wrapper .panel-panel,
.nab-threecol-stacked .bottomcols-wrapper .panel-panel {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
}
@media (min-width: 768px) {
  /* line 188, ../sass/components/_layout.scss */
  .nab-threecol-stacked .bannercols-wrapper .panel-panel,
  .nab-threecol-stacked .centercols-wrapper .panel-panel,
  .nab-threecol-stacked .bottomcols-wrapper .panel-panel {
    width: 33%;
  }
}
/* line 201, ../sass/components/_layout.scss */
.nab-threecol-stacked .bannercols-wrapper .panel-col-banner-left {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 205, ../sass/components/_layout.scss */
  .nab-threecol-stacked .bannercols-wrapper .panel-col-banner-left {
    width: 64%;
  }
  /* line 208, ../sass/components/_layout.scss */
  .nab-threecol-stacked .bannercols-wrapper .panel-col-banner-right {
    width: 30%;
    float: right;
  }
}

/* line 3, ../sass/components/_maps.scss */
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

/* line 10, ../sass/components/_maps.scss */
.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* line 21, ../sass/components/_maps.scss */
.marker-cluster-small {
  background-color: rgba(84, 156, 225, 0.75);
}

/* line 25, ../sass/components/_maps.scss */
.marker-cluster-small div {
  background-color: rgba(71, 132, 191, 0.75);
}

/* line 30, ../sass/components/_maps.scss */
.marker-cluster-medium {
  background-color: rgba(84, 156, 225, 0.75);
}

/* line 34, ../sass/components/_maps.scss */
.marker-cluster-medium div {
  background-color: rgba(71, 132, 191, 0.75);
}

/* line 39, ../sass/components/_maps.scss */
.marker-cluster-large {
  background-color: rgba(84, 156, 225, 0.75);
}

/* line 43, ../sass/components/_maps.scss */
.marker-cluster-large div {
  background-color: rgba(71, 132, 191, 0.75);
}

/* IE 6-8 fallback colors */
/* line 49, ../sass/components/_maps.scss */
.leaflet-oldie .marker-cluster-small {
  background-color: rgba(84, 156, 225, 0.75);
}

/* line 53, ../sass/components/_maps.scss */
.leaflet-oldie .marker-cluster-small div {
  background-color: rgba(71, 132, 191, 0.75);
}

/* line 58, ../sass/components/_maps.scss */
.leaflet-oldie .marker-cluster-medium {
  background-color: rgba(84, 156, 225, 0.75);
}

/* line 62, ../sass/components/_maps.scss */
.leaflet-oldie .marker-cluster-medium div {
  background-color: rgba(71, 132, 191, 0.75);
}

/* line 67, ../sass/components/_maps.scss */
.leaflet-oldie .marker-cluster-large {
  background-color: rgba(84, 156, 225, 0.75);
}

/* line 71, ../sass/components/_maps.scss */
.leaflet-oldie .marker-cluster-large div {
  background-color: rgba(71, 132, 191, 0.75);
}

/* line 76, ../sass/components/_maps.scss */
.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

/* line 80, ../sass/components/_maps.scss */
.marker-cluster div {
  color: #fff;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
}

/* line 90, ../sass/components/_maps.scss */
.marker-cluster span {
  line-height: 30px;
}

/* line 1, ../sass/components/_navigation.scss */
.navbar-collapse {
  max-height: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  /* line 1, ../sass/components/_navigation.scss */
  .navbar-collapse {
    font-size: 0.893em;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../sass/components/_navigation.scss */
  .navbar-collapse {
    font-size: 1em;
  }
}
/* line 16, ../sass/components/_navigation.scss */
.navbar-collapse a {
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 767px) {
  /* line 22, ../sass/components/_navigation.scss */
  .navbar-collapse.in .dropdown-menu {
    width: 100%;
    position: relative;
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 29, ../sass/components/_navigation.scss */
  .navbar-collapse.in .dropdown-menu a {
    padding-left: 2em;
  }
}

/* line 40, ../sass/components/_navigation.scss */
.navbar-wrapper > .container {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 40, ../sass/components/_navigation.scss */
  .navbar-wrapper > .container {
    width: 90%;
  }
}
/* line 46, ../sass/components/_navigation.scss */
.navbar-wrapper > .container > .row {
  margin: 0;
}

/* line 52, ../sass/components/_navigation.scss */
.navbar-toggle {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 57, ../sass/components/_navigation.scss */
.navbar-nav {
  margin-left: 0;
  margin-right: 0;
}

/* line 62, ../sass/components/_navigation.scss */
.navbar {
  color: #fff;
  border-radius: 0;
  min-height: 0;
  font-weight: 700;
  margin-bottom: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #009964;
  background: rgba(0, 153, 100, 0.9);
}

/* line 113, ../sass/components/_navigation.scss */
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  /* line 113, ../sass/components/_navigation.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: 0.65em;
    padding-right: 0.65em;
  }
}
@media (min-width: 1024px) {
  /* line 113, ../sass/components/_navigation.scss */
  .navbar-default .navbar-nav > li > a {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* line 127, ../sass/components/_navigation.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #008053;
}
/* line 136, ../sass/components/_navigation.scss */
.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
  background-color: #008053;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 136, ../sass/components/_navigation.scss */
  .navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active > a:hover, .navbar-default .navbar-nav .active > a:focus {
    background-color: transparent;
    color: #000;
  }
}
/* line 150, ../sass/components/_navigation.scss */
.navbar-default .navbar-nav .dropdown > a:hover, .navbar-default .navbar-nav .dropdown > a:focus {
  background-color: #008053;
}
/* line 160, ../sass/components/_navigation.scss */
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
}

/* line 169, ../sass/components/_navigation.scss */
.dropdown-menu {
  background-color: #009964;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: inherit;
}
/* line 175, ../sass/components/_navigation.scss */
.dropdown-menu > li > a {
  color: #fff;
  white-space: normal;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  /* line 175, ../sass/components/_navigation.scss */
  .dropdown-menu > li > a {
    white-space: nowrap;
  }
}
/* line 185, ../sass/components/_navigation.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #008053;
  color: #fff;
}

/* line 2, ../sass/components/_news.scss */
.page-node.node-type-news .field-name-field-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 2, ../sass/components/_page.scss */
.node-page ol, .node-page ul {
  padding-left: 2em;
}
/* line 6, ../sass/components/_page.scss */
.node-page table {
  width: 100%;
}
/* line 10, ../sass/components/_page.scss */
.node-page th, .node-page td {
  padding: 0.75em 0;
  border-bottom: 1px solid #e3e2e0;
}
/* line 15, ../sass/components/_page.scss */
.node-page th {
  text-transform: uppercase;
}

/* line 1, ../sass/components/_pagination.scss */
.pagination {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.857em;
  font-weight: normal;
}
/* line 10, ../sass/components/_pagination.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
}
/* line 16, ../sass/components/_pagination.scss */
.pagination > li > a {
  color: #eb554a;
  background-color: transparent;
}
/* line 20, ../sass/components/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus {
  color: #fff;
  background-color: #eb554a;
}
/* line 31, ../sass/components/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #009964;
  border-color: #009964;
}

/* line 2, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs {
  border: 0;
  margin: 0;
}
/* line 6, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list {
  background-color: transparent;
  border-right: 0;
  border-bottom: 1px solid #e3e2e0;
}
/* line 11, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li {
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-right: 1em;
}
@media (min-width: 768px) {
  /* line 11, ../sass/components/_project-tabs.scss */
  .nab-projects .horizontal-tabs .horizontal-tabs-list li {
    margin-right: 3em;
  }
}
/* line 23, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li:hover {
  background-color: transparent;
}
/* line 27, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li.last {
  margin-right: 0;
}
/* line 31, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li.selected {
  padding-bottom: 0;
  background-color: transparent;
}
/* line 35, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li.selected a {
  border-bottom: 2px solid #eb554a;
}
/* line 40, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li a, .nab-projects .horizontal-tabs .horizontal-tabs-list li.selected a {
  padding: 0 0 0.15em;
  top: 1px;
  display: inline-block;
}
/* line 47, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li a {
  color: #b4b1ab;
  border-bottom: 2px solid transparent;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 47, ../sass/components/_project-tabs.scss */
  .nab-projects .horizontal-tabs .horizontal-tabs-list li a {
    text-align: center;
  }
}
/* line 56, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li a:hover {
  background-color: transparent;
  color: #eb554a;
  border-bottom: 2px solid #eb554a;
}
/* line 65, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li.selected a:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 4px solid #eb554a;
  border-bottom-width: 4px;
}
/* line 80, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs .horizontal-tabs-list li.selected strong {
  color: #eb554a;
}
/* line 90, ../sass/components/_project-tabs.scss */
.nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list {
  padding-top: 1em;
}
@media (min-width: 768px) {
  /* line 90, ../sass/components/_project-tabs.scss */
  .nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list {
    padding-top: 0;
  }
}
/* line 96, ../sass/components/_project-tabs.scss */
.nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  width: 25%;
  margin: 0;
  text-align: right;
  padding: 0 0.5em;
}
/* line 102, ../sass/components/_project-tabs.scss */
.nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.first {
  text-align: left;
  padding: 0 1em 0 0;
}
/* line 107, ../sass/components/_project-tabs.scss */
.nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.last {
  padding: 0 0 0 1em;
}
/* line 111, ../sass/components/_project-tabs.scss */
.nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.first.last {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 115, ../sass/components/_project-tabs.scss */
  .nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
    display: inline-block;
  }
}
/* line 120, ../sass/components/_project-tabs.scss */
.nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong {
  display: block;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  transform-origin: 0 100%;
}
@media (min-width: 768px) {
  /* line 120, ../sass/components/_project-tabs.scss */
  .nab-projects .group-project-primary .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a strong {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 135, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs-panes .panel {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
/* line 143, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs-panes .panel-body {
  padding-left: 0;
  padding-right: 0;
}
/* line 148, ../sass/components/_project-tabs.scss */
.nab-projects .horizontal-tabs-panes .field-label-above {
  padding: 1em 0;
}

/* line 2, ../sass/components/_projects.scss */
.node-type-product .alert, .node-type-product .nav-tabs {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 2, ../sass/components/_projects.scss */
  .node-type-product .alert, .node-type-product .nav-tabs {
    width: 65%;
    float: left;
    position: relative;
    z-index: 1;
  }
}
/* line 12, ../sass/components/_projects.scss */
.node-type-product .page-header {
  display: none;
}

/* line 26, ../sass/components/_projects.scss */
.nab-projects {
  position: relative;
  padding-bottom: 5em;
}
/* line 30, ../sass/components/_projects.scss */
.nab-projects .nav-tabs {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 30, ../sass/components/_projects.scss */
  .nab-projects .nav-tabs {
    clear: left;
    width: 65%;
    float: left;
    margin-bottom: 1.5em;
  }
}
/* line 41, ../sass/components/_projects.scss */
.nab-projects .group-head .field-label-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
  font-size: 0.813em;
  color: #b4b1ab;
  text-transform: uppercase;
}
/* line 50, ../sass/components/_projects.scss */
.nab-projects .group-head .field-name-post-date {
  font-weight: 700;
}
/* line 54, ../sass/components/_projects.scss */
.nab-projects .group-head .field-name-field-project-name {
  margin: 0.5em 0 1em;
  color: #000;
}
/* line 59, ../sass/components/_projects.scss */
.nab-projects .group-head .field-name-field-project-name h1 {
  margin-bottom: 1em;
}
/* line 62, ../sass/components/_projects.scss */
.nab-projects .group-head .field-name-field-project-name h1:after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background: #e3e2e0;
  margin-top: 0.15em;
}
/* line 76, ../sass/components/_projects.scss */
.nab-projects .field-name-field-project-status a {
  color: #619886;
  background-color: #d8efe7;
  padding: 2px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 84, ../sass/components/_projects.scss */
.nab-projects .group-top-left {
  padding-bottom: 2em;
}
/* line 90, ../sass/components/_projects.scss */
.nab-projects .group-top-middle > .field,
.nab-projects .group-bottom-middle > .field {
  line-height: 1.2;
  padding-bottom: 1em;
}
/* line 95, ../sass/components/_projects.scss */
.nab-projects .group-top-middle > .field > .field-items > .field-item,
.nab-projects .group-bottom-middle > .field > .field-items > .field-item {
  padding-bottom: 1em;
}
/* line 101, ../sass/components/_projects.scss */
.nab-projects .group-top-middle .field-label, .nab-projects .group-top-middle h3,
.nab-projects .group-bottom-middle .field-label,
.nab-projects .group-bottom-middle h3 {
  border-bottom: 1px solid #e3e2e0;
  text-transform: uppercase;
  color: #000;
  padding: 2px 0 3px;
  margin-bottom: 1em;
  margin-top: 0;
}
/* line 111, ../sass/components/_projects.scss */
.nab-projects .group-top-middle h3 a,
.nab-projects .group-bottom-middle h3 a {
  color: #000;
}
/* line 118, ../sass/components/_projects.scss */
.nab-projects .group-top-middle .field-item h4,
.nab-projects .group-bottom-middle .field-item h4 {
  font-size: 1em;
  margin: 0 0 2px;
  font-weight: 500;
}
/* line 123, ../sass/components/_projects.scss */
.nab-projects .group-top-middle .field-item h4 a,
.nab-projects .group-bottom-middle .field-item h4 a {
  color: #000;
}
/* line 130, ../sass/components/_projects.scss */
.nab-projects .field-name-field-email {
  word-wrap: break-word;
}
/* line 137, ../sass/components/_projects.scss */
.nab-projects .group-left .field {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  /* line 148, ../sass/components/_projects.scss */
  .nab-projects .group-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: url(../images/sidebar-divider.png) no-repeat left bottom;
    border-bottom: 10px solid #000;
    z-index: 0;
  }
}
/* line 162, ../sass/components/_projects.scss */
.nab-projects .group-right .field-group-accordion-wrapper {
  position: relative;
  z-index: 1;
}
/* line 169, ../sass/components/_projects.scss */
.nab-projects .horizontal-tabs-panes .group-related-documents {
  padding-top: 0.75em;
}
/* line 175, ../sass/components/_projects.scss */
.nab-projects .node-contact .field-item {
  padding-bottom: 2px;
}
/* line 181, ../sass/components/_projects.scss */
.nab-projects .group-project-primary .field-type-file {
  padding: 1em 0;
}
/* line 184, ../sass/components/_projects.scss */
.nab-projects .group-project-primary .field-type-file .field-item {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  /* line 184, ../sass/components/_projects.scss */
  .nab-projects .group-project-primary .field-type-file .field-item {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 1em;
  }
}

/* line 1, ../sass/components/_search.scss */
.nab-searchpages {
  clear: both;
}
/* line 5, ../sass/components/_search.scss */
.nab-searchpages .panel-col .inside {
  margin-bottom: 1em;
}
/* line 10, ../sass/components/_search.scss */
.nab-searchpages .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
/* line 18, ../sass/components/_search.scss */
.nab-searchpages .panel-heading {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #b4b1ab;
  padding: 0.5em 0 0.125em;
}
/* line 25, ../sass/components/_search.scss */
.nab-searchpages .panel-heading a {
  display: block;
  color: #000;
  position: relative;
}
/* line 30, ../sass/components/_search.scss */
.nab-searchpages .panel-heading a:after {
  content: '-';
  font-size: 1.25em;
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
}
/* line 39, ../sass/components/_search.scss */
.nab-searchpages .panel-heading a.collapsed {
  color: #b4b1ab;
}
/* line 42, ../sass/components/_search.scss */
.nab-searchpages .panel-heading a.collapsed:after {
  content: '+';
}
/* line 49, ../sass/components/_search.scss */
.nab-searchpages .centercols-wrapper {
  position: relative;
}
/* line 52, ../sass/components/_search.scss */
.nab-searchpages .centercols-wrapper .panel-col-first {
  padding-bottom: 1em;
}
@media (min-width: 1024px) {
  /* line 52, ../sass/components/_search.scss */
  .nab-searchpages .centercols-wrapper .panel-col-first {
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  /* line 60, ../sass/components/_search.scss */
  .nab-searchpages .centercols-wrapper .panel-col-first:before {
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: url(../images/sidebar-divider-topfade.png) no-repeat right top;
    background-size: contain;
    border-bottom: 10px solid #000;
  }
}
/* line 76, ../sass/components/_search.scss */
.nab-searchpages .centercols-wrapper .panel-col-first .inside {
  margin: 0;
  position: relative;
  z-index: 1;
}
/* line 82, ../sass/components/_search.scss */
.nab-searchpages .centercols-wrapper .panel-col-first .facetapi-checkbox {
  color: #525252;
}
/* line 88, ../sass/components/_search.scss */
.nab-searchpages .panel-body {
  padding: 1em 1em 1em 0;
}
/* line 92, ../sass/components/_search.scss */
.nab-searchpages .results-found, .nab-searchpages .pane-title {
  font-size: 1.286em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #e3e2e0;
  padding-bottom: 0.25em;
  margin-top: 0.25em;
}
/* line 101, ../sass/components/_search.scss */
.nab-searchpages .views-field-title {
  font-size: 1.143em;
  font-weight: 500;
}
/* line 106, ../sass/components/_search.scss */
.nab-searchpages .views-field-field-the-description {
  word-break: break-word;
}
/* line 110, ../sass/components/_search.scss */
.nab-searchpages .views-field-field-project-status {
  text-transform: uppercase;
  font-size: 0.857em;
  padding-top: 0.5em;
}
/* line 115, ../sass/components/_search.scss */
.nab-searchpages .views-field-field-project-status .views-label {
  color: #b4b1ab;
  font-weight: 500;
}
/* line 120, ../sass/components/_search.scss */
.nab-searchpages .views-field-field-project-status .field-content {
  display: inline-block;
  color: #619886;
  background-color: #d8efe7;
  padding: 2px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
}
/* line 130, ../sass/components/_search.scss */
.nab-searchpages .views-row {
  margin-bottom: 2em;
}
/* line 134, ../sass/components/_search.scss */
.nab-searchpages .views-exposed-widget {
  float: none;
}
/* line 139, ../sass/components/_search.scss */
.nab-searchpages .current-search-item ul {
  list-style: none;
  padding-left: 0;
}
/* line 145, ../sass/components/_search.scss */
.nab-searchpages .facetapi-active {
  font-weight: 500;
}
/* line 150, ../sass/components/_search.scss */
.nab-searchpages .pane-current-search-pccp-current-search .panel-footer {
  background: none;
  padding: 0 0 1em;
}
/* line 156, ../sass/components/_search.scss */
.nab-searchpages .btn, .nab-searchpages .pane-current-search-regional-search .current-search-reset, .pane-current-search-regional-search .nab-searchpages .current-search-reset, .nab-searchpages .pane-current-search-regional-search li, .pane-current-search-regional-search .nab-searchpages li, .nab-searchpages .facetapi-limit-link {
  font-size: 0.857em;
}
/* line 172, ../sass/components/_search.scss */
.nab-searchpages .view-document-search .views-field-field-cover-image-file .col-md-3,
.nab-searchpages .view-document-search .views-field-field-cover-image-file .col-md-9 {
  float: left;
}
/* line 177, ../sass/components/_search.scss */
.nab-searchpages .view-document-search .views-field-field-cover-image-file .col-md-3 {
  width: 25%;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  /* line 177, ../sass/components/_search.scss */
  .nab-searchpages .view-document-search .views-field-field-cover-image-file .col-md-3 {
    width: 15%;
  }
}
/* line 186, ../sass/components/_search.scss */
.nab-searchpages .view-document-search .views-field-field-cover-image-file .col-md-9 {
  width: 75%;
}
@media (min-width: 1024px) {
  /* line 186, ../sass/components/_search.scss */
  .nab-searchpages .view-document-search .views-field-field-cover-image-file .col-md-9 {
    width: 85%;
  }
}
/* line 209, ../sass/components/_search.scss */
.nab-searchpages .topcols-wrapper {
  padding: 1em 0;
  border-bottom: 1px solid #e3e2e0;
  margin-bottom: 2em;
}
/* line 214, ../sass/components/_search.scss */
.nab-searchpages .topcols-wrapper .panel-panel {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  /* line 214, ../sass/components/_search.scss */
  .nab-searchpages .topcols-wrapper .panel-panel {
    width: 33.33%;
    float: left;
    padding: 0 1em;
  }
}
@media (min-width: 768px) {
  /* line 224, ../sass/components/_search.scss */
  .nab-searchpages .topcols-wrapper .panel-col-first {
    padding-left: 0;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  /* line 231, ../sass/components/_search.scss */
  .nab-searchpages .topcols-wrapper .panel-col-last {
    padding-left: 2em;
    padding-right: 0;
  }
}

/* line 242, ../sass/components/_search.scss */
.page-organisations .nab-searchpages .views-field-title {
  font-size: 1em;
}

/* line 2, ../sass/components/_sidebar.scss */
.group-right > .field {
  padding: 0.5em 0.5em 0.5em 2.2em;
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 1024px) {
  /* line 2, ../sass/components/_sidebar.scss */
  .group-right > .field {
    background-color: transparent;
    border-bottom: 1px solid #b4b1ab;
    color: #b4b1ab;
  }
}
/* line 18, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content h1 {
  margin: 0;
  font-size: 1.5em;
}
/* line 23, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content h2 {
  margin-top: 0;
  font-size: 1.25em;
}
/* line 28, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content h4 {
  margin: 0 0 5px;
}
/* line 32, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .field-label {
  color: #000;
  padding-bottom: 5px;
}
/* line 38, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .field-label-inline > .field-label {
  width: 30%;
}
/* line 42, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .field-label-inline > .field-items {
  width: 70%;
}
/* line 47, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content > .field {
  padding: 0.35em 0 0.35em 2.2em;
  border-bottom: 1px solid #b4b1ab;
}
/* line 52, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content > .field:last-child {
  border-bottom: 0;
}
/* line 57, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .field-item {
  padding-bottom: 5px;
}
/* line 61, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content a {
  color: #eb554a;
}
/* line 64, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content a:hover {
  color: #ba2015;
}
/* line 70, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .field-name-field-related-content-entity .node-product {
  padding-bottom: 0.5em;
}
/* line 75, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-unpublished {
  padding: 0.5em 1em;
}
/* line 79, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-document {
  padding-left: 100px;
  margin-top: 1em;
}
/* line 83, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-document .img-responsive {
  width: 90px;
  height: auto;
}
/* line 90, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-product h2 {
  font-weight: 500;
  margin: 0.5em 0;
  font-size: 1em;
}
/* line 97, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-readmore {
  text-align: right;
  display: block;
}
/* line 101, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-readmore > a {
  display: inline-block;
  border: 2px solid #eb554a;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5em 1em;
}
/* line 108, ../sass/components/_sidebar.scss */
.group-right .ui-widget-content .node-readmore > a:hover {
  text-decoration: none;
  background-color: #eb554a;
  color: #fff;
}

/* line 3, ../sass/components/_slideshow.scss */
.view-announcements .views_slideshow_main {
  background-color: #000;
}
/* line 11, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-bottom {
  background-color: #000;
  text-align: center;
  padding: 10px 1em;
  clear: both;
}
/* line 17, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-bottom a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
}
/* line 23, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-bottom a:hover {
  color: #eb554a;
}
/* line 29, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-cycle-main-frame-row-item {
  margin-bottom: 0;
}
/* line 33, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-previous,
.view-announcements .views-slideshow-controls-text-next,
.view-announcements .views-slideshow-controls-text-status-pause,
.view-announcements .views-slideshow-controls-text-status-play {
  display: inline-block;
}
/* line 39, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-previous:hover,
.view-announcements .views-slideshow-controls-text-next:hover,
.view-announcements .views-slideshow-controls-text-status-pause:hover,
.view-announcements .views-slideshow-controls-text-status-play:hover {
  text-decoration: none;
}
/* line 44, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-previous > a:before,
.view-announcements .views-slideshow-controls-text-next > a:before,
.view-announcements .views-slideshow-controls-text-status-pause > a:before,
.view-announcements .views-slideshow-controls-text-status-play > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
}
/* line 56, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-previous {
  float: left;
}
/* line 60, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-previous > a:before {
  content: "\f048";
}
/* line 66, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-next {
  float: right;
}
/* line 70, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-next > a:before {
  content: "\f051";
  float: right;
  margin: 4px 0 0 5px;
}
/* line 80, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-status-play > a:before {
  content: "\f04c";
}
/* line 88, ../sass/components/_slideshow.scss */
.view-announcements .views-slideshow-controls-text-status-pause > a:before {
  content: "\f04b";
}

/* line 2, ../sass/components/_user.scss */
.page-user .form-control {
  width: 60%;
  max-width: 340px;
}

/* line 5, ../sass/components/_wysiwyg_images.scss */
img[style*="left"] {
  margin: 0 8px 8px 0;
}
/* line 6, ../sass/components/_wysiwyg_images.scss */
img[style*="right"] {
  margin: 0 0 8px 8px;
}

/* No files to import found in components/*\/*.scss */
