@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap);/*
  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);
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 410px;
  max-height: 410px;
  overflow: hidden;
}
.widget-container {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 410px;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.widget-container * {
  box-sizing: border-box;
}
.widget-container *:before,
.widget-container *:after {
  box-sizing: border-box;
}
.colliers {
  max-width: 100%;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  border-bottom: 2px solid #26408d;
  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;
  position: relative;
}
.colliers .arrowcontrol {
  position: absolute;
  top: calc(50% - 57px);
  z-index: 5;
  width: 25px;
  cursor: pointer;
}
.colliers .arrowcontrol img {
  width: 100%;
  height: auto;
}
.colliers .arrowcontrol.left-arrow {
  left: 0;
}
.colliers .arrowcontrol.right-arrow {
  right: 0;
}
.colliers header {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 4px;
  color: #26408d;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.colliers 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%;
}
.colliers header.header .widget-header {
  justify-self: flex-start;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}
.colliers header.header .logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inherit;
}
.colliers header.header .logo img {
  width: 50px;
  height: auto;
}
.colliers header.header a {
  text-decoration: none;
}
.colliers header.header a:hover {
  text-decoration: none;
}
.colliers 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-size: 12px;
  white-space: nowrap;
}
.colliers 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;
}
.colliers header.header .controls button {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: none;
  border: none;
}
.colliers header.header .controls button span {
  color: #26408d;
  font-size: 16px;
  top: 50%;
  left: 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;
  z-index: 3;
}
.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;
}
.listings .details {
  background-color: #26408d;
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.listings .details a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listings .details a:hover {
  text-decoration: none;
}
.listings .details address {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
}
.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: 7px 10px;
  margin: auto 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.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;
}
.info-wrap .tag-line-wrap {
  font-size: 14px;
  margin-bottom: 10px;
}
.info-wrap .tag-line-wrap a {
  text-decoration: none;
}
.info-wrap dl {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.info-wrap dl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0;
  margin-bottom: 3px;
  padding-left: 10px;
  position: relative;
  color: #26408d;
  font-size: 14px;
}
.info-wrap dl dd:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '\0203A';
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.info-wrap .license {
  font-size: 9px;
}
.info-wrap .button-container {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 100%;
}
.info-wrap .button-container a {
  text-decoration: none;
}
.info-wrap .button-container .view-button {
  background-color: #26408d;
  display: block;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  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: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}
.info-wrap .button-container .view-button:hover,
.info-wrap .button-container .view-button:focus {
  color: #fff;
  text-decoration: none;
}
