@charset "UTF-8";
.full-width {
  width: 100%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.hidden {
  display: none !important; }

.no-pad {
  padding: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-overflow {
  overflow: hidden; }

.grid {
  margin-right: -0.625rem; }

.grid__item {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0.625rem 0 0; }
  .grid__item:not(.grid__container) .grid__item:last-of-type {
    padding-right: 0; }

.grid__container {
  padding-right: 0; }

@media only screen and (max-width: 520px) {
  .mob--one-third {
    margin-right: -4px;
    width: 33.33%; }
  .mob--one-half {
    margin-right: -4px;
    width: 49.99%; }
  .mob--two-thirds {
    margin-right: -4px;
    width: calc(100% / 3 * 2); }
  .mob--one-whole {
    width: 99.9%; }
  .not-mobile {
    display: none !important; }
  .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 520px) and (max-width: 768px) {
  .tab--one-third {
    margin-right: -4px;
    width: 33.33%; }
  .tab--one-half {
    margin-right: -4px;
    width: 49.99%; }
  .tab--two-thirds {
    margin-right: -4px;
    width: calc(100% / 3 * 2); }
  .tab--one-whole {
    width: 99.9%; }
  .mobile-only {
    display: none !important; }
  .desktop-only {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .desk--one-quarter {
    margin-right: -4px;
    width: 25%; }
  .desk--one-third {
    margin-right: -4px;
    width: 33.33%; }
  .desk--one-half {
    margin-right: -4px;
    width: 49.99%; }
  .desk--two-thirds {
    margin-right: -4px;
    width: calc(100% / 3 * 2); }
  .desk--one-whole {
    width: 99.9%; }
  .mobile-only {
    display: none !important; }
  .tablet-mobile-only {
    display: none !important; } }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .not-tablet-mobile {
    display: none !important; } }

.btn {
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  line-height: 1.25rem;
  padding: 0.3125rem 0.625rem;
  text-decoration: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #333; }
  .btn:hover {
    background: #f2f2f2;
    color: #404040; }
  .btn.btn-primary {
    background: #65b21c;
    border: 1px solid #4b890b;
    color: #fff;
    font-weight: 600; }
    .btn.btn-primary:hover {
      background: #4b890b;
      color: #fff; }
  .btn.btn-secondary {
    background: #fe7e22;
    border: 1px solid #c35f00;
    color: #fff;
    font-weight: 600; }
    .btn.btn-secondary:hover {
      background: #c35f00;
      color: #fff; }
  .btn.btn-alt {
    background: #888;
    border: #666;
    color: #fff;
    font-weight: 600; }

a.btn {
  height: 2.5rem;
  line-height: 1.75rem; }
  a.btn:hover {
    text-decoration: none; }

.segmented-button {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block; }
  .segmented-button input[type='radio'] {
    display: none;
    height: 0;
    width: 0; }
    .segmented-button input[type='radio'] + label {
      display: inline-block; }
  .segmented-button label {
    background: #fff;
    border-right: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    margin-right: 0;
    padding: 0.3125rem 0.625rem;
    text-align: center; }
    .segmented-button label:hover {
      color: #333; }
    .segmented-button label:first-of-type {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .segmented-button label:last-of-type {
      border-bottom-right-radius: 4px;
      border-right: none;
      border-top-right-radius: 4px; }

@media only screen and (max-width: 520px) {
  .segmented-button label.mob--one-whole {
    border-right: none; }
    .segmented-button label.mob--one-whole:first-of-type {
      border-bottom-left-radius: 0;
      border-top-right-radius: 4px; }
    .segmented-button label.mob--one-whole:last-of-type {
      border-bottom-left-radius: 4px;
      border-top-right-radius: 0; } }

.form-field-wrapper {
  box-sizing: border-box;
  display: inline-block;
  padding-top: 1.25rem;
  position: relative;
  vertical-align: top; }
  .form-field-wrapper > div {
    padding: 0 !important; }
  .form-field-wrapper label {
    color: #333;
    display: block;
    font-weight: 600; }
    .form-field-wrapper label.select-radio {
      display: inline-block;
      line-height: 2.5rem;
      margin: 0 0.625rem 0 0.3125rem; }
  .form-field-wrapper input, .form-field-wrapper select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 0.75rem;
    color: #333;
    margin: 0; }
    .form-field-wrapper input[disabled], .form-field-wrapper select[disabled] {
      cursor: default;
      opacity: 0.7; }
  .form-field-wrapper input[type='radio'] {
    margin-left: 0.625rem; }
  .form-field-wrapper .radio-wrapper {
    border-radius: 4px;
    background: #fff; }
  .form-field-wrapper input[type='text'], .form-field-wrapper input[type='password'] {
    height: 2.5rem;
    padding: 0.3125rem 0.625rem;
    width: 100%; }
    .form-field-wrapper input[type='text'].placeholder-set, .form-field-wrapper input[type='text']::placeholder, .form-field-wrapper input[type='password'].placeholder-set, .form-field-wrapper input[type='password']::placeholder {
      color: #999; }
  .form-field-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 2.5rem;
    padding: 0.3125rem 0.625rem;
    padding-right: 1.25rem;
    width: 100%; }
    .form-field-wrapper select::-ms-expand {
      display: none; }
  .form-field-wrapper .select-wrapper {
    position: relative; }
    .form-field-wrapper .select-wrapper:after {
      background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23666%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20d%3D%22M4.509%2C4.996%20L9.010%2C0.453%20L8.369%2C0.003%20L4.509%2C3.898%20L0.652%2C0.003%20L0.010%2C0.453%20L4.509%2C4.996%20L4.509%2C4.996%20Z%22%20class%3D%22cls-1%22/%3E%0A%3C/svg%3E%0A") no-repeat center center;
      bottom: 0.625rem;
      content: '';
      display: block;
      height: 16px;
      pointer-events: none;
      position: absolute;
      right: 0.5rem;
      width: 16px; }
    .form-field-wrapper .select-wrapper + .select-wrapper > select {
      margin-top: 0.625rem; }
  .form-field-wrapper .checkbox-label {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #999;
    padding: 0.4375rem 0.3125rem; }
    .form-field-wrapper .checkbox-label:after {
      display: none; }
    .form-field-wrapper .checkbox-label input[type='checkbox'] {
      float: right;
      margin-top: 0.3125rem;
      width: auto; }
  .form-field-wrapper .btn {
    height: 2.5rem;
    width: 100%; }

.checkbox-wrapper {
  margin-top: 1.25rem; }

.checkbox-label {
  font-weight: 600;
  vertical-align: middle; }

.linked-field-wrapper {
  display: grid;
  grid-column-end: span 2;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    .linked-field-wrapper {
      grid-column-gap: 0.625rem; } }

.responsive input[type='radio'],
.responsive input[type='checkbox'] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  height: 1.375rem;
  margin: 0 0.625rem;
  vertical-align: middle;
  width: 1.375rem; }
  .responsive input[type='radio']:checked,
  .responsive input[type='checkbox']:checked {
    background: #fff url("../images/svg/tick.svg") no-repeat center center;
    background-size: 0.875rem; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .form-field-wrapper {
    padding-top: 1.25rem; }
    .form-field-wrapper label {
      margin-bottom: 0.625rem; } }

.ico--grey {
  fill: #b2b2b2; }

.ico--white {
  fill: #fff; }

@media only screen and (max-width: 520px) {
  .ico {
    height: 1rem;
    width: 1rem; } }

@media only screen and (min-width: 520px) and (max-width: 768px) {
  .ico {
    height: 1.5rem;
    width: 1.5rem; } }

@media only screen and (min-width: 769px) {
  .ico {
    height: 1.5rem;
    width: 1.5rem; }
  .ico--small {
    height: 1rem;
    width: 1rem; } }

.icon {
  background-position: top left;
  background-repeat: no-repeat;
  display: inline-block;
  height: 1rem;
  width: 1rem; }

.icon-close {
  background-image: url("../images/svg/close.svg"); }

.list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list > li {
    margin: 0 0 1rem 0; }

.grid-view > .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr)); }
  .grid-view > .list li {
    display: flex;
    flex-direction: column;
    padding: 0 0.625rem 0 0; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .grid-view > .list {
    grid-template-columns: 100%; } }

.panel {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%; }

.panel--light {
  background: #fff; }

.panel--dark {
  background: #e6eaed; }

@media only screen and (min-width: 769px) {
  .panel {
    padding: 1.25rem; } }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .panel {
    margin: 0 0.625rem 1.25rem 0.625rem;
    padding: 0.625rem;
    width: calc(100% - 2 * 0.625rem); } }

.search-custom-fields {
  box-sizing: border-box;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-column-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(5.625rem, 1fr)); }
  .search-custom-fields .form-field-wrapper {
    align-self: end;
    margin-right: 0.625rem;
    vertical-align: bottom; }

.columns-1,
.columns-2,
.columns-3,
.columns-4 {
  grid-template-columns: repeat(auto-fit, minmax(5.625rem, 25%)); }
  @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    .columns-1,
    .columns-2,
    .columns-3,
    .columns-4 {
      grid-template-columns: repeat(auto-fit, minmax(5.625rem, 50%)); } }

.columns-7 .radio-field-wrapper,
.columns-8 .radio-field-wrapper,
.columns-9 .radio-field-wrapper {
  -ms-grid-column-span: 2;
  grid-column: span 2; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .search-custom-fields.columns-3, .search-custom-fields.columns-4, .search-custom-fields.columns-5, .search-custom-fields.columns-6, .search-custom-fields.columns-7, .search-custom-fields.columns-8, .search-custom-fields.columns-9 {
    grid-template-columns: repeat(2, 1fr); }
  .radio-field-wrapper {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
  .search-button-wrapper {
    display: grid;
    grid-column-gap: 0.625rem;
    grid-template-columns: 1fr 2.5rem; }
  .search-icon-button {
    padding: 0; }
  .search-icon {
    background: url("../images/svg/search-white.svg") no-repeat center center;
    display: inline-block;
    height: 1.375rem;
    width: 1.375rem; }
  .extra-buttons .btn {
    color: #666;
    font-weight: 600;
    height: auto;
    padding: 0.3125rem; }
    .extra-buttons .btn .ico {
      background-repeat: no-repeat;
      display: inline-block;
      height: 0.875rem;
      margin-right: 0.3125rem;
      vertical-align: middle;
      width: 0.875rem; }
    .extra-buttons .btn .ico-filters {
      background-image: url("../images/svg/filters.svg"); }
    .extra-buttons .btn .ico-list {
      background-image: url("../images/svg/list.svg"); }
    .extra-buttons .btn .ico-gallery {
      background-image: url("../images/svg/gallery.svg"); }
    .extra-buttons .btn .ico-alert {
      background-image: url("../images/svg/alert.svg"); }
  .extra-buttons .list-view-button .gallery-view-label {
    display: none; }
  .extra-buttons .gallery-view-button .list-view-label {
    display: none; } }

@media all and (-ms-high-contrast: none) {
  .columns-1 .form-field-wrapper {
    width: 100%; }
  .columns-2 .form-field-wrapper {
    width: 50%; }
  .columns-3 .form-field-wrapper {
    width: 33.33%; }
  .columns-4 .form-field-wrapper {
    width: 25%; }
  .columns-5 .form-field-wrapper {
    width: 20%; }
  .columns-6 .form-field-wrapper {
    width: 16.66%; }
  .columns-7 .form-field-wrapper {
    width: 14.28%; }
  .columns-8 .form-field-wrapper {
    width: 12.5%; }
  .columns-9 .form-field-wrapper {
    width: 11.11%; } }

.heading1 {
  font-size: 1.25rem; }

.heading2 {
  font-size: 1rem; }

.large {
  font-size: 0.875rem;
  font-weight: normal; }

.body {
  font-size: 0.75rem; }

.small {
  font-size: 0.625rem; }

.legend {
  font-size: 0.625rem; }

.centered {
  text-align: center; }

.align-right {
  text-align: right; }

.semibold {
  font-weight: 600; }

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 1rem 0; }
  .breadcrumbs > li {
    display: inline; }

.breadcrumbs__crumb {
  padding: 0 0.3125rem 0 0; }
  .breadcrumbs__crumb:not(:last-child):after {
    content: '>';
    padding-left: 0.3125rem; }

.breadcrumbs__crumb--home .ico {
  fill: #6d6e71;
  height: 1rem;
  vertical-align: bottom;
  width: 1rem; }

.breadcrumbs__link {
  color: #333;
  font-size: 0.75rem; }

.create-alert {
  float: right;
  padding: 1rem 0; }
  .create-alert a.create-alert__link {
    color: #333;
    font-size: 0.75rem;
    text-decoration: none; }
    .create-alert a.create-alert__link:hover {
      text-decoration: underline; }
    .create-alert a.create-alert__link .ico {
      fill: #666;
      margin-right: 3px;
      vertical-align: bottom; }

.responsive.detail_normal #vs_detail_navigator_back {
  height: auto;
  padding-bottom: 0;
  padding-top: 0; }

.responsive.detail_normal[page_mode='r'] .breadcrumbs {
  max-width: calc(100% - 13rem); }

.responsive.detail_normal[page_mode='t'] .create-alert {
  display: none; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  #vs_breadcrumbs {
    display: none; } }

li.classified {
  margin-bottom: 1.875rem;
  cursor: pointer; }

.clad {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-right: 1.25rem;
  position: relative; }

.clad:hover,
.clad__highlight-row:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.clad__wrapper {
  -ms-grid-columns: 31% 69%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 31% 69%;
  text-decoration: none; }

.clad__photo {
  box-sizing: border-box;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 1;
  grid-row: span 2;
  overflow: hidden;
  position: relative; }

.clad__image-wrapper {
  height: 100%;
  position: relative; }

.clad__image {
  width: 95%; }

.clad__summary {
  box-sizing: border-box;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  grid-column: 2;
  grid-row: 1;
  padding-left: 1.25rem; }

.clad__title h4 {
  color: #333;
  display: inline-block;
  font-weight: 600;
  margin: 1rem 0 0.3125rem 0; }

.clad__shortdesc {
  color: #666;
  font-size: 0.875rem;
  margin: 1rem 0 0.625rem 0; }

.clad__price {
  color: #60b00f;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.625rem; }

.clad__specs {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0.5rem 0 0.75rem 0; }

.clad__rate,
.clad__spec {
  color: #666;
  display: inline-block; }
  .clad__rate:not(:first-child),
  .clad__spec:not(:first-child) {
    margin-left: 0.125rem; }
    .clad__rate:not(:first-child):before,
    .clad__spec:not(:first-child):before {
      content: '•';
      padding-right: 0.125rem; }

.clad__geo {
  font-size: 0.75rem;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  align-self: end;
  grid-column: 2;
  grid-row: 2;
  padding: 0 0 1.25rem 1.25rem; }
  .clad__geo .ico {
    fill: #666;
    height: 0.875rem;
    padding-right: 0.3125rem;
    width: 0.625rem; }

.clad__link {
  color: #666;
  display: inline-block; }
  .clad__link:not(:first-of-type):not(:nth-of-type(2)) {
    border-left: 1px solid #ccc;
    margin-left: 0.3125rem;
    padding-left: 0.3125rem; }

.clad__labels {
  float: right; }

.label-badge {
  background: #fe7e22;
  border-radius: 4px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.625rem;
  padding: 0 0.3125rem;
  vertical-align: super; }

.clad__new {
  background: #fe7e22;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1.5rem 2rem 0.5rem 2rem;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 18px 60px;
  z-index: 5; }

.grid-view > .list {
  margin-right: -1rem; }
  .grid-view > .list > li {
    margin-right: 1rem;
    padding: 0; }
  .grid-view > .list .clad {
    height: 100%;
    padding-right: 0; }
  .grid-view > .list .clad__wrapper {
    grid-template-columns: 100%;
    height: 100%; }
  .grid-view > .list .clad__photo {
    grid-column: 1;
    grid-row: 1;
    overflow: hidden; }
  .grid-view > .list .clad__title h4 {
    font-size: 0.875rem;
    margin-top: 0.625rem; }
  .grid-view > .list .clad__summary {
    grid-column: 1;
    grid-row: 2;
    padding: 0 1rem;
    text-align: center; }
  .grid-view > .list .clad__specs {
    margin: 0 0 1rem 0; }
  .grid-view > .list .clad__spec:nth-of-type(n+3) {
    display: none; }
  .grid-view > .list .clad__rate {
    display: none; }
  .grid-view > .list .clad__geo {
    grid-column: 1;
    grid-row: 3;
    padding: 0 0.625rem 1rem 0.625rem;
    text-align: center; }
    .grid-view > .list .clad__geo .ico,
    .grid-view > .list .clad__geo .clad__link {
      display: none; }
    .grid-view > .list .clad__geo .clad__labels {
      float: none; }
      .grid-view > .list .clad__geo .clad__labels .label-badge {
        margin: 0 0.25rem; }
        .grid-view > .list .clad__geo .clad__labels .label-badge.yoti-badge {
          margin-left: 16px; }
      .grid-view > .list .clad__geo .clad__labels :nth-child(1).yoti-badge {
        margin-left: 0; }
  .grid-view > .list .clad__desc-text {
    display: none; }

.min_results {
  grid-column: 1 / 4; }

.clad__highlight-row {
  background: #65b21c;
  border-color: #65b21c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.625rem 1rem;
  text-transform: uppercase; }

.clad__secondary-photos {
  padding-top: 1rem; }

.clad__secondary-photo {
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden;
  height: auto;
  width: 100%; }

.grid-view .vs-clad-highlight {
  position: relative; }
  .grid-view .vs-clad-highlight .clad__highlight-row {
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1; }
  .grid-view .vs-clad-highlight .with-secondary-images .clad__wrapper,
  .grid-view .vs-clad-highlight .clad__wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; }
  .grid-view .vs-clad-highlight .clad__secondary-photos {
    -ms-grid-column: 1;
    display: none;
    grid-column: 1; }
  .grid-view .vs-clad-highlight .with-secondary-images .clad__summary,
  .grid-view .vs-clad-highlight .clad__summary {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2; }
  .grid-view .vs-clad-highlight .with-secondary-images .clad__geo,
  .grid-view .vs-clad-highlight .clad__geo {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-column: 1;
    grid-row: 3; }

.vs-clad-highlight .clad {
  background: #f4ffeb;
  border-color: #65b21c;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

@media only screen and (min-width: 769px) {
  .vs-clad-highlight .with-secondary-images .clad__wrapper {
    -ms-grid-columns: 31% 12% 1fr;
    grid-column-gap: 1.25rem;
    grid-template-columns: 31% 12% 1fr; }
  .vs-clad-highlight .with-secondary-images .clad__secondary-photos {
    -ms-grid-column: 2;
    -ms-grid-row: span 2;
    grid-column: 2;
    grid-row: span 2; }
  .vs-clad-highlight .with-secondary-images .clad__summary {
    -ms-grid-column: 3;
    grid-column: 3; }
  .vs-clad-highlight .with-secondary-images .clad__geo {
    -ms-grid-column: 3;
    grid-column: 3; } }

@media only screen and (min-width: 769px) {
  .grid-view .vs-clad-highlight .clad {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .clad {
    max-height: 28rem; }
  .clad__title h4 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; } }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  li.classified {
    margin-bottom: 0.625rem; }
  .clad {
    padding-right: 0.625rem; }
  .clad__wrapper {
    grid-template-columns: minmax(6.875rem, 34%) auto; }
  .responsive .clad__title h4 {
    font-size: 0.8125rem;
    margin: 0.3125rem 0; }
  .clad__new {
    font-size: 0.625rem;
    padding: 1.5rem 1.375rem 0.3125rem;
    transform-origin: 4px 44px; }
  .clad__summary {
    padding-bottom: 4px;
    padding-left: 0.625rem; }
  .clad__specs {
    line-height: 1rem;
    margin: 0; }
  .ico-class,
  .clad__link {
    display: none; }
  .clad__shortdesc {
    margin: 0; }
  .clad__link {
    font-size: 0.625rem; }
    .clad__link:not(:first-of-type) {
      margin-left: 0.3125rem;
      padding-left: 0.3125rem; }
  .label-badge {
    font-size: 0.625rem;
    margin-left: 2px;
    padding: 0.125rem 0.3125rem;
    vertical-align: middle; }
  #ico-camera {
    height: 0.625rem; }
  .clad__highlight-row {
    font-size: 0.625rem;
    font-weight: bold;
    padding: 0.3125rem 0.625rem; }
  .grid-view > .list li,
  .grid-view > .list .clad {
    padding-right: 0; }
  .grid-view .vs-clad-highlight .clad__highlight-row {
    font-size: 0.875rem;
    position: static; }
  .grid-view .clad__labels {
    position: static; }
  .clad__secondary-photos {
    display: none; } }

#vs_header {
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  color: #666; }

#vs_breadcrumbs,
.header-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px; }

.header-inner {
  padding: 0.625rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px; }

#vs_breadcrumbs {
  background: #f6f8fb; }
  #vs_breadcrumbs .kiwii-btn-success {
    margin-right: 0.625rem; }

