@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;
}
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: #9c9c9c;
  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%;
}
.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;
}
.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: #9c9c9c;
  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: #9c9c9c;
}
.nav > li.disabled > a {
  color: #707070;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #707070;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #9c9c9c;
  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;
  }
}
.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: #707070;
}
.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;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.container-fluid:after,
.row: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;
}
.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;
  }
}
.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%;
  }
}
/*Variables for RentCafe styles
 --------------------------------------------------*/
/*//#f8f8f8; //#fdfdfd; //#dee8f5;*/
/*//@gray-light;*/
/*//@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*/
.carousel.slide {
  min-height: 50px;
  margin: 0 auto;
}
.carousel-inner {
  height: 100%;
}
section.content .carousel.listings {
  margin: 0 -5px;
  padding: 0 5px;
}
.carousel.listings .item {
  padding: 2px;
}
.carousel.listings .item:before {
  padding-top: 0;
}
.carousel.listings .nearby-listing {
  border: 1px solid #ccc;
  margin: 0 3px;
  min-height: 340px;
  display: flex;
}
.carousel.listings .nearby-listing .property-details {
  padding: 0;
  border: none;
  background: 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  order: 3;
}
.carousel.listings .property-details {
  margin: 0;
  padding: 0;
  border: 1px solid #aaa;
  box-shadow: none;
  line-height: 1.2rem;
}
.carousel.listings h3 {
  line-height: normal;
  font-size: 1.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #019fc1;
  margin: 0;
}
.carousel.listings .item-information {
  height: 11rem;
  padding: 12px;
  display: block;
  position: relative;
  width: 100%;
  flex: 1 1 auto;
}
.carousel.listings .item-information .price {
  font-size: 14px;
  margin: 8px 0 0;
  font-weight: 600;
  text-align: left;
}
.carousel.listings .item-information .price smaller {
  color: inherit;
  font-size: 1rem;
  display: block;
}
.carousel.listings .item-information .nearby-listing-characteristics {
  display: table-cell;
  margin: 10px 0 40px 0;
  font-size: 12px;
  text-align: left;
}
.carousel.listings .item-information .property-basic-details {
  font-size: 1rem;
  padding: 15px 0;
}
.carousel.listings .item-information .property-basic-details li {
  display: inline-block;
  font-size: 1rem;
  color: #999;
  text-align: left;
  font-weight: 500;
  margin: 0 0.2em 0 0;
}
.carousel.listings .item-information .property-basic-details li:first-child:before {
  display: none;
}
.carousel.listings .item-information .property-basic-details li:not(:empty):before {
  content: "/";
  margin: 0 0.4em 0 0.4em;
  color: #aaa;
}
.carousel.listings .item-information .property-basic-details li:after {
  content: "";
}
.carousel.listings .item-information .nearby-listing-footer {
  width: calc(100% - 12px);
  position: absolute;
  bottom: 6px;
}
@media (min-width: 1200px) {
  .carousel.listings .item-information .nearby-listing-footer {
    max-width: 250px;
  }
}
.carousel.listings .item-information .btn {
  position: absolute;
  margin: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  width: inherit;
  background: #fff;
  border: 1px solid #056a75;
  color: #056a75;
}
.carousel.listings .item-information .btn:hover {
  border: 1px solid #8c8c8c;
  color: #fff;
  background-color: #056a75 !important;
}
.carousel.listings .item-presentation {
  float: none;
  display: block;
  margin: 3px 3px 0;
  width: calc(100% - 6px);
  max-height: none;
  height: 160px;
  overflow: hidden;
  position: relative;
  flex: 0 0 160px;
}
.carousel.listings .item-presentation:before {
  padding-bottom: 60%;
}
.carousel.listings .item-presentation .photo {
  height: 100%;
}
.carousel.listings .item-presentation .photo img {
  width: 100%;
  height: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
}
.item-presentation .carousel.slide .carousel-control i {
  position: absolute;
  margin: -25px 0 0;
  top: 50%;
  font-size: 25px;
  display: block;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.3);
  right: 0;
  left: 0;
  color: #fff;
  background: none;
}
.ratio-50 .item:before {
  padding-top: 50%;
}
.ratio-52 .item:before {
  padding-top: 52%;
}
.ratio-54 .item:before {
  padding-top: 54%;
}
.ratio-56 .item:before {
  padding-top: 56%;
}
.ratio-58 .item:before {
  padding-top: 58%;
}
.ratio-60 .item:before {
  padding-top: 60%;
}
.ratio-62 .item:before {
  padding-top: 62%;
}
.ratio-64 .item:before {
  padding-top: 64%;
}
.ratio-66 .item:before {
  padding-top: 66%;
}
.ratio-68 .item:before {
  padding-top: 68%;
}
.ratio-70 .item:before {
  padding-top: 70%;
}
.ratio-72 .item:before {
  padding-top: 72%;
}
.ratio-74 .item:before {
  padding-top: 74%;
}
.ratio-76 .item:before {
  padding-top: 76%;
}
.ratio-78 .item:before {
  padding-top: 78%;
}
.ratio-80 .item:before {
  padding-top: 80%;
}
.ratio-82 .item:before {
  padding-top: 82%;
}
.ratio-84 .item:before {
  padding-top: 84%;
}
.ratio-86 .item:before {
  padding-top: 86%;
}
.ratio-88 .item:before {
  padding-top: 88%;
}
.ratio-90 .item:before {
  padding-top: 90%;
}
.ratio-92 .item:before {
  padding-top: 92%;
}
.ratio-94 .item:before {
  padding-top: 94%;
}
.ratio-96 .item:before {
  padding-top: 96%;
}
.ratio-98 .item:before {
  padding-top: 98%;
}
.ratio-100 .item:before {
  padding-top: 100%;
}
.carousel-inner .item.on_deck:not(.active) {
  left: 0;
  position: absolute;
  display: block;
  top: 0;
}
.carousel-inner .item-hidden {
  display: none;
}
.carousel[data-items="2"]:not(.expander) .item {
  width: 50%;
}
.carousel[data-items="3"]:not(.expander) .item {
  width: 33.33333333%;
}
.carousel[data-items="4"]:not(.expander) .item {
  width: 25%;
}
.carousel[data-items="5"]:not(.expander) .item {
  width: 20%;
}
.carousel[data-items="6"]:not(.expander) .item {
  width: 16.66666667%;
}
.page-content > .inner > section .carousel.listings {
  padding: 0 40px;
}
.page-content > .inner > section .carousel.listings.all-on-deck {
  padding: 0 0 0 40px;
  margin-left: -4px;
  margin-right: -4px;
}
.page-content > .inner > section .carousel.listings.all-on-deck .carousel-control {
  display: none;
}
.page-content > .inner > section .carousel.listings .item {
  padding: 0 4px 1px;
}
.page-content > .inner > section .carousel.listings .carousel-control {
  width: 40px;
  top: 50%;
  background: none;
  height: 220px;
  border: 1px solid #e8e8e8;
  border-width: 0;
  margin-top: -110px;
}
.page-content > .inner > section .carousel.listings .carousel-control.left i {
  text-indent: -2px;
}
.page-content > .inner > section .carousel.listings .carousel-control.right {
  right: 0;
  margin-right: 40px;
}
.page-content > .inner > section .carousel.listings .carousel-control.right i {
  text-indent: 2px;
}
.page-content > .inner > section .carousel.listings i {
  position: absolute;
  margin: 0;
  top: calc(50% - 30px);
  left: 10px;
  font-size: 50px !important;
  display: block;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 0 3px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 60px !important;
  color: #fff;
}
.page-content > .inner > section .carousel.listings i:hover {
  background: rgba(0, 0, 0, 0.8);
}
.loaded.dir-type.dir-studio-apartments,
.loaded.dir-type.dir-1-bedroom-apartments,
.loaded.dir-type.dir-2-bedroom-apartments,
.loaded.dir-type.dir-3-bedroom-apartments,
.loaded.dir-type.dir-houses,
.loaded.dir-type.dir-pet-friendly-apartments,
.loaded.dir-type.dir-luxury-apartments,
.loaded.dir-type.dir-cheap-apartments,
.loaded.dir-type.dir-listings-by-price,
.loaded.dir-type.dir-apartments {
  background: url("https://cdngeneral.rentcafe.com/Content/images/sitemaps_assets.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.loaded.dir-type.dir-1-bedroom-apartments {
  background-position: -10px -693px;
  width: 56px;
  height: 71px;
}
.loaded.dir-type.dir-studio-apartments {
  background-position: -10px -261px;
  width: 40px;
  height: 65px;
}
.loaded.dir-type.dir-2-bedroom-apartments {
  background-position: -10px -966px;
  width: 128px;
  height: 75px;
}
.loaded.dir-type.dir-3-bedroom-apartments {
  background-position: -10px -605px;
  width: 136px;
  height: 68px;
}
.loaded.dir-type.dir-houses {
  background-position: -10px -875px;
  width: 74px;
  height: 71px;
}
.loaded.dir-type.dir-pet-friendly-apartments {
  background-position: -10px -518px;
  width: 67px;
  height: 67px;
}
.loaded.dir-type.dir-luxury-apartments {
  background-position: -10px -177px;
  width: 89px;
  height: 64px;
}
.loaded.dir-type.dir-cheap-apartments {
  background-position: -10px -784px;
  width: 59px;
  height: 71px;
}
.loaded.dir-type.dir-listings-by-price {
  background-position: -10px -346px;
  width: 66px;
  height: 66px;
  margin-top: 5px !important;
}
.loaded.dir-type.dir-apartments {
  background-position: -10px -432px;
  width: 68px;
  height: 66px;
}
/*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;
}
#cookieinfopolicy {
  background-color: #333333 !important;
  display: flex;
  justify-content: center;
}
#cookieinfopolicy .cookieinfo-close {
  border-radius: 24px !important;
  border: 1px solid #fff;
  margin-left: 40px !important;
  background-color: #5E801E !important;
  order: 1;
  align-self: center;
}
@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;
}
.seo-visible {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
/*Alerts and validation helpers*/
.field-validation-error {
  margin-top: 10px;
  display: block;
  text-align: left;
  color: #ea7b46;
}
.home-main .field-validation-error {
  margin: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.dropdown-menu .field-validation-error {
  font-weight: normal;
  margin: 0 15px 10px 15px;
}
.dropdown-menu .criterion .field-validation-error {
  margin: 0;
}
@media (max-width: 1023px) {
  .dropdown-menu .field-validation-error {
    margin: 0;
  }
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ea7b46;
  background-color: #fffefd;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ea7b46;
  font-size: 14px;
}
.validation-summary-errors p {
  margin-bottom: 0;
}
.validation-summary-valid {
  display: none;
}
.results-map .validation-summary-errors,
.results-list .validation-summary-errors {
  display: none;
}
h2.text-danger {
  color: #111;
  font-size: 2.8em;
  margin-top: 1em;
}
h4.text-danger {
  color: #333;
  line-height: 1.4em;
  margin-bottom: 2em;
}
div.error-text {
  background: none repeat scroll 0 0 #f7f7f7;
  color: #333;
  margin-bottom: 4em;
  padding: 15px 30px;
}
div.feedback-message {
  width: 200px;
  padding: 17px 15px 15px;
  display: block;
  position: absolute;
  right: 30px;
  z-index: 10001;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  display: none;
  text-align: left;
}
div.feedback-message b {
  font-weight: bolder;
}
div.feedback-message a#feedbackClose {
  display: none;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 5px;
  color: #ccc;
}
div.feedback-message a#feedbackClose:hover {
  color: #999;
}
/*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;
    display: -webkit-flex;
    -webkit-flex-direction: column;
  }
  .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: 34px;
    font-size: 18px;
  }
  .navigation #secondary .dropdown {
    border: 1px solid #606062;
    border-radius: 24px;
    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;
  }
}
/*Navbar

 --------------------------------------------------*/
