@font-face {
  font-family: "Muli Bold";
  font-display: swap;
  src: url("/Content/fonts/Muli-Bold.eot");
  src: url("/Content/fonts/Muli-Bold.eot?#iefix") format('embedded-opentype'), url("/Content/fonts/Muli-Bold.woff") format('woff');
}
@font-face {
  font-family: "Muli Regular";
  font-display: swap;
  src: url("/Content/fonts/Muli-Regular.eot");
  src: url("/Content/fonts/Muli-Regular.eot?#iefix") format('embedded-opentype'), url("/Content/fonts/Muli-Regular.woff") format('woff');
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url("/Content/fonts/font-awesome--subset.eot");
  src: url("/Content/fonts/font-awesome--subset.eot?#iefix") format('embedded-opentype'), url("/Content/fonts/font-awesome--subset.woff") format('woff');
}
/*.make-xs-column-offset(@columns) {
  margin-left: percentage((@columns / @grid-columns));
}*/
/*.make-xs-column-push(@columns) {
  left: percentage((@columns / @grid-columns));
}*/
/*.make-xs-column-pull(@columns) {
  right: percentage((@columns / @grid-columns));
}*/
/*.make-sm-column-offset(@columns) {
  @media (min-width: @screen-sm-min) {
    margin-left: percentage((@columns / @grid-columns));
  }
}*/
/*.make-sm-column-push(@columns) {
  @media (min-width: @screen-sm-min) {
    left: percentage((@columns / @grid-columns));
  }
}*/
/*.make-sm-column-pull(@columns) {
  @media (min-width: @screen-sm-min) {
    right: percentage((@columns / @grid-columns));
  }
}*/
/*.make-md-column-offset(@columns) {
  @media (min-width: @screen-md-min) {
    margin-left: percentage((@columns / @grid-columns));
  }
}
.make-md-column-push(@columns) {
  @media (min-width: @screen-md-min) {
    left: percentage((@columns / @grid-columns));
  }
}
.make-md-column-pull(@columns) {
  @media (min-width: @screen-md-min) {
    right: percentage((@columns / @grid-columns));
  }
}*/
/*.make-lg-column(@columns; @gutter: @grid-gutter-width) {
  position: relative;
  min-height: 1px;
  padding-left:  (@gutter / 2);
  padding-right: (@gutter / 2);

  @media (min-width: @screen-lg-min) {
    float: left;
    width: percentage((@columns / @grid-columns));
  }
}*/
/*.make-lg-column-offset(@columns) {
  @media (min-width: @screen-lg-min) {
    margin-left: percentage((@columns / @grid-columns));
  }
}
.make-lg-column-push(@columns) {
  @media (min-width: @screen-lg-min) {
    left: percentage((@columns / @grid-columns));
  }
}
.make-lg-column-pull(@columns) {
  @media (min-width: @screen-lg-min) {
    right: percentage((@columns / @grid-columns));
  }
}*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: 'Muli Regular', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*audio:not([controls]) {
  display: none;
  height: 0;
}*/
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
/*abbr[title] {
  border-bottom: 1px dotted;
}*/
b,
strong {
  font-weight: bold;
}
/*dfn {
  font-style: italic;
}*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/*mark {
  background: #ff0;
  color: #000;
}*/
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
/*svg:not(:root) {
  overflow: hidden;
}*/
/*figure {
  margin: 1em 40px;
}*/
/*hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}*/
/*pre {
  overflow: auto;
}*/
/*code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*button[disabled],
html input[disabled] {
  cursor: default;
}*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*input[type="search"] {
  -webkit-appearance: textfield; // 1
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; // 2
  box-sizing: content-box;
}*/
/*input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}*/
/*fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}*/
/*legend {
  border: 0; // 1
  padding: 0; // 2
}*/
/*textarea {
  overflow: auto;
}*/
/*optgroup {
  font-weight: bold;
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Muli Regular', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f4f4f4;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #019fc1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #016075;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.display-none {
  display: none;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f4f4f4;
}
.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;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
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;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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;
}
.form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dedede;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #88c155;
  border-color: #7bb943;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #6fa63d;
  border-color: #5d8c33;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.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: #88c155;
  border-color: #7bb943;
}
.btn-primary .badge {
  color: #88c155;
  background-color: #fff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.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;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .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;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #88c155;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9990;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.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;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #dedede;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #dedede;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dedede;
  border-color: #019fc1;
}
.nav > li > a > img {
  max-width: none;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #88c155;
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  /*.navbar-left  { .pull-left(); }*/
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #e3e3e3;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0.025);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #ea7b46;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e3e3e3;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ea7b46;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0.025);
  }
  .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: #fff;
    background-color: #ea7b46;
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #019fc1;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #016075;
  background-color: transparent;
  border-color: transparent;
}
.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: #333;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: transparent;
  cursor: not-allowed;
}
.pager.center {
  float: none;
}
.pager.center > ul {
  display: inline-block;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'Muli Regular', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #999;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #333;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-chevron-left,
  .carousel-control .icon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.psrk-popup .criteria .criterion:before,
.psrk-popup .criteria .criterion:after,
.criteria-group .criterion:before,
.criteria-group .criterion:after,
.psrk-popup .criteria-group .dropdown-menu .criterion:before,
.psrk-popup .criteria-group .dropdown-menu .criterion:after,
#footer .footer-inner:before,
#footer .footer-inner:after,
.introduction:before,
.introduction:after,
#pagetools:before,
#pagetools:after,
#pagetools .container-fluid:before,
#pagetools .container-fluid:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.container-fluid:after,
.row:after,
.psrk-popup .criteria .criterion:after,
.criteria-group .criterion:after,
.psrk-popup .criteria-group .dropdown-menu .criterion:after,
#footer .footer-inner:after,
.introduction:after,
#pagetools:after,
#pagetools .container-fluid:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
/*Variables for RentCafe styles
 --------------------------------------------------*/
/*//#f8f8f8; //#fdfdfd; //#dee8f5;*/
/*//@gray-light;*/
/*// ~15px*/
/*// 13px*/
/*// 13px*/
/*// 16px*/
/*// 16px*/
/*// greater than map popup*/
/*//#14456f;*/
/*// 1200px;*/
/*@rc-home-page-button-bg: #F28B44;*/
/*@rc-home-page-button-bg-hover: #CD7A41;*/
/*@rc-home-page-input-border: ~"10px !important";*/
/*Legacy */
/*Generate the extra small item footer*/
/*Generate the extra small item footer*/
/*Generate the extra small item footer*/
/*Generate the extra small item footer*/
#list #marketTrends,
#demographicsSection1,
#demographicsSection2,
#leastMostExpensiveListingSection,
#educationStatistics {
  padding: 1em 10px;
  background: #fff;
  margin: 0 -15px;
}
#list #marketTrends:empty,
#demographicsSection1:empty,
#demographicsSection2:empty,
#leastMostExpensiveListingSection:empty,
#educationStatistics:empty {
  display: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #list #marketTrends,
  #demographicsSection1,
  #demographicsSection2,
  #leastMostExpensiveListingSection,
  #educationStatistics {
    margin: 0;
  }
}
.rc-chart {
  margin: 1em 0;
}
.market-trends-content .rc-chart {
  margin: 6em 0;
}
.rc-chart h3 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  margin: 1.4em 0;
}
@media (min-width: 768px) {
  .rc-chart h3 {
    font-size: 16px;
  }
}
.rc-chart .loaf-chart {
  width: 100%;
  min-width: 100px;
  overflow: hidden;
  padding: 0 20px 48px 10px;
  position: relative;
  font-size: 13px;
  line-height: 1em;
  color: #666;
  width: 200px;
}
.rc-chart .loaf-chart.population:after {
  content: " ";
  position: absolute;
  top: 23px;
  left: 10px;
  right: 20px;
  height: 40px;
  background: transparent url("/Content/images/pop-icon-1x.png") 0 0;
  background-size: 10% 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .rc-chart .loaf-chart.population:after {
    background-image: url("/Content/images/pop-icon-2x.png");
  }
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .loaf-chart {
    padding: 0 40px 48px 10px;
    width: 200px;
  }
  .rc-chart .loaf-chart.population:after {
    left: 10px;
    right: 40px;
    height: 30px;
  }
}
.rc-chart .slice {
  float: left;
}
.rc-chart .slice span {
  display: block;
  text-align: center;
  white-space: nowrap;
  margin: 5px 0;
}
.rc-chart .slice:first-child span {
  text-align: left;
}
.rc-chart .slice:last-child span {
  text-align: right;
}
.rc-chart .slice .name {
  margin: 5px -10px;
}
.rc-chart .percentage {
  width: 100%;
  line-height: 24px;
  height: 40px;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .percentage {
    height: 30px;
  }
}
.rc-chart .percentage:before {
  content: "";
  display: block;
  height: 100%;
}
.rc-chart .population-group .group-total {
  display: none;
}
.rc-chart .list-chart {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  clear: both;
  margin: 0 0 1em;
}
.rc-chart .list-chart li {
  white-space: nowrap;
  font-size: 14px;
  margin: 0 0 10px;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .list-chart li {
    float: left;
    padding-right: 1.2em;
  }
}
.rc-chart .list-chart li:last-child {
  padding-right: 0;
}
.rc-chart .list-chart li.big,
.rc-chart .list-chart li.medium {
  font-size: 36px;
  min-width: 165px;
  clear: both;
  padding: 0 0 18px 0;
  position: relative;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .list-chart li.big,
  .rc-chart .list-chart li.medium {
    float: left;
    width: 33%;
    padding: 0 0 12px 0;
  }
}
@media (max-width: 512px) {
  .rc-chart .list-chart li.big b,
  .rc-chart .list-chart li.medium b {
    white-space: normal;
  }
}
.rc-chart .list-chart li.medium {
  font-size: 24px;
  padding-top: 26px;
}
.rc-chart .list-chart li.big ~ .big,
.rc-chart .list-chart li.medium ~ .medium {
  clear: none;
}
.rc-chart .list-chart li.big b,
.rc-chart .list-chart li.medium b {
  display: block;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  color: #999;
  margin: 0 0 18px;
}
.rc-chart .list-chart li.medium b {
  margin: 0 0 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 2em;
  white-space: normal;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .list-chart li.big ~ li {
    margin: 45px 0 -34px;
  }
  .rc-chart .list-chart li.big ~ li:last-child {
    margin: 45px 0 0;
  }
}
.rc-chart .list-chart li.medium.inline {
  clear: none;
  margin-top: 22px !important;
  width: 25%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rc-chart .list-chart b {
  font-weight: normal;
  margin-right: 0.5em;
}
.rc-chart .list-chart sup {
  font-size: 22px;
}
.rc-chart .list-chart[aria-label]:before {
  content: attr(aria-label);
  font-size: 13px;
  font-weight: 600;
  min-width: 165px;
  display: block;
  padding: 0 1em 10px 0;
  color: #999;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .list-chart[aria-label]:before {
    width: 33%;
    float: left;
    padding: 0 1em 24px 0;
  }
}
.rc-chart .list-chart[aria-label],
.rc-chart .list-chart[aria-label] li {
  color: #999;
  font-size: 13px;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .list-chart li.graph {
    width: 33%;
    min-width: 182px;
    margin-top: 18px !important;
    padding: 0 8px 0 0;
  }
}
.rc-chart .items-chart {
  background: #eee;
  padding: 0 12px;
  overflow: hidden;
  list-style-type: none;
}
.rc-chart .items-chart li {
  margin: 18px 0;
}
@media (min-width: 512px) and (max-width: 767px), (min-width: 1024px) {
  .rc-chart .items-chart li {
    float: left;
    width: 50%;
    padding-right: 1.2em;
  }
}
.rc-chart .items-chart li h3 {
  border: none;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.rc-chart .items-chart .expensive h3:before,
.rc-chart .items-chart .cheap h3:before,
.rc-chart .items-chart .cheap h3:after {
  color: #222;
  content: "$$$$";
  margin-right: 0.5em;
  font-size: 16px;
  font-weight: 700;
}
.rc-chart .items-chart .cheap h3:before {
  float: left;
  content: "$";
  margin-right: 0;
}
.rc-chart .items-chart .cheap h3:after {
  float: left;
  content: "$$$";
  color: #aaa;
}
.rc-chart .items-chart a {
  margin-right: 1em;
}
.rc-chart table.line-chart-table {
  border-collapse: collapse;
  width: 100%;
}
.rc-chart table.line-chart-table th,
.rc-chart table.line-chart-table td {
  padding: 8px 6px;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
}
.rc-chart table.line-chart-table th[colspan="2"] {
  width: 33%;
}
.rc-chart table.line-chart-table thead th {
  padding-left: 2px;
  vertical-align: bottom;
}
.rc-chart table.line-chart-table thead th span {
  white-space: nowrap;
}
.rc-chart table.line-chart-table thead th span.caption {
  float: left;
  font-weight: 600;
}
.rc-chart table.line-chart-table thead th {
  border-width: 0px solid #333;
}
.rc-chart table.line-chart-table tr:hover {
  background: #fafafa;
}
.rc-chart table.line-chart-table tr.current-row {
  background: #f5f5f5;
}
.rc-chart table.line-chart-table tr.current-row td:first-child {
  text-align: left;
}
.rc-chart table.line-chart-table tr.current-row td span.caption {
  margin-left: -3px;
}
.rc-chart table.line-chart-table tbody th:last-of-type {
  border-right: 1px solid #ccc;
}
.rc-chart table.line-chart-table tbody th:nth-last-of-type(2) {
  text-align: left;
}
.rc-chart .line-chart h4.caption {
  font-size: 13px;
  padding: 10px 2px;
  font-weight: 600;
}
.rc-chart .line-chart-container {
  height: 330px;
  position: relative;
}
@media (max-height: 440px) {
  .rc-chart .line-chart-container {
    height: 75vh;
  }
}
@media (max-width: 320px), (max-width: 384px), (max-width: 1024px) {
  .rc-chart table.line-chart-table {
    min-width: 325px;
  }
}
.rc-chart div.line-chart-table-container {
  overflow-x: auto;
}
.rc-chart .toggle-view {
  font-weight: 600;
  color: #333;
  text-align: right;
  font-size: 0.91em;
  margin: 2em 0;
  display: none;
}
.rc-chart .toggle-view button {
  font: inherit;
  color: #019fc1;
  border: none;
  background: none;
}
.rc-chart .toggle-view button.current {
  color: inherit;
}
.rc-chart .note {
  margin: 2em 0;
}
.rc-chart .note p {
  font-size: 0.91em;
  margin: 0.2em 0;
  color: #555555;
}
.rc-chart .note p:first-child {
  font-weight: 600;
}
.rc-chart .note p.zipcodes-note span {
  display: none;
}
.rc-chart .note p.zipcodes-note span:after {
  content: ",\00a0";
}
.rc-chart .note p.zipcodes-note span:nth-child(-n+3) {
  display: inline-block;
}
.rc-chart .note p.zipcodes-note span:last-of-type:after {
  content: none;
}
.rc-chart .note p.zipcodes-note button.view-zipcodes {
  font: inherit;
  color: #019fc1;
  border: none;
  background: none;
}
.rc-chart .pie-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 130px;
  overflow: hidden;
  width: 100%;
}
.rc-chart .pie-chart .legend {
  -webkit-box-flex: 1 1 180px;
  -webkit-flex: 1 1 180px;
  -moz-box-flex: 1 1 180px;
  -ms-flex: 1 1 180px;
  flex: 1 1 180px;
  padding: 0 15px 10px 0;
  align-self: center;
}
.rc-chart .pie-chart .legend li {
  display: table;
  width: 100%;
  max-width: 400px;
}
.rc-chart .pie-chart .legend span {
  display: table-cell;
  color: #333;
  font-size: 14px;
  padding: 0 1em 8px 0;
  text-align: right;
}
.rc-chart .pie-chart .legend b {
  display: table-cell;
  padding: 0 0.5em 8px 2em;
  font-size: 14px;
  line-height: 1em;
  width: 75%;
  position: relative;
  font-weight: 500;
}
.rc-chart .pie-chart .legend b:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.rc-chart .pie-chart .graph {
  -webkit-box-flex: 1 1 100px;
  -webkit-flex: 1 1 100px;
  -moz-box-flex: 1 1 100px;
  -ms-flex: 1 1 100px;
  flex: 1 1 100px;
  padding: 0 0 10px 0;
  height: 160px;
}
.rc-chart .pie-chart .graph .pie-chart-container {
  position: relative;
  margin: auto;
  height: 160px;
  width: 200px;
}
@media (max-width: 384px) {
  .rc-chart .pie-chart {
    display: block;
  }
}
@media (width: 768px) {
  .rc-chart .pie-chart {
    display: block;
  }
}
/*charts*/
.rc-chart .loaf-chart .slice:nth-child(1) .percentage {
  background: #8dc23f;
}
.rc-chart .loaf-chart .slice:nth-child(2) .percentage {
  background: #38a9d6;
}
.rc-chart .loaf-chart .slice:nth-child(3) .percentage {
  background: #ec6e31;
}
.rc-chart .loaf-chart .slice:nth-child(4) .percentage {
  background: #edae2f;
}
.rc-chart table.line-chart-table tbody tr:nth-child(1) {
  border-color: #ec6e31;
}
.rc-chart table.line-chart-table tbody tr:nth-child(2) {
  border-color: #27505e;
}
.rc-chart .pie-chart .legend li:nth-child(1) {
  color: #ec6e31;
}
.rc-chart .pie-chart .legend li:nth-child(2) {
  color: #edae2f;
}
.rc-chart .pie-chart .legend li:nth-child(3) {
  color: #8dc23f;
}
.rc-chart .pie-chart .legend li:nth-child(4) {
  color: #38a9d6;
}
.rc-chart .pie-chart .legend li:nth-child(5) {
  color: #27505e;
}
.rc-chart .pie-chart .legend li:nth-child(6) {
  color: #a44193;
}
.rc-chart .pie-chart .legend li:nth-child(1) b:before {
  background-color: #ec6e31;
}
.rc-chart .pie-chart .legend li:nth-child(2) b:before {
  background-color: #edae2f;
}
.rc-chart .pie-chart .legend li:nth-child(3) b:before {
  background-color: #8dc23f;
}
.rc-chart .pie-chart .legend li:nth-child(4) b:before {
  background-color: #38a9d6;
}
.rc-chart .pie-chart .legend li:nth-child(5) b:before {
  background-color: #27505e;
}
.rc-chart .pie-chart .legend li:nth-child(6) b:before {
  background-color: #a44193;
}
/*Criteria Elements

  Criteria have two different layouts, depending on screen size
   1. On desktop browsers, down to iPad portrait size, main criteria
      are displayed in a horizontal band.
      Secondary criteria are inside a "More" dropdown
   2. On mobile, criteria are all in a popup, and are stacked vertically

  Note that search criteria elements are NOT mobile first

 --------------------------------------------------*/