.responsive-logo {
  display: inline-block;
  height: 34px;
  width: 100px;
  background-image: url("../images/logos/svg/street.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.ar .responsive-logo {
  background-image: url("../images/logos/svg/argentina.svg"); }

.br .responsive-logo,
.es .responsive-logo,
.pt .responsive-logo {
  background-image: url("../images/logos/svg/vivalocal.svg"); }

.co .responsive-logo {
  background-image: url("../images/logos/svg/colombia.svg"); }

.us .responsive-logo {
  background-image: url("../images/logos/svg/us.svg"); }

.ve .responsive-logo {
  background-image: url("../images/logos/svg/venezuela.svg"); }

.mx .responsive-logo {
  background-image: url("../images/logos/svg/visos.svg"); }

body.account #mask, body.responsive #mask {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

body.account.category-menu-open #mask, body.account.header-nav-open #mask, body.responsive.category-menu-open #mask, body.responsive.header-nav-open #mask {
  display: block; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  body.account .post-button, body.responsive .post-button {
    background: none;
    border: none;
    color: #333;
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    height: auto;
    padding: 0.75rem 0; }
    body.account .post-button:hover, body.responsive .post-button:hover {
      background: none;
      color: #333; } }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  #vs_header {
    border-color: #ccc;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001; }
  .header-inner {
    display: block;
    padding: 0.75rem; }
    .header-inner > a {
      color: #333;
      margin-top: 0.25rem;
      text-align: center;
      text-decoration: none; } }

.header-nav {
  float: right; }

.header {
  background: white; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  #vs_content {
    margin-top: 3.875rem; }
  .header-nav {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    background: #f7f9fb;
    display: none;
    left: 0;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 3.6875rem;
    width: 100%; }
  .post-ad-button {
    margin-right: 1.625rem; }
  .post-ad-button,
  .hamburger-toggle {
    float: right; }
  .header .ico {
    display: block;
    fill: #666;
    margin: auto; }
  .header .ico-post {
    height: 1.0625rem;
    width: 1.0625rem; }
  .header .ico-menu {
    height: 0.9375rem;
    margin-top: 0.125rem;
    width: 1.25rem; }
  .header .ico-close {
    display: none;
    height: 1rem;
    margin-top: 0.5rem;
    width: 1rem; }
  .header .ico-label {
    font-size: 0.5rem;
    font-weight: bold;
    text-transform: uppercase; }
  .header .megamenu-toggle {
    display: none;
    position: absolute;
    right: 0.625rem; }
    .header .megamenu-toggle.show {
      display: block; }
  .header .ico-megamenu-close {
    height: 2.5rem;
    width: 1.25rem; }
  .header-nav-open .ico-close {
    display: block; }
  .header-nav-open .hamburger-toggle .ico-label {
    display: none; }
  .header-nav-open .post-ad-button {
    display: none; }
  .header-nav-open .ico-menu {
    display: none; }
  .header-nav-open .header-nav {
    display: block; }
  /* the non-responsive pages that use the responsive header need to be explicitly set here */
  .responsive.category-menu-open .ico-close, .responsive.header-nav-open .ico-close, .account.category-menu-open .ico-close, .account.header-nav-open .ico-close {
    display: block; }
  .responsive.category-menu-open .hamburger-toggle .ico-label, .responsive.header-nav-open .hamburger-toggle .ico-label, .account.category-menu-open .hamburger-toggle .ico-label, .account.header-nav-open .hamburger-toggle .ico-label {
    display: none; }
  .responsive.category-menu-open .post-ad-button, .responsive.header-nav-open .post-ad-button, .account.category-menu-open .post-ad-button, .account.header-nav-open .post-ad-button {
    display: none; }
  .responsive.category-menu-open .ico-menu, .responsive.header-nav-open .ico-menu, .account.category-menu-open .ico-menu, .account.header-nav-open .ico-menu {
    display: none; }
  .responsive.header-nav-open .header-nav, .account.header-nav-open .header-nav {
    display: block; }
  .sort-link {
    position: relative; }
  .sort-select {
    background: transparent;
    border: none;
    bottom: 0;
    color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; } }

.footer-wrapper {
  border-top: 1px solid #ccc;
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  color: #666; }
  .footer-wrapper a {
    color: #666; }
  .footer-wrapper h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.3125rem 0 0.975rem 0; }
  .footer-wrapper #vs_footer,
  .footer-wrapper #vs-seo-text {
    font-size: 0.75rem; }
  .footer-wrapper .footer-links-wrapper {
    border: none;
    padding: 1.25rem 0.625rem; }
  .footer-wrapper .vs-footer-links:nth-of-type(n+1) {
    margin-top: 1rem; }
  .footer-wrapper .vs-footer-links .kiwii-h-list > li {
    padding-right: 0.3125rem; }
    .footer-wrapper .vs-footer-links .kiwii-h-list > li > a {
      padding-right: 0.15625rem; }

.footer-panel,
.vs-category-links,
.kiwii-geo-links,
.vs-related-links,
.all-categories-list {
  margin: 0 0.625rem 1.25rem;
  padding: 0 1rem 0.625rem 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px; }
  @media only screen and (min-width: 769px) {
    .footer-panel,
    .vs-category-links,
    .kiwii-geo-links,
    .vs-related-links,
    .all-categories-list {
      margin: 0 0 1.25rem 0;
      padding: 1rem; }
      .footer-panel .kiwii-column-1,
      .vs-category-links .kiwii-column-1,
      .kiwii-geo-links .kiwii-column-1,
      .vs-related-links .kiwii-column-1,
      .all-categories-list .kiwii-column-1 {
        float: left;
        width: 100%; }
      .footer-panel .kiwii-column-2,
      .vs-category-links .kiwii-column-2,
      .kiwii-geo-links .kiwii-column-2,
      .vs-related-links .kiwii-column-2,
      .all-categories-list .kiwii-column-2 {
        float: left;
        width: 50%; }
      .footer-panel .kiwii-column-3,
      .vs-category-links .kiwii-column-3,
      .kiwii-geo-links .kiwii-column-3,
      .vs-related-links .kiwii-column-3,
      .all-categories-list .kiwii-column-3 {
        float: left;
        width: 33%; }
      .footer-panel .kiwii-column-4,
      .vs-category-links .kiwii-column-4,
      .kiwii-geo-links .kiwii-column-4,
      .vs-related-links .kiwii-column-4,
      .all-categories-list .kiwii-column-4 {
        float: left;
        width: 25%; } }

.inline-menu {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 1rem; }
  .inline-menu > li {
    display: inline-block; }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      .inline-menu > li {
        display: block; } }
    .inline-menu > li a {
      text-decoration: none; }

@media only screen and (min-width: 769px) {
  ul.user-menu > li {
    padding-right: 2.5vw; } }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  ul.user-menu > li {
    display: block; } }

ul.user-menu > li .caption_alert,
ul.user-menu > li > a {
  color: #333;
  cursor: pointer; }
  ul.user-menu > li .caption_alert.vs_pro_menu_link,
  ul.user-menu > li > a.vs_pro_menu_link {
    color: #ff7f04;
    font-weight: bold; }
  @media only screen and (min-width: 769px) {
    ul.user-menu > li .caption_alert,
    ul.user-menu > li > a {
      font-size: 0.75rem;
      padding-bottom: 0.3125rem; }
      ul.user-menu > li .caption_alert:hover,
      ul.user-menu > li > a:hover {
        border-bottom: 3px solid #65b21c;
        transition: all 0.15s ease-in-out; } }
  @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    ul.user-menu > li .caption_alert,
    ul.user-menu > li > a {
      display: block;
      font-size: 0.875rem;
      padding: 0.75rem 0; } }

.category-menu {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  column-count: 5;
  column-fill: balance;
  display: none;
  left: 0;
  margin: 0.625rem auto;
  max-width: 1000px;
  padding: 1rem 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }
  .category-menu.show {
    display: block; }

.category-menu__column {
  break-inside: avoid;
  margin-bottom: 1rem; }

.category-menu__header {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600; }

.category-menu__item {
  color: #333;
  cursor: pointer;
  padding: 0.3125rem 1rem; }
  .category-menu__item.category-menu__subcategory {
    color: #666;
    font-size: 0.6875rem;
    padding: 0.25rem 1rem 0.25rem 1.5rem; }
  .category-menu__item:hover {
    background: #f4ffea; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .category-menu {
    border: 1px solid #ccc;
    column-count: 1;
    display: block;
    margin: 0;
    opacity: 0;
    padding: 0;
    transform: translateY(-100%); }
    .category-menu.show {
      opacity: 1;
      transform: translateY(0%); }
    .category-menu .category-menu__item {
      font-size: 0.875rem;
      border-bottom: 1px solid #d9d9d9;
      display: none;
      padding: 1.25rem; }
      .category-menu .category-menu__item.category-menu__category {
        margin-left: 1.25rem; }
      .category-menu .category-menu__item.category-menu__subcategory {
        margin-left: 2.5rem; }
      .category-menu .category-menu__item.category-menu__category.selected, .category-menu .category-menu__item.category-menu__subcategory.selected {
        background: #fff url("../images/svg/tick.svg") no-repeat right 1.25rem center;
        background-size: 0.875rem; }
    .category-menu .category-menu__header {
      display: block;
      position: relative; }
      .category-menu .category-menu__header:after {
        background: transparent url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23666%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20d%3D%22M4.509%2C4.996%20L9.010%2C0.453%20L8.369%2C0.003%20L4.509%2C3.898%20L0.652%2C0.003%20L0.010%2C0.453%20L4.509%2C4.996%20L4.509%2C4.996%20Z%22%20class%3D%22cls-1%22/%3E%0A%3C/svg%3E%0A") no-repeat center center;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        right: 1.25rem;
        top: 0;
        transform: rotate(270deg);
        width: 1rem; }
    .category-menu .category-menu__column {
      background: #f6f8fb;
      margin-bottom: 0; }
      .category-menu .category-menu__column.open {
        background: #fff; }
        .category-menu .category-menu__column.open .category-menu__item {
          display: block; }
        .category-menu .category-menu__column.open .category-menu__header {
          font-weight: 600; }
          .category-menu .category-menu__column.open .category-menu__header:after {
            transform: rotate(0deg); }
        .category-menu .category-menu__column.open .category-menu__category,
        .category-menu .category-menu__column.open .category-menu__subcategory {
          opacity: 1; } }

.search-label {
  background: #65b21c;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 2.5rem;
  position: absolute;
  right: 0.625rem;
  width: 2.5rem; }
  .search-label .search-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 1.25rem;
    width: 1.25rem; }

.mag-glass-inner-input {
  fill: #65b21c; }

.mag-glass-input {
  fill: #fff; }

.geo-field-wrapper {
  position: relative; }
  .geo-field-wrapper input[type='text'] {
    padding-right: 1.5rem; }
  .geo-field-wrapper .ico-cross {
    cursor: pointer;
    display: none;
    pointer-events: all; }
  .geo-field-wrapper.has-value .ico-cross {
    display: inline; }
  .geo-field-wrapper.has-value .ico-pin {
    display: none; }

.geo-icon-label {
  bottom: 0;
  margin-top: 0.75rem;
  padding-right: 0.625rem;
  position: absolute;
  right: 0;
  top: 0; }
  .geo-icon-label .ico {
    fill: #666;
    height: 0.875rem;
    vertical-align: middle;
    width: 0.625rem; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .vs-searchbox-inputs .elements {
    background: #f6f8fb;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 1rem 0.625rem;
    position: fixed;
    right: 0;
    top: 0%;
    transform: translateY(-100%);
    z-index: 1015; }
    .vs-searchbox-inputs .elements.show {
      opacity: 1;
      transform: translateY(0%); }
    .vs-searchbox-inputs .elements label, .vs-searchbox-inputs .elements button {
      font-size: 0.875rem; }
    .vs-searchbox-inputs .elements .search-custom-fields {
      margin-right: -0.625rem;
      max-height: calc(100% - 7.75rem);
      overflow-y: scroll;
      padding-bottom: 1rem; }
      .vs-searchbox-inputs .elements .search-custom-fields .linked-field-wrapper {
        margin-right: 0.625rem; }
        .vs-searchbox-inputs .elements .search-custom-fields .linked-field-wrapper > .form-field-wrapper {
          margin-right: 0; }
  .vs-searchbox-inputs .single-select {
    grid-column-end: span 2; }
  .vs-searchbox-inputs .elements-header .icon-close {
    background-position: center center;
    background-size: 1rem;
    height: 1.25rem;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0; }
  .vs-searchbox-inputs .elements-header .heading2 {
    color: #333; }
  .vs-searchbox-inputs .elements-footer {
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    bottom: 0.625rem;
    display: grid;
    grid-column-gap: 0.625rem;
    grid-template-columns: 1fr 1fr;
    margin: -0.625rem;
    padding: 1rem;
    position: absolute;
    width: 100%; }
  .active-filters {
    background: #666;
    border-radius: 6px;
    font-size: 0.625rem;
    color: #fff;
    font-weight: bold;
    padding: 0 0.3125rem;
    position: absolute;
    right: 5px;
    top: calc(1.25rem - 0.625rem/2); } }

.sort-menu > li {
  margin-right: 2.5rem;
  padding: 0.625rem 0; }

.sort-control {
  margin-left: 1rem; }

.sort-control,
.list-grid-toggle {
  background: #fff;
  float: right; }

.list-grid-toggle {
  padding: 0.3125rem 0; }
  .list-grid-toggle label {
    color: #b2b2b2;
    padding: 0.3125rem 1rem; }
    .list-grid-toggle label.selected {
      color: #333; }
      .list-grid-toggle label.selected svg {
        fill: #60b00f; }
  .list-grid-toggle .ico {
    fill: #b2b2b2;
    padding-right: 0.25rem;
    vertical-align: top; }

.sort-bar {
  display: none; }

@media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  .header .sort-bar {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    font-size: 0.5rem;
    color: #333;
    display: grid;
    font-weight: bold;
    grid-template-columns: repeat(4, 1fr);
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 600; }
    .header .sort-bar.active {
      opacity: 1;
      pointer-events: all; }
    .header .sort-bar .ico {
      display: block;
      height: 1rem;
      margin: auto;
      padding-bottom: 0.25rem;
      width: 1rem; }
    .header .sort-bar a {
      color: #333;
      padding: 0.875rem;
      text-decoration: none; }
    .header .sort-bar .sort-control {
      background: none;
      margin-left: 0; } }

/* ////////////// MODAL WORK (See jquery modal) ////////////// */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/* ////////////// MODAL WORK (See jquery modal) ////////////// */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8); }

.close-interstitial {
  position: absolute;
  z-index: 1000;
  right: 32px;
  top: 32px;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: #fff;
  border-radius: 48px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.close-interstitial:after,
.close-interstitial:before {
  position: absolute;
  left: 18px;
  top: 8px;
  content: ' ';
  height: 24px;
  width: 4px;
  background-color: #656565; }

.close-interstitial:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-interstitial:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#interLightbox {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#interLightBox__contents {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
  #interLightBox__contents {
    top: 100px; }
  .close-interstitial {
    top: 82px; } }

#detail-native-ad img {
  height: auto;
  width: 90px;
  border-radius: 4px;
  padding: 0; }

.native-ad-margin-ver-xsmall {
  display: none; }

.native-ad-mobile-margins {
  margin-top: 0; }

.native-ad-font-weight-bold {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding-top: 0.9375rem;
  margin: 0.3125rem 0 0 0; }

.native-ad-font-weight-bold ul {
  padding: 0; }

.native-ad-font-weight-bold li {
  padding-bottom: 0;
  list-style-type: none; }

a.native-ad-detail-similar-ad-right {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center; }

.native-ad-detail-similar-ad-img {
  text-align: center; }

.native-ad-detail-similar-ad-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0.3125rem; }

.native-ad-location-similar-ads-label {
  color: #FE7E22;
  font-weight: bold;
  text-decoration: none;
  display: block;
  font-size: 0.75rem; }

.native-ad-header-similar-ads {
  color: #333;
  padding-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  font-size: 0.875rem;
  display: block; }

.native-ad-location-similar-ads-description {
  color: #626364;
  font-size: 0.75rem; }

/*summaryTop Adult*/
.ads-col {
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box; }

