/*
  This mixin can be used to set the object-fit:
  .object-fit(contain);
  or object-fit and object-position:
  .object-fit(cover, top);
*/
.card {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
@font-face {
  font-family: 'Merriweather Sans Regular';
  src: url('/bundles/neighbourlystatic/font/merriweather/merriweathersans-regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'Merriweather Sans Light';
  src: url('/bundles/neighbourlystatic/font/merriweather/merriweathersans-light-webfont.woff') format('woff');
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  height: 320px;
  max-height: 360px;
  overflow: hidden;
}
.widget-container {
  font-family: 'Merriweather Sans Light', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 360px;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: felx-start;
  -webkit-align-items: felx-start;
      -ms-flex-align: felx-start;
          align-items: felx-start;
  /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
}
.widget-container article,
.widget-container aside,
.widget-container details,
.widget-container figcaption,
.widget-container figure,
.widget-container footer,
.widget-container header,
.widget-container hgroup,
.widget-container main,
.widget-container nav,
.widget-container section,
.widget-container summary {
  display: block;
}
.widget-container audio,
.widget-container canvas,
.widget-container video {
  display: inline-block;
}
.widget-container audio:not([controls]) {
  display: none;
  height: 0;
}
.widget-container [hidden] {
  display: none;
}
.widget-container html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.widget-container body {
  margin: 0;
}
.widget-container a:focus {
  outline: thin dotted;
}
.widget-container a:active,
.widget-container a:hover {
  outline: 0;
}
.widget-container h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.widget-container abbr[title] {
  border-bottom: 1px dotted;
}
.widget-container b,
.widget-container strong {
  font-weight: 700;
}
.widget-container dfn {
  font-style: italic;
}
.widget-container hr {
  box-sizing: content-box;
  height: 0;
}
.widget-container mark {
  background: #ff0;
  color: #000;
}
.widget-container code,
.widget-container kbd,
.widget-container pre,
.widget-container samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.widget-container pre {
  white-space: pre-wrap;
}
.widget-container q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.widget-container small {
  font-size: 80%;
}
.widget-container sub,
.widget-container sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.widget-container sup {
  top: -0.5em;
}
.widget-container sub {
  bottom: -0.25em;
}
.widget-container img {
  border: 0;
}
.widget-container svg:not(:root) {
  overflow: hidden;
}
.widget-container figure {
  margin: 0;
}
.widget-container fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.widget-container legend {
  border: 0;
  padding: 0;
}
.widget-container button,
.widget-container input,
.widget-container select,
.widget-container textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.widget-container button,
.widget-container input {
  line-height: normal;
}
.widget-container button,
.widget-container select {
  text-transform: none;
}
.widget-container button,
.widget-container html input[type="button"],
.widget-container input[type="reset"],
.widget-container input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.widget-container button[disabled],
.widget-container html input[disabled] {
  cursor: default;
}
.widget-container input[type="checkbox"],
.widget-container input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.widget-container input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.widget-container input[type="search"]::-webkit-search-cancel-button,
.widget-container input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.widget-container button::-moz-focus-inner,
.widget-container input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.widget-container textarea {
  overflow: auto;
  vertical-align: top;
}
.widget-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
.widget-container * {
  box-sizing: border-box;
}
.widget-container *:before,
.widget-container *:after {
  box-sizing: border-box;
}
.neighbourly-widget {
  max-width: 100%;
  background: #ffffff;
  overflow: hidden;
}
.neighbourly-widget header {
  font-family: 'Merriweather Sans Regular', Helvetica, Arial, sans-serif;
  padding: 4px;
  text-transform: lowercase;
}
.neighbourly-widget header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.neighbourly-widget header .header .headline {
  color: #878787;
  font-size: 0.88235em;
  border: none;
  min-height: 0;
  margin: 0;
  letter-spacing: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  white-space: nowrap;
}
.neighbourly-widget header .header .controls {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Merriweather Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 12px;
  white-space: nowrap;
}
.neighbourly-widget header .header .controls .count {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  max-width: 55px;
  display: inline-block;
  text-align: center;
}
.neighbourly-widget header .header .controls button {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  color: #0B9ABC;
  width: 22px;
  height: 22px;
  text-align: center;
}
.neighbourly-widget header .header .controls button span {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.listings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform ease-in-out 0.2s;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}
.listings .listing {
  text-decoration: none;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.image {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  color: #fff;
  height: 160px;
  max-height: 160px;
  overflow: hidden;
}
.image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image .logo {
  height: 40px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0.64706em;
}
.info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin: auto 0;
}
.info-wrap.re-fixed-height {
  max-height: 130px;
}
.info-wrap .details,
.info-wrap .tag-line-wrap {
  color: #545454;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-wrap .details {
  font-family: 'Merriweather Sans Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.info-wrap .details a {
  text-decoration: none;
  color: #676767;
}
.info-wrap .tag-line-wrap {
  font-size: 14px;
  margin-bottom: 10px;
}
.info-wrap .tag-line-wrap a {
  text-decoration: none;
  color: #676767;
}
.info-wrap .agent-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.info-wrap .agent-area .agent-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.info-wrap .agent-area .agent-details a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-grid-column-align: flex-start;
      justify-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #676767;
  text-decoration: none;
}
.info-wrap .agent-area .agent-details a:hover,
.info-wrap .agent-area .agent-details a:visited,
.info-wrap .agent-area .agent-details a:active {
  color: #676767;
  text-decoration: none;
}
.info-wrap .agent-area .agent-details a img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 5px;
}
.info-wrap .agent-area .agent-details a .agent-name {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-height: 48px;
  overflow: hidden;
}
.info-wrap .agent-area .agent-details .license {
  display: block;
}
.info-wrap .agent-area .button-container {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  height: 35px;
}
.info-wrap .seller a {
  text-decoration: none;
  color: #676767;
}
.info-wrap .license {
  font-size: 9px;
}
.info-wrap .button-container a {
  text-decoration: none;
}
.info-wrap .button-container .view-button {
  background: #fff;
  border: solid 1px #d9d9d9;
  border-radius: 5px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 7px 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #0B9ABC;
  text-decoration: none;
  font-weight: bold;
}
.info-wrap .button-container .view-button:hover,
.info-wrap .button-container .view-button:focus {
  color: #0B9ABC;
  text-decoration: none;
}