/*Criteria are displayed using table and table-cell to avoid wrapping
 and to allow for vertically centering content*/
#searchFilters {
  /*position: relative;*/
}
.criteria {
  display: table;
}
.criteria .criterion,
.criteria .criteria-group {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.criteria .criterion:last-child,
.criteria .criteria-group:last-child {
  border-right: none;
}
.criteria .criterion .dropdown-toggle,
.criteria .criteria-group .dropdown-toggle {
  padding: 15px 15px;
  border: none;
}
.criteria .criterion a,
.criteria .criteria-group a {
  cursor: pointer;
}
.criteria .criterion .range,
.criteria .criteria-group .range {
  display: table;
}
.criteria .criterion .range > div,
.criteria .criteria-group .range > div {
  display: table-cell;
  vertical-align: middle;
}
.criteria .criterion .range > div.field,
.criteria .criteria-group .range > div.field {
  width: 50%;
  padding: 15px;
}
.criteria .criterion .range > div input,
.criteria .criteria-group .range > div input {
  width: 6em;
}
.criteria .criterion label,
.criteria .criteria-group label {
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1em;
}
.criteria .criterion > button,
.criteria .criteria-group > button,
.criteria .criterion > input,
.criteria .criteria-group > input {
  margin: 0 3px;
}
.criteria .criterion:first-child > button,
.criteria .criteria-group:first-child > button,
.criteria .criterion:first-child > input,
.criteria .criteria-group:first-child > input {
  margin: 0 3px 0 0;
}
/*Location field can be a simple INPUT field or an IWO
 Both options are styled here*/
#Location {
  padding: 6px;
}
.criterion #location,
.criterion #Location {
  width: 20vw;
  max-width: 20em;
}
#location-options {
  display: none;
}
.psrk-custom-list {
  z-index: 10000;
}
.psrk-custom-list ul {
  padding: 0;
  list-style-type: none;
}
/*.psrk-iwo #location {
	//width: 18em;
	margin: 4px 4px 4px 0;
	padding: 3px 5px;
	height: 22px;
	width: 16.35em;
}

.criterion .psrk-iwo {
	margin: 9px 9px 9px 0;
	box-shadow: none;
	border-radius: 0;
	
	input {
		font-size: @font-size-base;
	}
}*/
.form-control {
  box-shadow: none;
  height: 34px;
}
/*.dropdown-group-menu {
	display: none;
}

.open > .dropdown-group-menu {

display: block;
}*/
.criteria-group > .dropdown {
  position: static;
}
.criteria-group > .dropdown > .dropdown-menu {
  left: 10%;
  right: 10%;
  padding: 15px 15px 15px;
  -webkit-overflow-scrolling: touch;
}
.storage .criteria-group > .dropdown > .dropdown-menu {
  right: 40%;
}
@media only screen and (min-width: 769px) and (max-width: 1281px) {
  .storage .criteria-group > .dropdown > .dropdown-menu {
    right: 10%;
  }
}
@media only screen and (min-width: 769px) {
  #CriteriaMore .dropdown-menu {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
}
.psrk-popup .criteria > div > div > .dropdown > div.dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
  position: relative;
  box-shadow: none;
  display: block;
}
.psrk-popup .criteria .criteria-group:before {
  display: none;
}
.psrk-popup .criteria .criteria-group > .dropdown > button {
  display: none;
}
.psrk-popup .criteria div.criteria-group:before {
  display: none;
}
.psrk-popup .criteria div.criteria-group > .dropdown {
  display: block;
  width: 100%;
}
.psrk-popup .criteria div.criteria-group > .dropdown > .dropdown-menu {
  border: none;
}
.psrk-popup .criteria,
.criteria-group .criteria,
.psrk-popup .criteria-group {
  border: none;
  display: block;
}
.psrk-popup .criteria-group {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.psrk-popup .criteria .criterion,
.criteria-group .criterion,
.psrk-popup .criteria-group .dropdown-menu .criterion {
  width: 100%;
  margin: 10px 0 20px;
  position: relative;
  border-right: none;
  display: table;
  padding-right: 0;
  float: none;
  /*We could combine this with the selector above
		 since content would be empty if no data-criterion-label exists
		 expect then we would not be able to add a colon after the label*/
  /*Don't show the more button*/
  /*&.criterion-more {
			display: none !important;
		}*/
  /*Ranges should not be displayed as a dropdown on mobile
		 Hide some stuff and change some paddings around to make the 
		 input fields show on the main line*/
}
.psrk-popup .criteria .criterion[data-criterion-label]:before,
.criteria-group .criterion[data-criterion-label]:before,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-label]:before {
  display: table-cell;
  width: 25%;
  height: 34px;
  padding: 0 9px 0 0;
  font-size: 16px;
  color: #1fa9d6;
  content: attr(data-criterion-label);
  vertical-align: middle;
  line-height: 1em;
}
.psrk-popup .criteria .criterion:not([data-criterion-label]) label,
.criteria-group .criterion:not([data-criterion-label]) label,
.psrk-popup .criteria-group .dropdown-menu .criterion:not([data-criterion-label]) label {
  display: table-cell;
  width: 25%;
  height: 34px;
  color: #1fa9d6;
  margin: 1em 0 0.5em 0;
}
.psrk-popup .criteria .criterion[data-criterion-type=multi]:before,
.criteria-group .criterion[data-criterion-type=multi]:before,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type=multi]:before,
.psrk-popup .criteria .criterion[data-criterion-type=multi-one-column]:before,
.criteria-group .criterion[data-criterion-type=multi-one-column]:before,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type=multi-one-column]:before,
.psrk-popup .criteria .criterion[data-criterion-type=multi-two-columns]:before,
.criteria-group .criterion[data-criterion-type=multi-two-columns]:before,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type=multi-two-columns]:before {
  vertical-align: top;
}
.psrk-popup .criteria .criterion > .dropdown,
.criteria-group .criterion > .dropdown,
.psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown {
  width: 75%;
  display: table-cell;
}
.psrk-popup .criteria .criterion > .dropdown > button,
.criteria-group .criterion > .dropdown > button,
.psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown > button {
  text-align: left;
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 34px;
  padding: 3px 16px 3px 9px;
  position: relative;
}
.psrk-popup .criteria .criterion > .dropdown > button .caret,
.criteria-group .criterion > .dropdown > button .caret,
.psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown > button .caret {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -2px;
}
.psrk-popup .criteria .criterion > .dropdown > .dropdown-menu,
.criteria-group .criterion > .dropdown > .dropdown-menu,
.psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown > .dropdown-menu {
  width: 100%;
}
.psrk-popup .criteria .criterion > .dropdown > .dropdown-menu .dropdown-header,
.criteria-group .criterion > .dropdown > .dropdown-menu .dropdown-header,
.psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown > .dropdown-menu .dropdown-header {
  display: none;
}
.psrk-popup .criteria .criterion > .dropdown > .dropdown-menu li a,
.criteria-group .criterion > .dropdown > .dropdown-menu li a,
.psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown > .dropdown-menu li a {
  /*font-size: @rc-font-size-medium;*/
}
.psrk-popup .criteria .criterion[data-criterion-type="submit"],
.criteria-group .criterion[data-criterion-type="submit"],
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="submit"] {
  margin-bottom: 0;
}
.psrk-popup .criteria .criterion[data-criterion-type="submit"] button,
.criteria-group .criterion[data-criterion-type="submit"] button,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="submit"] button {
  margin: 5px 0;
  width: 100%;
  max-width: 320px;
}
.psrk-popup .criteria .criterion[data-criterion-type="range"] > .dropdown > button,
.criteria-group .criterion[data-criterion-type="range"] > .dropdown > button,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="range"] > .dropdown > button {
  display: none;
}
.psrk-popup .criteria .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu,
.criteria-group .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu {
  border: none;
  box-shadow: none;
  display: block;
  float: none;
  position: relative;
  z-index: 1;
}
.psrk-popup .criteria .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu input[type=text],
.criteria-group .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu input[type=text],
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu input[type=text] {
  width: 100%;
}
.psrk-popup .criteria .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .input-group-addon,
.criteria-group .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .input-group-addon,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .input-group-addon {
  padding: 6px;
}
.psrk-popup .criteria .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .range > div,
.criteria-group .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .range > div,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .range > div {
  padding: 0 6px;
}
.psrk-popup .criteria .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .range > div.field,
.criteria-group .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .range > div.field,
.psrk-popup .criteria-group .dropdown-menu .criterion[data-criterion-type="range"] > .dropdown > .dropdown-menu .range > div.field {
  padding: 0;
}
.psrk-popup .criteria .criterion button,
.criteria-group .criterion button,
.psrk-popup .criteria-group .dropdown-menu .criterion button,
.psrk-popup .criteria .criterion input,
.criteria-group .criterion input,
.psrk-popup .criteria-group .dropdown-menu .criterion input {
  margin: 0 9px 0 0;
}
.psrk-popup .criteria .criterion #Location,
.criteria-group .criterion #Location,
.psrk-popup .criteria-group .dropdown-menu .criterion #Location {
  width: 100%;
}
.psrk-popup .criteria .criterion input[type=checkbox],
.criteria-group .criterion input[type=checkbox],
.psrk-popup .criteria-group .dropdown-menu .criterion input[type=checkbox] {
  float: left;
  margin: 5px;
}
.multi-options,
.multi-options-one-column,
.multi-options-two-columns {
  list-style-type: none;
  padding: 0px;
}
.multi-options li label,
.multi-options-one-column li label,
.multi-options-two-columns li label {
  font-weight: normal;
}
.multi-options input,
.multi-options-one-column input,
.multi-options-two-columns input {
  margin-top: 4px;
}
#dropdownMore .count {
  background: #3db5cf;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
  text-align: center;
}
.criteria-group li {
  margin-bottom: 1px;
}
.criteria-group li.checked {
  background: #f6f6f6;
}
.criteria-group li label {
  margin: 0;
  padding: 2px;
}
.more-tools {
  display: block;
  padding: 15px 0 0;
  text-align: right;
}
.more-tools .btn-done {
  display: none;
}
.storage .criteria-group .criterion[data-criterion-type="value"] {
  width: 50%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .criteria #Location {
    height: 44px;
  }
  .multi-options {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 0;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 0;
    /* Firefox */
    column-gap: 0;
  }
  .multi-options li {
    margin-right: 15px;
  }
  .criteria-group .criterion {
    margin: 0;
  }
  .criteria-group .criterion[data-criterion-type="multi-one-column"] {
    width: 33%;
  }
  .criteria-group .criterion[data-criterion-type="multi-two-columns"] {
    clear: both;
    width: 100%;
  }
  .criteria-group div[role="group"] {
    clear: both;
  }
  .criteria-group div[role="group"]:not(:first-child),
  .criteria-group .criterion[data-criterion-type="multi"]:not(:first-child) {
    border-top: 1px solid #eee;
  }
  .criteria-group .criterion[data-criterion-type="value"] {
    width: 33%;
    float: left;
    padding-right: 15px;
  }
  .more-tools .btn-done {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .multi-options {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
  }
  .criteria-group .criterion[data-criterion-type="multi-one-column"] {
    width: 25%;
  }
  .criteria-group .criterion[data-criterion-type="multi-two-columns"] {
    clear: none;
    float: left;
    width: 50%;
  }
  .criteria-group .criterion[data-criterion-type="multi-two-columns"] .multi-options {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
  .criteria-group .criterion[data-criterion-type="value"] {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .criteria .criterion .dropdown-toggle,
  .criteria .criteria-group .dropdown-toggle {
    padding: 15px 18px;
  }
}
.criteria-group .criterion[data-criterion-type="multi"] {
  clear: both;
}
.criteria-group .criterion[data-criterion-type="multi-one-column"] {
  float: left;
}
.criteria-group .criterion[data-criterion-type="multi-one-column"] .multi-options {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}
.criteria-group .criterion[data-criterion-label] {
  display: block;
}
.criteria-group .criterion[data-criterion-label]:before {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  margin-top: 1em;
  color: #1fa9d6;
}
.criteria-group .criterion[data-criterion-label] .dropdown {
  width: 100%;
  display: block;
}
.criteria-group .criterion:not([data-criterion-label]) label {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .criteria .criterion .dropdown-toggle,
  .criteria .criteria-group .dropdown-toggle {
    padding: 15px 12px;
  }
  .viewtoggle button {
    padding: 6px;
  }
  .btn-primary .fa-icon {
    margin-right: 0;
  }
  .storage .criteria-group > .dropdown > .dropdown-menu {
    right: 10%;
  }
}
@media (max-width: 480px) {
  .psrk-popup .criteria .criterion,
  .psrk-popup .criteria-group .dropdown-menu .criterion {
    display: block;
  }
  .psrk-popup .criteria .criterion:before,
  .psrk-popup .criteria-group .dropdown-menu .criterion:before,
  .psrk-popup .criteria .criterion > .dropdown,
  .psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
  }
  .psrk-popup .criteria .criterion:before > button,
  .psrk-popup .criteria-group .dropdown-menu .criterion:before > button,
  .psrk-popup .criteria .criterion > .dropdown > button,
  .psrk-popup .criteria-group .dropdown-menu .criterion > .dropdown > button {
    display: block;
    width: 100%;
  }
  .psrk-popup .criteria .criterion[data-criterion-type="submit"]:before {
    display: none;
  }
}
.psrk-popup .criteria .criterion .range > div input,
.psrk-popup .criteria .criteria-group .range > div input {
  width: 100%;
}
/*the following needs to be integrated better*/
@media (max-width: 767px) {
  .psrk-popup:not(#psrk-message) .psrk-popup-content-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .psrk-popup:not(#psrk-message):not(.details-preview-popup) .psrk-popup-content-inner {
    padding: 15px;
  }
  .psrk-popup #searchFilters {
    position: static;
  }
  .psrk-popup-scrollable-content {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 55px !important;
    left: 0 !important;
    overflow: auto !important;
    padding: 15px;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
  .psrk-popup .criterion[data-criterion-type="submit"] {
    position: absolute !important;
    height: 55px !important;
    background: #f7f7f7 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    padding: 0 15px !important;
    margin: 0 !important;
    border-top: 1px solid #ddd !important;
    z-index: 1;
    text-align: left;
  }
  .psrk-popup .criterion[data-criterion-type="submit"]:before {
    height: auto !important;
  }
  .psrk-popup .psrk-popup-scrollable-content {
    bottom: 72px !important;
  }
  .psrk-popup .criterion[data-criterion-type="submit"] {
    height: 70px !important;
  }
  /*reset height on android*/
  _:webkit-full-screen,
  :root .psrk-popup .psrk-popup-scrollable-content {
    bottom: 55px !important;
  }
  _:webkit-full-screen,
  :root .psrk-popup .criterion[data-criterion-type="submit"] {
    height: 55px !important;
  }
  .storage .criteria-group .criterion[data-criterion-type="value"] {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .psrk-popup .criterion[data-criterion-type="submit"] {
    text-align: center;
  }
}
.field-validation-valid {
  display: none;
}
.fa-icon,
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  /*top: 1px;*/
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-search:before {
  content: "\f002";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-phone:before {
  content: "\f095";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-refresh:before {
  content: "\ea2e";
}
.icon-camera:before {
  content: "\f030";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-in:before {
  content: "\f010";
}
.icon-print:before {
  content: "\f02f";
}
.icon-star:before {
  content: "\f005";
}
.icon-question-sign:before {
  content: "\f059";
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/*Footer

 --------------------------------------------------*/
#footer {
  background: #252525;
  color: #777;
  padding: 2em 0 3em 0;
  width: 100%;
}
#footer .footer-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
}
#footer .footer-inner > .navbar-header,
#footer .footer-inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #footer .footer-inner > .navbar-header,
  #footer .footer-inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#footer .footer-popular-areas {
  margin: 1.6em 0;
  padding: 0 0 1.6em 0;
  border-bottom: 1px solid #333;
}
#footer .footer-popular-areas h3 {
  font-size: 16px;
  text-transform: uppercase;
}
#footer .footer-popular-areas a {
  margin-bottom: 4px;
}
#footer .country {
  margin-top: 0.4em;
}
#footer .country a {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
#footer .country img {
  width: 22px;
  height: 22px;
  margin: 4px;
}
#footer a {
  color: #bbb;
}
#footer .copyright {
  margin-top: 3.6em;
  margin-bottom: 1em;
}
#footer ul.site-links,
#footer ul.footer-yardi-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 2em;
}
#footer ul.site-links li,
#footer ul.footer-yardi-links li {
  margin-bottom: 9px;
  padding: 0 2em 0 0;
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.2em;
}
#footer ul.site-links {
  padding-bottom: 3em;
  border-bottom: 1px solid #333;
}
@media (min-width: 768px) {
  #footer .footer-inner {
    padding: 0 10px;
  }
  #footer ul.site-links,
  #footer ul.footer-yardi-links {
    overflow: hidden;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #footer ul.site-links li,
  #footer ul.footer-yardi-links li {
    padding: 0;
    display: inline-block;
  }
  #footer ul.site-links li:after,
  #footer ul.footer-yardi-links li:after {
    content: "|";
    padding: 0 0.5em;
  }
  #footer ul.site-links li:last-child:after,
  #footer ul.footer-yardi-links li:last-child:after {
    display: none;
  }
  #footer ul.site-links {
    padding-bottom: 2em;
    margin: 12px 0 2em 0;
  }
  #footer ul.footer-yardi-links {
    margin: 12px 0 0 0;
  }
  #footer .country {
    text-align: right;
    padding-right: 0;
    float: right;
    width: 220px;
  }
  #footer .copyright {
    margin-top: 7em;
  }
}
/*Grid

 Some of this should be moved out to element specific files

 --------------------------------------------------*/