.summarybottom-ads {
  margin-bottom: 1.25rem; }

/* need to add padding for the 320x50 */
#vs_footer {
  padding-bottom: 50px; }

@media (max-width: 520px) {
  .ads-col {
    padding: 0.625rem; }
  .ads-col-300x250 {
    padding-top: 0; } }

[id^="vs-search-ad"] iframe[id^="placement_"] {
  height: 70px; }

/** DetailTop Slot Start */
#social_sharing_buttons {
  position: absolute;
  margin-left: -68px;
  margin-top: -50px; }

.share_button {
  margin-bottom: 5px; }

.share_ad_img {
  opacity: 1; }

.share_ad_img:hover {
  opacity: 0.6; }

/** leaderboard */
#detail-middle iframe[id^="placement_"] {
  height: 70px; }

#detail-sponsorlinks {
  float: right;
  font-size: 10px;
  color: #626364;
  clear: both;
  margin-top: -15px;
  margin-right: -15px; }

iframe[id^="placement_"] {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available; }

@media (min-width: 1024px) {
  #detail-middle {
    margin-bottom: 20px; }
  #div-gpt-ad-320x50 {
    display: none; } }

@media (max-width: 1023px) {
  #div-gpt-ad-300x250_TOP, #div-gpt-ad-300x250_BOTTOM {
    display: none !important; } }

.m3_container_vivastreet_detail > a {
  color: #fff !important; }

.ads-border {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px; }

.summarytop-ads {
  display: flex;
  flex-direction: row;
  margin: 0.625rem auto 0;
  padding-right: 0; }

#vs-search-ad-top, .summarybottom-ads, .summarymiddle-ads {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none !important; }

#vs-search-ad-bottom {
  margin: 0.625rem auto 0; }

#ad-300x250-container {
  margin: auto; }

.ads-col-300x250 {
  width: auto;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto; }

#div-gpt-ad-320x50 {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
  background-color: #000021;
  padding: 0;
  margin: 0;
  max-height: 50px; }

/* need to add padding for the 320x50 */
#vs_footer {
  padding-bottom: 50px; }

#div-gpt-ad-Leaderboard_Desktop {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  #external-summary-bottom {
    margin: 0 0.65rem; }
  .ads-col {
    padding: 0; }
  .summarybottom-ads {
    border: 0; }
  .summarytop-ads, .summarybottom-ads, .summarymiddle-ads, #vs_advert_middle, #div-gpt-ad-Leaderboard_Desktop {
    display: none !important; }
  .ads-col-300x250 {
    padding-top: 0;
    padding-bottom: 0.625rem; } }

@media (min-width: 769px) {
  #div-gpt-ad-320x50, #div-gpt-ad-300x250_Mobile, #div-gpt-ad-300x250_Mobile_2, #vs-search-ad-top-mobile {
    display: none !important; } }

iframe[id^="google_ads_iframe_/21765581063/SP_Serious"], iframe[id^="google_ads_iframe_/21765581063/Native_Ad"] {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available; }

[id^="div-gpt-ad-Native_Ad"] {
  border: 1px solid #ccc;
  border-radius: 4px; }

.grid-view > .list > [id^="div-gpt-ad-Native_Ad"] {
  display: none !important; }

iframe[id^="google_ads_iframe_/21765581063/SP_Serious"] {
  height: 71px; }

/* Temporary Sponsorlink fix - add it to the main template once everything has been changed to responsive */
img.sas-link-24406 {
  margin: 0 !important; }

[id^="div-gpt-ad-300x250_Mobile"] {
  display: table;
  width: auto;
  margin: auto;
  padding-bottom: 0.625rem; }

.native__label-badge {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: .75rem;
  height: 2rem;
  line-height: 1.25rem;
  padding: .3125rem .625rem;
  text-decoration: none;
  vertical-align: middle;
  background: #fe7e22;
  border: 1px solid #c35f00;
  color: #fff;
  margin-left: 0;
  font-weight: 600; }

.native__label-badge:hover {
  background: #c35f00;
  color: #FFF; }

@media (max-width: 768px) {
  .native__mobile-cta {
    padding-left: 0.625rem !important;
    padding-bottom: 0.625rem !important; } }

/* temporary to fix sponsored div in the corner */
.native__mobile-cta {
  z-index: 1; }

[id^="native-ad-"] .clad__desc-text {
  display: block !important; }

[id^="native-ad-"] .clad__spec span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px; }

[id^="native-ad-"] .clad__specs, [id^="native-ad-"] .clad__shortdesc {
  margin: 0; }

[id^="native-ad-"] .clad__specs {
  display: initial; }

.native__mobile-cta {
  padding-top: 0.625rem !important; }

@media only screen and (max-width: 768px) {
  [id^="native-ad-"] .clad__desc-text {
    font-size: 0.75rem; } }

html, body {
  height: 100%; }