.navbar-default .navbar-toggle {
  margin-bottom: 0px;
  margin-top: 4px;
  padding: 8px 11px;
  border: 1px solid #606062;
  border-radius: 12px;
  margin: 10px 15px 5px 0;
}
.navbar-default .navbar-toggle[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  /*Change*/
}
@media (max-width: 767px) {
  .navbar-collapse {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 103;
  }
  body .navbar-default .navbar-collapse {
    border: 1px solid #606062;
    border-radius: 12px;
    margin: -6px 15px 5px 0;
    width: 98%;
    margin-left: 1%;
  }
  .navigation {
    padding: 0;
  }
  .navigation .navbar-nav li a,
  .navigation .navbar-nav li button {
    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;
  }
}
.home-hero {
  background-image: url("https://cdngeneral.rentcafe.com/dmslivecafe/ils/Content/marketing/rcils-bg-images/home/400/rentcafe.png");
  background-color: #0084D6;
  background-attachment: scroll;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 481px) {
  .home-hero {
    background-image: url("https://cdngeneral.rentcafe.com/dmslivecafe/ils/Content/marketing/rcils-bg-images/home/800/rentcafe.png");
  }
  .home-hero .home-main {
    max-height: 540px;
    display: inline-block;
    top: 100px;
    width: 75%;
    max-width: 700px;
    min-width: 300px;
  }
}
@media (min-width: 801px) {
  .home-hero {
    background-image: url("https://cdngeneral.rentcafe.com/dmslivecafe/ils/Content/marketing/rcils-bg-images/home/1400/rentcafe.png");
  }
}
@media (min-width: 1200px) {
  .home-hero {
    background-image: url("https://cdngeneral.rentcafe.com/dmslivecafe/ils/Content/marketing/rcils-bg-images/home/rentcafe.png");
  }
}
.home-main {
  display: inline-block;
  top: 100px;
  width: 75%;
  max-width: 720px;
  min-width: 300px;
  padding: 4% 0 5%;
  -webkit-transition: padding 1s ease-in-out;
  -moz-transition: padding 1s ease-in-out;
  -o-transition: padding 1s ease-in-out;
  transition: padding 1s ease-in-out;
}
.home-main .btn-primary .fa-icon {
  margin-right: 0.6em;
}
.home-main h1 {
  color: #333333;
  white-space: nowrap;
  font-weight: 100;
  padding-bottom: 5%;
  font-size: 30px;
  font-family: 'Segoe UI', 'Muli Regular', "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.home-main .input-group {
  padding: 10px;
}
.home-main .input-group input {
  height: 60px;
  border: none;
  webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 10px !important;
  z-index: 10;
}
.home-main .input-group input::-webkit-input-placeholder {
  text-transform: uppercase;
}
.home-main .input-group input::-moz-placeholder {
  text-transform: uppercase;
}
.home-main .input-group input:-ms-input-placeholder {
  text-transform: uppercase;
}
.home-main .input-group input:-moz-placeholder {
  text-transform: uppercase;
}
.home-main .input-group button {
  line-height: 1;
  padding: 14px 12px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  font-weight: 600;
  height: 60px;
  border-radius: 0;
}
.home-main .input-group button.dropdown-toggle {
  text-transform: none;
}
.home-main .input-group .input-group-btn .btn.btn-primary {
  background-color: #88c155;
  border: none;
}
.home-main .input-group .input-group-btn .btn.btn-primary:hover {
  background-color: #6fa63d;
}
.home-main .input-group .input-group-btn .search {
  display: block;
  width: 40px;
}
.home-main .input-group .input-group-btn .search:before {
  content: "";
  background: transparent url("/Content/images/home-icons.png");
  position: absolute;
  width: 56px;
  height: 56px;
  background-position: -205px -10px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  top: 5px;
  left: 5px;
}
.home-main .input-group .criterion {
  background-color: #fff;
}
.home-main .input-group .criterion ul.dropdown-menu {
  margin-left: 0.5px;
}
.home-main .input-group .criterion ul.dropdown-menu li.cur > a {
  color: #333;
  background: #e6e6e6;
}
.home-main .field-validation-error {
  border: none;
  webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 10px !important;
  z-index: 10;
}
body .psrk-custom-list {
  border: none;
}
/*body .psrk-custom-list {
    display: block;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px;
    margin-top: -10px;

    li a {

        &:hover,
        &.hover {
            background: #fff;
            color: #333;
            text-decoration: none
        }

        &:after {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            background: #000;
        }

        &:hover:after {
            width: 100%;
        }
    }
}*/
@media (min-width: 480px) {
  .home-main h1 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .home-main {
    padding: 4% 0 6%;
  }
  .home-main h1 {
    font-size: 60px;
    margin: 0;
    padding-bottom: 15%;
  }
  .home-main .input-group .fa-icon.icon-search {
    margin: 0px 20px 0 25px;
  }
}
@media (min-width: 1024px) {
  .home-main {
    padding: 4% 0 12%;
  }
  .home-main h1 {
    font-size: 80px;
  }
  .home-main .input-group input,
  .home-main .input-group button {
    height: 70px;
  }
  .home-main .input-group #Location:hover {
    width: 103%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .home-main .input-group #Location:not(:placeholder-shown) {
    width: 103%;
  }
  .home-main .input-group .input-group-btn .search {
    width: 5em;
    /*height: 70px;*/
  }
  .home-main .input-group .input-group-btn .search:before {
    top: 10px;
    left: 30px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-width: 481px) {
  .home-hero .home-main {
    max-height: 450px;
    display: inline-block;
    top: 100px;
    width: 75%;
    max-width: 700px;
    min-width: 300px;
  }
}
@media only screen and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .home-main h1 {
    padding-bottom: 5%;
  }
}
#footer {
  background-color: #FFFFFF;
  padding-top: 20px;
}
#footer .footer-inner:before {
  border-top: 1px solid #949494;
  display: block;
}
#footer .footer-links {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .footer-links div.general-links {
  height: 150px;
  position: relative;
  width: 100%;
  text-align: center;
}
#footer .footer-links div.general-links a {
  display: block;
  margin: 0 auto;
  color: black;
}
#footer .footer-links div.general-links .home-rentcafe-canada {
  width: 181px;
  height: 70px;
}
#footer .footer-links div.general-links .home-rentcafe-canada:before {
  background: url('/Content/images/home-icons.png');
  background-repeat: no-repeat;
  width: 175px;
  height: 65px;
  background-position: -10px -10px;
  content: "";
  position: absolute;
  margin-top: 2px;
}
#footer .footer-links div.general-links .home-rentcafe-usa {
  width: 175px;
  height: 40px;
  background-position: -10px -10px;
  margin-bottom: 15px !important;
}
#footer .footer-links div.general-links .home-rentcafe-usa:before {
  background: url('/Content/images/home-icons.png');
  background-repeat: no-repeat;
  width: 175px;
  height: 40px;
  background-position: -10px -10px;
  content: "";
  position: absolute;
  margin-top: 2px;
}
#footer .footer-links div.general-links div.general-links-child {
  position: relative;
  padding-top: 20px;
}
#footer .footer-links div.general-links div.general-links-child a {
  display: inline-block;
}
#footer .footer-links div.general-links div.general-links-child a.home-facebook,
#footer .footer-links div.general-links div.general-links-child a.home-twitter,
#footer .footer-links div.general-links div.general-links-child a.home-instagram,
#footer .footer-links div.general-links div.general-links-child a.home-pinterest {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 27px;
  height: 47px;
  padding-left: 2px;
}
#footer .footer-links div.general-links div.general-links-child a.home-facebook:before,
#footer .footer-links div.general-links div.general-links-child a.home-twitter:before,
#footer .footer-links div.general-links div.general-links-child a.home-instagram:before,
#footer .footer-links div.general-links div.general-links-child a.home-pinterest:before {
  background: url('/Content/images/home-icons.png');
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}
#footer .footer-links div.general-links div.general-links-child a.home-facebook {
  margin-left: 100px;
}
#footer .footer-links div.general-links div.general-links-child a.home-facebook:before {
  width: 23px;
  height: 41px;
  background-position: -162px -95px;
  margin-top: 3px;
}
#footer .footer-links div.general-links div.general-links-child a.home-instagram {
  margin-left: 25px;
  width: 37px;
}
#footer .footer-links div.general-links div.general-links-child a.home-instagram:before {
  width: 32px;
  height: 32px;
  background-position: -61px -246px;
  margin-top: 3px;
}
#footer .footer-links div.general-links div.general-links-child a.home-pinterest {
  margin-left: 25px;
  width: 34px;
}
#footer .footer-links div.general-links div.general-links-child a.home-pinterest:before {
  width: 34px;
  height: 34px;
  background-position: -2px -241px;
  margin-top: 3px;
}
#footer .footer-links div.general-links div.general-links-child a.home-twitter {
  margin-left: 25px;
  width: 42px;
}
#footer .footer-links div.general-links div.general-links-child a.home-twitter:before {
  width: 37px;
  height: 31px;
  background-position: -157px -172px;
  margin-top: 3px;
}
#footer .footer-links div.general-links div.general-links-child span {
  color: #373435;
  position: absolute;
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
}
#footer .footer-links ul {
  list-style-type: none;
  padding: 0;
}
#footer .footer-links ul li:first-child {
  color: #373435;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 15px;
}
#footer .footer-links ul a {
  color: #373435;
}
#footer .footer-links ul.site-links,
#footer .footer-links ul.quick-links {
  width: 45%;
  height: 160px;
  display: table-cell;
  padding-top: 30px;
}
#footer .footer-links ul.quick-links {
  padding-left: 40px;
}
#footer .footer-links ul.yardi-links {
  width: 100%;
  margin-top: 15px;
  margin-top: 30px;
}
#footer hr:after {
  content: "";
  width: 104px;
  height: 45px;
  display: block;
  background: url("/Content/images/rc-icon-footer.png");
  position: absolute;
  left: 50%;
  margin-left: -55px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -23px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #373435;
  margin-bottom: 30px;
}
#footer .copyright a {
  color: #373435;
}
@media (min-width: 480px) {
  #footer .footer-links ul.yardi-links,
  #footer .footer-links ul.quick-links,
  #footer .footer-links ul.site-links {
    width: 30%;
    height: 160px;
    display: table-cell;
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #footer {
    padding-top: 40px;
  }
  #footer .footer-links {
    column-count: 4;
  }
  #footer .footer-links div.general-links {
    text-align: left;
  }
  #footer .footer-links div.general-links a {
    margin: 0;
  }
  #footer .footer-links div.general-links a:hover {
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  #footer .footer-links div.general-links div.general-links-child {
    top: 20%;
  }
  #footer .footer-links div.general-links div.general-links-child a {
    margin: 0;
  }
  #footer .footer-links div.general-links div.general-links-child a.home-facebook {
    margin-left: 90px;
  }
  #footer .footer-links div.general-links div.general-links-child a.home-twitter,
  #footer .footer-links div.general-links div.general-links-child a.home-instagram {
    margin-left: 10px;
  }
  #footer .footer-links div.general-links div.general-links-child a.home-pinterest {
    margin-left: 10px;
  }
  #footer .footer-links div.general-links,
  #footer .footer-links ul.yardi-links,
  #footer .footer-links ul.quick-links,
  #footer .footer-links ul.site-links {
    width: 100%;
    height: 330px;
    display: block;
    padding-top: 0;
  }
  #footer .footer-links ul.yardi-links,
  #footer .footer-links ul.quick-links,
  #footer .footer-links ul.site-links {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #footer .footer-links div.general-links div.general-links-child a.home-twitter {
    margin: 15px 0 0 80px;
  }
}
@media (min-width: 1024px) {
  #footer .footer-links div.general-links,
  #footer .footer-links ul.yardi-links,
  #footer .footer-links ul.quick-links,
  #footer .footer-links ul.site-links {
    width: 100%;
    height: 300px;
    display: block;
    padding-top: 0;
  }
}
.compare-listings {
  white-space: nowrap;
  padding: 0 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
.compare-listings::-webkit-scrollbar {
  height: 10px;
}
.compare-listings::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.compare-listings::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.compare-listings::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.compare-listings::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.6);
}
.compare-listings .compare-listing {
  flex: 0 0 34%;
  border-top: 1px solid #fff;
}
.compare-listings .compare-listing .property-details .item-presentation {
  color: #333;
  text-align: center;
  padding: 10px 0;
}
.compare-listings .compare-listing .property-details .item-presentation .btn-primary-results {
  color: inherit;
  border: none;
  box-shadow: -1px -1px 6px #00000029;
  padding: 0;
}
.compare-listings .compare-listing .property-details .item-presentation img {
  height: 217px;
  width: 340px;
  object-fit: cover;
}
.compare-listings .compare-listing .property-details .item-presentation .name {
  font-weight: 600;
  color: #a9a9a9;
  margin-top: 15px;
}
.compare-listings .compare-listing .property-details .item-presentation .name,
.compare-listings .compare-listing .property-details .item-presentation .address-street,
.compare-listings .compare-listing .property-details .item-presentation .address-city-zip {
  text-align: left;
  margin-left: 15px;
}
.compare-listings .compare-listing .property-details .item-information .rating-stars {
  font-size: 21px;
}
.compare-listings .compare-listing .property-details .item-information .compare-without-value {
  border: 2px solid #d3d3d3;
  width: 25px;
  border-radius: 5px;
  background-repeat: no-repeat;
  display: inline-block;
}
.col-md-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.compare-listing-info {
  text-align: center;
  font-weight: bold;
}
.compare-listing-info:nth-child(3) {
  padding: 10px 0 15px 0;
  text-transform: uppercase;
}
.compare-listing-title {
  text-align: center;
  font-weight: bold;
  font-size: larger;
  padding: 13px 7px;
  text-overflow: ellipsis;
  margin: auto;
  overflow-x: hidden;
}
.home-section,
.home-section-main-items {
  background-color: #fff;
}
.item-details {
  width: 340px;
  margin: auto;
}
.view-all-button-container {
  width: 100%;
  margin-left: 3px;
}
.view-all-button-container .view-all {
  color: white;
  font-weight: normal;
  font-size: 16px;
  display: block;
  padding: 10px;
  width: 50%;
  margin: auto;
  text-transform: uppercase;
}
.only-mobile,
.separator {
  padding: 5px;
}
.only-desktop {
  display: none;
}
.btn-primary {
  background-color: #8DC442;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-section-header {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.d-flex-home {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-section-intro {
  text-align: center;
}
.home-section-intro h2 {
  color: #777777;
}
.home-section-intro .verified-listings {
  text-align: left;
}
.home-section-intro .verified-listings p {
  margin: 0 0 1.8em;
  line-height: 1.6em;
  word-break: break-word;
}
.home-section-intro .verified-listings h2 {
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  padding-left: 50px;
  font-weight: 100;
}
.home-section-intro .verified-listings h2:before {
  content: "";
  background: transparent url("/Content/images/home-icons.png");
  position: absolute;
  width: 57px;
  height: 55px;
  background-position: -10px -172px;
  margin-left: -60px;
  margin-top: -15px;
  transform: scale(0.8);
}
.home-section-intro .find-apartments,
.home-section-intro .secure-leases,
.home-section-intro .rest-easy {
  text-align: left;
  display: none;
}
.home-section-intro .find-apartments h2,
.home-section-intro .secure-leases h2,
.home-section-intro .rest-easy h2 {
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  font-weight: 100;
}
.home-section-intro .find-apartments h2 .get-apartment-steps,
.home-section-intro .secure-leases h2 .get-apartment-steps,
.home-section-intro .rest-easy h2 .get-apartment-steps {
  font-size: 60px;
  color: white;
  text-shadow: 1px 1px 0 #FCB040, -1px -1px 0 #FCB040, 1px -1px 0 #FCB040, -1px 1px 0 #FCB040, 1px 1px 0 #FCB040;
  top: 20px;
  position: relative;
  padding-right: 15px;
  cursor: default;
}
.home-section-intro .find-apartments p,
.home-section-intro .secure-leases p,
.home-section-intro .rest-easy p {
  color: #4B4B4D;
}
.home-section-intro .home-section-content-toggle.active {
  display: block;
}
.home-section-intro span.toggle-section-intro {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
}
.home-section-intro span.toggle-section-intro.active {
  background-color: rgba(0, 0, 0, 0.09);
}
.home-section-apps {
  text-align: center;
}
.home-section-apps h2 {
  color: #777777;
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  padding-left: 50px;
  font-weight: 100;
}
.home-section-apps h2:before {
  content: "";
  background: transparent url("/Content/images/home-icons.png");
  position: absolute;
  width: 56px;
  height: 56px;
  background-position: -85px -95px;
  margin-left: -55px;
  margin-top: -5px;
  transform: scale(0.8);
}
.home-section-apps .home-section-content {
  background: #833ab4;
  background: -moz-linear-gradient(0deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: -webkit-linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: -o-linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: -ms-linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  min-height: 300px;
  padding: 10px;
  position: relative;
}
.home-section-apps .home-section-content .app-section-content {
  padding-top: 15px;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  height: 100%;
}
.home-section-apps .home-section-content .app-section-content p:first-child {
  font-weight: 600;
}
.home-section-apps .home-section-content .app-section-content .download-app {
  display: inline-block;
  height: 51px;
  width: 151px;
  white-space: nowrap;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  bottom: 0;
  transform: scale(0.7);
  color: black;
  font-size: 20px;
}
.home-section-apps .home-section-content .app-section-content .download-app:before {
  display: inline-block;
  white-space: nowrap;
  border-radius: 3px;
  content: "";
  background: url(/Content/images/app-download.png) -23px -22px no-repeat;
  height: 51px;
  width: 151px;
  position: absolute;
}
.home-section-apps .home-section-content .app-section-content .download-app.download-app-googleplay:before {
  height: 51px;
  width: 174px;
  background-position: -23px -115px;
}
.home-section-details .home-section-content {
  width: 100%;
  float: left;
  display: inline-block;
  text-align: center;
}
.home-section-details .home-section-content h2 {
  color: #777777;
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  font-weight: 100;
  margin-bottom: 0;
}
.home-section-details .home-section-content p {
  text-align: left;
  color: #4B4B4D;
}
.home-section-details .home-section-content p.subtitle {
  color: #777777;
}
.home-section-details .home-section-content p:nth-child(3) {
  margin-top: 20px;
  min-height: 200px;
}
.home-section-details .home-section-content a {
  margin-top: 10px;
  padding: 10px 30px;
  text-transform: capitalize;
}
.home-section-details .home-section-content a.btn.btn-primary {
  background-color: transparent;
}
.home-section-details .home-section-content a.btn.btn-primary:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.home-section-details .home-section-content a.link-text {
  padding: 0;
  color: #4B4B4D;
  text-transform: inherit;
}
.home-section-details .home-section-content a.link-text:hover {
  background-color: #fff;
}
.home-section-locations {
  color: #4B4B4D;
  text-align: center;
  padding-top: 60px;
}
.home-section-locations h2 {
  color: #777777;
  font-size: 20px;
  padding-top: 20px;
  text-align: left;
  padding-left: 50px;
  font-weight: 100;
}
.home-section-locations h2:before {
  content: "";
  background: transparent url("/Content/images/home-icons.png");
  position: absolute;
  width: 56px;
  height: 57px;
  background-position: -10px -95px;
  margin-left: -60px;
  margin-top: -10px;
  transform: scale(0.8);
}
.home-section-locations .multi-columns {
  list-style-type: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  padding: 0;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  text-align: left;
  padding-top: 20px;
}
.home-section-locations .multi-columns li {
  padding-left: 0;
}
.home-section-locations .multi-columns a {
  color: #4B4B4D;
}
.home-section-top-banners {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 1200px;
  width: 100%;
}
.home-section-top-banners-content h2 {
  font-size: 24px;
}
.home-section-top-banners-content h2:before {
  background: url("/Content/images/home-icons.png");
}
.home-section-top-banners-content.rent-calculator {
  margin-top: 30px;
}
.home-section-top-banners-content.rent-calculator h2 {
  color: #065A63;
}
.home-section-top-banners-content.rent-calculator h2:before {
  width: 50px;
  background-position: -114px -235px;
}
.home-section-top-banners-content.rent-calculator .loaded {
  background-image: url("/Content/images/rent-calc.png");
}
.home-section-top-banners-content.apartments-near-me {
  width: 100%;
  background-color: #0084D6;
}
.home-section-top-banners-content.apartments-near-me h2 {
  color: #fff;
}
.home-section-top-banners-content.apartments-near-me h2:before {
  width: 46px;
  background-position: -199px -235px;
}
.home-section-top-banners-content.apartments-near-me .loaded {
  background-image: url("/Content/images/near-me.png");
}
.home-section-top-banners-content.storage-units-near-me {
  margin-bottom: 30px;
}
.home-section-top-banners-content.storage-units-near-me h2 {
  color: #0F6E78;
}
.home-section-top-banners-content.storage-units-near-me h2:before {
  width: 70px;
  background-position: -268px -235px;
}
.home-section-top-banners-content.storage-units-near-me .loaded {
  background-image: url("/Content/images/near-me-storage.png");
}
@media (max-width: 480px) {
  .home-section-intro .verified-listings p span {
    display: none;
  }
  .home-section-apps .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .home-section-apps .home-section-header {
    padding-left: 65px;
    padding-right: 15px;
  }
  .home-section-apps .home-section-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  .home-section-header {
    padding-bottom: 30px;
  }
  .home-section-intro .verified-listings h2,
  .home-section-intro .find-apartments h2,
  .home-section-intro .secure-leases h2,
  .home-section-intro .rest-easy h2 {
    text-align: center;
  }
  .home-section-apps h2 {
    text-align: center;
  }
  .home-section-apps .home-section-content .app-section-content {
    float: left;
  }
  .home-section-locations {
    text-align: center;
  }
  .home-section-locations h2 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-section-apps .home-section-content .app-section-content .download-app {
    position: absolute;
    left: 28px;
  }
  .home-section-apps .home-section-content .app-section-content .download-app.download-app-googleplay {
    left: 154px;
  }
}
@media (min-width: 768px) {
  .only-desktop {
    display: inline-block;
    font-size: 24px;
    margin-left: -38px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .view-all-button-container .view-all {
    width: 25%;
    margin: 0 36%;
  }
  .only-mobile {
    display: none;
  }
  section.home-section {
    padding-top: 30px;
  }
  .home-section-intro .verified-listings {
    text-align: center;
  }
  .home-section-intro .verified-listings h2 {
    font-size: 30px;
  }
  .home-section-intro .verified-listings h2 .get-apartment-steps {
    margin-top: -10px;
    margin-left: -70px;
    transform: scale(1);
  }
  .home-section-intro .verified-listings p {
    font-size: 20px;
  }
  .home-section-intro .find-apartments,
  .home-section-intro .secure-leases,
  .home-section-intro .rest-easy {
    display: table-cell;
    padding: 0 15px;
    text-align: left;
  }
  .home-section-intro .find-apartments h2,
  .home-section-intro .secure-leases h2,
  .home-section-intro .rest-easy h2 {
    font-size: 20px;
    display: table;
  }
  .home-section-intro .find-apartments p,
  .home-section-intro .secure-leases p,
  .home-section-intro .rest-easy p {
    font-size: 18px;
  }
  .home-section-intro .container-toggle-section-intro {
    display: none;
  }
  .home-section-intro .home-section-content-toggle.active {
    display: table-cell;
  }
  .home-section-apps {
    text-align: center;
  }
  .home-section-apps h2 {
    font-size: 30px;
  }
  .home-section-apps h2:before {
    margin-top: -10px;
    transform: scale(1);
    content: "";
    background: transparent url("/Content/images/home-icons.png");
    position: absolute;
    width: 56px;
    height: 56px;
    background-position: -85px -95px;
    margin-left: -70px;
  }
  .home-section-apps .home-section-content {
    min-height: 370px;
  }
  .home-section-apps .home-section-content div {
    float: left;
    width: 50%;
    padding-top: 55px;
    padding-left: 45px;
    font-size: 16px;
  }
  .home-section-apps .home-section-content div.download-app {
    margin-right: 10px;
  }
  .home-section-apps .home-section-content:before {
    content: "";
    background: url("/Content/images/rc-app.png");
    display: block;
    background-repeat: no-repeat;
    width: 360px;
    height: 350px;
    position: absolute;
    float: left;
    right: 0;
    margin-right: 70px;
    bottom: 0;
  }
  .home-section-details .home-section-content {
    width: 50%;
  }
  .home-section-details .home-section-content:first-child {
    padding-right: 15px;
  }
  .home-section-details .home-section-content h2 {
    font-size: 30px;
  }
  .home-section-details .home-section-content .subtitle {
    font-size: 18px;
  }
  .home-section-locations {
    text-align: center;
    padding-top: 60px;
  }
  .home-section-locations h2 {
    font-size: 30px;
  }
  .home-section-locations h2:before {
    margin-left: -70px;
    transform: scale(1);
    margin-top: 0px;
  }
  .home-section-locations .multi-columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    padding: 0;
    padding-top: 30px;
  }
  .home-section-locations .multi-columns a {
    font-size: 18px;
  }
  .home-section-top-banners {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-section-top-banners-content {
    width: calc(33.3% - 20px);
    margin: 0;
  }
  .home-section-top-banners-content:first-child {
    margin-right: 25px;
  }
  .home-section-top-banners-content:last-child {
    margin-left: 25px;
  }
  .home-section-top-banners-content h2 {
    font-size: 16px;
  }
  .home-section-top-banners-content h2:before {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    margin: -5px 0;
  }
  .home-section-top-banners-content .background-images-lazy {
    padding: 30px 0px 30px 0px;
  }
  .home-section-top-banners-content a.btn {
    font-size: 14px;
    padding: 10px;
  }
  .home-section-top-banners-content.rent-calculator {
    margin-top: 0;
  }
  .home-section-top-banners-content.apartments-near-me {
    width: calc(33.3% - 20px);
  }
  .home-section-top-banners-content.storage-units-near-me {
    margin-bottom: 0;
  }
  .home-section-top-banners-content.storage-units-near-me h2:before {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    width: 66px;
  }
}
@media (min-width: 840px) {
  .home-section-top-banners-content h2 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .home-section-top-banners-content h2 {
    font-size: 23px;
  }
  .home-section-top-banners-content h2:before {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    margin: 0;
  }
  .home-section-top-banners-content a.btn {
    font-size: 16px;
  }
  .home-section-top-banners-content.storage-units-near-me h2:before {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (min-width: 1024px) {
  .d-flex-home {
    display: flex;
    flex-direction: row;
  }
  .d-flex-home.compare-listings .compare-listing-info {
    padding: 2px;
  }
  .home-section-intro .find-apartments h2,
  .home-section-intro .secure-leases h2,
  .home-section-intro .rest-easy h2 {
    font-size: 22px;
  }
  .home-section-apps .home-section-content .app-section-content .download-app {
    position: absolute;
    left: 34px;
  }
  .home-section-apps .home-section-content .app-section-content .download-app.download-app-googleplay {
    left: 160px;
  }
  .item-details {
    width: 368px;
    margin: auto;
    padding-bottom: 15px;
  }
  .compare-listings .compare-listing .property-details .item-presentation {
    width: 368px;
  }
  .compare-listings .compare-listing .property-details .item-presentation img {
    width: 368px;
  }
}
@media (min-width: 1200px) {
  .home-section-top-banners-content h2:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: 5px 10px 0 0;
  }
  .home-section-top-banners-content.storage-units-near-me h2:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.home-home,
.home-rental-you-want,
.home-search,
.home-verified-listings,
.home-find-apartments,
.home-find-storage,
.home-get-an-apartment {
  background: url('/Content/images/home-icons.png');
  background-repeat: no-repeat;
}
.home-verified-listings {
  width: 57px;
  height: 55px;
  background-position: -10px -172px;
}
.home-find-apartments {
  width: 56px;
  height: 57px;
  background-position: -10px -95px;
}
.home-find-storage {
  width: 48px;
  height: 43px;
  background-position: -205px -86px;
}
.home-get-an-apartment {
  width: 50px;
  height: 41px;
  background-position: -86px -95px;
}
.home-rental-you-want {
  width: 56px;
  height: 56px;
  background-position: -87px -172px;
}
.home-search {
  width: 56px;
  height: 56px;
  background-position: -205px -10px;
}
.home-home {
  width: 22px;
  height: 16px;
  background-position: -214px -172px;
}
.home-rentcafe-canada {
  width: 175px;
  height: 65px;
  background-position: -10px -10px;
}
.home-rentcafe-usa {
  width: 175px;
  height: 40px;
  background-position: -10px -10px;
  margin-bottom: 15px !important;
}
.home-section-top-cities {
  text-align: center;
}
.home-section-top-cities h2 {
  color: #777777;
  font-size: 20px;
  padding-top: 20px;
  text-align: left;
  padding-left: 50px;
  font-weight: 100;
}
.home-section-top-cities h2:before {
  content: "";
  background: transparent url("/Content/images/find-apartments-icon-desktop.png");
  position: absolute;
  width: 56px;
  height: 57px;
  background-size: 90%;
  background-repeat: no-repeat;
  margin-left: -50px;
  margin-top: -10px;
  transform: scale(0.8);
}
.home-section-top-cities .carousel-top-cities .carousel-inner {
  width: 90%;
  margin: 0 5%;
}
.home-section-top-cities .carousel-top-cities .carousel-control {
  border: 1px solid #e8e8e8;
  border-width: 0;
  width: 0px;
}
.home-section-top-cities .carousel-top-cities .carousel-control i {
  font-size: 50px;
  line-height: 60px;
  margin-top: -40px;
  color: white;
  text-shadow: 0 0 1px #000000, 0 0 3px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.4);
}
.home-section-top-cities .carousel-top-cities .item.property-details {
  box-shadow: none !important;
  width: 80% !important;
  cursor: pointer;
  padding-right: 10px;
  background: #056a75;
  /* Old browsers */
  background: -moz-linear-gradient(left, #056a75 0%, #056a75 95%, #ffffff 96%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #056a75 0%, #056a75 95%, #ffffff 96%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #056a75 0%, #056a75 95%, #ffffff 96%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056a75', endColorstr='#ffffff', GradientType=1);
  color: #ffffff;
  height: 12em;
}
.home-section-top-cities .carousel-top-cities .item.property-details img.image {
  color: white;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.home-section-top-cities .carousel-top-cities .item.property-details a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
}
.home-section-top-cities .carousel-top-cities .item.property-details a:hover {
  text-decoration: none;
}
.home-section-top-cities .carousel-top-cities .item.property-details a span {
  font-weight: 100;
  width: 100%;
  display: block;
}
.home-section-storage p {
  line-height: 1.6em;
}
.home-section-storage h2.home-section-header {
  color: #777777;
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  padding-left: 65px;
  font-weight: 100;
}
.home-section-storage h2.home-section-header:before {
  margin-top: 0px;
  transform: scale(1);
  content: "";
  background: transparent url("/Content/images/home-icons.png");
  position: absolute;
  width: 73px;
  height: 51px;
  background-position: -200px -86px;
  margin-left: -70px;
}
.home-section-storage .home-section-content {
  background: #833ab4;
  background: -moz-linear-gradient(0deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: -webkit-linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: -o-linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: -ms-linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  background: linear-gradient(90deg, #833ab4 0%, #e8e45e 0%, #72bb4f 63%, #8dc442 88%, #aed044 100%);
  min-height: 300px;
  padding: 10px;
  position: relative;
}
.home-section-storage .home-section-content div {
  float: left;
  padding-top: 15px;
  font-size: 15px;
  display: inline-block;
  text-align: left;
  height: 100%;
}
.home-section-storage .carousel-top-cities-storage .carousel-inner {
  width: 90%;
  margin: 0 5%;
}
.home-section-storage .carousel-top-cities-storage .carousel-control {
  border: 1px solid #e8e8e8;
  border-width: 0;
  width: 0px;
}
.home-section-storage .carousel-top-cities-storage .carousel-control i {
  font-size: 50px;
  line-height: 60px;
  margin-top: -40px;
  color: white;
  text-shadow: 0 0 1px #000000, 0 0 3px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.4);
}
.home-section-storage .carousel-top-cities-storage .item.property-details {
  box-shadow: none !important;
  width: 80% !important;
  cursor: pointer;
  padding-right: 10px;
  background: #056a75;
  /* Old browsers */
  background: -moz-linear-gradient(left, #056a75 0%, #056a75 95%, #ffffff 96%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #056a75 0%, #056a75 95%, #ffffff 96%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #056a75 0%, #056a75 95%, #ffffff 96%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056a75', endColorstr='#ffffff', GradientType=1);
  color: #ffffff;
  height: 12em;
}
.home-section-storage .carousel-top-cities-storage .item.property-details img.image {
  color: white;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.home-section-storage .carousel-top-cities-storage .item.property-details a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.home-section-storage .carousel-top-cities-storage .item.property-details a:hover {
  text-decoration: none;
}
.home-section-storage .carousel-top-cities-storage .item.property-details a span {
  font-weight: 100;
  width: 100%;
  display: block;
}
@media (min-width: 480px) {
  .home-section-top-cities h2 {
    text-align: center;
  }
  .home-section-top-cities .carousel-top-cities .item.property-details {
    width: 40% !important;
  }
  .home-section-top-cities .carousel-top-cities .item.property-details .image {
    height: 10em;
  }
  .home-section-storage h2 {
    text-align: center;
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details {
    width: 50% !important;
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details .image {
    height: 10em;
  }
}
@media (min-width: 768px) {
  .home-section-top-cities h2 {
    font-size: 30px;
  }
  .home-section-top-cities h2:before {
    margin-top: -10px;
    margin-left: -70px;
    transform: scale(1);
  }
  .home-section-top-cities .carousel-top-cities .carousel-inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -25px;
    width: calc(100% + 15px);
  }
  .home-section-top-cities .carousel-top-cities .item.property-details {
    display: inline-block;
    transition: none !important;
    transform: none !important;
    left: auto !important;
    width: 100% !important;
    position: inherit;
    perspective: none;
    flex: 1 1 33%;
    padding: 0 0px;
    max-width: calc((100% - 75px) / 3);
    margin: 25px 0 0 25px;
    background: #056a75;
    /* Old browsers */
    background: -moz-linear-gradient(left, #056a75 0%, #056a75 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #056a75 0%, #056a75 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #056a75 0%, #056a75 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056a75', endColorstr='#056a75', GradientType=1);
  }
  .home-section-top-cities .carousel-top-cities .item.property-details:hover {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .home-section-top-cities .carousel-top-cities .item.property-details:hover a {
    -webkit-transform: translate3d(-50%, -50%, -1px) !important;
    transform: translate3d(-50%, -50%, -1px) !important;
  }
  .home-section-top-cities .carousel-top-cities .item.property-details .image {
    padding: 0;
    overflow: hidden;
    display: block;
    height: auto;
  }
  .home-section-top-cities .carousel-top-cities .carousel-control {
    display: none !important;
  }
  .home-section-storage p {
    font-size: 20px;
  }
  .home-section-storage h2.home-section-header {
    font-size: 30px;
    text-align: center;
  }
  .home-section-storage h2.home-section-header:before {
    margin-top: -6px;
    transform: scale(1);
    content: "";
    background: transparent url("/Content/images/home-icons.png");
    position: absolute;
    width: 73px;
    height: 51px;
    background-position: -200px -86px;
    margin-left: -70px;
  }
  .home-section-storage .home-section-content {
    min-height: 370px;
  }
  .home-section-storage .home-section-content div {
    float: left;
    width: 50%;
    padding-top: 55px;
    padding-left: 45px;
    font-size: 16px;
  }
  .home-section-storage .home-section-content div a.download-app.download-app-googleplay {
    left: 175px;
  }
  .home-section-storage .home-section-content:before {
    content: "";
    background: url("/Content/images/rc-app.png");
    display: block;
    background-repeat: no-repeat;
    width: 360px;
    height: 350px;
    position: absolute;
    float: left;
    right: 0;
    margin-right: 70px;
    bottom: 0;
  }
  .home-section-storage .carousel-top-cities-storage .carousel-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -25px;
    width: calc(100% + 25px);
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details {
    display: inline-block;
    transition: none !important;
    transform: none !important;
    left: auto !important;
    width: 100% !important;
    position: inherit;
    perspective: none;
    flex: 1 1 33%;
    padding: 0 0px;
    max-width: calc((100% - 75px) / 3);
    margin: 25px 0 0 25px;
    background: #056a75;
    /* Old browsers */
    background: -moz-linear-gradient(left, #056a75 0%, #056a75 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #056a75 0%, #056a75 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #056a75 0%, #056a75 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056a75', endColorstr='#056a75', GradientType=1);
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details:hover {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details:hover a {
    -webkit-transform: translate3d(-50%, -50%, -1px) !important;
    transform: translate3d(-50%, -50%, -1px) !important;
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details .image {
    padding: 0;
    overflow: hidden;
    display: block;
    height: auto;
  }
  .home-section-storage .carousel-top-cities-storage .carousel-control {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .home-section-top-cities .carousel-top-cities .item.property-details a {
    font-size: 30px;
  }
  .home-section-storage .carousel-top-cities-storage .item.property-details a {
    font-size: 30px;
  }
}
.home-section-directory h2 {
  color: #777777;
  font-size: 20px;
  padding-top: 10px;
  text-align: left;
  padding-left: 50px;
  font-weight: 100;
}
.home-section-directory h2:before {
  content: "";
  background: transparent url("/Content/images/home-icons.png");
  position: absolute;
  width: 50px;
  height: 41px;
  background-position: -87px -172px;
  margin-left: -60px;
  margin-top: -5px;
  transform: scale(0.8);
}
.home-section-directory .carousel-directory-type .carousel-inner {
  width: 90%;
  margin: 0 5%;
}
.home-section-directory .carousel-directory-type .carousel-control {
  border: 1px solid #e8e8e8;
  border-width: 0;
  width: 0px;
}
.home-section-directory .carousel-directory-type .carousel-control i {
  font-size: 50px;
  line-height: 60px;
  margin-top: -40px;
  color: white;
  text-shadow: 0 0 1px #000000, 0 0 3px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.4);
}
.home-section-directory .carousel-directory-type .item.property-details {
  box-shadow: none !important;
  width: 80% !important;
  min-height: 158px;
  cursor: pointer;
}
.home-section-directory .carousel-directory-type .item.property-details .item-even,
.home-section-directory .carousel-directory-type .item.property-details .item-odd {
  min-height: 158px;
  margin-right: 10px;
  padding-top: 10px;
}
.home-section-directory .carousel-directory-type .item.property-details .item-even {
  background-color: #FCB851;
}
.home-section-directory .carousel-directory-type .item.property-details .item-odd {
  background-color: #F28B44;
}
.home-section-directory .carousel-directory-type .item.property-details span {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.home-section-directory .carousel-directory-type .item.property-details a {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  display: block;
  padding-top: 10px;
}
.home-section-directory .carousel-directory-type .item.property-details a:hover,
.home-section-directory .carousel-directory-type .item.property-details a:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .home-section-directory h2 {
    text-align: center;
  }
  .home-section-directory .carousel-directory-type .item.property-details {
    width: 40% !important;
  }
  .home-section-directory .carousel-directory-type .item.property-details .image {
    height: 10em;
  }
}
@media (min-width: 768px) {
  .home-section-directory h2 {
    font-size: 30px;
  }
  .home-section-directory h2:before {
    margin-left: -70px;
    transform: scale(1);
    margin-top: 0px;
  }
  .home-section-directory .carousel-directory-type .carousel-inner {
    width: calc(100% + 10px);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .home-section-directory .carousel-directory-type .item.property-details {
    transition: none !important;
    transform: none !important;
    left: auto !important;
    padding: 0;
    width: 100% !important;
    position: inherit;
    display: inline-block;
    margin-bottom: 20px;
    flex: 1 1 25%;
    max-width: 25%;
  }
  .home-section-directory .carousel-directory-type .item.property-details .item-even,
  .home-section-directory .carousel-directory-type .item.property-details .item-odd {
    margin-right: 20px;
  }
  .home-section-directory .carousel-directory-type .item.property-details:hover {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
  }
  .home-section-directory .carousel-directory-type .item.property-details:hover a,
  .home-section-directory .carousel-directory-type .item.property-details:hover span {
    -webkit-transform: translate3d(0%, 0%, -1px) !important;
    transform: translate3d(0%, 0%, -1px) !important;
  }
  .home-section-directory .carousel-directory-type .item.property-details .image {
    display: block;
  }
  .home-section-directory .carousel-directory-type .item.property-details div.even-4,
  .home-section-directory .carousel-directory-type .item.property-details div.even-6 {
    background-color: #F28B44;
  }
  .home-section-directory .carousel-directory-type .item.property-details div.odd-5,
  .home-section-directory .carousel-directory-type .item.property-details div.odd-7 {
    background-color: #FCB851;
  }
  .home-section-directory .carousel-directory-type .item.property-details.on_deck {
    position: inherit;
  }
  .home-section-directory .carousel-directory-type .item.property-details a {
    display: none;
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
    display: block;
    position: absolute;
    bottom: 20px;
    height: auto;
    padding: 0 15px;
    width: calc(100% - 25px);
  }
  .home-section-directory .carousel-directory-type .item.property-details span {
    display: block;
    position: absolute;
    top: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .home-section-directory .carousel-directory-type .carousel-control {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .home-section-directory .carousel-directory-type .item.property-details span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .home-section-directory .carousel-directory-type .item.property-details a {
    font-size: 20px;
    padding: 0 5px;
  }
}
[class~='btn-primary'] {
  border-radius: 24px;
  white-space: nowrap;
  border: 0;
  width: auto;
  min-height: 36px;
}
[class~='btn-primary']:not(.blue),
[class~='btn-primary']:not(.white) {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #5E801E;
  text-transform: none;
  padding: 10px 20px;
}
[class~='btn-primary']:not(.blue):hover,
[class~='btn-primary']:not(.white):hover {
  background-color: #85b72b;
}
[class~='btn-primary']:hover,
[class~='btn-primary']:active {
  background-color: #85b72b;
  border: 1px #85b72b;
}
[class~='btn-primary']:not(.blue):not(.white):not(.transparent):focus {
  background-color: #85b72b !important;
}
[class~='btn-primary'].transparent,
[class~='btn-primary'].white,
[class~='btn-primary'].blue {
  padding: 5px 20px;
}
[class~='btn-primary'].green.transparent {
  color: #5E801E;
  background-color: #fff;
  border: 1px solid #5E801E;
  font-weight: bold;
  font-size: 1rem;
}
[class~='btn-primary'].green.transparent:hover,
[class~='btn-primary'].green.transparent:active {
  color: #fff;
  background-color: #5E801E !important;
  border-color: #5E801E !important;
}
[class~='btn-primary'].transparent:not(.green) {
  color: #056a75;
  background-color: transparent;
  border: 1px solid #056a75;
  font-weight: bold;
}
[class~='btn-primary'].transparent:not(.green):hover,
[class~='btn-primary'].transparent:not(.green):active {
  color: #fff;
  background-color: #056a75 !important;
  border-color: #056a75 !important;
}
[class~='btn-primary'].blue {
  background-color: #056a75;
  box-shadow: 2px 2px 4px #00000012;
  border: 2px solid #056a75;
}
[class~='btn-primary'].blue:hover,
[class~='btn-primary'].blue:active {
  background-color: #019fc1 !important;
  border-color: #019fc1 !important;
}
[class~='btn-primary'].blue:focus {
  outline: #019fc1 solid 2px;
}
.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-angle-double-down:before {
  content: "\f103";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.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";
}
.iconm-bubbles4:before {
  content: "\e970";
}
[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;
}
.psrk-custom-list {
  display: none;
  background: #fff;
  border: 1px solid #bbb;
  border-top: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  clip: rect(0px, 1000px, 1000px, -10px);
  left: 0;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  margin-top: -1px;
  z-index: 92;
  max-height: 300px;
}
@media (min-width: 768px) {
  .psrk-custom-list {
    max-height: 60%;
  }
}
.psrk-custom-list h3 {
  font-size: 12px;
  color: #999;
  margin: 8px 0 4px;
  padding: 2px 12px;
}
.psrk-custom-list ul {
  margin: 0;
  padding: 0;
}
.psrk-custom-list li a {
  display: block;
  padding: 6px;
  color: #666;
  text-decoration: none;
}
.psrk-custom-list li a:hover,
.psrk-custom-list li a.hover {
  background: #fafafa;
  color: #333;
  text-decoration: none;
}
#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;
}