.results-list {
  background: #dedede;
}
@media (min-width: 768px) {
  .results-list {
    z-index: 82;
  }
}
.results-list .inner {
  padding: 0;
  border-width: 0;
  max-width: 100%;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.introduction {
  margin-left: -15px;
  margin-right: -15px;
}
.results-map {
  z-index: 10;
}
.map_parent .psrk-gmap {
  border: none;
}
.results-list,
.results-map {
  padding-left: 0;
  padding-right: 0;
}
#main-content {
  margin-bottom: 0;
}
body [role="main"] {
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .listview #list,
  .mapview #map {
    display: block;
  }
  .mapview #list #footer,
  .mapview #list .inner > *,
  .listview #map,
  #map {
    display: none;
  }
  .mapview #list .inner > .results-title,
  .mapview #list .inner > .results-tools {
    display: block;
  }
  .results-list .inner {
    padding: 0 15px;
  }
  .results-list {
    padding-left: 0;
    padding-right: 0;
  }
  .results-list .inner {
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 768px) {
  #list #results > h3,
  #list #results > p {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.rcils-icon {
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  background-image: url("/Content/images/rcils-icons.png");
  background-image: url("/Content/images/rcils-icons.svg"), none;
  background-repeat: no-repeat;
  background-size: 2em 32em;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .rcils-icon {
    font-size: 20px;
  }
}
.rcils-icon-air-conditioner {
  background-position: -0.5em -0.5em;
}
.rcils-icon-dishwasher {
  background-position: -0.5em -2.5em;
}
.rcils-icon-extra-storage {
  background-position: -0.5em -4.5em;
}
.rcils-icon-fireplace {
  background-position: -0.5em -6.5em;
}
.rcils-icon-fitness-center {
  background-position: -0.5em -8.5em;
}
.rcils-icon-garage {
  background-position: -0.5em -10.5em;
}
.rcils-icon-hardwood-floors {
  background-position: -0.5em -12.5em;
}
.rcils-icon-high-speed-internet {
  background-position: -0.5em -14.5em;
}
.rcils-icon-large-closets {
  background-position: -0.5em -16.5em;
}
.rcils-icon-laundry-facilities {
  background-position: -0.5em -18.5em;
}
.rcils-icon-patio-balcony {
  background-position: -0.5em -20.5em;
}
.rcils-icon-pets-allowed {
  background-position: -0.5em -22.5em;
}
.rcils-icon-pool {
  background-position: -0.5em -24.5em;
}
.rcils-icon-public-transportation {
  background-position: -0.5em -26.5em;
}
.rcils-icon-washer-dryer {
  background-position: -0.5em -28.5em;
}
.rcils-icon-wheelchair-access {
  background-position: -0.5em -30.5em;
}
/************/
.accordion-toggle.section-title:after {
  content: "";
  border-bottom: 6px solid #000;
  border-bottom-color: #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  transform: translateY(10%);
  position: inherit;
  float: right;
  margin-right: 5px;
}
.collapsed.accordion-toggle.section-title:after {
  border-top: 6px solid #000;
  border-top-color: #000;
  border-bottom: 6px solid transparent;
  border-bottom-color: transparent;
  transform: translateY(110%);
}
[data-toggle~="collapse"] {
  cursor: pointer;
}
ul.multi-columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*Needed for IE9 hack*/
  overflow: hidden;
}
ul.multi-columns.sitemaps a {
  padding-bottom: 3px;
}
#subregionLinks,
#nearbyUniversitiesLinks,
#popularSearches {
  background: #fff;
  padding: 0 10px;
  margin: 0 -15px;
}
#subregionLinks h5,
#nearbyUniversitiesLinks h5,
#popularSearches h5 {
  font-weight: 600;
  line-height: 24px;
}
#subregionLinks ul.multi-columns-links,
#nearbyUniversitiesLinks ul.multi-columns-links,
#popularSearches ul.multi-columns-links {
  width: 100%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  margin-top: 0;
  padding: 0;
}
#subregionLinks ul.multi-columns-links li,
#nearbyUniversitiesLinks ul.multi-columns-links li,
#popularSearches ul.multi-columns-links li {
  list-style-type: none;
}
#subregionLinks ul.multi-columns-links li a,
#nearbyUniversitiesLinks ul.multi-columns-links li a,
#popularSearches ul.multi-columns-links li a,
#subregionLinks ul.multi-columns-links li span,
#nearbyUniversitiesLinks ul.multi-columns-links li span,
#popularSearches ul.multi-columns-links li span {
  font-size: 13px;
}
#subregionLinks .subregion-all,
#nearbyUniversitiesLinks .subregion-all,
#popularSearches .subregion-all {
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
}
#subregionLinks hr,
#nearbyUniversitiesLinks hr,
#popularSearches hr {
  color: #ddd;
  background-color: #ddd;
  height: 1px;
  border: 0;
  margin-bottom: 1.4em;
}
#popularSearches {
  padding-top: 2em;
}
#popularSearches h5 {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
#popularSearches #popularSearchesAccordion {
  margin-bottom: 20px;
}
#subregionLinks h5,
#nearbyUniversitiesLinks h5 {
  padding: 5px 0px;
  margin: 0;
}
#subregionLinks h5:nth-child(1) {
  padding-top: 5px;
}
@media (min-width: 480px) {
  #subregionLinks ul.multi-columns-links,
  #nearbyUniversitiesLinks ul.multi-columns-links,
  #popularSearches ul.multi-columns-links {
    width: 100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #subregionLinks,
  #nearbyUniversitiesLinks,
  #popularSearches {
    margin: 0;
  }
}
ul.multi-columns li {
  /*Adding margin and padding will cause wrapping problems in IE10 and IE11*/
  margin: 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  /*IE9 hack - unfortunately IE10 can read this too*/
  width: 50%\9;
  float: left\9;
}
ul.multi-columns a {
  display: inline-block;
}
ul.apartments-under-price {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.apartments-under-price li {
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
  padding: 0;
}
ul.apartments-under-price li a {
  display: inline-block;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  ul.multi-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  ul.multi-columns li {
    /*IE9 hack*/
    width: 33%\9;
  }
  #nearbySchools {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 1024px) {
  ul.multi-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  ul.multi-columns li {
    /*IE9 hack*/
    width: 25%\9;
  }
  #nearbySchools {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*IE10 counter hack... IE10-specific styles go here*/
  ul.multi-columns li {
    float: none;
    width: auto;
  }
}
ul.csv {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
ul.csv li {
  margin-right: 0.3em;
  overflow: hidden;
  line-height: 1.2em;
  margin-bottom: 4px;
  float: left;
}
ul.csv li a {
  float: left;
  line-height: inherit;
  margin: 0;
}
ul.csv li:not(:last-child):after {
  content: ", ";
}
.loading {
  display: block;
  position: relative;
  padding: 0 0 0 3em;
  color: #666;
  width: 100px;
  background: none;
}
.loading:after {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-width: 0.2em;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  content: " ";
  top: 50%;
  margin-top: -1em;
  left: 0;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  bordercolor: rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0.9) transparent transparent;
}
.loading.cancelled {
  white-space: nowrap;
}
.loading.cancelled:before,
.loading.cancelled:after {
  animation-iteration-count: 0 !important;
}
.psrk-popup .loading {
  margin: 100px auto 0;
  color: #666;
}
.psrk-popup .loading-error {
  padding: 30px 15px;
  text-align: center;
}
.carousel[data-shrink-wrap="true"] .item .loading {
  margin: 20px auto;
  color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
}
.carousel[data-shrink-wrap="true"] .item .loading:after {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-width: 0.2em;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  content: " ";
  top: 50%;
  margin-top: -1em;
  left: 0;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
}
.psrk-loading .psrk-popup-header h3 {
  position: relative;
  background: none;
}
.psrk-loading .psrk-popup-header h3:after {
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  border-width: 0.2em;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  content: " ";
  top: 50%;
  margin-top: -1em;
  left: 0;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rc-chart .bar-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 1em;
  max-width: 100%;
}
.rc-chart .bar-chart .legend {
  display: none;
}
.rc-chart .bar-chart.with-average:before {
  content: "";
  -webkit-box-flex: 1 0 200px;
  -webkit-flex: 1 0 200px;
  -moz-box-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  display: block;
}
.rc-chart .bar-chart.with-average .legend {
  -webkit-box-flex: 2 0 67%;
  -webkit-flex: 2 0 67%;
  -moz-box-flex: 2 0 67%;
  -ms-flex: 2 0 67%;
  flex: 2 0 67%;
  min-width: calc(100% - 300px);
  display: block;
}
.rc-chart .bar-chart.with-average .legend p {
  text-align: center;
  margin: 2px 0 2px 0;
  font-size: 12px;
  padding-bottom: 10px;
  position: relative;
}
.rc-chart .bar-chart.with-average .legend p:after {
  content: "\25BC";
  font-size: 10px;
  line-height: 10px;
  width: 6px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
}
.rc-chart .bar-chart.with-average .legend table {
  width: 100%;
  color: #333;
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
}
.rc-chart .bar-chart.with-average .legend td {
  width: 10%;
  padding: 3px 0;
  text-align: center;
  font-size: 12px;
}
.rc-chart .bar-chart.with-average .legend td.below,
.rc-chart .bar-chart.with-average .legend td.above {
  width: 45%;
}
.rc-chart .bar-chart.with-average .bar {
  padding-right: 0;
}
.rc-chart .bar-chart .label {
  -webkit-box-flex: 1 0 200px;
  -webkit-flex: 1 0 200px;
  -moz-box-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  white-space: normal;
  border-radius: 0;
  font: inherit;
  line-height: 1em;
  text-align: left;
  color: inherit;
  padding: 2px 0;
}
.rc-chart .bar-chart .bar {
  -webkit-box-flex: 2 0 67%;
  -webkit-flex: 2 0 67%;
  -moz-box-flex: 2 0 67%;
  -ms-flex: 2 0 67%;
  flex: 2 0 67%;
  min-width: calc(100% - 300px);
  padding-right: 80px;
}
.rc-chart .bar-chart .bar > table {
  width: 100%;
  border-collapse: collapse;
}
.rc-chart .bar-chart .bar > table td {
  width: 50%;
  font-size: 1px;
  padding: 0;
}
.rc-chart .bar-chart .bar > table td > div {
  position: relative;
  padding: 0px 0;
  height: 24px;
  margin: 0;
}
.rc-chart .bar-chart .bar > table td > div .value {
  color: #222;
}
.rc-chart .bar-chart .bar > table td > div .value.overflow {
  color: #fff;
}
.rc-chart .bar-chart .bar > table td.below {
  background: #d5d5d5;
  border-radius: 0;
  border-right: 2px solid #fff;
}
.rc-chart .bar-chart .bar > table td.below > div {
  background-color: #8dc23f;
  border: 1px solid #8dc23f;
  border-bottom: none;
  border-radius: 0;
}
.rc-chart .bar-chart .bar > table td.above {
  background: #efefef;
  border-radius: 0;
  border-left: 1px solid #fff;
}
.rc-chart .bar-chart .bar > table td.above > div {
  background-color: #38a9d6;
  border: 1px solid #38a9d6;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
}
.rc-chart .bar-chart .bar div {
  background-color: #38a9d6;
  position: relative;
  height: 24px;
}
.rc-chart .bar-chart .bar div .value {
  /*transform: translate(100%, -50%);*/
  position: absolute;
  /*right: -10px;*/
  /*top: 50%;*/
  left: calc(100% + 10px);
  margin-top: 0.1rem;
  font-weight: 500;
  font-size: 1rem;
  color: #ea7b46;
}
.rc-chart .bar-chart .bar > * {
  margin: 0 0 12px;
}
.rc-chart .pie-chart {
  display: flex;
}
.rc-chart .pie-chart .legend {
  order: 2 !important;
  margin-left: 3%;
}
.rc-chart .pie-chart .legend span {
  text-align: left;
}
.rc-chart .pie-chart .legend li {
  max-width: 250px;
}
.rc-chart .pie-chart .graph {
  order: 1 !important;
  text-align: left;
  flex: none;
}
.rc-chart .pie-chart .graph .pie-chart-container {
  margin: 0;
}
.market-trends-highlights {
  margin: 2.5em 0 5em;
}
.rc-chart ~ .market-trends-highlights {
  margin: -4em 0 6em;
}
.market-trends-highlights h3:after {
  display: none;
}
.market-trends-highlights p {
  display: block;
  padding-left: 1.2em;
  position: relative;
}
.market-trends-highlights p:before {
  content: "\f105";
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  color: #ea7b46;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.rc-chart-comparables {
  background: #fff;
  text-align: center;
}
.rc-chart-comparables .deviation {
  color: #8dc23f;
  font-weight: 700;
}
.rc-chart-comparables h3 {
  display: inline-block;
  margin: 15px auto;
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.comps-details {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.comps-details .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -1px 0 0 -1px;
  width: calc(100% + 1px);
}
.comps-details .inner > * {
  flex: 1 0 160px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 20px 10px;
}
.comps-details .price {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #8dc23f;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  color: #fff;
}
.comps-details p {
  margin: 20px 0;
}
.comps-details table {
  margin: 0 auto;
  border-spacing: 6px;
  border-collapse: separate;
}
.comps-details table td,
.comps-details table th {
  font-weight: 600;
  padding: 10px;
  text-align: left;
}
.comps-details table th {
  background: #eee;
}
.comps-details table thead th {
  background: #8dc23f;
  color: #fff;
}
.comps-details table thead td {
  font-weight: 700;
  color: #8dc23f;
}
.comps-control {
  padding: 10px 10px 4px;
  background: #eee;
  margin: 0 auto;
  text-align: center;
  font-size: 1.14rem;
}
.comps-control form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.comps-control form > * {
  min-width: 4em;
  padding-bottom: 6px;
}
.comps-control form span.separator {
  padding: 4px 8px;
}
.comps-control form .comp1,
.comps-control form .comp2 {
  flex: 1 0 160px;
}
@media (max-width: 512px) {
  .comps-control form {
    display: block;
  }
}
.comps-control select {
  color: #333;
  border: none;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  .comps-control select {
    max-width: 100%;
  }
}
.market-trends {
  width: 100%;
  margin-bottom: 30px;
}
.scroll-pane .market-trends {
  margin-bottom: 0;
}
.bar-chart ~ .market-trends {
  margin-top: 50px;
}
.market-trends th,
.market-trends td {
  padding: 8px 4px;
  font-weight: 500;
  font-size: 13px;
  background-color: #eee;
}
.market-trends thead th {
  text-align: center;
  vertical-align: bottom;
  width: calc(100% / 3);
}
.market-trends td {
  font-size: 13px;
  text-align: center;
}
.market-trends tbody th:not(:first-child) {
  text-align: center;
  background-color: #8dc23f;
  color: #fff;
}
.market-trends tbody tr {
  border-top: 2px solid #fff;
}
.market-trends tbody tr > *:not(:last-child) {
  border-right: 2px solid #fff;
}
.last-updated {
  text-align: right;
  margin: -30px 0 6px 0;
  font-size: 12px;
}
.last-updated .icon-refresh {
  color: #ec6e31;
}
.last-updated .fa-icon {
  color: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .rc-chart .average-rent,
  .rc-chart .y-o-y-change,
  .rc-chart .rent-comparison,
  .rc-chart .average-apartment-size {
    padding-left: 64px;
    height: 34px;
    line-height: 34px;
    background-image: url("/Content/images/market-trends-icons.png");
    background-position: 100px 100px;
    background-repeat: no-repeat;
    box-sizing: content-box;
  }
  .rc-chart .average-apartment-size {
    background-position: 6px 9px;
  }
  .rc-chart .average-rent {
    background-position: 6px -97px;
  }
  .rc-chart .rent-comparison {
    background-position: 6px -197px;
  }
  .rc-chart .y-o-y-change {
    background-position: 6px -297px;
  }
  .market-trends th,
  .market-trends td {
    padding: 10px;
    font-size: 14px;
  }
  .market-trends td {
    font-size: 16px;
    text-align: center;
  }
  .market-trends tbody tr {
    border-top-width: 6px;
  }
  .market-trends tbody tr > *:not(:last-child) {
    border-right-width: 6px;
  }
  .market-trends th.average-rent,
  .market-trends th.y-o-y-change {
    text-align: left;
    vertical-align: middle;
  }
  .market-trends.market-trends-nhood {
    width: 50%;
  }
  .last-updated {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .rc-chart .average-apartment-size {
    background-position: 40px 9px;
  }
  .rc-chart .average-rent {
    background-position: 77px -97px;
  }
  .rc-chart .rent-comparison {
    background-position: 6px -197px;
  }
  .rc-chart .y-o-y-change {
    background-position: 75px -297px;
  }
  .rc-chart .market-trends th.average-rent,
  .rc-chart .market-trends th.y-o-y-change {
    text-align: center;
  }
}
.scroll-pane {
  margin-bottom: 25px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  scrollbar-base-color: transparent;
  scrollbar-face-color: #666;
  scrollbar-track-color: #eee;
}
.scroll-pane::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.scroll-pane::-webkit-scrollbar-thumb {
  background-color: #666;
  background: linear-gradient(transparent, transparent 5px, #666 5px, #666 7px, transparent 7px, transparent);
}
.scroll-pane::-webkit-scrollbar-track {
  background-color: #eee;
  background: linear-gradient(transparent, transparent 5px, #eee 5px, #eee 7px, transparent 7px, transparent);
}
#main-content > div.market-trends-content.page-content > div > section div.toggle-view {
  display: block;
}
.toggle-view.average-rent-section {
  text-align: left;
  position: absolute;
  margin: 0 0;
}
.bar-neighborhood .toggle-view.average-rent-section {
  margin: 1.95em 0;
}
.section-average-rent-by-nhood .toggle-view #TableViewNeighborhood,
.section-average-rent-by-nhood .toggle-view #GraphViewNeighborhood,
.section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentTableFullView,
.section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentFullView {
  width: 25%;
}
.section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentPartialView,
.section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentTablePartialView {
  width: 45%;
}
@media (min-width: 480px) {
  .section-average-rent-by-nhood .toggle-view #TableViewNeighborhood,
  .section-average-rent-by-nhood .toggle-view #GraphViewNeighborhood,
  .section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentTableFullView,
  .section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentFullView,
  .section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentPartialView,
  .section-average-rent-by-nhood .toggle-view #MarketTrendsAverageRentTablePartialView {
    width: auto;
  }
}
/*Navbar

 --------------------------------------------------*/
.navbar-default {
  background: #fff;
  padding: 0;
  margin: 0;
  border-width: 0 0 1px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  min-height: 60px;
}
.navbar-default .navbar-toggle {
  margin-bottom: 0px;
  margin-top: 4px;
  padding: 11px 11px;
  border: none;
  margin: 10px 15px 5px 0;
}
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  /*Change*/
}
.navigation button {
  border: none;
  background: none;
  display: block;
  padding: 5px 30px;
}
.navigation ul {
  padding: 0;
  margin: 0;
}
.navigation.collapse.in {
  display: block !important;
}
.navigation .navbar-nav li {
  vertical-align: top;
  list-style: none;
}
.navigation .navbar-nav li a,
.navigation .navbar-nav li button,
.navigation .navbar-nav li span {
  color: #444;
  display: block;
  padding: 10px 10px;
  line-height: 1em;
  margin: 0;
  font-weight: 500;
}
.navigation .navbar-nav li a:hover,
.navigation .navbar-nav li button:hover,
.navigation .navbar-nav li span:hover {
  color: #111;
  text-decoration: none;
  background: transparent;
}
.navigation .navbar-nav li span {
  /*cursor: none;*/
  padding: 10px 12px;
  text-transform: none;
  font-weight: 600;
}
.navigation .navbar-nav li a:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #000;
}
.navigation .navbar-nav li a:hover:after {
  width: 100%;
}
.navigation .navbar-nav li:last-child a {
  padding-right: 10px;
}
.navigation .navbar-nav > li > a,
.navigation .navbar-nav > li > button {
  /*text-transform: uppercase;
            font-weight: 500;*/
  padding: 10px 12px;
  text-transform: none;
}
.navigation li:first-child > a {
  font-weight: 500;
}
.navbar-header .logo {
  width: 152px;
  height: 44px;
  margin-left: 15px;
  padding-top: 10px;
  display: block;
}
.navbar-header .logo img {
  margin-top: 4%;
  max-width: 100%;
}
.home-menu-dropdown .dropdown-menu.navbar-right {
  right: 0;
  left: auto;
}
.home-menu-dropdown button.btn.dropdown-toggle {
  display: none;
}
@media (max-width: 480px) {
  li.dropdown.open > ul.dropdown-submenu-list > li.dropdown-submenu-item > ul.dropdown-menu > li > a {
    white-space: pre-wrap;
  }
}
@media (max-width: 767px) {
  .navigation.collapse #secondary .dropdown-menu {
    display: block;
    position: unset;
    background-color: unset;
    max-height: unset;
    transition: unset;
  }
  .navbar-collapse {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 103;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav li a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
  }
  .navbar-nav > li > span {
    display: none;
  }
  .navigation {
    padding: 0;
  }
  .navigation > div {
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
  }
  .navigation .dropdown-menu {
    position: relative;
    float: none;
    border: none;
    box-shadow: none;
  }
  .navigation .navbar-nav li a,
  .navigation .navbar-nav li button,
  .navigation .navbar-nav li span {
    padding: 20px 15px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }
  .navigation .navbar-nav li a,
  .navigation .dropdown-menu,
  .navigation .dropdown.open .dropdown-menu {
    border-bottom: 1px solid #eee;
    border-bottom: none;
  }
  .navigation .open .dropdown-menu li a,
  .navigation .open .dropdown-menu li button {
    padding: 10px 15px 10px 25px;
  }
  .navigation .open > .dropdown-menu {
    max-height: 1000px;
    transition: max-height 1s linear;
  }
  .navigation .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: max-height 0.4s cubic-bezier(0, 1.05, 0, 1);
  }
  .navigation .dropdown.open > .dropdown-toggle > .caret,
  .navigation .dropdown-submenu.open > .dropdown-toggle > .caret {
    transform: rotate(180deg);
  }
  .navigation .dropdown-submenu.open ul {
    padding-left: 10px;
  }
}
@media (min-width: 480px) {
  .navbar-default {
    position: relative;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    min-height: 90px;
  }
  .navbar-default .navbar-header .logo {
    width: 190px;
    height: 90px;
    display: block;
    padding-top: 15%;
  }
  .home-menu-dropdown button.btn.dropdown-toggle {
    display: block;
    box-shadow: none;
  }
  .navigation li a {
    margin-left: 6px;
    padding: 15px 10px;
  }
  .navigation li > span {
    color: #999;
    display: block;
    line-height: 1em;
    padding: 10px;
  }
  .navbar-default {
    display: table;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 5px 0 15px;
  }
  #navigation,
  .navbar-header {
    display: table-cell !important;
    /*override !important in bootstrap*/
  }
  .navbar-header {
    min-width: 160px;
  }
  .navigation {
    width: 100%;
    direction: rtl;
    text-align: right;
    vertical-align: bottom;
    padding: 0 0 0 15px;
  }
  .navigation > div {
    line-height: 1px;
    padding: 0;
    text-align: justify;
    width: 100%;
    margin: 0 0 10px;
    margin: 0 0 14px;
  }
  .navigation > div:after {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .navigation li li {
    display: block;
  }
  .navigation .dropdown-menu {
    border: none;
  }
  .navigation #primary,
  .navigation #secondary {
    display: inline-block;
    text-align: right;
    direction: ltr;
    margin: 0 10px 0px;
    vertical-align: bottom;
  }
  .navigation #secondary .dropdown-toggle {
    min-width: 160px;
    height: 33px;
    font-size: 18px;
  }
  .navigation #secondary .dropdown {
    border: 1px solid #606062;
    border-radius: 12px;
    margin: 0 15px 5px 0;
  }
  .navigation #secondary .dropdown.open {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .navigation #secondary .dropdown.open span {
    -webkit-transform: rotate(180deg);
    /* Chrome and other webkit browsers */
    -moz-transform: rotate(180deg);
    /* FF */
    -o-transform: rotate(180deg);
    /* Opera */
    -ms-transform: rotate(180deg);
    /* IE9 */
    transform: rotate(180deg);
    /* W3C compliant browsers */
  }
  .navigation #secondary .dropdown.open button {
    min-width: 160px;
  }
  .navigation #secondary .dropdown.open .dropdown-menu.navbar-right {
    border-radius: 12px;
    border: 1px solid #606062;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    width: 101%;
    padding: 0;
    margin: 0;
    left: -1px;
  }
  .navigation #secondary .dropdown.open .dropdown-menu.navbar-right li {
    width: 100%;
  }
  .navigation #primary .dropdown-menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation #primary .dropdown-menu a {
    color: #019fc1;
    font-size: 13px;
    display: inline-block;
    padding: 0;
    margin: 10px 0;
  }
  .navigation #primary .dropdown-menu a:hover {
    color: #016075;
    text-decoration: underline;
  }
  .navigation #primary .dropdown-submenu {
    position: relative;
  }
  .navigation #primary .dropdown-submenu button.dropdown-toggle {
    display: inline-block;
    font-size: 13px;
    margin: 10px 0;
    padding: 0;
    white-space: nowrap;
    max-width: 98%;
    padding-right: 5px;
  }
  .navigation #primary .dropdown-submenu:after {
    border-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    float: right;
    margin-right: -10px;
    margin-top: 10px;
  }
  .navigation #primary .dropdown-submenu:hover > .dropdown-submenu:after {
    border-left-color: rgba(0, 0, 0, 0.15);
  }
  .navigation #primary .dropdown-submenu > .dropdown-menu {
    left: 100%;
    top: 0;
  }
  .navigation #primary .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .navigation #primary .dropdown-submenu.pull-left {
    float: none !important;
  }
  .navigation #primary .dropdown-submenu.pull-left > .dropdown-menu {
    left: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
  .navigation #primary .dropdown-submenu.pull-left:before {
    border-color: transparent;
    border-right-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: " ";
    float: left;
    margin-left: -10px;
    margin-top: 10px;
  }
  .navigation #primary .dropdown-submenu.pull-left:after {
    display: none;
  }
  .navigation #primary .dropdown-submenu span.caret {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .navigation #primary .dropdown-submenu > .dropdown-menu li a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
  }
}
@media (min-width: 768px) and (max-width: 1240px) {
  #navigation #primary {
    max-width: 70%;
  }
  #navigation #secondary .dropdown-menu {
    min-width: 122px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #navigation {
    margin: 0;
    padding: 0;
  }
  #navigation .navbar-collapse {
    margin: 0;
    padding: 0;
  }
  #navigation #primary {
    margin: 0;
    padding: 0;
  }
  #navigation #primary ul li a {
    padding: 10px 8px;
  }
  #navigation #secondary {
    margin: 0;
    padding: 0;
  }
  #navigation #secondary .home-menu-dropdown {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  #navigation #secondary .home-menu-dropdown .dropdown-toggle {
    min-width: 100px;
  }
}
/*Layout

 --------------------------------------------------*/