body.responsive {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  color: #666;
  background: #f6f8fb;
  /* Responsive layout with left and right column ads */
  /* no results display */ }
  body.responsive.freeze {
    position: fixed;
    width: 100%; }
  body.responsive a {
    color: #666; }
  body.responsive .kiwii-label-tag {
    color: #fff; }
  body.responsive .kiwii-font-dark {
    color: #333; }
  body.responsive .kiwii-font-default {
    color: #666; }
  body.responsive .font-panel-heading {
    font-size: 0.875rem;
    color: #333; }
  body.responsive .font-panel-content {
    font-size: 0.875rem;
    color: #666; }
  body.responsive h2,
  body.responsive h3,
  body.responsive h4 {
    font-size: 1rem; }
  body.responsive h3 {
    margin: 0 0 0.3125rem 0; }
  body.responsive button,
  body.responsive select,
  body.responsive input[type='text'] {
    font-size: 0.75rem;
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  body.responsive .geo-wrapper {
    background: #f6f8fb;
    margin-top: -5px;
    padding-bottom: 1rem; }
  body.responsive .footer-wrapper {
    background: #fff;
    border-top: 1px solid #ccc;
    margin-top: 0; }
    body.responsive .footer-wrapper h3 {
      font-size: 1.125rem; }
  body.responsive .seo-wrapper {
    margin-bottom: 1rem;
    padding-top: 1rem; }
  body.responsive .content-wrapper {
    background: #f6f8fb;
    clear: both; }
  body.responsive .external-summary-container {
    display: none; }
  @media only screen and (min-width: 1320px) {
    body.responsive .content-wrapper.kiwii-external-ad-present {
      display: grid;
      grid-template-areas: "a b c";
      grid-template-columns: 120px 1000px 120px;
      grid-column-gap: 20px;
      max-width: initial;
      justify-content: center; }
      body.responsive .content-wrapper.kiwii-external-ad-present .external-summary-container {
        width: 120px;
        display: block; }
      body.responsive .content-wrapper.kiwii-external-ad-present #external-summary-left {
        grid-area: a;
        justify-self: end; }
      body.responsive .content-wrapper.kiwii-external-ad-present #vs_content {
        grid-area: b; }
      body.responsive .content-wrapper.kiwii-external-ad-present #external-summary-right {
        grid-area: c; } }
  @media only screen and (min-width: 1400px) {
    body.responsive .content-wrapper.kiwii-external-ad-present {
      grid-template-columns: 160px 1000px 160px; }
      body.responsive .content-wrapper.kiwii-external-ad-present .external-summary-container {
        width: 160px; } }
  @media only screen and (min-width: 1680px) {
    body.responsive .content-wrapper.kiwii-external-ad-present {
      grid-template-columns: 300px 1000px 300px; }
      body.responsive .content-wrapper.kiwii-external-ad-present .external-summary-container {
        width: 300px; } }
  body.responsive #vs_footer,
  body.responsive #vs-seo-text {
    font-size: 0.75rem; }
  body.responsive .footer-panel,
  body.responsive .vs-category-links,
  body.responsive .kiwii-geo-links,
  body.responsive .vs-related-links,
  body.responsive .all-categories-list {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0.625rem 1.25rem;
    padding: 0 1rem 0.625rem 1rem; }
    @media only screen and (min-width: 769px) {
      body.responsive .footer-panel,
      body.responsive .vs-category-links,
      body.responsive .kiwii-geo-links,
      body.responsive .vs-related-links,
      body.responsive .all-categories-list {
        margin: 0 0 1.25rem 0;
        padding: 1rem; }
        body.responsive .footer-panel .kiwii-column-1,
        body.responsive .vs-category-links .kiwii-column-1,
        body.responsive .kiwii-geo-links .kiwii-column-1,
        body.responsive .vs-related-links .kiwii-column-1,
        body.responsive .all-categories-list .kiwii-column-1 {
          float: left;
          width: 100%; }
        body.responsive .footer-panel .kiwii-column-2,
        body.responsive .vs-category-links .kiwii-column-2,
        body.responsive .kiwii-geo-links .kiwii-column-2,
        body.responsive .vs-related-links .kiwii-column-2,
        body.responsive .all-categories-list .kiwii-column-2 {
          float: left;
          width: 50%; }
        body.responsive .footer-panel .kiwii-column-3,
        body.responsive .vs-category-links .kiwii-column-3,
        body.responsive .kiwii-geo-links .kiwii-column-3,
        body.responsive .vs-related-links .kiwii-column-3,
        body.responsive .all-categories-list .kiwii-column-3 {
          float: left;
          width: 33%; }
        body.responsive .footer-panel .kiwii-column-4,
        body.responsive .vs-category-links .kiwii-column-4,
        body.responsive .kiwii-geo-links .kiwii-column-4,
        body.responsive .vs-related-links .kiwii-column-4,
        body.responsive .all-categories-list .kiwii-column-4 {
          float: left;
          width: 25%; } }
  body.responsive .vs-related-links {
    margin-top: 2.5rem; }
    body.responsive .vs-related-links .kiwii-column-list-title {
      margin-bottom: 0.625rem;
      margin-top: 0; }
  body.responsive .kiwii-geo-links .kiwii-padding-bottom-xxsmall {
    padding-bottom: 0; }
  body.responsive .footer-links-wrapper {
    border: none;
    padding: 1.25rem 0.625rem; }
  body.responsive .desktop-sort-bar {
    overflow: auto; }
    @media only screen and (min-width: 769px) {
      body.responsive .desktop-sort-bar {
        padding: 1.25rem 0; } }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive .desktop-sort-bar {
        padding: 0; } }
    body.responsive .desktop-sort-bar a {
      color: #888;
      font-size: 0.875rem; }
      body.responsive .desktop-sort-bar a:hover {
        color: #333; }
  body.responsive .kiwii-margin-right-small {
    margin-right: 1.25rem; }
  body.responsive #search-button {
    font-size: 0.875rem; }
  body.responsive #vs-search-ad-top {
    float: left; }
  body.responsive #vs-summary-300x250 + div {
    width: calc(100% - 310px) !important; }
  body.responsive .kiwii-h1 {
    max-width: 100%; }
  body.responsive #geo_freetext_container {
    margin: 0.625rem 0 0 0; }
    body.responsive #geo_freetext_container > input[type='text'] {
      height: 2.5rem !important; }
  body.responsive .geo-freetext-container {
    display: flex;
    margin-top: 0.625rem; }
    body.responsive .geo-freetext-container .geo-freetext-input {
      flex: 1;
      margin-right: 0.625rem;
      width: auto; }
  body.responsive #vs_instant_alert_signup {
    margin-bottom: 1.25rem;
    text-align: center; }
  body.responsive .alert-form-wrapper {
    color: #333; }
    body.responsive .alert-form-wrapper > div {
      font-size: 0.875rem; }
    body.responsive .alert-form-wrapper .vs-screen-1 {
      margin-top: 1rem; }
    body.responsive .alert-form-wrapper .alert-form-submit {
      font-size: 0.75rem;
      font-weight: 600;
      box-sizing: border-box;
      height: 2.5rem;
      margin: 0;
      padding: 0.3125rem 0.625rem;
      vertical-align: top; }
      @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
        body.responsive .alert-form-wrapper .alert-form-submit {
          width: 100%; } }
  body.responsive #vs_geo_radial_distance {
    margin-top: 0.5rem; }
  body.responsive #vs_searchform {
    margin-bottom: 0;
    position: relative; }
    body.responsive #vs_searchform #textWebcam {
      float: right;
      height: auto;
      margin: 0.3125rem 0.625rem;
      width: auto; }
  body.responsive .vs-summary-error {
    margin-top: 1rem;
    padding-top: 1rem;
    text-align: center; }
  body.responsive .no-results-header {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0; }
  body.responsive .create-alert-text,
  body.responsive .no-results-text {
    font-size: 1rem; }
  body.responsive .no-results-text {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 1.25rem; }
    body.responsive .no-results-text .keywords,
    body.responsive .no-results-text .category_geo {
      font-weight: 600; }
  @media only screen and (min-width: 769px) {
    body.responsive #external-summary-top {
      margin-top: 1.25rem; } }
  body.responsive .vs-dev-info {
    display: none; }
  body.responsive .vs-classified-table {
    clear: both; }
  body.responsive .kiwii-carousel-box {
    background: #fff !important;
    border: 1px solid #ccc;
    left: 0;
    margin-bottom: 1.25em;
    overflow: visible;
    padding-bottom: 3.25rem;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      body.responsive .kiwii-carousel-box {
        border-radius: 4px; } }
    body.responsive .kiwii-carousel-box .kiwii-carousel-nav-arrow {
      height: auto;
      width: auto; }
  body.responsive .kiwii-vip-link {
    box-sizing: border-box;
    width: 100%;
    text-decoration: none; }
  body.responsive .kiwii-carousel-cladbox {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding-left: 0.625rem;
    padding-right: 2rem;
    position: absolute;
    width: 100%; }
  body.responsive .kiwii-carousel {
    height: auto;
    margin: 2rem 0 1.25rem 0;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; }
    body.responsive .kiwii-carousel.loaded {
      display: block; }
      body.responsive .kiwii-carousel.loaded .kiwii-carousel-clad-box {
        visibility: visible; }
  body.responsive .kiwii-carousel-content-top {
    box-sizing: border-box;
    padding: 0;
    position: relative;
    width: 100%;
    height: auto !important; }
  body.responsive .kiwii-carousel-content-top-empty {
    height: auto !important; }
  body.responsive .kiwii-carousel-content-bottom {
    height: auto;
    min-height: 2rem;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem 0.5rem;
    white-space: nowrap; }
  body.responsive .kiwii-carousel-shadow-borders {
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    border: none;
    height: auto;
    padding: 0; }
  body.responsive .carousel-image {
    border-radius: 4px;
    height: auto;
    width: 100%; }
  @media only screen and (max-width: 520px) {
    body.responsive .carousel-image {
      max-height: 137px; } }
  body.responsive .kiwii-carousel-clad-box {
    float: left;
    height: auto;
    padding: 0 1rem;
    visibility: hidden; }
    @media only screen and (min-width: 520px) and (max-width: 768px) {
      body.responsive .kiwii-carousel-clad-box {
        padding: 0 0.3125rem; } }
    @media only screen and (max-width: 520px) {
      body.responsive .kiwii-carousel-clad-box {
        padding: 0 0.3125rem; } }
    body.responsive .kiwii-carousel-clad-box .image-wrap {
      height: auto;
      margin: 0;
      padding: 0; }
      body.responsive .kiwii-carousel-clad-box .image-wrap .classified-pic-empty {
        border-radius: 4px;
        background-position: 0 -265px;
        margin: 0 !important;
        transform-origin: 0 0; }
  body.responsive .carousel--title {
    color: #333;
    font-size: 0.875rem;
    font-weight: 600; }
  body.responsive .carousel--spec {
    color: #666;
    font-size: 0.75rem;
    margin: 0;
    padding: 0.3125rem 0 0 0; }
  body.responsive .carousel--see-all {
    bottom: 1.25rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  body.responsive .ribbon-wrapper {
    position: absolute;
    z-index: 2; }
    @media only screen and (min-width: 769px) {
      body.responsive .ribbon-wrapper {
        left: -0.9375rem;
        top: 1rem; } }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive .ribbon-wrapper {
        left: 0.625rem;
        top: -0.625rem; } }
    body.responsive .ribbon-wrapper a {
      text-decoration: none; }
  body.responsive .ribbon-front {
    background: #fe7e22;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    left: 0; }
    @media only screen and (min-width: 769px) {
      body.responsive .ribbon-front {
        height: 2.125rem;
        padding: 0.5rem 0.625rem; } }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive .ribbon-front {
        height: 1.125rem;
        padding: 0 0.625rem; } }
    body.responsive .ribbon-front span {
      font-weight: 600;
      padding: 0;
      top: 0; }
      @media only screen and (min-width: 769px) {
        body.responsive .ribbon-front span {
          font-size: 0.875rem; } }
      @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
        body.responsive .ribbon-front span {
          font-size: 0.75rem; } }
  body.responsive .ribbon-front-text {
    text-shadow: none;
    color: #fff; }
  body.responsive .vs-searchbox-inputs {
    margin: 0;
    padding-top: 0;
    position: relative;
    width: 100%; }
  body.responsive tr.kiwii-clad-row {
    grid-column: 1 / 4; }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive tr.kiwii-clad-row {
        grid-column: 1; } }
    body.responsive tr.kiwii-clad-row > td.tab-placeholder {
      display: none; }
  body.responsive h4 {
    font-weight: 600;
    letter-spacing: normal; }
    @media only screen and (max-device-width: 768px) {
      body.responsive h4 {
        letter-spacing: -1px; } }
  body.responsive .vs-search-no-results {
    margin: 0.625rem 0; }
    body.responsive .vs-search-no-results p {
      margin: 0.625rem 0; }
  body.responsive .create-alert-text,
  body.responsive .no-results-text {
    color: #666;
    font-weight: normal; }
  body.responsive #details-tbl-specs {
    font-size: 14px; }
  body.responsive .spec-field.sortable {
    padding-right: 0.625rem;
    position: relative;
    text-align: right; }
    body.responsive .spec-field.sortable:after {
      background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23666%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C/style%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20d%3D%22M4.509%2C4.996%20L9.010%2C0.453%20L8.369%2C0.003%20L4.509%2C3.898%20L0.652%2C0.003%20L0.010%2C0.453%20L4.509%2C4.996%20L4.509%2C4.996%20Z%22%20class%3D%22cls-1%22/%3E%0A%3C/svg%3E%0A") no-repeat center center;
      bottom: 0.625rem;
      content: '';
      display: block;
      height: 16px;
      pointer-events: none;
      position: absolute;
      right: 0.5rem;
      width: 16px; }
    body.responsive .spec-field.sortable.spec-field-sortable-asc:after {
      transform: rotate(180deg); }
  body.responsive .vs-lightbox-form-table .form-field-wrapper {
    margin-right: 0.625rem;
    vertical-align: bottom; }
  body.responsive .pagination {
    text-align: center; }
    @media only screen and (min-width: 769px) {
      body.responsive .pagination.list {
        margin: 2.5rem 0; } }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive .pagination.list {
        margin: 2.5rem 0.625rem; } }
    body.responsive .pagination .pagination-button {
      display: inline-block;
      margin: 0 0.625rem 0 0;
      padding: 0.3125rem 0 0 0; }
      @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
        body.responsive .pagination .pagination-button {
          margin-right: 0.3125rem; } }
      body.responsive .pagination .pagination-button:last-child {
        margin-right: 0; }
      body.responsive .pagination .pagination-button .kiwii-btn {
        font-size: 0.875rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        display: inline-block;
        line-height: 1.375rem;
        min-width: 1.125rem;
        padding: 0.5rem 0.625rem;
        text-decoration: none; }
        body.responsive .pagination .pagination-button .kiwii-btn.kiwii-btn-selected {
          background: #65b21c; }
        @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
          body.responsive .pagination .pagination-button .kiwii-btn {
            min-width: auto; } }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive .pagination .pagination-button {
        display: none; }
        body.responsive .pagination .pagination-button:first-child, body.responsive .pagination .pagination-button:last-child, body.responsive .pagination .pagination-button.show-mobile {
          display: inline-block; } }
  body.responsive .current-location-crumb {
    color: #666;
    display: inline;
    font-weight: normal;
    font-size: 0.75rem; }
  body.responsive .results-summary {
    border-bottom: 2px solid #65b21c;
    color: #333;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin: 0; }
    body.responsive .results-summary h1 {
      display: inline-block;
      font-size: inherit;
      font-weight: inherit;
      margin: inherit; }
  body.responsive .vs-related-links-search .kiwii-column-list {
    display: inline;
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body.responsive .vs-related-links-search .kiwii-column-list > li {
      display: inline-block;
      margin-bottom: 0; }
  body.responsive .kiwii-column-wrapper {
    margin-right: -0.625rem; }
    body.responsive .kiwii-column-wrapper.truncated .kiwii-column-wrapper-inner {
      max-height: 74px;
      overflow: hidden; }
    body.responsive .kiwii-column-wrapper.truncated .vs-related-links-bottom {
      display: none; }
    body.responsive .kiwii-column-wrapper .vs-related-links-bottom {
      clear: both;
      display: block;
      padding-top: 0.625rem; }
    body.responsive .kiwii-column-wrapper .show-more-link {
      clear: both;
      margin-right: 0.625rem;
      text-align: right; }
      body.responsive .kiwii-column-wrapper .show-more-link > a {
        color: #666;
        text-decoration: none;
        text-transform: lowercase; }
  body.responsive .catlist > li > span,
  body.responsive .catlist > li > strong > a,
  body.responsive .catlist > li > a,
  body.responsive .geo-links > li > span,
  body.responsive .geo-links > li > strong > a,
  body.responsive .geo-links > li > a,
  body.responsive .kiwii-column-list > li > span,
  body.responsive .kiwii-column-list > li > strong > a,
  body.responsive .kiwii-column-list > li > a,
  body.responsive .level2 > li > span,
  body.responsive .level2 > li > strong > a,
  body.responsive .level2 > li > a {
    color: #666;
    font-weight: 600; }
  body.responsive .catlist > li > span,
  body.responsive .catlist > li > a,
  body.responsive .geo-links > li > span,
  body.responsive .geo-links > li > a,
  body.responsive .kiwii-column-list > li > span,
  body.responsive .kiwii-column-list > li > a,
  body.responsive .level2 > li > span,
  body.responsive .level2 > li > a {
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    margin: 0.3125rem 0.625rem 0.3125rem 0;
    padding: 0.3125rem 0.625rem; }
    body.responsive .catlist > li > span:hover,
    body.responsive .catlist > li > a:hover,
    body.responsive .geo-links > li > span:hover,
    body.responsive .geo-links > li > a:hover,
    body.responsive .kiwii-column-list > li > span:hover,
    body.responsive .kiwii-column-list > li > a:hover,
    body.responsive .level2 > li > span:hover,
    body.responsive .level2 > li > a:hover {
      text-decoration: none; }
  body.responsive .catlist > li > a,
  body.responsive .geo-links > li > a,
  body.responsive .kiwii-column-list > li > a,
  body.responsive .level2 > li > a {
    text-decoration: none; }
  body.responsive .kiwii-column-list > li > a {
    background-color: #dbe7ea;
    color: #666; }
    body.responsive .kiwii-column-list > li > a:hover {
      background-color: #b5bdbf; }
  body.responsive .vs-category-links h3,
  body.responsive .kiwii-column-list-title {
    font-size: 1rem;
    color: #333;
    font-weight: 600; }
  body.responsive .catlist > li > span,
  body.responsive .catlist > li > a,
  body.responsive .geo-links > li > span,
  body.responsive .geo-links > li > a,
  body.responsive .level2 > li > span,
  body.responsive .level2 > li > a {
    background-color: #dbe7ea; }
    body.responsive .catlist > li > span:hover,
    body.responsive .catlist > li > a:hover,
    body.responsive .geo-links > li > span:hover,
    body.responsive .geo-links > li > a:hover,
    body.responsive .level2 > li > span:hover,
    body.responsive .level2 > li > a:hover {
      background-color: #ebf2f3; }
  body.responsive .all-categories-list .kiwii-column-list {
    padding-left: 0; }
    @media only screen and (min-width: 769px) {
      body.responsive .all-categories-list .kiwii-column-list {
        padding-left: 20px; } }
    body.responsive .all-categories-list .kiwii-column-list > li {
      display: inline-block;
      list-style: none;
      margin-bottom: 0;
      width: 100%; }
      body.responsive .all-categories-list .kiwii-column-list > li > strong {
        float: left;
        width: 88%; }
        @media only screen and (min-width: 769px) {
          body.responsive .all-categories-list .kiwii-column-list > li > strong {
            width: 100%; } }
      body.responsive .all-categories-list .kiwii-column-list > li > strong > a {
        font-size: 0.85rem;
        margin: 0.3125rem 0.625rem 0.3125rem 0;
        text-decoration: none;
        width: 100%; }
        @media only screen and (min-width: 769px) {
          body.responsive .all-categories-list .kiwii-column-list > li > strong > a {
            font-size: 0.75rem;
            text-decoration: underline; } }
      body.responsive .all-categories-list .kiwii-column-list > li > a {
        background: none;
        color: #9aa4a7;
        font-weight: normal;
        padding: 0; }
        @media only screen and (min-width: 769px) {
          body.responsive .all-categories-list .kiwii-column-list > li > a {
            display: inline-block; } }
      body.responsive .all-categories-list .kiwii-column-list > li > .all-cat-list_close-button, body.responsive .all-categories-list .kiwii-column-list > li > .all-cat-list_close-button-collapse {
        float: right; }
        @media only screen and (min-width: 769px) {
          body.responsive .all-categories-list .kiwii-column-list > li > .all-cat-list_close-button, body.responsive .all-categories-list .kiwii-column-list > li > .all-cat-list_close-button-collapse {
            display: none; } }
      body.responsive .all-categories-list .kiwii-column-list > li .all-cat-list_close-button {
        display: inline-block; }
      body.responsive .all-categories-list .kiwii-column-list > li .all-cat-list_close-button-collapse {
        display: none; }
      body.responsive .all-categories-list .kiwii-column-list > li .all-cat-list_close-button, body.responsive .all-categories-list .kiwii-column-list > li .all-cat-list_close-button-collapse {
        text-align: right; }
      @media only screen and (min-width: 769px) {
        body.responsive .all-categories-list .kiwii-column-list > li .all-cat-list_close-button, body.responsive .all-categories-list .kiwii-column-list > li .all-cat-list_close-button-collapse {
          display: none; } }
      body.responsive .all-categories-list .kiwii-column-list > li.show .all-cat-list_close-button {
        display: none; }
      body.responsive .all-categories-list .kiwii-column-list > li.show .all-cat-list_close-button-collapse {
        display: inline-block; }
        @media only screen and (min-width: 769px) {
          body.responsive .all-categories-list .kiwii-column-list > li.show .all-cat-list_close-button-collapse {
            display: none; } }
      @media only screen and (min-width: 769px) {
        body.responsive .all-categories-list .kiwii-column-list > li {
          display: list-item; } }
    body.responsive .all-categories-list .kiwii-column-list > li[data-list-child] {
      display: none; }
      body.responsive .all-categories-list .kiwii-column-list > li[data-list-child].show {
        display: list-item; }
      @media only screen and (min-width: 769px) {
        body.responsive .all-categories-list .kiwii-column-list > li[data-list-child] {
          display: list-item; } }
  body.responsive .ui-autocomplete {
    box-shadow: 1px 2px 1px #ccc;
    margin: 0 2px;
    padding: 0 1rem;
    position: absolute; }
    body.responsive .ui-autocomplete.ui-menu {
      list-style: none;
      z-index: 5000; }
      body.responsive .ui-autocomplete.ui-menu.ui-widget-content {
        background: #fff;
        border: 1px solid #ccc; }
    body.responsive .ui-autocomplete .ui-menu-item {
      margin: 0;
      padding: 0;
      width: 100%; }
      body.responsive .ui-autocomplete .ui-menu-item > a {
        font-size: 0.75rem;
        border-bottom: 1px solid #ccc;
        color: #333;
        cursor: pointer;
        display: block;
        font-weight: 600;
        line-height: 1.2rem;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 0.625rem 1rem; }
        body.responsive .ui-autocomplete .ui-menu-item > a.ui-state-hover {
          background: #f4ffea;
          border: none;
          border-bottom: 1px solid #ccc;
          margin: 0 -1rem; }
        body.responsive .ui-autocomplete .ui-menu-item > a .highlight {
          background: #f4ffea; }
  body.responsive .back-to-results h3 {
    border-bottom: 1px solid #ccc; }
  body.responsive .back-to-results a {
    font-size: 14px;
    margin-left: 10px; }
  body.responsive .kiwii-emailalert select.kiwii-dropdown-large, body.responsive .kiwii-emailalert select.kiwii-width-full {
    width: 100% !important; }
  body.responsive .kiwii-emailalert select.kiwii-margin {
    margin-bottom: 0 !important; }
  body.responsive .kiwii-emailalert div.elements {
    width: 100%; }
  body.responsive .vs-lb-alert-section {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0; }
    body.responsive .vs-lb-alert-section:first-of-type {
      padding-top: 0; }
  body.responsive .vs-lb-alert-section-content {
    display: block;
    float: none; }
    body.responsive .vs-lb-alert-section-content .vs-screen-1 {
      margin-bottom: 1rem; }
  body.responsive #lb_alert_screen_step4 {
    border-bottom: none; }
  body.responsive .vs_md {
    display: none; }
  body.responsive div#profile_block_container {
    border-radius: 4px;
    font-size: 0.875rem;
    margin: 0 0 1.25rem 0;
    padding-top: 1.25rem;
    width: 100%; }
    body.responsive div#profile_block_container div#profile_block_left img {
      border: none;
      box-shadow: none; }
    body.responsive div#profile_block_container div#profile_block_middle {
      box-sizing: border-box;
      margin-left: 0;
      padding: 1.25rem 0 0 1.25rem;
      width: calc(70% - 150px) !important; }
    body.responsive div#profile_block_container #profile_block_right {
      padding-top: 1.25rem;
      width: 30%; }
    body.responsive div#profile_block_container div#profile_heading {
      border-bottom: none;
      font-size: 1.25rem;
      font-weight: 600;
      letter-spacing: normal;
      text-shadow: none; }
  body.responsive .vs-geo {
    padding-top: 0.625rem; }
  body.responsive #vs_advert_middle {
    border: none; }
  body.responsive .grid-view #vs_advert_middle {
    grid-column: span 3; }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.responsive .grid-view #vs_advert_middle {
        grid-column: 1; } }
  body.responsive .kiwii-icon-weblink + a {
    font-weight: bold; }
  body.responsive #contact_phone_profile {
    color: #114d97;
    cursor: pointer;
    text-decoration: underline; }
  body.responsive .kiwii-h-list {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body.responsive .kiwii-h-list > li {
      display: inline-block;
      padding-right: 0.5rem; }
      body.responsive .kiwii-h-list > li a {
        text-decoration: none; }
  body.responsive .vs-footer-links:nth-of-type(n+1) {
    margin-top: 1rem; }
  body.responsive .vs-footer-links .kiwii-h-list > li {
    padding-right: 0.3125rem; }
    body.responsive .vs-footer-links .kiwii-h-list > li > a {
      padding-right: 0.15625rem; }
  body.responsive .copyright {
    font-size: 0.5625rem;
    padding: 0.625rem 1.25rem; }
  body.responsive .ui-widget-overlay {
    background: #000;
    left: 0;
    opacity: 0.8;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 9999; }
  body.responsive .ui-dialog {
    background: #fff;
    border: 1px solid #ccc;
    min-height: 256px;
    overflow: hidden;
    position: fixed; }
    body.responsive .ui-dialog.alert-dialog {
      height: 97% !important; }
    body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header {
      background: #f6f8fb;
      border-bottom: 1px solid #ccc; }
      body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-title {
        font-size: 1.125rem;
        font-weight: bold; }
      body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: transparent;
        background-image: url("../images/sprites/global_street.gif");
        background-origin: padding-box;
        background-position: 0 -200px;
        background-repeat: no-repeat;
        background-size: auto auto;
        float: right;
        height: 23px;
        position: absolute;
        right: 10px;
        top: 6px;
        width: 19px; }
        body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
          display: none; }
    body.responsive .ui-dialog .ui-dialog-buttonpane,
    body.responsive .ui-dialog .ui-dialog-content {
      padding: 0.625rem; }
  body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header {
    padding-bottom: 0.65rem;
    position: absolute;
    top: 0;
    width: 100%; }
  body.responsive .ui-dialog #vs_lb_disclaimer {
    bottom: 53px;
    overflow-y: scroll;
    position: absolute;
    top: 3.3rem; }
  body.responsive .ui-dialog .ui-dialog-buttonpane {
    bottom: 0;
    position: absolute; }
  body.responsive #vs_lb_create_alert {
    margin: 25px; }
  body.responsive .summary_text .kiwii-box-footer {
    margin-bottom: 1.25rem; }
  body.responsive .r_clad_images {
    padding-top: 0.625rem; }
  body.responsive #vs_photo_viewer {
    padding-bottom: 0; }
  body.responsive #r_clad_block {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1.25rem; }
    body.responsive #r_clad_block .carousel_caption_text {
      background: none;
      top: 0; }
  body.responsive .spec-block {
    margin-top: 1.25rem; }
  @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    body.responsive #vidOnly {
      display: none; }
    body.responsive .vs-searchbox-inputs {
      border-radius: 0;
      border-left: none;
      border-right: none;
      border-top: 0; }
    body.responsive .kiwii-h1 {
      margin-left: 0; }
    body.responsive #textWebcam {
      display: none !important; }
    body.responsive .sort-menu {
      display: block;
      padding-right: 0; }
      body.responsive .sort-menu > li {
        margin-right: 0; }
    body.responsive .results-summary {
      border: none;
      text-align: center; }
    body.responsive .vs-classified-table {
      padding: 0.625rem; } }
  @media only screen and (max-width: 768px) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (max-width: 768px), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (min-resolution: 192dpi) and (max-width: 768px), only screen and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) and (min-resolution: 2dppx) and (max-width: 768px) {
    body.responsive .vs-classified-table {
      padding-top: 0; } }
  @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    body.responsive #widget_container {
      width: 100%; }
    body.responsive #external-summary-bottom,
    body.responsive #external-summary-top,
    body.responsive #vs_advert_middle {
      overflow: auto; }
      body.responsive #external-summary-bottom .i,
      body.responsive #external-summary-top .i,
      body.responsive #vs_advert_middle .i {
        margin: 0.3125rem;
        padding: 0 20px 0 0; }
      body.responsive #external-summary-bottom a[class*='sas-link-'],
      body.responsive #external-summary-top a[class*='sas-link-'],
      body.responsive #vs_advert_middle a[class*='sas-link-'] {
        height: auto; }
        body.responsive #external-summary-bottom a[class*='sas-link-'] > img,
        body.responsive #external-summary-top a[class*='sas-link-'] > img,
        body.responsive #vs_advert_middle a[class*='sas-link-'] > img {
          margin: 0.3125rem; }
    body.responsive #vs-summary-300x250 {
      width: 100% !important; }
      body.responsive #vs-summary-300x250 + div {
        width: 100% !important; }
    body.responsive .kiwii-span-20,
    body.responsive #vs-search-ad-bottom {
      box-sizing: border-box;
      overflow-x: hidden;
      width: 100% !important; }
    body.responsive tr.kiwii-clad-row > td.photo {
      width: 50%; }
      body.responsive tr.kiwii-clad-row > td.photo img {
        height: auto !important;
        width: 100%; }
    body.responsive #vs_instant_alert_signup {
      padding: 1.25rem 0.625rem; }
    body.responsive .alert-dialog {
      bottom: 0.625rem; }
    body.responsive .ui-dialog .vs-lightbox-content {
      margin: 0; }
    body.responsive .ui-dialog .vs-lb-alert-section {
      border: none; }
    body.responsive .ui-dialog .alert.elements {
      width: auto; }
      body.responsive .ui-dialog .alert.elements .elements-header,
      body.responsive .ui-dialog .alert.elements .elements-footer {
        display: none; }
      body.responsive .ui-dialog .alert.elements .search-custom-fields {
        grid-column-gap: 0.625rem; }
    body.responsive .ui-dialog .single-select {
      grid-column-end: span 2; }
    body.responsive .ui-dialog .kiwii-emailalert .kiwii-input-endcap.append {
      box-sizing: border-box;
      height: 32px;
      width: 50% !important; }
    body.responsive .ui-dialog .kiwii-emailalert table.elements {
      width: 100%; }
      body.responsive .ui-dialog .kiwii-emailalert table.elements td:nth-child(n+2) {
        display: none; }
      body.responsive .ui-dialog .kiwii-emailalert table.elements td:first-child {
        width: 100%; }
    body.responsive .ui-dialog .form-field-wrapper {
      margin-bottom: 0.625rem;
      width: 100%; }
      body.responsive .ui-dialog .form-field-wrapper > label {
        font-size: 0.875rem;
        color: #333;
        font-weight: 600;
        margin-bottom: 0.625rem; }
    body.responsive .ui-dialog .select-wrapper > select {
      margin-bottom: 0 !important;
      width: 100% !important; }
    body.responsive .ui-dialog .checkbox-label {
      font-size: 0.875rem;
      color: #333; }
    body.responsive .ui-dialog .kiwii-padding-ver-xsmall,
    body.responsive .ui-dialog .kiwii-padding-bottom-xsmall {
      padding-bottom: 0;
      padding-top: 0; }
    body.responsive .ui-dialog .create-alert-form {
      background: #fff;
      box-sizing: border-box;
      border-top: 1px solid #ccc;
      margin: 0.625rem -0.625rem 0 -0.625rem;
      padding: 1.25rem;
      width: calc(100% + 2*0.625rem); }
    body.responsive .ui-dialog #subscription_newsletter {
      margin-top: 0; }
    body.responsive .ui-widget-overlay {
      right: 0;
      width: 100% !important; }
    body.responsive #r_clad_block .kiwii-width-full > .kiwii-display-table-cell {
      display: block;
      margin-top: 0.625rem;
      padding-left: 0;
      width: 100%; }
    body.responsive #interLightbox .center > a > img {
      height: auto !important;
      width: 100%; }
    body.responsive .checkbox-wrapper label {
      white-space: nowrap; } }
  @media only screen and (min-width: 520px) and (max-width: 768px) {
    body.responsive .kiwii-span-20,
    body.responsive #vs-search-ad-bottom {
      margin: 0 auto;
      max-width: 1000px;
      width: auto !important; }
    body.responsive #r_clad_block .kiwii-width-full > .kiwii-display-table-cell {
      display: block;
      margin-top: 0.625rem;
      padding-left: 0;
      width: 100%; }
    body.responsive #interLightbox .center > a > img {
      height: auto !important;
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    body.responsive .kiwii-span-20,
    body.responsive #vs-search-ad-bottom {
      margin: 0 auto;
      max-width: 1000px;
      width: auto !important; } }
  @media only screen and (max-width: 1020px) and (min-width: 768px) {
    body.responsive .header,
    body.responsive #vs_breadcrumbs,
    body.responsive #vs_content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  body.responsive .ui-dialog {
    background: #f6f8fb;
    bottom: 0;
    left: 0 !important;
    overflow: auto;
    /* changed this to auto to prevent double scroll bars - VCLS-1004 */
    right: 0;
    top: 0 !important;
    width: auto !important; }
    body.responsive .ui-dialog .ui-dialog-content {
      padding-bottom: 0; }
    body.responsive .ui-dialog .ui-dialog-force-height {
      height: auto !important; }
    body.responsive .ui-dialog .ui-dialog-titlebar {
      border-bottom: none;
      padding-top: 1rem;
      text-align: center; }
      body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header {
        background: none; }
        body.responsive .ui-dialog .ui-dialog-titlebar.ui-widget-header .ui-dialog-titlebar-close {
          box-sizing: border-box;
          background-image: url("../images/svg/close.svg") !important;
          background-position: center center !important;
          background-size: 1rem;
          padding: 1.5rem;
          right: 0;
          top: 0; }
      body.responsive .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
        font-size: 1rem;
        color: #333;
        font-weight: 600; }
    @media only screen and (min-width: 769px) {
      body.responsive .ui-dialog {
        left: 50% !important;
        position: absolute !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important; } }

