.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-info:hover {
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0f98f8;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #056db5;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  margin: 0;
}
header .glyphicon {
  color: #0f99f4;
  font-size: 21px;
}
body #navbar .search-icon-link {
  display: inline-block;
  background: url(/themes/custom/kw_bidkw/images/search.png) no-repeat !important;
  height: 21px;
  width: 21px;
}
body #navbar .search-icon-link.active,
body #navbar .search-icon-link:hover {
  background: url(/themes/custom/kw_bidkw/images/search.png) no-repeat !important;
}
.navbar-default .logo {
  margin-top: 26px;
  margin-right: 45px;
  padding-right: 0;
}
.navbar-default .menu--main .dropdown-menu {
  background-color: #1e4976 !important;
}
.navbar-default .menu--main .dropdown-menu a {
  color: white;
}
#navbar .menu--main .dropdown .dropdown-menu a.is-active {
  color: white;
}
header.navbar-default {
  border: none;
  background-color: #f8f8f8;
  margin-bottom: 0;
  color: #4c6880;
  position: relative;
  z-index: 10;
}
header.navbar-default .header-logo-container {
  float: left;
  margin-top: 27px;
}
@media (min-width: 992px) {
}
.notification_btn i {
  margin-right: 8px;
}
.views-label,
.field--label {
  color: #053f67;
}
.btn-hollow {
  display: block;
  border: 1px solid #c1d4e3;
  padding: 5px;
  text-align: center;
  margin-bottom: 8px;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.btn-default {
  background-color: #ddebf4;
  border-radius: 0;
  border: none;
  color: #0f98f8;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  font-size: 12px;
}
.breadcrumb {
  background-color: transparent;
}
.info-block {
  overflow: hidden;
}
.info-block h3 {
  background: #eeeeee;
  color: #053f67;
  font-size: 17px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.info-block .field {
  border-bottom: 1px solid #c1d4e3;
  padding-top: 4px;
  padding-bottom: 4px;
}
.info-block .field:before,
.info-block .field:after {
  content: " ";
  display: table;
}
.info-block .field:after {
  clear: both;
}
.info-block .field:before,
.info-block .field:after {
  content: " ";
  display: table;
}
.info-block .field:after {
  clear: both;
}
.info-block--show-more .field-group-wrapper {
  display: none;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
  background-color: #f8f8f8;
}
.footer .block {
  color: black;
  line-height: 1.8em;
}
.footer .block h2 {
  font-size: 15px;
  color: #4c6880;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: bold;
}
.kw-social-block .social-icon {
  display: inline;
  margin-right: 30px;
}
.page-lower ul > li {
  margin-bottom: 0;
}
.page-lower.page-lower-top {
  display: none;
}
.main-container {
  padding-bottom: 40px;
}
.path-frontpage .main-container {
  padding-bottom: 0px;
}
article h2 {
  color: #053f67;
}
.view-id-landind_page_properties .status-info-table + .status-info-table {
  margin-top: 0;
}
.view-id-landind_page_properties .status-info-table.underlined-rows tr,
.view-id-landind_page_properties .status-info-table.underlined-rows td {
  padding-top: 0;
  padding-bottom: 0;
}
.view-id-landind_page_properties .status-info-table .compress-vert {
  padding-top: 0;
  padding-bottom: 0;
}
.view-id-landind_page_properties .status-info-table .compress-vert td {
  padding-top: 0;
  padding-bottom: 0;
}
.available-downloads-block {
  margin-top: 26px;
  border: 1px solid #f2f6f9;
}
.available-downloads-block h3 {
  margin-top: 0;
}
.status-info-table.court-confirmation-block {
  margin-top: 26px;
  border: 1px solid #eeeeee;
}
.status-info-table.court-confirmation-block h3 {
  background: #eeeeee;
  color: #053f67;
  margin-top: 0;
}
.status-info-table table {
  width: 100%;
  display: block;
}
.status-info-table tbody {
  width: 100%;
  display: block;
}
.status-info-table tr {
  width: 100%;
}
.status-info-table .property-status .field-label {
  color: #053f67;
}
.path-frontpage .frontpage-tile.views-row:hover .views-field.views-field-title {
  display: none;
}
.status-info-table h3 {
  background: #eeeeee;
  color: #053f67;
  font-size: 17px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.status-info-table .field-label {
  color: #053f67;
  font-weight: bold;
  width: 120px;
}
.status-info-table td {
  padding: 5px;
}
.status-info-table td.property-status {
  color: #053f67;
}
.status-info-table tr {
  padding: 5px;
  width: 100%;
  display: block;
}
.status-info-table tr.field-label {
  color: #053f67;
  font-weight: bold;
  width: 120px;
}
.status-info-table tr.property-status {
  color: #ffffff;
  background-color: #175d98;
}
.status-info-table tr.property-status.available {
  background-color: #64af6a;
}
.status-info-table tr.property-status.closed,
.status-info-table tr.property-status.sold {
  background-color: #d05144;
}
.status-info-table tr.property-status.closed td.field-label, 
.status-info-table tr.property-status.sold td.field-label {
  color: white;
}
td.property-status.closed {
  color: white;
}
.status-info-table tr.property-status.subject-to-court-confirmation,
.status-info-table tr.property-status.in-escrow,
.status-info-table tr.property-status.pending {
  background-color: #eeeeee;
}
.status-info-table.underlined-rows table {
  width: 100%;
}
.status-info-table.underlined-rows table tr {
  border-bottom: 1px solid #ddebf4;
}
.status-info-table.underlined-rows table tr:before,
.status-info-table.underlined-rows table tr:after {
  content: " ";
  display: table;
}
.status-info-table.underlined-rows table tr:after {
  clear: both;
}
.status-info-table.underlined-rows table tr:before,
.status-info-table.underlined-rows table tr:after {
  content: " ";
  display: table;
}
.status-info-table.underlined-rows table tr:after {
  clear: both;
}
.status-info-table.underlined-rows table tr td {
  width: 50%;
  display: block;
  float: left;
}
.status-info-table.underlined-rows table tr td.notes {
  width: 100%;
}
.status-info-table.underlined-rows table tr td.full-width {
  width: 100%;
}
.status-info-table.underlined-rows table tr.addl-agent {
  border-top: 1px solid #4c6880;
}
.page-node-type-page .main-container {
  padding-bottom: 60px;
}
.footer .menu--footer a {
  color: #0f98f8;
}
.footer_items:before,
.footer_items:after {
  content: " ";
  display: table;
}
.footer_items:after {
  clear: both;
}
.footer_items:before,
.footer_items:after {
  content: " ";
  display: table;
}
.footer_items:after {
  clear: both;
}
.footer_items h2.block-title,
.footer_items h2 {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #163f5d;
  font-weight: normal;
  padding-bottom: 30px;
  margin: 0;
}
.footer_items .block,
.footer_items nav {
  padding-bottom: 20px;
}
.footer_items section {
  color: #163f5d !important;
}
.footer_items .menu {
  padding-left: 0;
}
.footer_items .menu a {
  padding: 0;
  padding-bottom: 6px;
}
.footer_items .menu a:hover {
  background: none;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer_items .region-footer > * {
    width: 325px;
    float: left;
    padding-right: 50px;
  }
}
.footer_social {
  height: 150px;
}
.footer_social h2.block-title,
.footer_social h2 {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #163f5d;
  font-weight: normal !important;
  padding-bottom: 30px;
  margin: 0;
}
.footer_social ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
.footer_social ul:before,
.footer_social ul:after {
  content: " ";
  display: table;
}
.footer_social ul:after {
  clear: both;
}
.footer_social ul:before,
.footer_social ul:after {
  content: " ";
  display: table;
}
.footer_social ul:after {
  clear: both;
}
.footer_social ul li {
  float: left;
}
.footer_social ul li a {
  color: #0d96f6;
  margin-right: 45px;
  font-size: 20px;
}
.footer_social ul li a:hover {
  color: #0779c9;
}
.footer_copy {
  color: #8fa5b0;
  letter-spacing: 1px;
}
.disclaimer-container {
  background: #f2f6f9;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -40px;
  margin-top: -5px;
  z-index: 99;
  position: relative;
}
.disclaimer-container .lead {
  color: #163f5d !important;
  font-size: 15px;
  font-weight: lighter;
}
.footer {
  margin-top: 0;
}
.region-content #search-api-page-block-form-search-site input {
  width: 100%;
  border: 1px solid #bed4e6;
  border-radius: 0;
  color: #003d69;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 6px;
  min-height: 46px;
}
.region-content #search-api-page-block-form-search-site button {
  margin-top: -3px;
  margin-left: 10px;
  background: url(/themes/custom/kw_core/images/search-arrow.png) no-repeat;
  border: none;
  border-radius: 0;
  height: 46px;
  padding: 0;
  width: 46px;
}
.region-navigation-collapsible #search-api-page-block-form-search-site {
  float: right;
  display: none;
  position: absolute;
  top: 111px;
  right: 0;
  background-color: #c2e1f8;
  padding: 15px;
}
.region-navigation-collapsible #search-api-page-block-form-search-site .form-item {
  margin-bottom: 0;
}
.region-navigation-collapsible #search-api-page-block-form-search-site input#edit-keys {
  border: none;
  border-radius: 0;
  color: #b5bbc4;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 6px;
  min-height: 46px;
  width: 463px;
}
.region-navigation-collapsible #search-api-page-block-form-search-site #edit-actions {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.region-navigation-collapsible #search-api-page-block-form-search-site button {
  background: url(/themes/custom/kw_core/images/search-arrow.png) no-repeat;
  border: none;
  border-radius: 0;
  height: 46px;
  margin-top: -10px;
  margin-right: 0;
  padding: 0;
  width: 46px;
}
.region-navigation-collapsible #search-api-page-block-form-search-site button .icon {
  display: none;
}
.region-navigation-collapsible #search-api-page-block-form-search-site--2 {
  display: none;
}
.path-search-site section .search-api-page-block-form-search-site .form-item {
  width: calc(100% - 110px);
}
@media (min-width: 992px) {
  .path-search-site section {
    margin-left: 16.66666667%;
    width: 66.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.path-search-site section .search-item {
  margin-bottom: 30px;
}
.path-search-site section .search-item .image {
  margin-bottom: 10px;
}
.path-search-site section .search-item .property-name {
  margin-top: 0;
  font-size: 21px;
}
.website-url,
.video-embed,
.ext-link {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 7px;
  vertical-align: top;
  color: white;
}
.website-url a,
.video-embed a,
.ext-link a {
  color: white;
}
.property-content {
  border-top: 0;
}
.page-node-type-property article.property .property-content-container .property-content {
  border-top: 0;
}
.page-node-type-property .property-content-lower {
  padding-bottom: 20px;
  border-top: 0;
}
.page-node-type-property #videoModal .modal-dialog {
  text-align: center;
}
.kw_bidkw_frontpage {
  background: #eeeeee;
}
.kw_bidkw_frontpage:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.path-frontpage .views-element-container {
  margin-bottom: 0;
}
.view-frontpage-slideshow .flexslider {
  margin-bottom: 0;
}
.view-frontpage-slideshow .slideshow-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.view-frontpage-slideshow .slides img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.view-frontpage-slideshow .slides li {
  height: 700px;
  overflow: hidden;
}
.view-frontpage-slideshow .slides li .property-description,
.view-frontpage-slideshow .slides li .views-field-field-ss-slider-description,
.view-frontpage-slideshow .slides li .views-field-body {
  display: block;
  position: absolute;
  min-height: 100px;
  height: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.view-frontpage-slideshow .slides li .property-description .property-text,
.view-frontpage-slideshow .slides li .views-field-field-ss-slider-description .property-text,
.view-frontpage-slideshow .slides li .views-field-body .property-text,
.view-frontpage-slideshow .slides li .property-description .slideshow-title,
.view-frontpage-slideshow .slides li .views-field-field-ss-slider-description .slideshow-title,
.view-frontpage-slideshow .slides li .views-field-body .slideshow-title {
  margin-left: 250px;
  margin-right: 200px;
  max-width: 40em;
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
.view-frontpage-slideshow .slides li .property-description::before,
.view-frontpage-slideshow .slides li .views-field-field-ss-slider-description::before,
.view-frontpage-slideshow .slides li .views-field-body::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #053f67;
  opacity: 0.8;
  z-index: -1;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field {
  position: absolute;
  bottom: 22px;
  right: 50px;
  z-index: 200;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
  border: none;
  border-radius: 0;
  padding: 15px 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active.focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:hover,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.focus {
  background-color: #ee00009A;
  color: #333;
  text-decoration: none;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.disabled,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a[disabled],
fieldset[disabled] .view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.disabled,
fieldset[disabled] a.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a {
  pointer-events: none;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:hover {
  color: #fff;
  background-color: #ee00009A;
  border-color: #204d74;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active,
.open > .dropdown-toggle.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active:hover,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active:hover,
.open > .dropdown-toggle.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:hover,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active:focus,
.open > .dropdown-toggle.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active.focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active.focus,
.open > .dropdown-toggle.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:active,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.active,
.open > .dropdown-toggle.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a {
  background-image: none;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.disabled:hover,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a[disabled]:hover,
fieldset[disabled] .view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:hover,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.disabled:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a[disabled]:focus,
fieldset[disabled] .view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a:focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.disabled.focus,
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a[disabled].focus,
fieldset[disabled] .view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.view-frontpage-slideshow .slides li .views-field-kw-landing-page-cta-field a .badge {
  color: #337ab7;
  background-color: #fff;
}
.view-frontpage-slideshow .flex-direction-nav {
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 110;
  text-indent: 1px;
}
.view-frontpage-slideshow .flex-direction-nav .flex-prev {
  left: 0 !important;
  text-align: center;
}
.view-frontpage-slideshow .flex-direction-nav .flex-next {
  right: 0 !important;
  text-align: center;
}
.view-frontpage-slideshow .flex-direction-nav a {
  display: block !important;
  background-color: #175d98;
  height: 45px;
  width: 45px;
  top: -52px;
  bottom: 25px;
  opacity: 1;
}
.view-frontpage-slideshow .flex-direction-nav a::before {
  font-size: 25px;
  line-height: 45px;
  text-shadow: none;
  color: #ffffff;
}
.view-frontpage-slideshow .flex-control-nav {
  position: absolute;
  display: inline;
  width: auto;
  bottom: 35px;
  left: 65px;
  z-index: 120;
  text-align: left;
  height: 19px;
}
.view-frontpage-slideshow .flex-control-nav li a {
  background-color: #617387;
  border: 1px solid #bac9d0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 13px;
  width: 13px;
}
.view-frontpage-slideshow .flex-control-nav li a.flex-active {
  background-color: #0f80d0;
  border-color: #0f80d0;
}
@media (max-width: 1199px) {
  .view-frontpage-slideshow .flexslider .slides img {
    min-width: 1130px;
  }
  .view-frontpage-slideshow .flexslider .slides li .property-description,
  .view-frontpage-slideshow .flexslider .slides li .views-field-field-ss-slider-description {
    padding: 0 190px 0 60px;
  }
  .view-frontpage-slideshow .flexslider .slides li .property-description .property-text,
  .view-frontpage-slideshow .flexslider .slides li .views-field-field-ss-slider-description .property-text,
  .view-frontpage-slideshow .flexslider .slides li .property-description .slideshow-title,
  .view-frontpage-slideshow .flexslider .slides li .views-field-field-ss-slider-description .slideshow-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 1.2em;
    margin-left: 150px;
    margin-right: 0;
  }
  .view-frontpage-slideshow .flexslider .slides li .views-field-kw-landing-page-cta-field {
    margin-left: 30px;
  }
  .view-frontpage-slideshow .flexslider .slides li .property-cta {
    margin-left: 150px;
  }
  .view-frontpage-slideshow .flexslider .slides li .property-cta a {
    padding: 0;
    background-color: transparent;
  }
  .view-frontpage-slideshow .flexslider .slides li .property-cta a:hover {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .view-frontpage-slideshow .flexslider {
    text-align: center;
  }
  .view-frontpage-slideshow .flexslider .slides li .views-field-field-ss-slider-description {
    margin: 0;
    padding: 0;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 115px;
  }
  .view-frontpage-slideshow .flexslider .slides li .views-field-field-ss-slider-description .slideshow-title {
    margin: 0;
    padding: 0 75px;
    max-height: none;
  }
  .view-frontpage-slideshow .flexslider .slides li .views-field-kw-landing-page-cta-field {
    bottom: 42px;
    right: unset;
    margin: 0;
    width: 100%;
  }
  .view-frontpage-slideshow .flexslider .slides li .views-field-kw-landing-page-cta-field .kw-cta-button-container {
    width: 116px;
    margin: 0 auto;
  }
  .view-frontpage-slideshow .flexslider .flex-control-nav {
    margin-left: -36px;
    bottom: 10px;
    left: unset;
    text-align: center;
  }
}
.frontpage-tile {
  width: calc(100%);
  height: 33vw;
  border: 1px solid white;
  background: #ccc;
  position: relative;
  float: left;
}
@media (max-width: 991px) {
  .frontpage-tile {
    min-height: 400px;
  }
  .frontpage-tile .frontpage-tile__fields {
    padding-top: 0 !important;
  }
  .frontpage-tile .frontpage-tile__fields .views-field-title {
    font-size: 18px;
    line-height: 25px;
  }
  .frontpage-tile .field--name-field-address {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (min-width: 768px) {
  .frontpage-tile {
    width: calc(100%  /2);
  }
}
@media (min-width: 992px) {
  .frontpage-tile {
    width: calc(100%  /3);
  }
}
.frontpage-tile.views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frontpage-tile.views-row:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #053f67;
  z-index: 1;
  opacity: 0.7;
  content: " ";
}
.frontpage-tile.views-row:after,
.frontpage-tile.views-row .auction-date,
.frontpage-tile.views-row .views-field-field-address-address-line1,
.frontpage-tile.views-row .views-field-auction-date-range,
.frontpage-tile.views-row .views-field-title {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.frontpage-tile.views-row:hover:after,
.frontpage-tile.views-row:hover .auction-date,
.frontpage-tile.views-row:hover .views-field-field-address-address-line1,
.frontpage-tile.views-row:hover .views-field-auction-date-range,
.frontpage-tile.views-row:hover .views-field-field-ss-offering-title-location,
.frontpage-tile.views-row:hover .views-field-field-ss-offering-title-location-1,
.frontpage-tile.views-row:hover .offering-title-location-wrapper,
.frontpage-tile.views-row:hover .views-field-title {
  opacity: 0;
}
.frontpage-tile.views-row .country {
  display: none;
}
.frontpage-tile.views-row .frontpage-tile__fields {
  z-index: 3;
  color: #ffffff;
  padding: 40px 50px 50px;
  width: 100%;
  height: 80%;
  font-size: 14px;
  text-transform: uppercase;
}
.frontpage-tile.views-row .frontpage-tile__fields .views-field-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .frontpage-tile.views-row .frontpage-tile__fields .views-field-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.frontpage-tile.views-row .frontpage-tile__fields .offering-title-location-wrapper,
.frontpage-tile.views-row .frontpage-tile__fields .views-field-field-ss-offering-title-location-1,
.frontpage-tile.views-row .frontpage-tile__fields .views-field-field-ss-offering-title-location {
  min-height: 70px;
}
@media (max-width: 1199px) {
  .frontpage-tile.views-row .frontpage-tile__fields .offering-title-location-wrapper,
  .frontpage-tile.views-row .frontpage-tile__fields .views-field-field-ss-offering-title-location-1,
  .frontpage-tile.views-row .frontpage-tile__fields .views-field-field-ss-offering-title-location {
    min-height: 52px;
  }
}
.frontpage-tile.views-row .frontpage-tile__fields .views-field-field-address-address-line1 {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  font-family: "Lato";
  line-height: 24px;
  position: absolute;
  bottom: 120px;
}
.frontpage-tile.views-row .frontpage-tile__fields .views-field-field-address-address-line1 .auction-date {
  min-height: 24px;
  text-transform: capitalize;
}
.frontpage-tile.views-row .frontpage-tile__fields .views-field-auction-date-range {
  font-size: 18px;
  font-weight: normal;
  font-family: "Lato";
  line-height: 24px;
  position: absolute;
  bottom: 120px;
  min-height: 24px;
  text-transform: capitalize;
}
.frontpage-tile.views-row .frontpage-tile__fields .views-field-auction-date-range .views-element-container {
  display: inline-block;
}
.frontpage-tile.views-row .frontpage-tile__fields a {
  color: #ffffff;
}
.frontpage-tile.last-row {
  background-image: url(/themes/custom/kw_bidkw/images/front-cta-tile.png);
}
.frontpage-tile.last-row .frontpage-tile__cta {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  padding-top: 50px;
  padding-left: 50px;
}
.frontpage-tile.last-row .frontpage-tile__cta h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
}
.frontpage-tile.last-row .frontpage-tile__cta h2 a {
  color: #ffffff;
}
.frontpage-tile.last-row .frontpage-tile__cta h2 a i {
  font-size: 19px;
}
.frontpage-tile.last-row .frontpage-tile__cta .small-text {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .frontpage-tile.last-row .frontpage-tile__cta {
    padding-top: 40px;
    padding-left: 20px;
  }
}
.frontpage-tile .kw-cta-button-container {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.frontpage-tile .kw-cta-button-container a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #ee0000;
  border-color: #ee0000;
  border: none;
  border-radius: 0;
  padding: 15px 15px;
  letter-spacing: 1px;
  font-weight: bold;
}
.frontpage-tile .kw-cta-button-container a:focus,
.frontpage-tile .kw-cta-button-container a:active:focus,
.frontpage-tile .kw-cta-button-container a.active:focus,
.frontpage-tile .kw-cta-button-container a.focus,
.frontpage-tile .kw-cta-button-container a:active.focus,
.frontpage-tile .kw-cta-button-container a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.frontpage-tile .kw-cta-button-container a:hover,
.frontpage-tile .kw-cta-button-container a:focus,
.frontpage-tile .kw-cta-button-container a.focus {
  background-color: #ee00009A;
  color: #333;
  text-decoration: none;
}
.frontpage-tile .kw-cta-button-container a:active,
.frontpage-tile .kw-cta-button-container a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.frontpage-tile .kw-cta-button-container a.disabled,
.frontpage-tile .kw-cta-button-container a[disabled],
fieldset[disabled] .frontpage-tile .kw-cta-button-container a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.frontpage-tile .kw-cta-button-container a.disabled,
fieldset[disabled] a.frontpage-tile .kw-cta-button-container a {
  pointer-events: none;
}
.frontpage-tile .kw-cta-button-container a:focus,
.frontpage-tile .kw-cta-button-container a.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.frontpage-tile .kw-cta-button-container a:hover {
  color: #fff;
  background-color: #ee00009A;
  border-color: #204d74;
}
.frontpage-tile .kw-cta-button-container a:active,
.frontpage-tile .kw-cta-button-container a.active,
.open > .dropdown-toggle.frontpage-tile .kw-cta-button-container a {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.frontpage-tile .kw-cta-button-container a:active:hover,
.frontpage-tile .kw-cta-button-container a.active:hover,
.open > .dropdown-toggle.frontpage-tile .kw-cta-button-container a:hover,
.frontpage-tile .kw-cta-button-container a:active:focus,
.frontpage-tile .kw-cta-button-container a.active:focus,
.open > .dropdown-toggle.frontpage-tile .kw-cta-button-container a:focus,
.frontpage-tile .kw-cta-button-container a:active.focus,
.frontpage-tile .kw-cta-button-container a.active.focus,
.open > .dropdown-toggle.frontpage-tile .kw-cta-button-container a.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.frontpage-tile .kw-cta-button-container a:active,
.frontpage-tile .kw-cta-button-container a.active,
.open > .dropdown-toggle.frontpage-tile .kw-cta-button-container a {
  background-image: none;
}
.frontpage-tile .kw-cta-button-container a.disabled:hover,
.frontpage-tile .kw-cta-button-container a[disabled]:hover,
fieldset[disabled] .frontpage-tile .kw-cta-button-container a:hover,
.frontpage-tile .kw-cta-button-container a.disabled:focus,
.frontpage-tile .kw-cta-button-container a[disabled]:focus,
fieldset[disabled] .frontpage-tile .kw-cta-button-container a:focus,
.frontpage-tile .kw-cta-button-container a.disabled.focus,
.frontpage-tile .kw-cta-button-container a[disabled].focus,
fieldset[disabled] .frontpage-tile .kw-cta-button-container a.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.frontpage-tile .kw-cta-button-container a .badge {
  color: #337ab7;
  background-color: #fff;
}
.property-content-upper .content {
  position: relative;
}
.property-content-upper .content .sold-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding-right: 15px;
}
.property-content-upper .no-photos-placeholder {
  width: 100%;
  height: auto;
  font-size: 180px;
  text-align: center;
  padding: 80px;
  color: #0f98f8;
  background-color: #ddebf4;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .property-content-upper .no-photos-placeholder {
    font-size: 150px;
    padding: 50px;
  }
}
.view-property-slideshow .flex-control-nav li a {
  background-color: #ffffff;
  border: 1px solid #bac9d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-property-slideshow .flex-control-nav li a.flex-active {
  background-color: #0f80d0;
  border-color: #0f80d0;
}
.lot-size {
  white-space: nowrap;
}
.view-landing-page-slideshow .flex-control-nav {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 120;
  text-align: center;
}
.view-landing-page-slideshow .flex-control-nav li a {
  background-color: #617387;
  border: 1px solid #bac9d0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.view-landing-page-slideshow .flex-control-nav li a.flex-active {
  background-color: #0f80d0;
  border-color: #0f80d0;
}
.view-landing-page-slideshow .flex-direction-nav {
  border: 0;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 110;
  text-indent: 1px;
  position: absolute;
  top: 50%;
}
.view-landing-page-slideshow .flex-direction-nav .flex-prev {
  left: 0 !important;
  text-align: center;
}
.view-landing-page-slideshow .flex-direction-nav .flex-next {
  right: 0 !important;
  text-align: center;
}
.view-landing-page-slideshow .flex-direction-nav a {
  display: block !important;
  background-color: #175d98;
  height: 45px;
  width: 45px;
  top: 0px;
  bottom: 25px;
  opacity: 1;
}
.view-landing-page-slideshow .flex-direction-nav a::before {
  font-size: 25px;
  line-height: 45px;
  text-shadow: none;
  color: #ffffff;
}
.view-landing-page-slideshow .flex-control-nav {
  position: absolute;
  display: inline;
  width: auto;
  bottom: 35px;
  left: 65px;
  z-index: 120;
  text-align: left;
  height: 19px;
}
.view-landing-page-slideshow .flex-control-nav li a {
  background-color: #617387;
  border: 1px solid #bac9d0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 13px;
  width: 13px;
}
.view-landing-page-slideshow .flex-control-nav li a.flex-active {
  background-color: #0f80d0;
  border-color: #0f80d0;
}
.view-landing-page-slideshow .flex-control-nav.flex-control-paging {
  text-align: center;
  left: 0;
}
.kw-landing-page-countdown {
  padding: 15px;
  background-color: #ddebf4;
  border-top: 1px solid #175d98;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.view-landind-page-properties .data-container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-landind-page-properties .data-container .data-label {
  font-weight: bold;
  color: #053f67;
}
.view-landind-page-properties .data-container .data-label.above {
  display: block;
}
.view-landind-page-properties .views-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}
.view-landind-page-properties .views-row h3 {
  margin-top: 0;
}
.view-landind-page-properties .views-row .address .country {
  display: none;
}
.view-landind-page-properties .no-photos-placeholder {
  width: 100%;
  height: auto;
  font-size: 170px;
  text-align: center;
  padding: 50px;
  color: #0f98f8;
  background-color: #ddebf4;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .view-landind-page-properties .no-photos-placeholder {
    font-size: 140px;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .view-landind-page-properties .no-photos-placeholder {
    font-size: 100px;
    padding: 40px;
  }
}
.map_container {
  background: #f2f5f8;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-node-type-landing-page .page_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.page-node-type-landing-page .page_title .title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-node-type-landing-page .page_title .title-text > * {
  margin: 0;
  padding: 0;
}
.page-node-type-landing-page .page_title .page_title_logo {
  padding-right: 30px;
}
.page-node-type-landing-page .page_title .page_title_logo img {
  min-width: 100px;
}
.page-node-type-landing-page .page_title .page_title_subtitle {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003d69;
  font-weight: 500;
}
.page-node-type-landing-page .page_title .notification-popup-link {
  margin-bottom: 15px;
}
.page-node-type-landing-page .views-field-field-ss-landing-images {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.page-node-type-landing-page .views-field-field-ss-landing-images img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.page-node-type-landing-page .content h2 {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 600;
}
.page-node-type-landing-page .content .content_info {
  font-size: 16px;
  line-height: 26px;
  border-bottom: 1px solid #bed4e6;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.page-node-type-landing-page .content .status-info-table .field-label {
  font-size: 16px;
}
.page-node-type-landing-page .view-landind-page-properties .data-label {
  padding-right: 10px;
}
.page-node-type-landing-page .view-landind-page-properties hr {
  padding: 0;
  padding-top: 1px;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
.page-node-type-landing-page .view-landind-page-properties .wrapper-sold-image .sold-image img {
    position: absolute;
    right: 15px;
    top: 0;
}
.page-node-type-landing-page .view-landind-page-properties h3 {
  -webkit-margin-after: 18px;
          margin-block-end: 18px;
}
.page-node-type-landing-page .view-landind-page-properties h3 a {
  font-size: 30px;
  color: #003d69;
  font-weight: 600;
}
.page-node-type-landing-page .view-landind-page-properties .data-container {
  border-bottom: 1px solid #eeeeee;
}
.page-node-type-landing-page .view-landind-page-properties .data-container:before,
.page-node-type-landing-page .view-landind-page-properties .data-container:after {
  content: " ";
  display: table;
}
.page-node-type-landing-page .view-landind-page-properties .data-container:after {
  clear: both;
}
.page-node-type-landing-page .view-landind-page-properties .data-container:before,
.page-node-type-landing-page .view-landind-page-properties .data-container:after {
  content: " ";
  display: table;
}
.page-node-type-landing-page .view-landind-page-properties .data-container:after {
  clear: both;
}
.page-node-type-landing-page .view-landind-page-properties table .data-container {
  border-bottom: 0 none transparent;
}
.page-node-type-landing-page .view-landind-page-properties table tr {
  border-bottom: 1px solid #eeeeee;
}
.page-node-type-landing-page .view-landind-page-properties table tr td {
  vertical-align: top;
}
.page-node-type-landing-page .view-landind-page-properties .status-info-table h3 {
  margin: 0;
  font-weight: 600;
  font-family: "Lato";
  font-size: 17px;
}
.page-node-type-landing-page .view-landind-page-properties .status-info-table .data-container {
  border-bottom: 0;
}
.page-node-type-landing-page .view-landind-page-properties .status-info-table .data-label.above {
  float: none;
}
.page-node-type-landing-page .view-landind-page-properties .col-sm-6 {
  padding-top: 3px;
}
.page-node-type-landing-page .view-landind-page-properties .data-label,
.page-node-type-landing-page .view-landind-page-properties p.address {
  display: block;
  float: left;
}
.page-node-type-landing-page .info-block--available-downloads .field-content {
  padding-left: 10px;
  padding-right: 10px;
}
.page-node-type-property .main-container {
  padding-bottom: 0px;
}
.page-node-type-property .highlighted_container .page-header {
  display: none;
}
.page-node-type-property .page_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.page-node-type-property .page_title > * {
  margin: 0;
  padding: 0;
}
.page-node-type-property .page_title .title-text {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.page-node-type-property .page_title .title-text > * {
  margin: 0;
  padding: 0;
}
.page-node-type-property .page_title .page_title_logo {
  padding-right: 30px;
}
.page-node-type-property .page_title .page_title_logo img {
  min-width: 100px;
}
.page-node-type-property .page_title .page_title_subtitle {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #003d69;
  font-weight: 500;
}
.page-node-type-property .page_title .notification-popup-link {
  margin-bottom: 15px;
}
.page-node-type-property .property-content {
  padding-top: 0 !important;
}
.page-node-type-property .property-content-upper h3 {
  font-size: 22px;
  font-weight: 600;
}
.page-node-type-property .property-content-upper p.lead {
  font-size: 21px;
  font-weight: normal;
}
.page-node-type-property .btn-hollow:hover {
  background: #dfebf5;
  text-decoration: none;
}
.page-node-type-property .info-block--property-information {
  padding-bottom: 10px;
}
.page-node-type-property .info-block--property-information i {
  padding-right: 10px;
}
.page-node-type-property .info-block--property-information .field-content {
  padding-left: 10px;
  padding-right: 10px;
}
.view-listing-agent-information .views-field-field-ss-brochure .brochure {
  background-color: #d25040;
  color: white;
  border: 0px none transparent;
}
.path-auctions .view-auctions {
  border-top: 0;
}
.path-auctions .view-auctions .view-content .views-row .landing-page-title {
  padding-bottom: 20px;
}
.path-auctions .view-auctions .view-content .views-row .landing-page-title .views-field-title {
  line-height: 1.2em !important;
  padding-top: 10px;
}
.path-auctions .view-auctions .view-content .views-row .landing-page-title .views-field-address {
  min-height: 88px;
}
.path-auctions .view-auctions .view-content .country {
  display: none;
}
.path-case-studies .no-photos-placeholder,
.path-auctions .no-photos-placeholder {
  height: auto;
  font-size: 100px;
  text-align: center;
  padding: 30px 53px;
  color: #0f98f8;
  background-color: #ddebf4;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .path-case-studies .no-photos-placeholder,
  .path-auctions .no-photos-placeholder {
    font-size: 107px;
    padding: 30px 50px;
  }
}
.path-case-studies .view-auction-list .select-wrapper,
.path-auctions .view-auction-list .select-wrapper {
  display: block;
  margin-right: 5px;
}
.path-case-studies .view-auction-list .form-inline .form-control,
.path-auctions .view-auction-list .form-inline .form-control {
  display: block;
  margin-right: 5px;
}
.path-case-studies .view-auction-list #edit-actions,
.path-auctions .view-auction-list #edit-actions {
  vertical-align: bottom;
}
.g-recaptcha {
  margin-bottom: 10px;
}
#block-livebidding {
  position: relative;
  z-index: 1;
}
.wrapper-page-not-found-section img {
   width: 60%;
}
#nextprev-navigation {
  padding-bottom: 70px;
  padding-top: 50px;
  overflow: hidden;
}
#nextprev-navigation a {
  background: #ee0000;
  color: #fff;
  padding: 15px 50px;
  font-size: 20px;
  border-radius: 3px;
} 
#nextprev-navigation a:hover {
    background-color: #cc0000;
    border-color: #cc0000;
}
.path-auctions .views-field-field-address-1{
    display: none;
}

@media (max-width: 767px) {
  #nextprev-navigation .row > div {
    width: 100%;
    text-align: center;
  }  
  #nextprev-navigation .row .first {
    margin-bottom:45px;
  }
}
.tooltip-inner {
  max-width: 278px !important;
  text-align: left;
}