:root {
  font-size: 14px;
}
.content-wrapper {
  width: 100%;
}
.single-col,
.single-col-padless {
  background: #fff;
  padding: 15px 60px;
}
@media (min-width: 768px) {
  html,
  body {
    height: 100%;
  }
  .content-wrapper {
    min-height: calc(100vh - 380px);
  }
  .home-hero + .content-wrapper {
    min-height: calc(100vh - 45vw - 300px);
  }
}
@media (min-width: 1199px) {
  .single-col {
    min-height: 555px;
  }
}
@media all and (max-width: 640px) {
  .single-col-padless {
    padding: 0px;
  }
}
.container-fluid {
  max-width: 1200px;
}
body.fullpage {
  margin: 0 auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
body.fullpage #main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.fullpage #list,
body.fullpage #map,
body.marketTrends #marketTrendsData {
  position: relative;
}
body.fullpage #map {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body.fullpage .psrk-gmap-outer {
  position: absolute;
  height: 100%;
  width: 100%;
}
body.fullpage .psrk-gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.fullpage .flyout .psrk-gmap {
  position: relative;
}
@media all and (min-width: 768px) {
  .results-list-panel {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .results-list-panel .inner {
    min-height: calc(100vh - 439px);
  }
  body.fullpage #list,
  body.fullpage #map,
  body.marketTrends #marketTrendsData {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  body.fullpage {
    margin: 0 auto;
    width: 100%;
  }
  body.fullpage #map {
    -webkit-box-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  body.fullpage #list {
    -webkit-box-flex: 0 1 50%;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 700px;
  }
  body.fullpage .psrk-gmap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  body.fullpage #main-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