#fr-energy-graph-modal p {
  margin: 5px 0 10px 0; }

#fr-energy-graph-modal .left {
  float: left; }

.energy-icon {
  width: 16px;
  position: relative;
  top: 3px; }

.kiwii-btn {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  background: #f4ffeb;
  background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
  background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#f5f5f5), to(#f1f1f1));
  color: #626364;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.375rem;
  padding: 0.3125rem 0.5rem;
  position: relative;
  text-decoration: none; }
  .kiwii-btn.kiwii-btn-selected {
    background: #65b21c;
    border: 1px solid #65b21c;
    color: #fff; }

/* vs detail page responsive css start */
body.responsive .show_on_mobile {
  display: none;
  /* always hide */ }
  @media only screen and (max-width: 1023px) {
    body.responsive .show_on_mobile {
      display: block; } }

/* specific breadcrumb for details page */
body.lpr {
  /* form elements styling main start */
  /* form elements styling main end */
  /* contact form main end */
  /* right col form start */
  /* right col form end */
  /* vs-detail-similar-ads start */
  /* vs-detail-similar-ads end */
  /* tags start */
  /* tags end */
  /* Create alert start */
  /* responsive wider than mobile breakpoint start */
  /* between responsive and desktop */
  /* responsive wider than responsive breakpoint end */
  /* MOBILE STARTS HERE */
  /* responsive single column specific start */
  /* responsive single column specific end */
  /* MOBILE ENDS HERE */
  /** over-ride to hide buttons for sticky header */
  /** START STICKY HEADER **/
  /**
  sticky-btns-1
  sticky-btns-2
  sticky-btns-3
 **/ }
  body.lpr #vs_photo_viewer_container {
    width: 50000px !important; }
  body.lpr .kiwii-box-white {
    border-radius: 4px; }
  body.lpr .unfinished {
    border: 1px solid #00f !important;
    /* TEMP class for unfinished elements */ }
  body.lpr .kiwii-display-block {
    display: block; }
  body.lpr .kiwii-panel-margin {
    margin-bottom: 20px; }
  body.lpr .loading-bar {
    background: url("../images/lightbox/loader_green.gif") no-repeat center center;
    background-color: white;
    background-size: cover;
    height: 50px;
    margin: 200px auto;
    width: 50px; }
  body.lpr h1 {
    color: #333; }
  body.lpr .kiwii-font-weight-semibold {
    color: #333;
    font-weight: 600; }
  body.lpr input[type='text'] {
    border-radius: 4px; }
  body.lpr.detail_normal #vs_breadcrumbs #vs_detail_navigator_back {
    float: left;
    margin: 0.625rem 0.625rem 0.625rem 0;
    text-decoration: none; }
    body.lpr.detail_normal #vs_breadcrumbs #vs_detail_navigator_back .kiwii-btn {
      border: 1px solid #ccc;
      color: #333;
      height: 27px;
      line-height: 1.075rem; }
    body.lpr.detail_normal #vs_breadcrumbs #vs_detail_navigator_back span {
      background: #fff;
      font-weight: 600;
      text-decoration: none; }
  body.lpr.detail_normal #vs_breadcrumbs a {
    color: #333; }
  body.lpr.detail_normal .detail_back_text_only {
    display: none; }
  body.lpr.detail_normal[page_mode='t'] .create-alert {
    display: none; }
  @media only screen and (min-width: 1024px) {
    body.lpr.detail_normal[page_mode='t'] .create-alert {
      display: block; } }
  body.lpr .kiwii-font-secondary {
    color: #60b00f; }
  body.lpr .vs-border-normal {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px; }
  body.lpr .kiwii-main-container a {
    color: #fe7e22;
    text-decoration: underline; }
    body.lpr .kiwii-main-container a.vs-external-link-button {
      text-decoration: none; }
  body.lpr .kiwii-tags-container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      body.lpr .kiwii-tags-container {
        width: 680px; } }
  body.lpr .kiwii-main-container, body.lpr #classified-detail-block {
    display: flex;
    flex-direction: column; }
    body.lpr .kiwii-main-container #vs_photo_viewer, body.lpr #classified-detail-block #vs_photo_viewer {
      padding-bottom: 0; }
    body.lpr .kiwii-main-container .kiwii-carousel, body.lpr #classified-detail-block .kiwii-carousel {
      height: auto;
      margin: 0 0 1.25rem 0;
      overflow: hidden;
      position: absolute;
      white-space: nowrap; }
    body.lpr .kiwii-main-container .kiwii-carousel-box, body.lpr #classified-detail-block .kiwii-carousel-box {
      border: none;
      overflow: visible; }
    @media only screen and (min-width: 769px) {
      body.lpr .kiwii-main-container .kiwii-carousel-nav, body.lpr #classified-detail-block .kiwii-carousel-nav {
        top: 35%; } }
    @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
      body.lpr .kiwii-main-container .kiwii-carousel-nav, body.lpr #classified-detail-block .kiwii-carousel-nav {
        top: 45%; } }
  body.lpr #classified-detail-block {
    /* flag formatting start */
    /* common */
    /* top left*/
    /* flag formatting end */
    /* contact form main start  */ }
    body.lpr #classified-detail-block #kiwii-details-carousel-block {
      order: 0; }
      body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container {
        border-radius: 4px;
        width: 100%;
        /* change: temp - remove this line only */
        /* single picture formatting */ }
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container .photo-label-detail-carousel-not-verified,
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container .photo-label-detail-carousel-verified {
          border-radius: 0 4px;
          right: 0;
          top: 0;
          width: 64px; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container .photo-label-detail-carousel-not-verified {
          background: #333; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container .counter-icon {
          padding-left: 3px; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container .counter-wrapper {
          font-weight: 600;
          margin-top: 0;
          padding-left: 1px;
          text-align: center;
          width: 25px; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container #current_video {
          width: 100%; }
          @media only screen and (max-width: 520px) {
            body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container #current_video {
              height: 30vh; } }
        body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container.photo-viewer-single-pic {
          height: auto;
          width: 100%; }
          body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container.photo-viewer-single-pic .kiwii-carousel-picture {
            height: auto;
            width: 100%; }
            body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container.photo-viewer-single-pic .kiwii-carousel-picture .single-img-only {
              width: 100%; }
            body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container.photo-viewer-single-pic .kiwii-carousel-picture iframe.single-img-only {
              height: 100%; }
            body.lpr #classified-detail-block #kiwii-details-carousel-block .kiwii-photo-viewer-container.photo-viewer-single-pic .kiwii-carousel-picture img.icoCam {
              height: 12px; }
      body.lpr #classified-detail-block #kiwii-details-carousel-block #vs_photo_thumbs {
        display: flex;
        flex-basis: 1;
        flex-direction: row;
        flex-wrap: wrap;
        width: 630px; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block #vs_photo_thumbs .photo-thumbnail {
          padding-right: 15px;
          padding-top: 20px; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block #vs_photo_thumbs img {
          border-radius: 4px; }
    body.lpr #classified-detail-block #vs_photo_viewer {
      display: flex;
      flex-direction: column; }
    body.lpr #classified-detail-block .ribbon-box {
      position: relative;
      width: 100%;
      z-index: 9; }
    body.lpr #classified-detail-block .ribbon {
      height: 80px;
      overflow: hidden;
      position: absolute;
      width: 160px; }
      body.lpr #classified-detail-block .ribbon span {
        background-color: #fe7e22;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        color: #fff;
        display: block;
        font-weight: 600;
        padding: 5px 0;
        position: absolute;
        text-align: center;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        width: 225px; }
      body.lpr #classified-detail-block .ribbon:before, body.lpr #classified-detail-block .ribbon:after {
        border: 5px solid #c35f00;
        content: '';
        display: block;
        position: absolute;
        z-index: -1; }
    body.lpr #classified-detail-block .ribbon-top-left {
      left: -10px;
      top: -10px; }
      body.lpr #classified-detail-block .ribbon-top-left:before, body.lpr #classified-detail-block .ribbon-top-left:after {
        border-left-color: transparent;
        border-top-color: transparent; }
      body.lpr #classified-detail-block .ribbon-top-left:before {
        right: 80px;
        top: 0; }
      body.lpr #classified-detail-block .ribbon-top-left:after {
        bottom: 0;
        left: 0; }
      body.lpr #classified-detail-block .ribbon-top-left span {
        right: 15px;
        top: 15px;
        transform: rotate(-45deg); }
    body.lpr #classified-detail-block #kiwii-description-block {
      order: 100; }
      body.lpr #classified-detail-block #kiwii-description-block .shortdescription p {
        font-size: 0.875rem;
        padding-bottom: 10px; }
      body.lpr #classified-detail-block #kiwii-description-block .kiwii-desc-col-lt {
        line-height: 2.3rem;
        vertical-align: top;
        width: 25%; }
      body.lpr #classified-detail-block #kiwii-description-block .kiwii-desc-col-lt-large {
        width: 40%;
        line-height: 2.3rem;
        vertical-align: top; }
      body.lpr #classified-detail-block #kiwii-description-block .kiwii-desc-col-rt {
        line-height: 2.3rem;
        vertical-align: top; }
      body.lpr #classified-detail-block #kiwii-description-block .kiwii-desc-postcode {
        line-height: 1.25rem;
        padding-top: 5px; }
      body.lpr #classified-detail-block #kiwii-description-block .vs-interests {
        margin-top: 0;
        padding-left: 17px;
        padding-top: 4px; }
      body.lpr #classified-detail-block #kiwii-description-block .vs-interests li {
        line-height: 1.75rem;
        position: relative;
        width: 50%; }
      body.lpr #classified-detail-block #kiwii-description-block .vs-rate-table {
        text-align: left;
        width: 100%;
        padding: 10px;
        margin: 10px 0 0; }
      body.lpr #classified-detail-block #kiwii-description-block .vs-rate-table td {
        padding-bottom: 5px;
        padding-top: 5px; }
      body.lpr #classified-detail-block #kiwii-description-block .vs-rate-table-lt-col {
        width: 50%; }
      body.lpr #classified-detail-block #kiwii-description-block .vs-rate-table-dur {
        float: left;
        padding-left: 50%; }
      body.lpr #classified-detail-block #kiwii-description-block .kiwii-description-footer {
        display: flex;
        flex-direction: row;
        list-style: none;
        margin: 0;
        padding: 20px 0 30px 0;
        width: 100%; }
        body.lpr #classified-detail-block #kiwii-description-block .kiwii-description-footer li {
          flex-grow: 1; }
          body.lpr #classified-detail-block #kiwii-description-block .kiwii-description-footer li:first-of-type {
            flex-basis: 20%;
            flex-grow: initial; }
    body.lpr #classified-detail-block #kiwii-detailmiddle-block {
      order: 200; }
    body.lpr #classified-detail-block #kiwii-contact-block, body.lpr #classified-detail-block #kiwii-contact-block-top, body.lpr #classified-detail-block #kiwii-contact-block-panel-wrapper {
      order: 300;
      padding-top: 20px; }
    body.lpr #classified-detail-block #vs_contact_options {
      margin-right: 0; }
      body.lpr #classified-detail-block #vs_contact_options .kiwii-contact-flex {
        display: flex;
        flex-wrap: wrap; }
      body.lpr #classified-detail-block #vs_contact_options .sms {
        display: none; }
      body.lpr #classified-detail-block #vs_contact_options .kiwii-table-cell {
        display: table; }
      body.lpr #classified-detail-block #vs_contact_options .kiwii-contact-flex {
        display: flex;
        flex-wrap: wrap;
        text-align: center; }
      body.lpr #classified-detail-block #vs_contact_options .phone {
        margin-bottom: 0; }
      body.lpr #classified-detail-block #vs_contact_options .message {
        margin-bottom: 0; }
    body.lpr #classified-detail-block #kiwii-report-ad-block {
      margin-top: 20px;
      order: 550; }
      body.lpr #classified-detail-block #kiwii-report-ad-block h3 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        margin-top: 9px; }
      body.lpr #classified-detail-block #kiwii-report-ad-block p {
        margin-top: 5px; }
    body.lpr #classified-detail-block #contact_flagbox_bottom {
      margin-top: 20px;
      order: 550;
      padding-left: 30px;
      padding-right: 30px; }
    body.lpr #classified-detail-block #kiwii-profile-extra {
      margin-top: 20px;
      order: 600; }
      body.lpr #classified-detail-block #kiwii-profile-extra a {
        color: #fff;
        text-decoration: none; }
      body.lpr #classified-detail-block #kiwii-profile-extra img {
        border-radius: 4px; }
      body.lpr #classified-detail-block #kiwii-profile-extra .agency-all-ads-button {
        max-width: 16.25rem;
        text-align: center;
        width: 100%; }
      body.lpr #classified-detail-block #kiwii-profile-extra .member-since-agency {
        color: #878f9a;
        float: right;
        padding-top: 0.875rem; }
      body.lpr #classified-detail-block #kiwii-profile-extra .agency-header-wrap {
        display: flex;
        flex-direction: row; }
      body.lpr #classified-detail-block #kiwii-profile-extra .agency-logo-wrap {
        padding-right: 0.875rem; }
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-logo-wrap img {
          border-radius: 25px;
          height: 50px; }
      body.lpr #classified-detail-block #kiwii-profile-extra .agency-details-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-ads-list-flex {
          min-height: 150px; } }
      body.lpr #classified-detail-block #kiwii-profile-extra .agency-ads-list-flex img {
        height: 88px;
        width: 100px; }
      body.lpr #classified-detail-block #kiwii-profile-extra .agency-ads-list-flex span {
        display: inline-block; }
  body.lpr #contact_form_mini_bottom .popinfotag, body.lpr #contact_form_mini_right .popinfotag {
    bottom: -110px;
    left: -227px; }
  body.lpr #contact_form_mini_bottom .popinfotag:after, body.lpr #contact_form_mini_right .popinfotag:after {
    -moz-box-shadow: -7px -7px 12px rgba(0, 0, 0, 0.2);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-box-shadow: -7px -7px 12px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
    background: #eaf4d4;
    border-left: 1px solid #92ca1d;
    border-top: 1px solid #92ca1d;
    box-shadow: -7px -7px 12px rgba(0, 0, 0, 0.2);
    content: '';
    height: 8px;
    left: 233px;
    position: absolute;
    top: -5px;
    transform: rotate(45deg);
    width: 8px;
    z-index: 10000; }
  body.lpr #contact_form_mini_bottom .vivaphone-help, body.lpr #contact_form_mini_right .vivaphone-help {
    background-image: url("../images/svg/tooltip-orange.svg") !important;
    background-position: 4px 2px !important;
    background-size: 70%; }
    body.lpr #contact_form_mini_bottom .vivaphone-help:hover + .popinfotag, body.lpr #contact_form_mini_right .vivaphone-help:hover + .popinfotag {
      display: block; }
      body.lpr #contact_form_mini_bottom .vivaphone-help:hover + .popinfotag.display-above, body.lpr #contact_form_mini_right .vivaphone-help:hover + .popinfotag.display-above {
        bottom: 45px; }
      body.lpr #contact_form_mini_bottom .vivaphone-help:hover + .popinfotag.display-above:after, body.lpr #contact_form_mini_right .vivaphone-help:hover + .popinfotag.display-above:after {
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        top: 96px;
        transform: rotate(225deg); }
  body.lpr #contact_form_mini_right .popinfotag {
    left: -222px;
    top: 30px;
    width: 240px; }
    body.lpr #contact_form_mini_right .popinfotag.display-above {
      bottom: 32px;
      top: -110px; }
    body.lpr #contact_form_mini_right .popinfotag.display-above:after {
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      -webkit-transform: rotate(225deg);
      top: 96px;
      transform: rotate(225deg); }
  body.lpr #contact_form_mini_right .popinfotag:after {
    left: 229px; }
  body.lpr #contact_form_mini_right .vivaphone-help:hover + .popinfotag {
    display: block; }
    body.lpr #contact_form_mini_right .vivaphone-help:hover + .popinfotag.display-above {
      bottom: 32px;
      top: -110px; }
  body.lpr #kiwii-safe-to-call-container-flex, body.lpr #kiwii-sms-container-flex {
    width: 100%; }
  body.lpr .whats-app-button {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 15px 0 15px; }
  body.lpr #kiwii-phone-container-flex, body.lpr #kiwii-phone-container-flex-no-sms, body.lpr #kiwii-message-container-flex {
    margin-top: 10px;
    width: 50%; }
  body.lpr #kiwii-message-container-flex-no-phone {
    width: 100%; }
  body.lpr #kiwii-sms-container-flex {
    display: none; }
  body.lpr #kiwii-phone-container-flex {
    order: 0; }
  body.lpr #kiwii-sms-container-flex {
    margin-top: 0.625rem;
    order: 20; }
  body.lpr #kiwii-message-container-flex {
    order: 30; }
  body.lpr .kiwii-virtual-container-flex {
    order: 40; }
  body.lpr #kiwii-safe-to-call-container-flex {
    order: 50; }
    body.lpr #kiwii-safe-to-call-container-flex .safe-to-call {
      display: block;
      margin-top: 0;
      width: 50%; }
  body.lpr #kiwii-dual-button-flex {
    display: flex;
    flex-grow: 1; }
  body.lpr a.vs-contact-btn,
  body.lpr a.vs-report-btn {
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none; }
  body.lpr a.vs-contact-btn {
    color: #fff; }
  body.lpr .kiwii-report-buttons-wrapper {
    display: flex; }
  body.lpr .kiwii-report-col-lt, body.lpr .kiwii-report-col-rt {
    width: 50%; }
  body.lpr .kiwii-report-col-lt {
    margin-top: 0;
    padding-left: 0;
    width: 380px; }
    body.lpr .kiwii-report-col-lt h2 {
      margin-bottom: 0.3125rem; }
    body.lpr .kiwii-report-col-lt p {
      font-size: 0.75rem;
      font-weight: 400; }
  body.lpr a.vs-report-btn {
    color: #666;
    float: right; }
  body.lpr #contact_heading, body.lpr .contact_heading_sub {
    text-align: center; }
  body.lpr #contact_heading {
    font-size: 1.25rem;
    margin-bottom: 5px;
    padding-bottom: 0; }
  body.lpr .contact_heading_sub {
    font-size: 0.75rem; }
  body.lpr .vs-contact-btn, body.lpr .vs-phone-btn, body.lpr .vs-report-btn {
    max-width: 16.25rem;
    position: relative;
    text-align: center;
    width: 100%; }
  body.lpr .vs-contact-btn {
    font-size: 0.875rem;
    height: 2.5rem; }
  body.lpr .phone_link_resp {
    display: none;
    height: 100%;
    width: 100%; }
  body.lpr #contact_flagbox_bottom .kiwii-report-flag,
  body.lpr #kiwii-report-ad-block .kiwii-report-flag,
  body.lpr #contact-advertiser-top .kiwii-report-flag,
  body.lpr #contact_flagbox_right .kiwii-report-flag {
    left: 1.1875rem;
    top: 0.625rem; }
  body.lpr #kiwii-report-ad-block .kiwill-report-align {
    margin-bottom: 12px;
    margin-top: 12px; }
  body.lpr #kiwii-report-ad-block .kiwii-report-title-align {
    margin: 0; }
  body.lpr #kiwii-report-ad-block .kiwii-report-flag {
    width: 12px; }
  body.lpr #kiwii-report-ad-block a.vs-report-btn {
    color: #333; }
  body.lpr .full-width {
    width: 100%; }
  body.lpr .kiwii-icon {
    background-position: 0 0;
    background-size: 75%;
    height: 22px;
    left: 1.1875rem;
    top: 0.75rem;
    vertical-align: middle;
    width: 18px; }
    body.lpr .kiwii-icon.kiwii-icon-map-pointer {
      background-position: -587px -710px;
      background-size: initial;
      height: 17px;
      vertical-align: middle;
      width: 5px; }
  body.lpr .kiwii-icon-upload-white {
    background-image: url("../images/svg/upload-white.svg") !important;
    top: 0.65rem; }
  body.lpr .kiwii-icon-phone-white {
    background-image: url("../images/svg/phone-white.svg") !important; }
  body.lpr .kiwii-icon-sms-white {
    background-image: url("../images/svg/sms-white.svg") !important; }
  body.lpr .kiwii-icon-envelope {
    background-image: url("../images/svg/email-white.svg") !important;
    top: 0.875rem; }
  body.lpr .kiwii-icon-tick {
    background-image: url("../images/svg/tick.svg") !important;
    top: 0.875rem; }
  body.lpr #vs_contact_success_tick_wrapper {
    text-align: center;
    width: 100%; }
    body.lpr #vs_contact_success_tick_wrapper .kiwii-icon-tick {
      background-size: 100%;
      display: inline-block;
      height: 25px;
      left: 0;
      position: relative;
      top: 0;
      width: 35px; }
  body.lpr .vs-external-link-wrapper {
    text-align: center;
    width: 100%;
    padding: 20px 0; }
  body.lpr .kiwii-icon-weblink {
    background-image: url("../images/svg/link-orange.svg") !important;
    background-position: 0 0;
    background-size: 90%;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px; }
  body.lpr .phone_link {
    height: 100%;
    width: 100%; }
  body.lpr .safe-to-call {
    display: none;
    /* temp */
    margin-top: 0.875rem;
    text-align: center; }
  body.lpr .email-link {
    display: block; }
  body.lpr .email-link-resp {
    display: none; }
  body.lpr .vs-external-link-button {
    color: #fe7e22;
    text-decoration: none; }
  body.lpr .kiwii-report-ad-details {
    display: flex;
    flex-direction: row;
    width: 100%; }
  body.lpr .kiwii-report-ad-details .contact-form-input-lt, body.lpr .kiwii-report-ad-details .contact-form-input-rt {
    width: 50%; }
  body.lpr .kiwii-report-ad-details .contact-form-input-rt select {
    height: 29px; }
  body.lpr .kiwii-report-ad-details input {
    height: 35px; }
  body.lpr .kiwii-report-ad-details input, body.lpr .kiwii-report-ad-details textarea, body.lpr .kiwii-report-ad-textarea-wrapper textarea {
    box-sizing: border-box; }
  body.lpr .kiwii-report-ad-textarea-wrapper input[type='checkbox'] {
    clear: both;
    float: left;
    margin-left: 0;
    position: absolute; }
  body.lpr .kiwii-report-ad-textarea-wrapper textarea {
    padding: 0.625rem 0 0 0.625rem; }
  body.lpr .kiwii-report-ad-details .error input[type='text'], body.lpr .kiwii-report-ad-details .error select, body.lpr .kiwii-report-ad-textarea-wrapper .error textarea {
    border: 1px solid #f72626; }
  body.lpr h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0.3125rem 0 0.975rem 0; }
  body.lpr #contact_heading, body.lpr .contact_heading_sub {
    text-align: center; }
  body.lpr #contact_heading {
    font-size: 1.25rem;
    padding-bottom: 0; }
    body.lpr #contact_heading div {
      border: 1px solid #00f; }
  body.lpr #kiwii-sms-container-flex {
    display: none; }
  body.lpr #kiwii-contact-form_bottom {
    margin-top: 20px;
    order: 400;
    position: relative; }
  body.lpr #vs_contact_success_bottom {
    order: 450; }
  body.lpr #vs_contact_success_bottom h5, body.lpr #vs_contact_success_right h5,
  body.lpr #contact_flagbox_success_bottom h5, body.lpr #contact_flagbox_success_right h5 {
    color: #666;
    font-size: 0.875rem; }
  body.lpr #vs_contact_success_bottom {
    margin-top: 20px;
    order: 450; }
  body.lpr #vs_contact_success_bottom h5, body.lpr #vs_contact_success_right h5 {
    color: #666;
    font-size: 0.875rem; }
  body.lpr .contact-form-input-lt, body.lpr .contact-form-input-rt {
    width: 48%; }
  body.lpr #flag_classified_form_right .kiwii-report-ad-details {
    flex-direction: column; }
  body.lpr .flag_classified_form_wrapper {
    padding-left: 10px; }
  body.lpr #flag_classified_form_right {
    position: relative; }
  body.lpr #flag_classified_form_right .contact-form-input-lt, body.lpr #flag_classified_form_right .contact-form-input-rt {
    width: 100%; }
  body.lpr #flag_classified_form_right .contact-form-input-rt {
    padding-right: 15px; }
  body.lpr #kiwii-contact-form_bottom {
    padding-left: 30px;
    padding-right: 30px; }
    body.lpr #kiwii-contact-form_bottom .contact-form-input-lt {
      float: left; }
    body.lpr #kiwii-contact-form_bottom .contact-form-input-rt {
      float: right; }
    body.lpr #kiwii-contact-form_bottom h3 {
      font-weight: 600;
      padding-right: 20px; }
  body.lpr table tr.error td, body.lpr div.error {
    background: none;
    border: none;
    color: #f72626; }
  body.lpr #kiwii-contact-form_bottom .error input[type='text'], body.lpr #kiwii-contact-form_right .error input[type='text'] {
    border: 1px solid #f72626; }
  body.lpr .contact-form-column_bottom .error input[type='text'], body.lpr .contact-form-column .error textarea {
    border: 1px solid #f72626; }
  body.lpr #kiwii-contact-form_bottom input[type='text'], body.lpr #kiwii-contact-form_bottom textarea, body.lpr #vs_contact_form_top input[type='text'], body.lpr #vs_contact_form_top textarea {
    padding-left: 0.625rem; }
  body.lpr form input[type='text'], body.lpr form textarea {
    color: #333; }
    body.lpr form input[type='text']::placeholder, body.lpr form textarea::placeholder {
      color: #888; }
  body.lpr #kiwii-contact-form_bottom input[type='text'] {
    box-sizing: border-box;
    height: 40px;
    padding: 0.3125rem 0 0.3125rem 0.625rem;
    width: 100%; }
  body.lpr #contact_flagbox_bottom, body.lpr #contact_flagbox_right {
    display: none; }
    body.lpr #contact_flagbox_bottom.kiwii-display-block, body.lpr #contact_flagbox_right.kiwii-display-block {
      display: block; }
    body.lpr #contact_flagbox_bottom input[type='text'], body.lpr #contact_flagbox_bottom input[type='text'], body.lpr #contact_flagbox_right input[type='text'], body.lpr #contact_flagbox_right input[type='text'] {
      padding: 0.3125rem 0 0.3125rem 0.625rem; }
    body.lpr #contact_flagbox_bottom select, body.lpr #contact_flagbox_right select {
      height: 37px; }
    body.lpr #contact_flagbox_bottom h3, body.lpr #contact_flagbox_right h3 {
      padding-right: 20px; }
  body.lpr #contact_flagbox_right {
    margin-top: 0; }
    body.lpr #contact_flagbox_right h3 {
      margin-top: 0.9125rem;
      text-align: left; }
    body.lpr #contact_flagbox_right .kiwii-checkbox-wrapper {
      text-align: left; }
    body.lpr #contact_flagbox_right .kiwii-report-buttons-wrapper {
      flex-direction: column; }
      body.lpr #contact_flagbox_right .kiwii-report-buttons-wrapper .kiwii-report-col-lt, body.lpr #contact_flagbox_right .kiwii-report-buttons-wrapper .kiwii-report-col-rt {
        box-sizing: border-box;
        width: 100%; }
      body.lpr #contact_flagbox_right .kiwii-report-buttons-wrapper .kiwii-report-col-rt {
        padding-left: 0; }
  body.lpr #contact_flagbox_success_bottom {
    order: 600; }
  body.lpr #contact_flagbox_success_bottom {
    text-align: center; }
  body.lpr .kiwii-report-ad-textarea-wrapper .kiwii-checkbox-wrapper label.optinLabel, body.lpr .kiwii-report-ad-textarea-wrapper .kiwii-checkbox-wrapper label.optinLabel_rt {
    display: inline-block; }
  body.lpr .kiwii-report-ad-textarea-wrapper .kiwii-checkbox-wrapper label.optinLabel, body.lpr .kiwii-report-ad-textarea-wrapper .kiwii-checkbox-wrapper label.optinLabel_rt {
    margin-left: 35px; }
  body.lpr .kiwii-report-ad-textarea-wrapper .kiwii-checkbox-wrapper .error label {
    margin-left: 35px; }
  body.lpr .optinLabel.newsletter {
    color: #333; }
  body.lpr #kiwii-contact-form_bottom textarea, body.lpr #vs_contact_form_top textarea {
    box-sizing: border-box;
    padding: 0.625rem 0 0 0.625rem;
    width: 100%; }
  body.lpr #kiwii-contact-form_bottom input[type='radio'], body.lpr #kiwii-contact-form_bottom input[type='checkbox'] {
    margin: 0 0.3125rem 0 0; }
  body.lpr #kiwii-tags-block {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 20px; }
  body.lpr #kiwii-scammers-block {
    margin-bottom: 20px;
    margin-top: 0;
    order: 150;
    padding-left: 0;
    text-align: left; }
    body.lpr #kiwii-scammers-block .vs-detail-flag-link-wrapper {
      float: left;
      font-weight: 600; }
  body.lpr #posted-by-msg {
    clear: both;
    display: inline-block;
    float: left; }
  body.lpr .kiwii-badges {
    clear: both;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0; }
    body.lpr .kiwii-badges .kiwii-label-badge-details {
      background-color: #f90;
      border: 1px solid #f90;
      border-radius: 4px;
      color: #fff;
      display: inline;
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 600;
      text-shadow: none;
      text-shadow: initial;
      text-transform: uppercase;
      margin-left: 6px; }
      body.lpr .kiwii-badges .kiwii-label-badge-details:first-of-type {
        margin-left: 0; }
      @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
        body.lpr .kiwii-badges .kiwii-label-badge-details {
          padding: 0 2px;
          margin-left: 4px;
          margin-bottom: 5px;
          float: left; } }
      body.lpr .kiwii-badges .kiwii-label-badge-details.kiwii-label-highlight {
        border: 1px solid #60b00f; }
      @media only screen and (min-width: 769px) {
        body.lpr .kiwii-badges .kiwii-label-badge-details {
          padding: 0 5px;
          margin-left: 15px; } }
    body.lpr .kiwii-badges .kiwii-label-highlight {
      background-color: #60b00f; }
  body.lpr #contact_flagbox_bottom, body.lpr #contact_flagbox_right, body.lpr #kiwii-contact-block-top {
    position: relative; }
  body.lpr .contact-form-close-btn {
    background-image: url("../images/icons/close_btn.svg");
    background-position: 0 0;
    background-size: 100%;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 1.1875rem;
    top: 25px;
    vertical-align: middle;
    width: 18px; }
  body.lpr .kiwii-right-col {
    margin-bottom: 20px; }
    body.lpr .kiwii-right-col .kiwii-report-ad-details {
      flex-direction: column; }
      body.lpr .kiwii-right-col .kiwii-report-ad-details .contact-form-input-lt, body.lpr .kiwii-right-col .kiwii-report-ad-details .contact-form-input-rt {
        width: 100%; }
    body.lpr .kiwii-right-col #kiwii-message-container-flex {
      margin-top: 20px; }
    body.lpr .kiwii-right-col #kiwii-safe-to-call-container-flex .safe-to-call {
      padding-top: 0;
      width: 100%; }
    body.lpr .kiwii-right-col .contact-form-recaptcha-row {
      margin-left: -12px; }
    body.lpr .kiwii-right-col .full-width {
      text-align: center; }
  body.lpr #kiwii-contact-form_right, body.lpr #contact_flagbox_right {
    padding-right: 20px; }
    body.lpr #kiwii-contact-form_right input[type='text'], body.lpr #contact_flagbox_right input[type='text'] {
      height: 40px;
      padding-left: 10px;
      padding-right: 10px; }
    body.lpr #kiwii-contact-form_right .contact-form-input-lt, body.lpr #contact_flagbox_right .contact-form-input-lt {
      margin-bottom: 0;
      margin-top: 0; }
    body.lpr #kiwii-contact-form_right input[type='text'], body.lpr #kiwii-contact-form_right textarea, body.lpr #contact_flagbox_right input[type='text'], body.lpr #contact_flagbox_right textarea {
      box-sizing: border-box; }
    body.lpr #kiwii-contact-form_right textarea, body.lpr #contact_flagbox_right textarea {
      padding-left: 10px;
      padding-top: 10px; }
    body.lpr #kiwii-contact-form_right h3, body.lpr #contact_flagbox_right h3 {
      margin-bottom: 20px;
      margin-top: 0; }
    body.lpr #kiwii-contact-form_right .contact-form-close-btn, body.lpr #contact_flagbox_right .contact-form-close-btn {
      top: 25px; }
    body.lpr #kiwii-contact-form_right .kiwii-report-ad-textarea-wrapper div, body.lpr #contact_flagbox_right .kiwii-report-ad-textarea-wrapper div {
      margin-bottom: 10px;
      margin-top: 0; }
      body.lpr #kiwii-contact-form_right .kiwii-report-ad-textarea-wrapper div:last-child, body.lpr #contact_flagbox_right .kiwii-report-ad-textarea-wrapper div:last-child {
        margin-top: 20px; }
  body.lpr #vs-popular-searches {
    border-radius: 4px;
    line-height: 1.625rem; }
  body.lpr #contact_flagbox_right {
    display: none;
    text-align: left; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-form_right, body.lpr #right-col-buttons-wrapper #contact_flagbox_right, body.lpr #right-col-buttons-wrapper .kiwii-report-col-lt {
    display: none; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-block-top {
    border: none; }
  body.lpr #right-col-buttons-wrapper .profile_image_block {
    box-sizing: border-box;
    height: 50px;
    order: 0;
    text-align: center;
    width: 100%; }
    body.lpr #right-col-buttons-wrapper .profile_image_block .rounded {
      border-radius: 25px;
      max-height: 50px;
      max-width: 50px; }
  body.lpr #right-col-buttons-wrapper .contact-form-flex-wrapper {
    display: flex;
    flex-direction: column; }
  body.lpr #right-col-buttons-wrapper .contact-form-headings-wrapper {
    order: 10; }
  body.lpr #right-col-buttons-wrapper #contact_form_mini_right {
    border: none; }
  body.lpr #right-col-buttons-wrapper #kiwii-report-ad-block {
    border: none; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-block-top h3 {
    font-size: 1.25rem;
    text-align: center; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-block-top .contact_heading_sub {
    padding: 0 37px 10px 37px;
    text-align: center; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-block-top .phone_link_resp {
    display: none; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-block-top #kiwii-sms-container-flex {
    display: none; }
  body.lpr #right-col-buttons-wrapper #kiwii-report-ad-block {
    margin-bottom: 0; }
  body.lpr #right-col-buttons-wrapper #vs_contact_options {
    order: 20;
    padding-bottom: 5px; }
  body.lpr #right-col-buttons-wrapper #kiwii-contact-block-top {
    margin-bottom: 0; }
  body.lpr #right-col-buttons-wrapper #kiwii-phone-container-flex, body.lpr #right-col-buttons-wrapper #kiwii-phone-container-flex-no-sms, body.lpr #right-col-buttons-wrapper #kiwii-message-container-flex, body.lpr #right-col-buttons-wrapper .kiwii-virtual-container-flex {
    text-align: center;
    width: 100%; }
  body.lpr #right-col-buttons-wrapper .message {
    padding: 0; }
  body.lpr #right-col-buttons-wrapper .virtual-fun {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0; }
  body.lpr #right-col-buttons-wrapper #kiwii-report-ad-block {
    padding: 0 19px 19px 19px;
    overflow: hidden; }
  body.lpr #right-col-buttons-wrapper .kiwii-report-buttons-wrapper {
    border-top: 1px solid #ccc;
    margin-left: 0;
    margin-right: 0; }
  body.lpr #right-col-buttons-wrapper .report-btn-right {
    margin-top: 5px; }
  body.lpr #right-col-buttons-wrapper .kiwii-report-col-rt {
    padding-left: 0;
    text-align: center;
    width: 100%; }
  body.lpr #kiwii-contact-form_right {
    position: relative;
    /* send message */ }
    body.lpr #kiwii-contact-form_right .contact-form-input-lt, body.lpr #kiwii-contact-form_right .contact-form-input-rt {
      box-sizing: border-box;
      width: 100%; }
    body.lpr #kiwii-contact-form_right #vs_contact_newsletter_right {
      margin-left: 0; }
  body.lpr #vs_contact_success_right h5 {
    padding-left: 30px;
    padding-right: 30px; }
  body.lpr #vs_similar_ad_right_container_box .vs-detail-similar-ads {
    border-radius: 4px;
    padding-top: 0.9375rem; }
  body.lpr #vs_similar_ad_right_container_box h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0; }
  body.lpr #vs_similar_ad_right_container_box .vs-detail-similar-ad-text {
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap; }
  body.lpr #vs_similar_ad_right_container_box #vs_similar_ads_navigator_back {
    color: #fe7e22;
    display: block;
    font-size: 0.75rem;
    padding: 20px;
    text-decoration: none; }
  body.lpr #vs_similar_ad_right_container_box .vs-detail-similar-ad-text span {
    display: block;
    font-size: 0.875rem;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%; }
    body.lpr #vs_similar_ad_right_container_box .vs-detail-similar-ad-text span.headerSimilarAds {
      color: #333;
      padding-left: 0; }
    body.lpr #vs_similar_ad_right_container_box .vs-detail-similar-ad-text span.locationSimilarAds, body.lpr #vs_similar_ad_right_container_box .vs-detail-similar-ad-text span.priceSimilarAds {
      color: #626364;
      font-size: 0.75rem; }
  body.lpr #vs_similar_ad_right_container_box div.vs-detail-similar-ads a.vs-detail-similar-ad span {
    padding-bottom: 0.3125rem;
    text-decoration: none; }
  body.lpr #vs_similar_ad_right_container_box div.vs-detail-similar-ads-text {
    padding-top: 1.25rem; }
  body.lpr #vs_similar_ad_right_container_box #vs_similar_ad_right_container ul {
    list-style-type: none;
    padding: 0; }
  body.lpr #vs_similar_ad_right_container_box #vs_similar_ad_right_container ul li {
    padding-bottom: 0.625rem; }
    body.lpr #vs_similar_ad_right_container_box #vs_similar_ad_right_container ul li:last-child a.vs-detail-similar-ad.vs-detail-similar-ad-right {
      margin-bottom: 0; }
  body.lpr #vs_similar_ad_right_container_box #vs_similar_ad_right_container.kiwii-margin-top-small {
    margin-top: 20px; }
  body.lpr #vs_similar_ad_right_container_box div.vs-detail-similar-ads a.vs-detail-similar-ad.vs-detail-similar-ad-right,
  body.lpr #vs_similar_ad_right_container_box div.vs-detail-similar-ads a.vs-detail-similar-ad span.vs-detail-similar-ad.vs-detail-similar-ad-right {
    float: left;
    margin: 0 auto 1.25rem; }
  body.lpr #kiwii-tags-block {
    margin-bottom: 20px;
    order: 700; }
  body.lpr #tags-block-list {
    clear: both;
    display: block;
    margin-top: 10px; }
  body.lpr #tags-block-list a {
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 20px;
    margin-top: 15px;
    padding: 6px 10px;
    text-decoration: none; }
  body.lpr #vs_instant_alert_signup {
    order: 500; }
  @media only screen and (min-width: 1024px) {
    body.lpr #concerns_for_advertiser_bottom {
      display: none; }
    body.lpr .kiwii-carousel-box {
      border-radius: 4px; }
    body.lpr #vs_breadcrumbs {
      min-height: 48px; }
    body.lpr .breadcrumbs {
      min-height: 20px;
      padding: 1rem 0 0.75rem 0;
      width: 77%; }
    body.lpr .vs-interests li {
      float: left; }
    body.lpr .kiwii-poster-details {
      margin-top: 6px; } }
  @media only screen and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), not all, not all, not all, only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
    body.lpr.detail_normal #vs_breadcrumbs {
      margin-top: 3.625rem; }
    body.lpr.detail_normal #vs_content {
      margin-top: 0; }
    body.lpr .vs-interests li {
      float: none; }
    body.lpr .kiwii-main-container #classified-detail-block #kiwii-profile-extra .agency-all-ads-wrapper {
      text-align: center; }
    body.lpr .kiwii-main-container #classified-detail-block #kiwii-profile-extra .member-since-agency {
      color: #878f9a;
      display: block;
      float: none;
      padding-top: 0.875rem; }
    body.lpr .kiwii-main-container #classified-detail-block #kiwii-profile-extra .agency-ads-list-flex {
      box-sizing: border-box;
      margin-right: 0;
      padding-bottom: 0.875rem;
      padding-bottom: 0.875rem;
      width: 33%; }
    body.lpr .kiwii-main-container #classified-detail-block #kiwii-profile-extra .agency-ads-list {
      display: block; } }
  @media only screen and (max-width: 520px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 520px), not all, not all, not all, only screen and (max-width: 520px) and (min-resolution: 192dpi), only screen and (max-width: 520px) and (min-resolution: 2dppx) {
    body.lpr .kiwii-main-container #classified-detail-block #kiwii-profile-extra .agency-ads-list-flex {
      width: 50%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    body.lpr #vs_breadcrumbs {
      margin-top: 0; } }
  @media only screen and (max-width: 1023px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), not all, not all, not all, only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
    body.lpr {
      /* start classified detail block */
      /* end classified detail block */
      /* right column hide start 0 mobile view */ }
      body.lpr.detail_normal .vs-mobile-margins {
        margin-left: 0.625rem;
        margin-right: 0.625rem; }
      body.lpr.detail_normal .vs-mobile-limit-border {
        border-left: none;
        border-radius: 0;
        border-right: none; }
      body.lpr.detail_normal .create-alert {
        display: none; }
      body.lpr.detail_normal #vs_breadcrumbs {
        display: block; }
        body.lpr.detail_normal #vs_breadcrumbs .breadcrumbs {
          display: none; }
          body.lpr.detail_normal #vs_breadcrumbs .breadcrumbs .breadcrumbs__link {
            text-decoration: none; }
      body.lpr.detail_normal .detail_back_btn {
        display: none; }
      body.lpr.detail_normal #vs_breadcrumbs #vs_detail_navigator_back {
        background: none;
        display: none; }
      body.lpr #classified-detail-block {
        width: 100%;
        /* fixed position overlay */
        /* contact heading */ }
        body.lpr #classified-detail-block #kiwii-contact-block, body.lpr #classified-detail-block #kiwii-contact-block-top {
          border: none;
          border-radius: 0;
          margin-bottom: 0;
          margin-top: 0;
          order: 80;
          padding-top: 0; }
        body.lpr #classified-detail-block .popinfotag {
          width: 240px; }
        body.lpr #classified-detail-block #kiwii-contact-form_bottom {
          border: 1px solid #ccc;
          border-radius: 4px;
          margin-top: 0;
          order: 85; }
          body.lpr #classified-detail-block #kiwii-contact-form_bottom input[type='text'] {
            box-sizing: border-box;
            height: 40px;
            width: 100%; }
          body.lpr #classified-detail-block #kiwii-contact-form_bottom .contact-form-input-lt, body.lpr #classified-detail-block #kiwii-contact-form_bottom .contact-form-input-rt {
            float: none;
            width: auto; }
        body.lpr #classified-detail-block #vs_contact_success_bottom {
          margin-left: 10px;
          margin-right: 10px;
          order: 85; }
        body.lpr #classified-detail-block #kiwii-report-ad-block {
          border: none;
          margin-top: 0;
          order: 85;
          padding-top: 0; }
        body.lpr #classified-detail-block #contact_flagbox_bottom {
          order: 90; }
        body.lpr #classified-detail-block #contact_flagbox_success_bottom {
          order: 95; }
        body.lpr #classified-detail-block .kiwii-report-ad-details {
          flex-direction: column; }
          body.lpr #classified-detail-block .kiwii-report-ad-details .contact-form-input-lt, body.lpr #classified-detail-block .kiwii-report-ad-details .contact-form-input-rt {
            width: 100%; }
        body.lpr #classified-detail-block #kiwii-details-carousel-block {
          border: none;
          border-top: 1px solid #ccc;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          padding-top: 10px; }
          body.lpr #classified-detail-block #kiwii-details-carousel-block #vs_photo_thumbs {
            display: none; }
        body.lpr #classified-detail-block .kiwii-carousel-picture {
          width: auto; }
          body.lpr #classified-detail-block .kiwii-carousel-picture img {
            height: auto; }
        body.lpr #classified-detail-block #vs_photo_thumbs {
          display: none; }
        body.lpr #classified-detail-block .kiwii-photo-viewer-container {
          margin-left: auto;
          margin-right: auto; }
        body.lpr #classified-detail-block #kiwii-description-block {
          border: none;
          margin-top: 0;
          padding-top: 0; }
          body.lpr #classified-detail-block #kiwii-description-block .kiwii-desc-col-lt {
            width: 50%; }
          body.lpr #classified-detail-block #kiwii-description-block .vs-rate-table-dur {
            padding-left: 0; }
          body.lpr #classified-detail-block #kiwii-description-block .kiwii-description-footer {
            flex-direction: column; }
            body.lpr #classified-detail-block #kiwii-description-block .kiwii-description-footer li {
              margin-bottom: 10px; }
        body.lpr #classified-detail-block #kiwii-report-ad-block {
          border: none;
          order: 85;
          padding-top: 0; }
        body.lpr #classified-detail-block #kiwii-contact-form {
          order: 85; }
        body.lpr #classified-detail-block #contact_flagbox_bottom {
          order: 90; }
        body.lpr #classified-detail-block #kiwii-contact-form_bottom, body.lpr #classified-detail-block #contact_flagbox_bottom, body.lpr #classified-detail-block #vs_contact_success_bottom, body.lpr #classified-detail-block #contact_flagbox_success_bottom {
          background: #f6f8fb;
          border-radius: 0;
          bottom: 0;
          box-sizing: border-box;
          height: 100%;
          margin-left: 0;
          margin-top: 0;
          overflow: scroll;
          position: fixed;
          top: 0;
          width: 100%;
          z-index: 1000000; } }
      @media only screen and (max-width: 1023px) and (max-width: 1020px) and (min-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px) and (max-width: 1020px) and (min-width: 768px), only screen and (max-width: 1020px) and (min-width: 768px), only screen and (max-width: 1020px) and (min-width: 768px), only screen and (max-width: 1020px) and (min-width: 768px), only screen and (max-width: 1023px) and (min-resolution: 192dpi) and (max-width: 1020px) and (min-width: 768px), only screen and (max-width: 1023px) and (min-resolution: 2dppx) and (max-width: 1020px) and (min-width: 768px) {
        body.lpr #classified-detail-block #kiwii-contact-form_bottom, body.lpr #classified-detail-block #contact_flagbox_bottom, body.lpr #classified-detail-block #vs_contact_success_bottom, body.lpr #classified-detail-block #contact_flagbox_success_bottom {
          margin-left: -10px; } }
  @media only screen and (max-width: 1023px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1023px), not all, not all, not all, only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
        body.lpr #classified-detail-block .kiwii-checkbox-wrapper {
          text-align: left; }
        body.lpr #classified-detail-block .kiwii-report-buttons-wrapper {
          flex-direction: column; }
          body.lpr #classified-detail-block .kiwii-report-buttons-wrapper .kiwii-report-col-lt, body.lpr #classified-detail-block .kiwii-report-buttons-wrapper .kiwii-report-col-rt {
            box-sizing: border-box;
            text-align: center;
            width: 100%; }
          body.lpr #classified-detail-block .kiwii-report-buttons-wrapper .kiwii-report-col-lt {
            display: none; }
          body.lpr #classified-detail-block .kiwii-report-buttons-wrapper .kiwii-report-col-rt {
            display: block;
            padding-left: 0; }
        body.lpr #classified-detail-block #vs_contact_options {
          margin-left: 0;
          padding-bottom: 0; }
        body.lpr #classified-detail-block .kiwii-contact-flex {
          margin-top: 0; }
        body.lpr #classified-detail-block #vs_contact_options .kiwii-margin-ver-xsmall {
          margin: 0; }
        body.lpr #classified-detail-block #vs_contact_options .sms {
          display: block; }
        body.lpr #classified-detail-block #vs_contact_options .phone {
          margin-right: 10px; }
        body.lpr #classified-detail-block #vs_contact_options .phone, body.lpr #classified-detail-block #vs_contact_options .sms, body.lpr #classified-detail-block #vs_contact_options .message, body.lpr #classified-detail-block #vs_contact_options .virtual-fun {
          text-align: center; }
        body.lpr #classified-detail-block #vs_contact_options .message, body.lpr #classified-detail-block #vs_contact_options .virtual-fun {
          margin-top: 0;
          padding: 0; }
        body.lpr #classified-detail-block .show-secured-number #vs_contact_options .message {
          margin-top: 0;
          padding: 0;
          text-align: center; }
        body.lpr #classified-detail-block #vs_contact_options .show-secured-number .phone {
          margin-right: 0; }
        body.lpr #classified-detail-block .vs-phone-button, body.lpr #classified-detail-block .vs-sms-button {
          padding: 0; }
        body.lpr #classified-detail-block #contact_heading, body.lpr #classified-detail-block .contact_heading_sub {
          display: none; }
        body.lpr #classified-detail-block #kiwii-phone-container-flex {
          margin-top: 0;
          width: 50%; }
        body.lpr #classified-detail-block .kiwii-virtual-container-flex {
          margin-top: 0;
          width: 100%; }
        body.lpr #classified-detail-block #kiwii-phone-container-flex-no-sms {
          width: 100%; }
          body.lpr #classified-detail-block #kiwii-phone-container-flex-no-sms .phone {
            margin-right: 0; }
        body.lpr #classified-detail-block .phone_link_desktop {
          display: none; }
        body.lpr #classified-detail-block .phone_link_resp {
          display: inline-block; }
        body.lpr #classified-detail-block #kiwii-safe-to-call-container-flex {
          order: 50; }
        body.lpr #classified-detail-block .button-container-flex,
        body.lpr #classified-detail-block #kiwii-sms-container-flex {
          display: block;
          margin-top: 0;
          width: 50%; }
        body.lpr #classified-detail-block .show-secured-number #kiwii-phone-container-flex {
          width: 100%; }
        body.lpr #classified-detail-block #kiwii-message-container-flex {
          width: 100%; }
        body.lpr #classified-detail-block .show-secured-number #kiwii-message-container-flex {
          width: 50%; }
        body.lpr #classified-detail-block .show-secured-number .vs-sms-button {
          margin-right: 0.3125rem; }
        body.lpr #classified-detail-block #vs_contact_options .show-secured-number .message {
          margin-left: 0.3125rem; }
        body.lpr #classified-detail-block .email-link {
          display: block; }
        body.lpr #classified-detail-block .email-link-resp {
          display: none; }
        body.lpr #classified-detail-block .show-secured-number .email-link {
          display: none; }
        body.lpr #classified-detail-block .show-secured-number .email-link-resp {
          display: block; }
        body.lpr #classified-detail-block #kiwii-safe-to-call-container-flex {
          order: 10;
          width: 100%; }
        body.lpr #classified-detail-block #kiwii-safe-to-call-container-flex .safe-to-call {
          width: 100%; }
        body.lpr #classified-detail-block .kiwii-report-col-lt {
          display: none; }
        body.lpr #classified-detail-block .show-mobile-left-col .kiwii-report-col-lt {
          display: block; }
        body.lpr #classified-detail-block .kiwii-report-col-rt {
          border-top: 1px solid #ccc;
          margin-bottom: 0;
          padding-bottom: 0;
          padding-top: 1.25rem;
          text-align: center;
          width: 100%; }
        body.lpr #classified-detail-block #concerns_for_advertiser_bottom .kiwii-report-col-rt {
          border-top: none; }
        body.lpr #classified-detail-block a.vs-report-btn {
          float: none; }
        body.lpr #classified-detail-block .kiwii-report-col-rt {
          padding-left: 0; }
        body.lpr #classified-detail-block .kiwii-report-buttons-wrapper {
          margin: 0; }
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-header-wrap {
          display: block;
          flex-direction: row;
          text-align: center; }
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-details-wrap {
          padding-top: 0.875rem; }
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-all-ads-wrapper {
          text-align: center; }
        body.lpr #classified-detail-block #kiwii-profile-extra .member-since-agency {
          color: #878f9a;
          display: block;
          float: none;
          padding-top: 0.875rem; }
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-ads-list-flex {
          flex-grow: 1; }
        body.lpr #classified-detail-block #kiwii-profile-extra .agency-ads-list {
          display: flex; }
      body.lpr #right-col-buttons-wrapper, body.lpr #contact_flagbox_right {
        display: none; }
      body.lpr #kiwii-scammers-block {
        text-align: center; }
        body.lpr #kiwii-scammers-block .vs-detail-flag-link-wrapper {
          float: none; }
      body.lpr #kiwii-tags-block {
        box-sizing: border-box;
        margin-top: 0;
        width: auto; }
      body.lpr .vs-resp-hor-margin {
        padding-left: 0.875rem;
        padding-right: 0.875rem; }
      body.lpr .kiwii-badges {
        display: block;
        margin: 0.75rem 0 0 0;
        padding: 0; }
        body.lpr .kiwii-badges .kiwii-label-badge-details:first-of-type {
          margin-left: 0; }
      body.lpr .kiwii-main-container, body.lpr .kiwii-right-col {
        width: 100%; }
      body.lpr .kiwii-right-col {
        /* GTM slots */ }
        body.lpr .kiwii-right-col #kiwii-contact-block-top, body.lpr .kiwii-right-col #kiwii-contact-form, body.lpr .kiwii-right-col #kiwii-report-ad-block {
          display: none; }
        body.lpr .kiwii-right-col #vs_similar_ad_right_container_box {
          margin-top: 0; }
        body.lpr .kiwii-right-col #kiwii-detailrightmiddle-block, body.lpr .kiwii-right-col #kiwii-detailrightbottom-block {
          text-align: center; }
      body.lpr #contact_form_mini_right, body.lpr #kiwii-gpt-ad-wrapper-top, body.lpr #contact_flagbox_right {
        display: none; }
      body.lpr .kiwii-right-col #concerns_for_advertiser {
        display: none; }
      body.lpr #kiwii-detailpopularsearches-block {
        text-align: center; }
      body.lpr h1 {
        font-size: 16px; }
      body.lpr .kiwii-poster-details {
        font-size: 12px;
        margin-top: 3px; }
      body.lpr #kiwii-details-carousel-block {
        padding-bottom: 0; }
      body.lpr #vs_contact_options {
        margin-top: 10px; }
      body.lpr .kiwii-badges {
        margin-top: 5px; }
        body.lpr .kiwii-badges li {
          font-size: 10px; }
      body.lpr #vs_photo_viewer {
        margin-bottom: 0;
        padding: 0; } }
  @media only screen and (min-width: 520px) and (max-width: 1023px) {
    body.lpr #vs_similar_ad_right_container ul li {
      float: left;
      width: 50%; }
    body.lpr #vs_similar_ad_right_container ul li:nth-child(even) a {
      padding-left: 0.75rem; } }
  @media only screen and (min-width: 1023px) {
    body.lpr .vs-external-link-wrapper {
      padding: 0; }
    body.lpr #classified-detail-block #kiwii-contact-block-top {
      display: none; }
    body.lpr .whats-app-button {
      margin: 0 15px 0 18px; } }
  body.lpr .fixed-ctas {
    position: fixed;
    background: #fff;
    width: 100%;
    margin: 0 -5% 0 0;
    z-index: 1;
    padding: 15px 0;
    box-shadow: 8px 5px 8px -8px #222, -8px 5px 8px -8px #222;
    opacity: 0; }