body > .glimpse {
  z-index: 10;
  position: absolute;
}
img[src*="criteo.com"] {
  display: none;
}
.content-wrapper {
  position: relative;
}
body.content-page {
  background-color: #fff;
}
.page-content.market-trends-content section > h1 {
  color: #999;
}
.page-content.market-trends-content section > h1 span {
  color: #333;
}
.page-content section > h3 {
  position: relative;
  border-bottom: none;
  font-size: 20px;
}
.page-content section > h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 1px solid #ea7b46;
  width: 50px;
}
.page-content-secondary {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}
.page-content {
  /*max-width: 900px;*/
  margin: 30px auto 50px;
}
@media (min-width: 768px) {
  #main-content.content-wrapper.has-secondary {
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 5px;
    margin-bottom: 25px;
  }
  #main-content.content-wrapper.has-secondary .page-content {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 0 25px 25px;
    width: calc(100% - 170px);
  }
  #main-content.content-wrapper.has-secondary .page-content-secondary {
    -webkit-box-flex: 1 0 170px;
    -webkit-flex: 1 0 170px;
    -moz-box-flex: 1 0 170px;
    -ms-flex: 1 0 170px;
    flex: 1 0 170px;
    border-top: none;
    border-right: 1px solid #ddd;
    margin-top: 5px;
    padding: 50px 25px 25px 0;
    max-width: 170px;
  }
  #main-content.content-wrapper.has-secondary .page-content section > h1 {
    margin-top: 0;
  }
}
/*Page Tools

  Page Tools is a bar that is displayed right below the header
  It is below the listings and the map in the DOM for SEO reasons
  so we use CSS to move it into its intended position

  Page Tools will be fixed to the page top on scrolling

  Contains search form and view toggle

 --------------------------------------------------*/
#pagetools {
  background: #f0f0f0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
  box-shadow: none;
  z-index: 92;
  position: relative;
  display: none;
}
#pagetools .container-fluid {
  position: relative;
  max-width: none;
  padding: 0;
  width: 100%;
}
#pagetools .container-fluid .searchform > * {
  padding: 0 15px;
}
@media (min-width: 768px) {
  #pagetools {
    display: block;
  }
}
#searchFilters {
  display: none;
}
#pagetools .user-links {
  display: none;
}
@media (min-width: 768px) {
  #searchFilters {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #pagetools .user-links {
    display: block;
  }
  .user-links {
    float: right;
    text-align: right;
    list-style-type: none;
  }
  .user-links li a {
    padding: 8px 10px;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  #searchFilters {
    float: left;
    width: auto;
    border-bottom: none;
  }
  .user-links {
    float: right;
    background: none;
    border: none;
  }
  .user-links li a {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  #psrk-autocomplete {
    z-index: 10001;
    font-size: large;
  }
  #psrk-autocomplete li a {
    padding: 5px;
  }
  #ui-datepicker-div {
    z-index: 10001 !important;
  }
}
.page-content-secondary ul.csv {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .page-content-secondary ul.csv li {
    float: none;
  }
  .page-content-secondary ul.csv li:not(:last-child):after {
    content: "";
  }
}
/*Setting font size for input fields to 16px or larger will pervent automatic zoom in when focus is set to that field*/
input,
input.form-control,
textarea.form-control,
.dropdown-toggle,
.btn,
.dropdown-menu > li > a,
.multi-options label,
.mobile_control a {
  font-size: 16px;
}
@media all and (min-width: 768px) {
  input,
  input.form-control,
  textarea.form-control,
  .dropdown-toggle,
  .btn,
  .dropdown-menu > li > a,
  .multi-options label,
  .mobile_control a {
    font-size: 14px;
  }
}
#rcils-mq-listener {
  -webkit-transition: width 0.001s;
  -moz-transition: width 0.001s;
  -ms-transition: width 0.001s;
  -o-transition: width 0.001s;
  transition: width 0.001s;
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 4px;
}
#rcils-mq-listener:after {
  content: full;
  display: block;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media all and (max-width: 1199px) {
  #rcils-mq-listener {
    width: 3px;
  }
  #rcils-mq-listener:after {
    content: 'standard';
  }
}
@media all and (max-width: 1023px) {
  #rcils-mq-listener {
    width: 2px;
  }
  #rcils-mq-listener:after {
    content: 'medium';
  }
}
@media all and (max-width: 767px) {
  #rcils-mq-listener {
    width: 1px;
  }
  #rcils-mq-listener:after {
    content: 'base';
  }
}
#psrk-mq-listener {
  width: 1px !important;
}
#psrk-mq-listener:after {
  content: "" !important;
}