@keyframes fade {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
  body.lpr .fixed-ctas.is-active {
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 3000;
    animation: fade 0.3s; }
  body.lpr .fixed-ctas-desc {
    display: none; }
  body.lpr .fixed-ctas-btn {
    padding: 0 14px;
    display: flex;
    justify-content: center; }
    body.lpr .fixed-ctas-btn .btn-text {
      display: none !important; }
  body.lpr .fixed-ctas-link {
    display: block;
    width: 4.2rem;
    height: 3.25rem;
    box-sizing: border-box;
    margin: 0 0 0 15px;
    padding: 12px 0 8px 0; }
  body.lpr .fixed-ctas-btns-2 .fixed-ctas-link {
    width: 50%; }
  body.lpr .fixed-ctas-btns-1 .fixed-ctas-link {
    width: 100%;
    max-width: 100%;
    height: 40px;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0 0; }
    body.lpr .fixed-ctas-btns-1 .fixed-ctas-link .fixed-ctas-text-desk {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0; }
    body.lpr .fixed-ctas-btns-1 .fixed-ctas-link .svg-button-position__sticky {
      top: 12px;
      left: 8%;
      position: absolute; }
    body.lpr .fixed-ctas-btns-1 .fixed-ctas-link .fixed-ctas-text-mob {
      display: none; }
  body.lpr .fixed-ctas-link:first-of-type {
    margin: 0; }
  body.lpr .fixed-ctas-text {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin: -4px 0 0;
    text-align: center;
    color: #fff; }
  body.lpr .fixed-ctas-text-desk {
    display: none;
    text-align: center; }
  body.lpr .fixed-ctas-icon {
    margin: 0;
    display: block;
    height: 0.8rem;
    background-repeat: no-repeat;
    background-position: center; }
  @media only screen and (min-width: 1024px) {
    body.lpr {
      /** need to check when only one or two */ }
      body.lpr .fixed-ctas-inner {
        display: flex; }
      body.lpr #sms_link,
      body.lpr .fixed-ctas-text-mob {
        display: none; }
      body.lpr .fixed-ctas-desc {
        display: block;
        width: 50%; }
      body.lpr [class*="fixed-ctas-btns-"] .fixed-ctas-link {
        height: 40px;
        width: 240px;
        position: relative;
        padding: 0; }
      body.lpr .fixed-ctas-icon {
        position: absolute;
        background-position: 0 bottom;
        background-size: 75%;
        height: 22px;
        width: 18px;
        top: 3px;
        left: 7%; }
      body.lpr .fixed-ctas-text-desk {
        display: block;
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 5px 0 0 0; }
      body.lpr .fixed-ctas-list {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none; }
      body.lpr .fixed-ctas-list li {
        padding: 0 25px 0 0;
        display: block;
        position: relative; }
        body.lpr .fixed-ctas-list li:after {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: #666;
          top: 6px;
          right: 10px;
          margin: 0; }
      body.lpr .fixed-ctas-list li:last-of-type:after {
        display: none; }
      body.lpr .fixed-ctas-heading {
        color: #333;
        font-size: 14px;
        margin: 3px 0 0 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }

@media only screen and (max-width: 768px) {
  .checkbox-wrapper {
    margin: 0 0 0.7rem 0.2rem; } }

.checkbox-wrapper .checkbox-label {
  margin: 0 1rem 0 0; }
  .checkbox-wrapper .checkbox-label input[type='checkbox'] {
    margin: 0 0.425rem 0 0; }

/* HTML portrait/landscape */
html {
  -webkit-text-size-adjust: 100%; }

/* vs detail page responsive css end */
.detail-badges {
  display: inline-block;
  float: left;
  clear: left;
  width: 100%;
  margin-top: 8px;
  padding-bottom: 8px; }
  @media only screen and (min-width: 769px) {
    .detail-badges {
      padding-bottom: 15px; } }
  @media only screen and (min-width: 1024px) {
    .detail-badges {
      padding-bottom: 8px; } }

/* adds loader to report btn  */
#report-ad-btn:after {
  background: url("../images/lightbox/loader_green.gif") #fff center center no-repeat;
  height: 31px;
  width: 95%;
  content: '';
  display: none;
  position: absolute;
  top: 1px;
  left: 5px; }

#report-ad-btn:hover:after {
  background-color: #ffffff; }

#report-ad-btn.is-active {
  position: relative;
  visibility: hidden; }

#report-ad-btn.is-active:after {
  display: block;
  visibility: visible; }

/* yoti badge start */
#yoti-verified-badge {
  background: #2e86d0;
  border: #2e86d0 1px solid;
  float: right;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-left: 25px;
  text-shadow: initial;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  top: 5px; }
  @media only screen and (min-width: 1024px) {
    #yoti-verified-badge {
      top: 0; } }
  #yoti-verified-badge #yoti-verified-badge__button {
    padding-left: 10px;
    position: relative; }
    #yoti-verified-badge #yoti-verified-badge__button svg {
      left: -22px;
      position: absolute;
      top: -7px; }
  #yoti-verified-badge #yoti-arrow {
    padding: 0 5px; }
    #yoti-verified-badge #yoti-arrow > span {
      border: solid #fff;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      margin-bottom: 3px;
      margin-right: 5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      cursor: pointer; }
      #yoti-verified-badge #yoti-arrow > span.arrow-up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: 0; }
  #yoti-verified-badge #yoti-verified-badge__popup {
    position: relative;
    display: none; }
    #yoti-verified-badge #yoti-verified-badge__popup.show {
      display: block; }
    #yoti-verified-badge #yoti-verified-badge__popup > div {
      background: #f4ffea;
      border: 1px solid #60b00f;
      position: absolute;
      top: 20px;
      width: 310px;
      z-index: 10;
      right: -7px;
      border-radius: 4px;
      cursor: initial;
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
      #yoti-verified-badge #yoti-verified-badge__popup > div :after, #yoti-verified-badge #yoti-verified-badge__popup > div :before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #yoti-verified-badge #yoti-verified-badge__popup > div :before {
        border-color: rgba(96, 176, 15, 0);
        border-bottom-color: #60b00f;
        border-width: 8px;
        right: 19px; }
      #yoti-verified-badge #yoti-verified-badge__popup > div :after {
        border-color: rgba(244, 255, 234, 0);
        border-bottom-color: #f4ffea;
        border-width: 7px;
        right: 20px; }
      #yoti-verified-badge #yoti-verified-badge__popup > div > div {
        color: #333;
        padding: 20px;
        font-size: 12px;
        text-transform: none;
        font-weight: normal; }
        #yoti-verified-badge #yoti-verified-badge__popup > div > div > div {
          margin-top: 20px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #yoti-verified-badge #yoti-verified-badge__popup > div > div > div img {
            width: 56px;
            height: auto; }

/* vs detail page responsive css end */
/* yoti badge start */
#yoti-verified-badge {
  background: #2e86d0;
  border: #2e86d0 1px solid;
  float: right;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-left: 25px;
  text-shadow: initial;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  top: 4px; }
  @media only screen and (min-width: 1024px) {
    #yoti-verified-badge {
      top: 0; } }
  #yoti-verified-badge #yoti-verified-badge__button {
    padding-left: 10px;
    position: relative; }
    #yoti-verified-badge #yoti-verified-badge__button svg {
      left: -22px;
      position: absolute;
      top: -7px; }
  #yoti-verified-badge #yoti-arrow {
    padding: 0 5px; }
    #yoti-verified-badge #yoti-arrow > span {
      border: solid #fff;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      margin-bottom: 3px;
      margin-right: 5px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      cursor: pointer; }
      #yoti-verified-badge #yoti-arrow > span.arrow-up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-bottom: 0; }

.carousel-badge {
  position: absolute;
  right: 13px;
  top: 13px; }

/* flex classes */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.align-self-left {
  margin-right: auto; }

.flex-align-center {
  display: flex;
  align-items: center; }

.is-relative {
  position: relative; }

.is-flex {
  display: flex; }

.flex-two-items-spaced {
  display: flex;
  align-items: center;
  justify-content: space-between; }

/** non svg start **/
.arrow-icon {
  position: absolute;
  height: 38px;
  width: 21px;
  z-index: 5;
  top: 80px;
  right: 0;
  cursor: pointer; }

.arrow-icon-prev {
  transform: rotate(180deg);
  left: 0; }

/* classes for internal svg */
.cls-1 {
  fill: #000;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 2px;
  fill-opacity: 0.31; }

.cls-2 {
  fill: #fff;
  fill-rule: evenodd; }

.ico-class {
  fill: #666;
  height: 1.5rem;
  vertical-align: middle;
  width: 1.25rem; }

.svg-camera {
  background: #333;
  border-top-right-radius: 4px;
  color: #fff;
  font-weight: 600;
  padding: 2px 6px 1px 7px;
  position: absolute;
  bottom: 0; }

.svg-camera__wide {
  padding: 0 4px 0 10px; }

.svg-camera__icon {
  fill: #fff;
  height: 0.75rem;
  width: 0.875rem; }

.svg-camera__icon--large {
  width: 15px;
  height: 15px; }

.svg-text {
  padding: 0 0 0 3px; }

.svg-text-med {
  padding: 0 0 0 7px; }

.svg-position-top-right {
  position: absolute;
  right: 13px;
  top: 13px; }

/* heights and widths of specific svgs */
.svg-button-position {
  height: 13px;
  width: 13px;
  position: absolute;
  left: 19px;
  bottom: 12px; }

.svg-carousel-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: calc(50% - 17px); }

.svg-carousel-arrow-left {
  left: 0; }

.svg-carousel-arrow-right {
  right: -2px; }

/**
  due to the design considerations
  we have to do some jiggery pokkery to get these
  showing correctly in the stick cta
 */
.svg-button-position__sticky {
  position: static; }

.svg-arrow {
  width: 21px;
  height: 38px; }

.svg-link {
  width: 15px;
  height: 15px;
  margin: 0 1px -2px 0;
  display: inline-block; }

.svg-video__icon {
  width: 57px;
  height: 60px; }

.svg-video {
  position: absolute; }

.svg-video__centered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.svg-yoti {
  left: -20px;
  position: absolute;
  top: -4px;
  width: 25px;
  height: 25px; }

.svg-yoti-large {
  height: 30px;
  width: 30px;
  left: -22px;
  top: -7px;
  position: absolute; }

/* position and similar */
.svg-reverse {
  transform: rotate(180deg); }

.svg-nopic {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2; }

.svg-whats-app {
  height: 20px;
  width: 20px;
  fill: #fff;
  position: absolute;
  left: 17px;
  top: 9px; }

/**
  carousel requires an image to space it correctly
  so the spacer does it
 */
.svg-spacer {
  height: auto;
  max-height: 252px !important;
  width: 100%;
  visibility: hidden; }

/**
  occasionally profile carousel has no image
  so we require a special size ~ profile image
  vary but are around 180/180
 */
.svg-spacer__profile {
  height: 127px !important;
  width: 180px !important; }

/**
 we need to have a grey background on some svgs
 but due to the odd way the carousel displays we need an extra div for it
 */
.svg-bg-grey {
  background-color: #ebebeb !important; }

@media only screen and (max-width: 520px) {
  /* used in carousel for mobile */
  .svg-spacer__sml {
    max-height: 137px !important; } }

@media only screen and (min-width: 769px) {
  .svg-button-position__sticky {
    bottom: 12px;
    position: absolute; }
  .svg-arrow {
    width: 30px;
    height: 55px; }
  .svg-video__icon {
    width: 100px;
    height: 100px; }
  .arrow-icon {
    width: 35px;
    height: 55px;
    top: 145px;
    right: calc(0% - 17px); }
  .arrow-icon-prev {
    left: calc(0% - 17px); }
  .svg-carousel-arrow {
    top: 245px; }
  .svg-carousel-arrow-left {
    left: -0.9375rem; }
  .svg-carousel-arrow-right {
    right: -0.9375rem; }
  .svg-spacer__profile {
    height: 180px !important; } }

/* yoti badge start */
.yoti-badge-svg {
  background: #2e86d0;
  border: #2e86d0 1px solid;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-shadow: initial;
  margin: 0 0 0 25px;
  padding: 0 9px 0 6px;
  position: relative;
  z-index: 10; }

.grid-view > .list .clad__geo .clad__labels .yoti-badge-svg {
  margin: 0 0 0 20px; }

.yoti-badge-svg__alt {
  padding: 0 0 0 9px; }

.yoti-verified-badge {
  float: right;
  font-size: 12px;
  margin-left: 25px;
  cursor: pointer;
  padding: 0;
  position: relative; }

.yoti-verified-text {
  text-transform: uppercase; }

.yoti-arrow-outer {
  padding: 0 5px; }

.yoti-arrow-inner {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 3px;
  margin-right: 5px;
  transform: rotate(45deg);
  cursor: pointer; }
  .yoti-arrow-inner.arrow-up {
    transform: rotate(-135deg);
    margin-bottom: 0; }

.yoti-verified-badge__popup {
  position: relative;
  display: none; }
  .yoti-verified-badge__popup.show {
    display: block; }

/* this is the yoti pop up with the link */
.yoti-content {
  background: #f4ffea;
  border: 1px solid #60b00f;
  position: absolute;
  top: 20px;
  width: 310px;
  z-index: 10;
  right: -7px;
  border-radius: 4px;
  cursor: initial;
  transition: opacity 0.1s linear;
  padding: 20px;
  box-sizing: border-box; }
  .yoti-content :after, .yoti-content :before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .yoti-content :before {
    border-color: rgba(96, 176, 15, 0);
    border-bottom-color: #60b00f;
    border-width: 8px;
    right: 19px; }
  .yoti-content :after {
    border-color: rgba(244, 255, 234, 0);
    border-bottom-color: #f4ffea;
    border-width: 7px;
    right: 20px; }

.yoti-text {
  color: #333;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  margin: 0 0 20px 0; }

.yoti-image img {
  height: auto; }

@media only screen and (min-width: 769px) {
  .yoti-badge {
    font-size: 0.75rem;
    margin-left: 23px; }
  .yoti-badge__raised {
    vertical-align: super; }
  .yoti-verified-badge {
    top: 4px; }
  .yoti-verified-badge__button {
    padding-left: 10px;
    position: relative; } }

/* yoti badge end */
/* yoti tooltip profile start */
/* not sure if ths is used cant find in codebase */
.kiwii-info-popup#ageVerifiedInfoPanel {
  background: #f4ffea;
  border: 1px solid #60b00f;
  margin-top: 75px;
  width: 288px; }
  .kiwii-info-popup#ageVerifiedInfoPanel:after {
    background: #f4ffea;
    border-top: 1px solid #60b00f;
    border-right: 1px solid #60b00f;
    right: 119px; }
  .kiwii-info-popup#ageVerifiedInfoPanel img {
    width: 56px;
    height: auto; }
  .kiwii-info-popup#ageVerifiedInfoPanel a {
    color: #fd7e3c;
    float: right; }
  .kiwii-info-popup#ageVerifiedInfoPanel .kiwii-info-popup-content {
    padding: 10px; }
    .kiwii-info-popup#ageVerifiedInfoPanel .kiwii-info-popup-content > div {
      padding-top: 18px; }

/* yoti tooltip profile end */
.carousel-badge {
  position: absolute;
  right: 13px;
  top: 13px; }
