<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Link Layout */
/* Variable .less files */
/* Global .less files */
/* Custom select field */
/* Use function to add hover styles to avoid hover related double tap bug */
/* Adding 'disabled' state to buttons for form submissions */
.two-col,
.three-col,
.four-col-desktop,
.three-three-one-col,
.two-col-tablet,
.three-col-tablet,
.two-col-desktop,
.three-col-desktop,
.four-col-desktop,
.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.two-col li,
.three-col li,
.four-col-desktop li,
.three-three-one-col li,
.two-col-tablet li,
.three-col-tablet li,
.two-col-desktop li,
.three-col-desktop li,
.four-col-desktop li,
.flex-wrapper li {
  width: 100%;
}
.flex-wrapper {
  width: 100%;
}
.two-col .left-col {
  align-self: flex-start;
  width: 50%;
}
.two-col .right-col {
  align-self: flex-end;
  width: 50%;
}
.four-col-desktop {
  width: 100%;
}
.hide-mobile,
.hide-mobile-text {
  display: none;
}
.show-only-mobile {
  display: flex;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .two-col-tablet li,
  .four-col-desktop li {
    width: 50%;
  }
  .three-col-tablet li {
    width: 33.33%;
  }
  .three-three-one-col li {
    width: 33.33%;
  }
  .hide-mobile {
    display: flex;
  }
  .hide-mobile-text {
    display: inline;
  }
  .show-only-mobile {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .two-col-desktop .left-col {
    width: 50%;
  }
  .two-col-desktop .right-col {
    width: 50%;
  }
  .four-col-desktop li {
    width: 25%;
  }
  .four-col-desktop li {
    width: 25%;
  }
}
#homepage-oscar {
  background-color: white;
}
#homepage-oscar #homepage-oscar-slideshow {
  height: 365px;
  position: relative;
}
#homepage-oscar #homepage-oscar-slideshow .image-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
}
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo {
  height: 365px;
}
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper {
  height: 365px;
}
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
  height: 365px;
}
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
  height: 365px;
}
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  height: 365px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#homepage-oscar #homepage-oscar-slideshow #overlay {
  z-index: 75;
  position: absolute;
  top: 80px;
  width: 100%;
}
#homepage-oscar #homepage-oscar-slideshow #overlay article {
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  color: white;
  text-shadow: 0 0 5px #000000;
}
#homepage-oscar #homepage-oscar-slideshow #overlay article h2 {
  font-size: 15px;
  padding-bottom: 10px;
}
#homepage-oscar #homepage-oscar-slideshow #overlay article span {
  display: block !important;
  font-size: 15px;
  padding-top: 9px;
}
#homepage-oscar #homepage-oscar-slideshow #overlay a {
  display: none;
}
#homepage-oscar #mobile-listings h2 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  padding: 36px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-oscar #mobile-listings #quarter {
  padding: 0 8px 8px 8px;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li {
  padding: 4px 0;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing {
  overflow: hidden;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #d1d1d1;
  width: 100%;
  transition: all 0.5s;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
  padding: 8px;
  text-decoration: none;
  background-color: #f1f1f1;
  height: 130px;
  display: block;
  position: relative;
  z-index: 10;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  height: 20px;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
  color: #090A3A;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) {
  width: 100px;
  float: right;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search {
  display: none;
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover {
  color: #204B63;
  transition: all 0.5s;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search {
  color: #204B63;
  transition: all 0.5s;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#homepage-oscar #mobile-listings #quarter .four-col-desktop li:hover .image {
  transition: all 0.5s;
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari */
  transform: scale(1.05, 1.05);
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-oscar #homepage-oscar-slideshow {
    height: 450px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo {
    height: 450px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 450px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 450px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 450px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 450px;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay {
    top: 120px;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay article {
    width: auto;
    font-size: 35px;
    text-shadow: 0 0 5px #000000;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay article h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay article span {
    font-size: 20px;
  }
  #homepage-oscar #mobile-listings h2 {
    padding: 36px;
    font-size: 25px;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #204B63;
    transition: all 0.5s;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(1),
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(3),
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(odd) {
    padding-left: 12px;
  }
  #homepage-oscar #mobile-listings #quarter .four-col-desktop li:nth-child(even) {
    padding-right: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-oscar #home-listings {
    margin-top: 0px;
    display: none;
    z-index: 150;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li {
    width: 20%;
    float: left !important;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing {
    border-bottom: 2px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .image {
    display: block;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 225px;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    color: white;
    padding: 8px;
    opacity: 0;
    transition: all 0.5s;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .suburb {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
    padding-top: 30px;
    transition: all 0.5s;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .address {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 50px;
    transition: all 0.5s;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .bbc {
    display: none;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .method {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 15px;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper .price {
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    display: block;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li .propertyListing .info-wrapper span i {
    display: none;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li:hover .info-wrapper {
    opacity: 1;
    transition: all 0.5s;
  }
  #homepage-oscar #home-listings #quarter .four-col-desktop li:hover .info-wrapper .suburb {
    transition: all 0.5s;
    padding-top: 50px;
  }
  #homepage-oscar #homepage-oscar-slideshow {
    height: 750px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo {
    height: 750px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper {
    height: 750px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport {
    height: 750px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul {
    height: 750px;
  }
  #homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
    height: 750px;
    background-position: 50% 40%;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay {
    top: 180px;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay article {
    width: auto;
    font-size: 55px;
    text-shadow: 0 0 10px #000000;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay article h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  #homepage-oscar #homepage-oscar-slideshow #overlay article span {
    font-size: 30px;
    padding-top: 20px;
  }
  #homepage-oscar #mobile-listings {
    display: none;
  }
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-lima .info .card .bbc {
    width: 35%;
    float: right;
  }
  #listing-show-lima .info .card .description {
    width: 65%;
    float: left;
  }
  #listing-show-lima .info .card .description .staff .staff-member {
    width: 50%;
    float: left;
  }
  #listing-show-lima .info .card .description .staff:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-lima .info .card .tools {
    width: 35%;
    float: left;
  }
  #listing-show-lima .info .card:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-lima:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-lima .info .card .bbc {
    width: 30%;
  }
  #listing-show-lima .info .card .description {
    width: 70%;
  }
  #listing-show-lima .info .card .tools {
    width: 30%;
  }
}
#listings-juliet {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  background-color: white;
}
#listings-juliet .search-heading {
  padding: 24px;
  font-size: 20px;
  text-align: center;
  display: none;
}
#listings-juliet .search-form-wrapper {
  padding: 8px 8px 0 8px;
}
#listings-juliet .search-form-wrapper #search-form-echo {
  background-color: #f1f1f1;
  /*background-color: white;*/
  padding: 8px;
}
#listings-juliet .search-form-wrapper #search-form-echo fieldset {
  margin-top: 8px;
}
#listings-juliet .search-form-wrapper #search-form-echo fieldset select,
#listings-juliet .search-form-wrapper #search-form-echo fieldset input[type=text],
#listings-juliet .search-form-wrapper #search-form-echo fieldset input[type=email],
#listings-juliet .search-form-wrapper #search-form-echo fieldset textarea,
#listings-juliet .search-form-wrapper #search-form-echo fieldset .ms-choice {
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  display: block;
}
#listings-juliet .search-form-wrapper #search-form-echo fieldset:nth-child(1) {
  margin-top: 0;
}
#listings-juliet .search-form-wrapper #search-form-echo .field-go a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:disabled {
  background: #ccc;
}
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:disabled:hover,
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:disabled:active,
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:disabled:focus {
  background: #ccc;
}
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:focus,
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:hover,
#listings-juliet .search-form-wrapper #search-form-echo .field-go a:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#listings-juliet .listings-content .top-pagination {
  padding: 8px;
  text-align: right;
}
#listings-juliet .listings-content .top-pagination #pagination-alpha a {
  padding-left: 4px;
  text-decoration: none;
  color: #6a6a6a;
  cursor: pointer;
  font-size: 16px;
}
#listings-juliet .listings-content .top-pagination #pagination-alpha a:hover {
  color: #204B63;
}
#listings-juliet .listings-content .top-pagination #pagination-alpha .active {
  color: #204B63;
}
#listings-juliet .listings-content .heading-wrapper .heading-div h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#listings-juliet .listings-content .heading-wrapper .search-sort {
  padding: 0 8px;
}
#listings-juliet .listings-content .heading-wrapper .search-sort span {
  font-weight: 600;
  font-size: 12px;
}
#listings-juliet .listings-content .heading-wrapper .search-sort a {
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 12px;
}
#listings-juliet .listings-content .heading-wrapper .search-sort a:hover {
  transition: all 0.5s;
  color: #204B63;
}
#listings-juliet .listings-content .heading-wrapper .search-sort .active {
  color: #204B63;
}
#listings-juliet .listings-content #listings-juliet-display {
  padding: 0 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listings-juliet .listings-content #listings-juliet-display #no-results {
  padding-left: 8px;
}
#listings-juliet .listings-content #listings-juliet-display #no-results .card {
  line-height: 18px;
}
#listings-juliet .listings-content #listings-juliet-display #no-results .card h2 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
#listings-juliet .listings-content #listings-juliet-display #no-results .card a {
  width: 100%;
  display: block;
  text-align: left;
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
  font-weight: 600;
  padding-top: 8px;
}
#listings-juliet .listings-content #listings-juliet-display #no-results .card a:hover {
  color: #204B63;
  transition: all 0.5s;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li {
  padding: 4px 0;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing {
  overflow: hidden;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #d1d1d1;
  width: 100%;
  transition: all 0.5s;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper {
  padding: 8px;
  text-decoration: none;
  background-color: #f1f1f1;
  height: 130px;
  display: block;
  position: relative;
  z-index: 10;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  height: 20px;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .suburb {
  font-weight: 600;
  font-size: 18px;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .address {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .bbc {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 15px;
  font-size: 17px;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .bbc span {
  width: 55px !important;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 4px;
  padding-right: 60px;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .bbc span i {
  color: #090A3A;
  padding-top: 1px;
  font-size: 18px;
  padding-right: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 15px;
  float: left;
  display: block;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) {
  width: 100px;
  float: right;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search {
  display: none;
  font-size: 25px;
  float: right;
  transition: all 0.5s;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span:nth-child(6) .fa.fa-search:hover {
  color: #204B63;
  transition: all 0.5s;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing:hover .info-wrapper span .fa.fa-search {
  color: #204B63;
  transition: all 0.5s;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:hover .image {
  transition: all 0.5s;
  -ms-transform: scale(1.05, 1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari */
  transform: scale(1.05, 1.05);
}
#listings-juliet .listings-content .bottom-pagination {
  padding: 8px;
  text-align: right;
  padding-top: 0;
}
#listings-juliet .listings-content .bottom-pagination #pagination-alpha a {
  padding-left: 4px;
  text-decoration: none;
  color: #6a6a6a;
  cursor: pointer;
  font-size: 16px;
}
#listings-juliet .listings-content .bottom-pagination #pagination-alpha a:hover {
  color: #204B63;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-juliet .search-heading {
    padding: 36px;
    font-size: 25px;
  }
  #listings-juliet .search-form-wrapper {
    padding: 12px 12px 0 12px;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form {
    padding: 12px;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form fieldset {
    margin-top: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form fieldset.field-category {
    margin-top: 0;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form fieldset:nth-child(odd) {
    padding-right: 6px;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form fieldset:nth-child(even) {
    padding-left: 6px;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form .field-go {
    padding: 12px 0 0 0 !important;
  }
  #listings-juliet .search-form-wrapper #search-form-echo form fieldset:nth-child(1),
  #listings-juliet .search-form-wrapper #search-form-echo form fieldset:nth-child(2) {
    margin-top: 0;
  }
  #listings-juliet .listings-content .top-pagination {
    padding: 12px;
  }
  #listings-juliet .listings-content .heading-wrapper {
    padding: 0 20px;
  }
  #listings-juliet .listings-content .heading-wrapper .heading-div h1 {
    padding: 36px;
    font-size: 25px;
  }
  #listings-juliet .listings-content .heading-wrapper .search-sort {
    padding: 0 12px;
  }
  #listings-juliet .listings-content .heading-wrapper .search-sort span {
    font-size: 13px;
  }
  #listings-juliet .listings-content .heading-wrapper .search-sort a {
    font-size: 13px;
  }
  #listings-juliet .listings-content #listings-juliet-display {
    padding: 0 14px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #204B63;
    transition: all 0.5s;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(1),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(3),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(odd) {
    padding-left: 12px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(even) {
    padding-right: 12px;
  }
  #listings-juliet .listings-content .bottom-pagination {
    padding: 12px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #listings-juliet {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  #listings-juliet .search-heading {
    display: none;
  }
  #listings-juliet .search-form-wrapper section #search-form-echo {
    height: 70px;
  }
  #listings-juliet .search-form-wrapper section #search-form-echo form fieldset {
    margin: 0;
    padding: 0 1px !important;
  }
  #listings-juliet .search-form-wrapper section #search-form-echo form fieldset:nth-child(1) {
    padding-left: 0 !important;
  }
  #listings-juliet .search-form-wrapper section #search-form-echo form .field-go {
    padding: 0 1px 0 0 !important;
  }
  #listings-juliet .listings-content .top-pagination {
    padding: 20px;
  }
  #listings-juliet .listings-content .heading-wrapper .search-sort {
    padding-left: 6px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li {
    padding: 6px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper {
    padding: 8px;
    height: 130px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span {
    height: 20px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .suburb {
    font-weight: 600;
    font-size: 18px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .address {
    font-weight: 600;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .bbc span {
    width: 50px;
    padding-left: 4px;
    padding-right: 4px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search {
    font-size: 25px;
    float: right;
    transition: all 0.5s;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span .fa.fa-search:hover {
    color: #204B63;
    transition: all 0.5s;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(odd) {
    padding-left: 10px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(even) {
    padding-right: 10px;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(1),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(2),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(3),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(4) {
    padding-top: 0 !important;
  }
  #listings-juliet .listings-content .bottom-pagination {
    padding: 20px;
    padding-top: 0;
  }
}
#search-form-echo form {
  display: block;
}
#search-form-echo form h2 {
  text-align: center;
}
#search-form-echo form fieldset {
  width: 100%;
  display: block;
}
#search-form-echo form select {
  width: 100%;
  display: block;
}
#search-form-echo form select:disabled {
  color: gray;
  opacity: 0.5;
}
#search-form-echo form a {
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #search-form-echo form fieldset {
    width: 50%;
    float: left;
  }
  #search-form-echo form .field-go {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #search-form-echo form .field-category,
  #search-form-echo form .field-suburb {
    width: 21%;
  }
  #search-form-echo form .field-bedroom,
  #search-form-echo form .field-method {
    width: 10%;
  }
  #search-form-echo form .field-price-from,
  #search-form-echo form .field-price-to {
    width: 14%;
  }
  #search-form-echo form .field-go {
    width: 10%;
    float: left;
    clear: none;
  }
}
#auctions-charlie,
#opens-delta {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  margin: 0 8px 8px 8px;
}
#auctions-charlie .container ul li:after,
#opens-delta .container ul li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#auctions-charlie .container .card li,
#opens-delta .container .card li {
  clear: both;
}
#auctions-charlie .container .card li a b,
#opens-delta .container .card li a b {
  width: 80%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#auctions-charlie .container .card li a em,
#opens-delta .container .card li a em {
  width: 80%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#auctions-charlie .container .card li a .default-btn,
#opens-delta .container .card li a .default-btn {
  width: 20%;
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#auctions-charlie #no-results .card,
#opens-delta #no-results .card {
  padding: 8px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #auctions-charlie,
  #opens-delta {
    margin: 0 12px 12px 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #auctions-charlie,
  #opens-delta {
    margin: 0 auto;
  }
  #auctions-charlie .container h2 span,
  #opens-delta .container h2 span {
    text-align: right;
    padding-right: 250px;
  }
  #auctions-charlie .container .card li a,
  #opens-delta .container .card li a {
    line-height: 31px;
  }
  #auctions-charlie .container .card li a b,
  #opens-delta .container .card li a b,
  #auctions-charlie .container .card li a em,
  #opens-delta .container .card li a em {
    width: 30%;
    padding-bottom: 0;
  }
  #auctions-charlie .container .card li a input,
  #opens-delta .container .card li a input {
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin-top: 10px;
  }
  #auctions-charlie .container .card li a .default-btn,
  #opens-delta .container .card li a .default-btn {
    margin-top: -27px;
  }
}
@media print {
  #opens-delta .container,
  #auctions-charlie .container {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  #opens-delta .container h2,
  #auctions-charlie .container h2 {
    display: none;
    padding: 20px 0;
  }
  #opens-delta .container h2 span,
  #auctions-charlie .container h2 span {
    display: none;
  }
  #opens-delta .container ul,
  #auctions-charlie .container ul {
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #opens-delta .container ul li,
  #auctions-charlie .container ul li {
    display: none;
  }
  #opens-delta .container ul li a,
  #auctions-charlie .container ul li a {
    display: none;
    padding: 0;
    /*border-bottom: 1px solid @card-border;*/
    line-height: 30px;
  }
  #opens-delta .container ul li a b,
  #auctions-charlie .container ul li a b {
    font-weight: normal;
    display: inline-block;
    float: left;
    width: 25%;
  }
  #opens-delta .container ul li a em,
  #auctions-charlie .container ul li a em {
    display: inline-block;
    padding-bottom: 0;
    float: left;
    width: 50%;
  }
  #opens-delta .container ul li a span,
  #auctions-charlie .container ul li a span {
    display: none;
  }
  #opens-delta .container ul li a input,
  #auctions-charlie .container ul li a input {
    display: none;
  }
  #opens-delta .container ul li a:after,
  #auctions-charlie .container ul li a:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #opens-delta .container .opens-print,
  #auctions-charlie .container .opens-print,
  #opens-delta .container .auctions-print,
  #auctions-charlie .container .auctions-print {
    display: block !important;
  }
}
#appraisal-charlie .container form div fieldset {
  width: 100%;
}
#appraisal-charlie .container form div fieldset legend {
  padding: 4px 0;
}
#appraisal-charlie .container form div fieldset textarea {
  background-color: #f1f1f1;
}
#appraisal-charlie .container form div fieldset input,
#appraisal-charlie .container form div fieldset select {
  width: 100%;
  margin: 4px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d1d1d1;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-charlie .container form div fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #appraisal-charlie .container form div fieldset:nth-child(1) {
    padding-right: 6px;
  }
  #appraisal-charlie .container form div fieldset:nth-child(2) {
    padding-left: 6px;
  }
  #appraisal-charlie .container form div fieldset:nth-child(2) legend {
    padding-bottom: 2px;
  }
  #appraisal-charlie .container form div .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    width: 100%;
  }
  #appraisal-charlie .container form div .col-xs-12.col-sm-12.col-md-12.col-lg-12.go-btn {
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-charlie #appraisal-image {
    width: 100%;
    display: block;
  }
  #appraisal-charlie #appraisal-form &gt; div &gt; fieldset:nth-child(2) {
    padding-top: 6px;
  }
  #appraisal-charlie .container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
  }
  #appraisal-charlie .container.title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.offices-alpha .top-section {
  width: 100%;
}
.offices-alpha .top-section h1 {
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.offices-alpha ul li .officeListing .image img {
  width: 100%;
  height: auto;
}
.offices-alpha ul li .officeListing .office-name {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing span {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing .email {
  width: 100%;
  display: block;
}
.offices-alpha ul li .officeListing .button {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
  text-align: right;
}
.offices-alpha ul li .officeListing .button:disabled {
  background: #ccc;
}
.offices-alpha ul li .officeListing .button:disabled:hover,
.offices-alpha ul li .officeListing .button:disabled:active,
.offices-alpha ul li .officeListing .button:disabled:focus {
  background: #ccc;
}
.offices-alpha ul li .officeListing .button:focus,
.offices-alpha ul li .officeListing .button:hover,
.offices-alpha ul li .officeListing .button:active {
  background-color: #204B63;
  transition: all 0.5s;
}
.offices-alpha ul li .officeListing .button i {
  display: none;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha ul li .officeListing {
    overflow: hidden;
  }
  .offices-alpha ul li .officeListing .image img {
    height: 330px;
    width: auto;
  }
  .offices-alpha ul li .officeListing .address {
    min-height: 45px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
/*JP's garter styling*/
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-bravo .container {
    background-color: white;
  }
  #agent-show-bravo .container .card .image {
    width: 30%;
    height: 100%;
    overflow: hidden;
    float: left;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-bravo .container .card .image img {
    width: 100%;
  }
  #agent-show-bravo .container .card .info {
    width: 70%;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-bravo .container {
    max-width: 1030px;
  }
}
.alert.alert-info {
  display: none;
}
.default-btn {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
.default-btn:focus,
.default-btn:hover,
.default-btn:active {
  background-color: #204B63;
  transition: all 0.5s;
}
.default-link {
  text-decoration: none;
  color: #204B63;
}
.default-link:focus,
.default-link:hover,
.default-link:active {
  color: #2c688a;
}
/* Template .less files */
#homepage-oscar {
  width: 100%;
}
#homepage-oscar form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 16px 8px;
  width: 100%;
  max-width: 350px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#homepage-oscar form input,
#homepage-oscar form select {
  height: 45px;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding-left: 5px;
  border-radius: 10px;
  box-sizing: border-box;
}
#homepage-oscar form select {
  width: 25%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#homepage-oscar form .suburb-autocomplete {
  width: 75%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-oscar form .suburb-autocomplete input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#homepage-oscar form .suburb-autocomplete .ui-widget {
  top: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
}
#homepage-oscar form .suburb-autocomplete .ui-menu-item {
  padding: 5px;
  background-color: #fff;
}
#homepage-oscar form .suburb-autocomplete .ui-menu-item:hover {
  color: #fff;
  cursor: pointer;
  background-color: #204B63;
}
#homepage-oscar form :placeholder-shown {
  padding-left: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#homepage-oscar form select {
  margin-bottom: 8px;
}
#homepage-oscar form #search-submit {
  clear: both;
  text-align: center;
  border-radius: 10px;
  display: block !important;
  background-color: #090A3A;
  border-color: #090A3A;
  width: 100% !important;
  height: 45px !important;
  line-height: 45px !important;
  margin-top: 8px !important;
  transition: background 0.5s;
}
#homepage-oscar form #search-submit:hover {
  background-color: #204B63;
  border-color: #204B63;
  transition: background 0.5s;
}
#homepage-oscar form #search-submit i {
  line-height: 45px;
  color: white;
  font-size: 30px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #homepage-oscar form {
    max-width: 550px;
  }
  #homepage-oscar form input,
  #homepage-oscar form select {
    height: 50px;
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #homepage-oscar form select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #homepage-oscar form input {
    border-radius: 0;
  }
  #homepage-oscar form .suburb-autocomplete {
    width: 72% !important;
  }
  #homepage-oscar form #search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #homepage-oscar form #search-submit input {
    width: 100% !important;
  }
  #homepage-oscar form select {
    width: 15% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar form input {
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar form select {
    margin-bottom: 8px;
  }
  #homepage-oscar form #search-submit {
    clear: none;
    display: block !important;
    width: 13% !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0px !important;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #homepage-oscar form {
    max-width: 550px;
    margin-top: 40px;
  }
  #homepage-oscar form input,
  #homepage-oscar form select {
    width: 100%;
    border: 1px solid #cfcfcf;
    padding-left: 5px;
  }
  #homepage-oscar form select {
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar form input {
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar form :placeholder-shown {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #homepage-oscar form select {
    margin-bottom: 8px;
  }
  #homepage-oscar form #search-submit {
    display: block !important;
    width: 13% !important;
    margin: 0px !important;
  }
}
#listing-show-lima {
  width: 100%;
  border-bottom: 8px solid #f1f1f1;
  margin-top: -40px;
}
#listing-show-lima .tenancy-application-btn {
  margin-bottom: 8px;
  display: block;
}
#listing-show-lima #w-form &gt; em {
  font-weight: 600;
  cursor: pointer;
}
#listing-show-lima #map_canvas {
  height: 350px;
  margin-top: 40px;
}
#listing-show-lima .slideshow,
#listing-show-lima .slideshow-one {
  height: 350px;
  position: relative;
  margin-left: 0;
  margin-top: 40px;
}
#listing-show-lima .slideshow .banner,
#listing-show-lima .slideshow-one .banner {
  display: none;
}
#listing-show-lima .slideshow #main-next,
#listing-show-lima .slideshow-one #main-next,
#listing-show-lima .slideshow #main-prev,
#listing-show-lima .slideshow-one #main-prev {
  display: none;
}
#listing-show-lima .slideshow .slideshow-overlay,
#listing-show-lima .slideshow-one .slideshow-overlay {
  display: none;
  left: 498px;
  top: 0px;
  bottom: -14px;
  position: absolute;
  background-color: rgba(0, 21, 52, 0.9);
  width: 703px;
  z-index: 50;
}
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper {
  position: absolute;
  right: 0;
  padding: 50px;
  color: white;
  top: 0;
  bottom: 0;
}
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2 {
  font-size: 20px;
  text-align: right;
}
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
  text-align: right;
  font-size: 35px;
  padding: 20px 0;
}
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2,
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
  max-width: 280px;
}
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc {
  font-size: 30px;
  position: absolute;
  bottom: 60px;
}
#listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc i,
#listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc i {
  padding-right: 40px;
}
#listing-show-lima .slideshow .bx-wrapper,
#listing-show-lima .slideshow-one .bx-wrapper {
  height: 350px;
}
#listing-show-lima .slideshow .bx-wrapper .bx-viewport,
#listing-show-lima .slideshow-one .bx-wrapper .bx-viewport,
#listing-show-lima .slideshow .bx-wrapper .bx-two,
#listing-show-lima .slideshow-one .bx-wrapper .bx-two {
  height: 350px;
}
#listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider,
#listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider,
#listing-show-lima .slideshow .bx-wrapper .bx-two .bxslider,
#listing-show-lima .slideshow-one .bx-wrapper .bx-two .bxslider {
  height: 350px;
}
#listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider li,
#listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider li,
#listing-show-lima .slideshow .bx-wrapper .bx-two .bxslider li,
#listing-show-lima .slideshow-one .bx-wrapper .bx-two .bxslider li {
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  float: left;
  /*height: 0;*/
  /*padding-bottom: 70%;*/
}
#listing-show-lima .slideshow .bx-wrapper .bx-two li,
#listing-show-lima .slideshow-one .bx-wrapper .bx-two li {
  width: 100% !important;
}
#listing-show-lima .slideshow .bx-wrapper .bx-controls,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction {
  height: 100px;
  display: block;
}
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  position: absolute;
  top: 150px;
  opacity: 0.6;
  transition: all 0.5s;
  cursor: pointer;
}
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next i,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next i {
  color: white;
  font-size: 30px;
}
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 20px;
}
#listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
#listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 20px;
}
#listing-show-lima .slideshow .bx-wrapper:hover .bx-prev,
#listing-show-lima .slideshow-one .bx-wrapper:hover .bx-prev,
#listing-show-lima .slideshow .bx-wrapper:hover .bx-next,
#listing-show-lima .slideshow-one .bx-wrapper:hover .bx-next {
  opacity: 1 !important;
  transition: all 0.5s;
}
#listing-show-lima .slideshow-one ul li {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
}
#listing-show-lima .info {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
}
#listing-show-lima .info .card {
  padding: 8px;
  background-color: white;
}
#listing-show-lima .info .card .tools a {
  color: #6a6a6a;
  text-decoration: none;
}
#listing-show-lima .info .card .tools a:first-of-type i {
  font-size: 1.5em;
}
#listing-show-lima .info .card .tools a:first-of-type:hover {
  color: #204B63;
}
#listing-show-lima .info ul.links li {
  margin-bottom: 8px;
}
#listing-show-lima .info ul.links li a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
#listing-show-lima .info ul.links li a:disabled {
  background: #ccc;
}
#listing-show-lima .info ul.links li a:disabled:hover,
#listing-show-lima .info ul.links li a:disabled:active,
#listing-show-lima .info ul.links li a:disabled:focus {
  background: #ccc;
}
#listing-show-lima .info ul.links li a:focus,
#listing-show-lima .info ul.links li a:hover,
#listing-show-lima .info ul.links li a:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#listing-show-lima .info ul.links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-lima .info .bbc-wrapper {
  width: 90px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-lima .info .bbc {
  margin-bottom: 8px;
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 270px;
  text-align: center;
}
#listing-show-lima .info .bbc span {
  display: inline-block;
  font-size: 18px;
  font-family: 'PT sans', sans-serif;
  transform: rotate(45deg) translateY(10px);
  border: 1px solid #6a6a6a;
}
#listing-show-lima .info .bbc span i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 15px;
  height: 35px;
  display: block;
  text-decoration: none;
  transform: rotate(-45deg) translateY(10px);
}
#listing-show-lima .info .bbc em {
  display: inline-block;
  font-size: 18px;
  font-family: 'PT sans', sans-serif;
  padding: 0 10px 3px 5px;
  vertical-align: bottom;
}
#listing-show-lima .info .description {
  clear: both;
}
#listing-show-lima .info .description h2,
#listing-show-lima .info .description h3,
#listing-show-lima .info .description h4 {
  display: block;
  padding: 8px 0 4px;
  font-size: 18px;
  font-family: 'PT sans', sans-serif;
  color: #204B63;
}
#listing-show-lima .info .description b {
  font-weight: bold;
}
#listing-show-lima .info .description ul {
  margin-top: 8px;
}
#listing-show-lima .info .description ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 28px;
}
#listing-show-lima .info .description .staff {
  padding-top: 16px;
}
#listing-show-lima .info .description .staff .staff-member {
  padding-bottom: 8px;
  clear: both;
}
#listing-show-lima .info .description .staff .staff-member .details .staff-image {
  float: left;
  width: 30%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
#listing-show-lima .info .description .staff .staff-member .details .staff-image img {
  width: 100%;
}
#listing-show-lima .info .description .staff .staff-member .details div {
  float: left;
  width: 70%;
  padding-left: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#listing-show-lima .info .description .staff .staff-member .details div a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-lima .info .description .staff .staff-member .details div .email:hover {
  color: #204B63;
}
#listing-show-lima .info .description .staff .staff-member .details div .name {
  font-size: 16px;
  font-family: 'PT sans', sans-serif;
  color: #204B63;
  padding-bottom: 4px;
}
#listing-show-lima .info .description .staff:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#listing-show-lima .info .tools .linkset {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#listing-show-lima .info .tools .linkset h3 {
  font-family: 'PT sans', sans-serif;
  font-weight: bold;
  padding-bottom: 4px;
}
#listing-show-lima .info .tools .linkset span {
  display: block;
}
#listing-show-lima .info .tools .linkset a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#listing-show-lima .info .tools .linkset a i {
  display: inline-block;
  font-size: 22px;
  vertical-align: sub;
  width: 25px;
  margin-bottom: 5px;
}
#listing-show-lima .info .tools .linkset a:hover {
  color: #204B63;
}
#listing-show-lima .info .tools .linkset a:hover i {
  color: #204B63;
}
#listing-show-lima .info .tools .linkset:last-child {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#listing-show-lima h3.formHeading {
  padding: 8px;
  font-size: 18px;
  font-family: 'PT sans', sans-serif;
  color: #204B63;
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  background-color: white;
}
#listing-show-lima #enquiry-form,
#listing-show-lima #emailAFriendFormDiv {
  max-width: 1030px;
  display: block;
  margin: 0 auto;
  padding: 8px;
  background-color: #f1f1f1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#listing-show-lima #enquiry-form form,
#listing-show-lima #emailAFriendFormDiv form {
  background-color: #f1f1f1;
}
#listing-show-lima #enquiry-form form fieldset,
#listing-show-lima #emailAFriendFormDiv form fieldset {
  padding-bottom: 8px;
}
#listing-show-lima #enquiry-form form fieldset.fieldset_notes,
#listing-show-lima #emailAFriendFormDiv form fieldset.fieldset_notes {
  width: 100%;
}
#listing-show-lima #enquiry-form form fieldset.fieldset_submit,
#listing-show-lima #emailAFriendFormDiv form fieldset.fieldset_submit {
  float: right !important;
}
#listing-show-lima #emailAFriendFormDiv {
  margin: 8px 0;
}
#listing-show-lima .map {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
  margin-top: -40px;
}
#listing-show-lima .map #map_canvas {
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  overflow: hidden;
}
#listing-show-lima .opens-form,
#listing-show-lima .blurb {
  display: none;
  background-color: white;
}
#listing-show-lima .opens-form,
#listing-show-lima .form-horizontal {
  background-color: white;
}
#listing-show-lima .opens-form fieldset,
#listing-show-lima .form-horizontal fieldset {
  margin-top: 8px;
}
#listing-show-lima .opens-form fieldset select,
#listing-show-lima .form-horizontal fieldset select,
#listing-show-lima .opens-form fieldset input[type=text],
#listing-show-lima .form-horizontal fieldset input[type=text],
#listing-show-lima .opens-form fieldset input[type=email],
#listing-show-lima .form-horizontal fieldset input[type=email],
#listing-show-lima .opens-form fieldset textarea,
#listing-show-lima .form-horizontal fieldset textarea,
#listing-show-lima .opens-form fieldset .ms-choice,
#listing-show-lima .form-horizontal fieldset .ms-choice {
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: 'PT sans', sans-serif;
  display: block;
}
#listing-show-lima .opens-form fieldset input[type=submit],
#listing-show-lima .form-horizontal fieldset input[type=submit] {
  border: 0px;
  color: #ffffff;
  background-color: #204B63;
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
#listing-show-lima .opens-form fieldset input[type=submit]:disabled,
#listing-show-lima .form-horizontal fieldset input[type=submit]:disabled {
  background: #ccc;
}
#listing-show-lima .opens-form fieldset input[type=submit]:disabled:hover,
#listing-show-lima .form-horizontal fieldset input[type=submit]:disabled:hover,
#listing-show-lima .opens-form fieldset input[type=submit]:disabled:active,
#listing-show-lima .form-horizontal fieldset input[type=submit]:disabled:active,
#listing-show-lima .opens-form fieldset input[type=submit]:disabled:focus,
#listing-show-lima .form-horizontal fieldset input[type=submit]:disabled:focus {
  background: #ccc;
}
#listing-show-lima .opens-form fieldset input[type=submit]:focus,
#listing-show-lima .form-horizontal fieldset input[type=submit]:focus,
#listing-show-lima .opens-form fieldset input[type=submit]:hover,
#listing-show-lima .form-horizontal fieldset input[type=submit]:hover,
#listing-show-lima .opens-form fieldset input[type=submit]:active,
#listing-show-lima .form-horizontal fieldset input[type=submit]:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#listing-show-lima #opens {
  margin-top: 8px;
}
#listing-show-lima #enquiry-form {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  background-color: white;
}
#listing-show-lima #enquiry-form form {
  padding: 8px;
  display: block;
  margin: 0 auto;
  /*height: 350px;*/
  height: auto !important;
}
#listing-show-lima #enquiry-form form:after {
  content: '';
  display: table;
  clear: both;
}
#listing-show-lima #opens {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #listing-show-lima {
    border-bottom: 12px solid #f1f1f1;
  }
  #listing-show-lima #map_canvas {
    height: 450px;
  }
  #listing-show-lima .tenancy-application-btn {
    margin-bottom: 12px;
  }
  #listing-show-lima .slideshow,
  #listing-show-lima .slideshow-one {
    height: 350px;
    position: relative;
    margin-left: -498px;
    margin-top: 40px;
  }
  #listing-show-lima .slideshow .slideshow-overlay,
  #listing-show-lima .slideshow-one .slideshow-overlay {
    display: block;
    left: 91px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 21, 52, 0.9);
    width: 710px;
    z-index: 50;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper {
    position: absolute;
    right: -30px;
    padding: 50px;
    color: white;
    top: 0;
    bottom: 0;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2 {
    font-size: 20px;
    padding-left: 90px;
    text-align: right;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
    font-size: 25px;
    padding: 20px 0;
    padding-left: 51px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc {
    font-size: 30px;
    position: absolute;
    bottom: 60px;
    right: 10px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc i,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc i {
    padding-right: 40px;
  }
  #listing-show-lima .slideshow .slideshow-overlay-right,
  #listing-show-lima .slideshow-one .slideshow-overlay-right {
    right: 0;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 21, 52, 0.9);
    width: 0;
    z-index: 50;
  }
  #listing-show-lima .slideshow .bx-wrapper,
  #listing-show-lima .slideshow-one .bx-wrapper {
    max-width: none !important;
    width: 100% !important;
    height: 350px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport {
    height: 350px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider,
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two {
    height: 350px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider li,
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two li {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
    float: left;
    width: 400px !important;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two li {
    width: 100% !important;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction {
    height: 100px;
    display: block;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 200px;
    opacity: 0.3;
    transition: all 0.5s;
    cursor: pointer;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next i,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next i {
    color: white;
    font-size: 30px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
    opacity: 1;
    transition: all 0.5s;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 520px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 20px;
  }
  #listing-show-lima .slideshow-one {
    margin-left: 300px;
  }
  #listing-show-lima .slideshow-one .slideshow-overlay {
    left: -711px;
  }
  #listing-show-lima .slideshow-one ul li {
    height: 350px;
  }
  #listing-show-lima .info .card {
    padding: 12px;
  }
  #listing-show-lima .info ul.links {
    margin-bottom: 12px;
  }
  #listing-show-lima .info ul.links li {
    margin-bottom: 0;
    float: left;
    width: 33.33%;
    padding-right: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-lima .info ul.links li a {
    display: block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    color: white;
    cursor: pointer;
    background-color: #090A3A;
    transition: all 0.5s;
  }
  #listing-show-lima .info ul.links li a:disabled {
    background: #ccc;
  }
  #listing-show-lima .info ul.links li a:disabled:hover,
  #listing-show-lima .info ul.links li a:disabled:active,
  #listing-show-lima .info ul.links li a:disabled:focus {
    background: #ccc;
  }
  #listing-show-lima .info ul.links li a:focus,
  #listing-show-lima .info ul.links li a:hover,
  #listing-show-lima .info ul.links li a:active {
    background-color: #204B63;
    transition: all 0.5s;
  }
  #listing-show-lima .info .bbc {
    margin-bottom: 0;
    height: 0px;
  }
  #listing-show-lima .info .bbc-wrapper {
    display: none;
  }
  #listing-show-lima .info .description {
    clear: left;
    padding-right: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-lima .info .description h2,
  #listing-show-lima .info .description h3,
  #listing-show-lima .info .description h4 {
    text-align: left;
    padding: 12px 0;
  }
  #listing-show-lima .info .description ul {
    margin-top: 6px;
  }
  #listing-show-lima .info .description ul li {
    margin-left: 32px;
  }
  #listing-show-lima .info .description .staff {
    clear: both;
    padding-top: 12px;
  }
  #listing-show-lima .info .description .staff .staff-member {
    padding-bottom: 12px;
    clear: none;
  }
  #listing-show-lima .info .description .staff .staff-member .details div {
    padding-left: 12px;
  }
  #listing-show-lima .info .description .staff .staff-member .details div .name {
    padding-bottom: 6px;
  }
  #listing-show-lima .info .tools {
    padding-top: 13px;
  }
  #listing-show-lima .info .tools .linkset {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #listing-show-lima .info .tools .linkset h3 {
    padding-bottom: 6px;
  }
  #listing-show-lima h3.formHeading {
    padding: 12px 12px 0;
    text-align: left;
    margin-bottom: 0;
  }
  #listing-show-lima .contact-form-alpha {
    padding: 12px;
    margin: 12px;
  }
  #listing-show-lima .contact-form-alpha form fieldset {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 12px 12px 0;
  }
  #listing-show-lima .contact-form-alpha form .fieldset_notes {
    padding-bottom: 0;
  }
  #listing-show-lima .contact-form-alpha:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #listing-show-lima #listing-open-form-alpha strong {
    display: none;
    float: right;
    width: 56%;
  }
  #listing-show-lima #listing-open-form-alpha .fieldset_submit {
    float: right;
    width: 25%;
    padding: 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #listing-show-lima {
    border-bottom: 20px solid #f1f1f1;
  }
  #listing-show-lima .sneak-preview-map {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    position: relative;
  }
  #listing-show-lima .tenancy-application-btn {
    margin-bottom: 20px;
  }
  #listing-show-lima #map_canvas {
    height: 650px;
  }
  #listing-show-lima .slideshow,
  #listing-show-lima .slideshow-one {
    height: 500px;
    position: relative;
    margin-left: -651px;
    margin-top: 40px;
  }
  #listing-show-lima .slideshow .slideshow-overlay,
  #listing-show-lima .slideshow-one .slideshow-overlay {
    left: 297px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 21, 52, 0.9);
    width: 704px;
    z-index: 50;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper {
    position: absolute;
    right: -20px;
    padding: 50px;
    color: white;
    top: 0;
    bottom: 0;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2 {
    font-size: 20px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
    font-size: 30px;
    padding: 20px 0;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
    max-width: 320px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc {
    font-size: 30px;
    position: absolute;
    bottom: 60px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc i,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc i {
    padding-right: 40px;
  }
  #listing-show-lima .slideshow .slideshow-overlay-right,
  #listing-show-lima .slideshow-one .slideshow-overlay-right {
    right: -99px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 21, 52, 0.9);
    width: 215px;
    z-index: 50;
  }
  #listing-show-lima .slideshow .bx-wrapper,
  #listing-show-lima .slideshow-one .bx-wrapper {
    width: 100% !important;
    max-width: none !important;
    height: 500px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport {
    height: 500px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider,
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two {
    height: 500px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider li,
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two li {
    height: 500px;
    background-position: 50% 50%;
    background-size: cover;
    float: left;
    width: 500px !important;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two li {
    width: 100% !important;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction {
    height: 100px;
    display: block;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 200px;
    opacity: 0.3;
    transition: all 0.5s;
    cursor: pointer;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next i,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next i {
    color: white;
    font-size: 30px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
    opacity: 1;
    transition: all 0.5s;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 670px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 20px;
  }
  #listing-show-lima .slideshow-one {
    margin-left: 390px !important;
    margin-right: 155px !important;
  }
  #listing-show-lima .slideshow-one .slideshow-overlay {
    left: -705px !important;
  }
  #listing-show-lima .slideshow-one .slideshow-overlay-right {
    right: -216px !important;
  }
  #listing-show-lima .slideshow-one ul li {
    height: 500px;
  }
  #listing-show-lima .info .card {
    padding: 20px;
  }
  #listing-show-lima .info ul.links {
    margin-bottom: 20px;
  }
  #listing-show-lima .info ul.links li {
    margin-bottom: 0;
    width: 150px;
    padding-right: 20px;
  }
  #listing-show-lima .info .description {
    padding-right: 40px;
  }
  #listing-show-lima .info .description h2,
  #listing-show-lima .info .description h3,
  #listing-show-lima .info .description h4 {
    padding: 20px 0;
  }
  #listing-show-lima .info .description ul {
    margin-top: 10px;
  }
  #listing-show-lima .info .description ul li {
    margin-left: 40px;
  }
  #listing-show-lima .info .description .staff {
    padding-top: 30px;
  }
  #listing-show-lima .info .description .staff .staff-member {
    padding-bottom: 20px;
  }
  #listing-show-lima .info .description .staff .staff-member .details div {
    padding-left: 20px;
  }
  #listing-show-lima .info .description .staff .staff-member .details div .name {
    padding-bottom: 10px;
  }
  #listing-show-lima .info .tools .linkset {
    width: 80%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #listing-show-lima .info .tools .linkset h3 {
    padding-bottom: 10px;
  }
  #listing-show-lima h3.formHeading {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 20px 20px;
    margin-bottom: 0;
  }
  #listing-show-lima .contact-form-alpha {
    padding: 20px;
    margin: 20px;
  }
  #listing-show-lima .contact-form-alpha form fieldset {
    width: 25%;
    padding: 0 1px 1px 0;
  }
  #listing-show-lima .contact-form-alpha form .fieldset_notes {
    width: 90%;
  }
  #listing-show-lima .contact-form-alpha form .fieldset_submit {
    width: 10%;
  }
  #listing-show-lima #listing-open-form-alpha strong {
    float: right;
    width: 36%;
    margin-top: -23px;
  }
  #listing-show-lima .opens-form fieldset {
    margin-top: 20px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #listing-show-lima .opens-form fieldset:nth-child(1),
  #listing-show-lima .opens-form fieldset:nth-child(3) {
    padding-right: 10px;
  }
  #listing-show-lima .opens-form fieldset:nth-child(2),
  #listing-show-lima .opens-form fieldset:nth-child(4) {
    padding-left: 10px;
  }
  #listing-show-lima .opens-form .fieldset_contact_method {
    padding-left: 10px;
  }
  #listing-show-lima .opens-form .fieldset_notes {
    padding-right: 10px;
  }
}
@media only print, only screen and (min-width: 1920px) {
  /* Desktop */
  #listing-show-lima .slideshow,
  #listing-show-lima .slideshow-one {
    height: 550px;
    position: relative;
    margin-left: -180px;
    margin-top: 40px;
  }
  #listing-show-lima .slideshow .slideshow-overlay,
  #listing-show-lima .slideshow-one .slideshow-overlay {
    display: block;
    left: 97px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 21, 52, 0.9);
    width: 703px;
    z-index: 50;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper {
    position: absolute;
    right: 0;
    padding: 50px;
    color: white;
    top: 50px;
    bottom: 0;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2 {
    font-size: 20px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
    font-size: 35px;
    padding: 20px 0;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h2,
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper h3,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper h3 {
    max-width: 380px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc {
    font-size: 30px;
    position: absolute;
    bottom: 60px;
  }
  #listing-show-lima .slideshow .slideshow-overlay .text-wrapper .bbc i,
  #listing-show-lima .slideshow-one .slideshow-overlay .text-wrapper .bbc i {
    padding-right: 40px;
  }
  #listing-show-lima .slideshow .slideshow-overlay-right,
  #listing-show-lima .slideshow-one .slideshow-overlay-right {
    right: 0;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 21, 52, 0.9);
    width: 481px;
    z-index: 50;
  }
  #listing-show-lima .slideshow .bx-wrapper,
  #listing-show-lima .slideshow-one .bx-wrapper {
    height: 550px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport {
    height: 550px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider,
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two {
    height: 550px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bxslider li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bxslider li,
  #listing-show-lima .slideshow .bx-wrapper .bx-viewport .bx-two li,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-viewport .bx-two li {
    height: 550px;
    background-position: 50% 50%;
    background-size: cover;
    float: left;
    width: 800px !important;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction {
    height: 100px;
    display: block;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    position: absolute;
    top: 200px;
    opacity: 0.3;
    transition: all 0.5s;
    cursor: pointer;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev i,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next i,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next i {
    color: white;
    font-size: 30px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
    opacity: 1;
    transition: all 0.5s;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 200px;
  }
  #listing-show-lima .slideshow .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
  #listing-show-lima .slideshow-one .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 20px;
  }
  #listing-show-lima .slideshow-one {
    margin-left: 620px !important;
    margin-right: 485px !important;
  }
  #listing-show-lima .slideshow-one .slideshow-overlay {
    left: -704px !important;
  }
  #listing-show-lima .slideshow-one .slideshow-overlay-right {
    right: -512px !important;
    width: 511px;
  }
  #listing-show-lima .slideshow-one ul li {
    height: 550px;
  }
}
#listings-juliet {
  width: 100%;
}
#listings-juliet .listings-content .heading-wrapper .heading-div {
  text-transform: capitalize;
  text-align: center;
}
#listings-juliet .listings-content .heading-wrapper .heading-div h1 {
  margin: 36px;
  padding: 0 15px;
  font-size: 25px;
  display: inline-block;
  border: 2px solid #6a6a6a;
  border-top: none;
  border-bottom: none;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(1) {
  padding-top: 0;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(4) {
  padding-bottom: 0;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper {
  display: flex;
  flex-flow: column;
  /*height: auto !important;*/
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper span {
  width: 100%;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .top-wrapper {
  flex: 1;
}
#listings-juliet .listings-content #listings-juliet-display .four-col-desktop li .propertyListing .info-wrapper .bottom-wrapper {
  align-self: flex-end;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(1),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(2) {
    padding-top: 0;
  }
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(3),
  #listings-juliet .listings-content #listings-juliet-display .four-col-desktop li:nth-child(4) {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
}
#auctions-charlie,
#opens-delta {
  width: 100%;
  background-color: white;
  padding: 8px;
}
#auctions-charlie .top-section,
#opens-delta .top-section {
  background-color: transparent !important;
}
#auctions-charlie .top-section h1,
#opens-delta .top-section h1 {
  padding: 24px 24px 9px 24px;
  font-size: 20px;
  text-align: center;
  color: #6a6a6a !important;
}
#auctions-charlie .top-section .top-links,
#opens-delta .top-section .top-links {
  color: #6a6a6a !important;
}
#auctions-charlie .top-section .top-links .links-container .left,
#opens-delta .top-section .top-links .links-container .left {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-bottom: 24px;
}
#auctions-charlie .top-section .top-links .links-container .right,
#opens-delta .top-section .top-links .links-container .right {
  padding-right: 8px;
  display: block;
  margin-top: 8px;
}
#auctions-charlie .top-section .top-links .links-container .right li a,
#opens-delta .top-section .top-links .links-container .right li a {
  float: right;
  color: #090A3A;
}
#auctions-charlie .top-section .top-links .links-container .right li a:hover,
#opens-delta .top-section .top-links .links-container .right li a:hover {
  color: #204B63;
}
#auctions-charlie .top-section .top-links .links-container .right li:nth-child(2),
#opens-delta .top-section .top-links .links-container .right li:nth-child(2),
#auctions-charlie .top-section .top-links .links-container .right li:nth-child(3),
#opens-delta .top-section .top-links .links-container .right li:nth-child(3) {
  display: none;
}
#auctions-charlie .container,
#opens-delta .container {
  clear: both;
  padding: 0;
}
#auctions-charlie .container h2,
#opens-delta .container h2 {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  color: #090A3A;
  padding: 16px 0;
}
#auctions-charlie .container h2 span,
#opens-delta .container h2 span {
  display: none;
}
#auctions-charlie .container .card li,
#opens-delta .container .card li {
  display: flex;
  padding: 4px 0;
}
#auctions-charlie .container .card li a,
#opens-delta .container .card li a {
  width: 100%;
  text-decoration: none;
  color: #6a6a6a;
  background-color: #f1f1f1;
  padding: 8px;
}
#auctions-charlie .container .card li a b,
#opens-delta .container .card li a b {
  padding-bottom: 8px;
}
#auctions-charlie .container .card li a input,
#opens-delta .container .card li a input {
  display: none;
}
#auctions-charlie .container .card li a .default-btn,
#opens-delta .container .card li a .default-btn {
  margin-top: -20px;
  height: 32px;
  line-height: 32px;
}
#auctions-charlie .container .card li a:hover b,
#opens-delta .container .card li a:hover b,
#auctions-charlie .container .card li a:hover em,
#opens-delta .container .card li a:hover em {
  color: #090A3A;
}
#auctions-charlie .container .card li:nth-child(1),
#opens-delta .container .card li:nth-child(1) {
  padding-top: 0;
}
#auctions-charlie .container .card li:last-child,
#opens-delta .container .card li:last-child {
  padding-bottom: 0;
}
#auctions-charlie #no-results,
#opens-delta #no-results {
  background-color: #f1f1f1;
  margin-top: 32px;
  text-align: center;
}
#auctions-charlie #no-results .card,
#opens-delta #no-results .card {
  padding: 8px;
}
#auctions-charlie #no-results .card h2,
#opens-delta #no-results .card h2 {
  padding-bottom: 8px;
}
#auctions-charlie #no-results .card a,
#opens-delta #no-results .card a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
  width: 50%;
  margin: 0 auto;
  margin-top: 8px;
}
#auctions-charlie #no-results .card a:disabled,
#opens-delta #no-results .card a:disabled {
  background: #ccc;
}
#auctions-charlie #no-results .card a:disabled:hover,
#opens-delta #no-results .card a:disabled:hover,
#auctions-charlie #no-results .card a:disabled:active,
#opens-delta #no-results .card a:disabled:active,
#auctions-charlie #no-results .card a:disabled:focus,
#opens-delta #no-results .card a:disabled:focus {
  background: #ccc;
}
#auctions-charlie #no-results .card a:focus,
#opens-delta #no-results .card a:focus,
#auctions-charlie #no-results .card a:hover,
#opens-delta #no-results .card a:hover,
#auctions-charlie #no-results .card a:active,
#opens-delta #no-results .card a:active {
  background-color: #204B63;
  transition: all 0.5s;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #auctions-charlie,
  #opens-delta {
    border-bottom: 12px solid #f1f1f1;
  }
  #auctions-charlie .top-section h1,
  #opens-delta .top-section h1 {
    padding: 36px;
    font-size: 25px;
    padding-bottom: 10px;
  }
  #auctions-charlie .top-section .top-links .links-container .left,
  #opens-delta .top-section .top-links .links-container .left {
    font-size: 16px;
  }
  #auctions-charlie .top-section .top-links .links-container .right,
  #opens-delta .top-section .top-links .links-container .right {
    padding-right: 12px;
  }
  #auctions-charlie .container h2,
  #opens-delta .container h2 {
    padding: 12px 0;
  }
  #auctions-charlie #no-results .card,
  #opens-delta #no-results .card {
    font-size: 15px;
    padding: 12px !important;
  }
  #auctions-charlie #no-results .card h2,
  #opens-delta #no-results .card h2 {
    padding-bottom: 12px;
  }
  #auctions-charlie #no-results .card a,
  #opens-delta #no-results .card a {
    font-size: 14px;
    width: 20%;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #auctions-charlie,
  #opens-delta {
    padding: 0;
    padding-bottom: 1px;
    border-bottom: 20px solid #f1f1f1;
  }
  #auctions-charlie .top-section,
  #opens-delta .top-section {
    background-color: #090A3A;
    color: white;
    /*height: 50px;*/
    height: auto !important;
  }
  #auctions-charlie .top-section h1,
  #opens-delta .top-section h1 {
    font-size: 25px !important;
    text-align: center;
    line-height: 50px;
    padding: 20px 0 !important;
  }
  #auctions-charlie .top-section .top-links .links-container .left,
  #opens-delta .top-section .top-links .links-container .left {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 14px;
    padding-bottom: 12px;
    margin-top: -20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
  }
  #auctions-charlie .top-section .top-links .links-container .right li a,
  #opens-delta .top-section .top-links .links-container .right li a {
    padding-left: 12px;
  }
  #auctions-charlie .top-section .top-links .links-container .right li:nth-child(2),
  #opens-delta .top-section .top-links .links-container .right li:nth-child(2),
  #auctions-charlie .top-section .top-links .links-container .right li:nth-child(3),
  #opens-delta .top-section .top-links .links-container .right li:nth-child(3) {
    display: block;
  }
  #auctions-charlie .container,
  #opens-delta .container {
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
  }
  #auctions-charlie .container h2,
  #opens-delta .container h2 {
    padding: 20px 0;
  }
  #auctions-charlie .container h2 span,
  #opens-delta .container h2 span {
    display: block;
  }
  #auctions-charlie .container .card li,
  #opens-delta .container .card li {
    padding: 10px 0;
  }
  #auctions-charlie .container .card li a input,
  #opens-delta .container .card li a input {
    display: block;
  }
  #auctions-charlie .container .card li a .default-btn,
  #opens-delta .container .card li a .default-btn {
    width: 10% !important;
  }
  #auctions-charlie #no-results,
  #opens-delta #no-results {
    margin: 50px 20px 20px 20px;
  }
  #auctions-charlie #no-results .card,
  #opens-delta #no-results .card {
    line-height: 22px;
  }
}
@media print {
  body {
    background-color: white !important;
  }
  #auctions-charlie .top-section h1,
  #opens-delta .top-section h1 {
    font-size: 0;
    padding: 24px 24px 24px 24px;
  }
  #auctions-charlie .top-section h1:after,
  #opens-delta .top-section h1:after {
    content: "My Printed List";
    font-size: 25px;
  }
  #auctions-charlie .top-section .top-links,
  #opens-delta .top-section .top-links {
    display: none;
  }
  #auctions-charlie .container h2,
  #opens-delta .container h2 {
    display: block !important;
  }
  #auctions-charlie .card li a,
  #opens-delta .card li a {
    background-color: #f1f1f1 !important;
    display: flex !important;
  }
}
#appraisal-charlie {
  background-color: white;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 8px solid #f1f1f1;
  padding-bottom: 8px;
}
#appraisal-charlie #appraisal-image .item-image-alpha a div {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
}
#appraisal-charlie #appraisal-image .item-image-alpha a span {
  display: none;
}
#appraisal-charlie .container.title span {
  display: block;
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#appraisal-charlie .container article {
  padding: 0 16px;
  line-height: 18px;
}
#appraisal-charlie .container article h2 {
  display: none;
}
#appraisal-charlie .container form {
  margin: 0 8px;
  margin-top: 8px;
  background-color: #f1f1f1;
}
#appraisal-charlie .container form div {
  padding: 1px 8px 8px 8px;
}
#appraisal-charlie .container form div fieldset {
  margin-top: 8px;
}
#appraisal-charlie .container form div fieldset select,
#appraisal-charlie .container form div fieldset input[type=text],
#appraisal-charlie .container form div fieldset input[type=email],
#appraisal-charlie .container form div fieldset textarea,
#appraisal-charlie .container form div fieldset .ms-choice {
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf !important;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: 'PT sans', sans-serif !important;
  display: block;
  background-color: white !important;
}
#appraisal-charlie .container form div fieldset select option,
#appraisal-charlie .container form div fieldset input[type=text] option,
#appraisal-charlie .container form div fieldset input[type=email] option,
#appraisal-charlie .container form div fieldset textarea option,
#appraisal-charlie .container form div fieldset .ms-choice option {
  font-family: 'PT sans', sans-serif !important;
}
#appraisal-charlie .container form div fieldset input[type=submit] {
  border: 0px;
  color: #ffffff;
  background-color: #204B63;
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
#appraisal-charlie .container form div fieldset input[type=submit]:disabled {
  background: #ccc;
}
#appraisal-charlie .container form div fieldset input[type=submit]:disabled:hover,
#appraisal-charlie .container form div fieldset input[type=submit]:disabled:active,
#appraisal-charlie .container form div fieldset input[type=submit]:disabled:focus {
  background: #ccc;
}
#appraisal-charlie .container form div fieldset input[type=submit]:focus,
#appraisal-charlie .container form div fieldset input[type=submit]:hover,
#appraisal-charlie .container form div fieldset input[type=submit]:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#appraisal-charlie .container form div fieldset #listing-appraisal_note {
  height: 75px;
  line-height: 20px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #appraisal-charlie {
    border-bottom: 12px solid #f1f1f1;
    padding-bottom: 12px;
  }
  #appraisal-charlie #appraisal-image .item-image-alpha a div {
    height: 350px;
  }
  #appraisal-charlie .container-title span {
    padding: 36px;
    font-size: 25px;
  }
  #appraisal-charlie .container article {
    padding: 0 24px;
  }
  #appraisal-charlie .container form {
    display: flex;
    margin: 0 12px;
    margin-top: 12px;
  }
  #appraisal-charlie .container form div {
    padding: 1px 12px 12px 12px;
  }
  #appraisal-charlie .container form div fieldset input {
    margin: 6px 0 12px 0 !important;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_sale_method {
    margin-top: 8px;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_unit_number {
    margin-top: 12px !important;
  }
  #appraisal-charlie .container form div fieldset #listing-appraisal_note {
    height: 100px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #appraisal-charlie {
    border-bottom: 20px solid #f1f1f1;
    padding-bottom: 20px;
  }
  #appraisal-charlie #appraisal-image .item-image-alpha a div {
    height: 450px;
  }
  #appraisal-charlie .container.title {
    padding: 0 !important;
  }
  #appraisal-charlie .container.title span {
    padding: 36px;
    font-size: 25px;
  }
  #appraisal-charlie .container {
    padding-top: 0 !important;
  }
  #appraisal-charlie .container article {
    padding: 0 40px;
  }
  #appraisal-charlie .container form {
    margin: 20px 20px 0 20px;
  }
  #appraisal-charlie .container form .row {
    width: 100%;
  }
  #appraisal-charlie .container form div {
    padding: 1px 20px 20px 20px;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_sale_method {
    margin-top: 2px;
  }
  #appraisal-charlie .container form div fieldset #listing-listing_unit_number {
    margin-top: 12px !important;
  }
  #appraisal-charlie .container form div fieldset #listing-appraisal_note {
    height: 100px;
    line-height: 20px;
  }
}
#agents-charlie {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: white;
  margin-bottom: 8px;
}
#agents-charlie .top-section h1 {
  width: 100%;
  display: block;
  text-align: center;
  padding: 24px;
  font-size: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-transform: capitalize;
}
#agents-charlie .top-section #refine-agents-bravo form {
  background-color: #f1f1f1;
  margin: 0 8px 0 8px;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset {
  margin-top: 8px;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset select {
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf !important;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: 'PT sans', sans-serif !important;
  display: block;
  background-color: white !important;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset select option {
  font-family: 'PT sans', sans-serif !important;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset a {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset a:disabled {
  background: #ccc;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset a:disabled:hover,
#agents-charlie .top-section #refine-agents-bravo form fieldset a:disabled:active,
#agents-charlie .top-section #refine-agents-bravo form fieldset a:disabled:focus {
  background: #ccc;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset a:focus,
#agents-charlie .top-section #refine-agents-bravo form fieldset a:hover,
#agents-charlie .top-section #refine-agents-bravo form fieldset a:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#agents-charlie .top-section #refine-agents-bravo form fieldset:nth-child(1) {
  margin-top: 0;
}
#agents-charlie h2 {
  display: none;
}
#agents-charlie .two-col-tablet {
  padding: 8px;
  display: inline-block;
}
#agents-charlie .two-col-tablet li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 4px;
}
#agents-charlie .two-col-tablet li .card {
  min-height: 330px;
  background-color: #f1f1f1;
}
#agents-charlie .two-col-tablet li .card .image {
  width: 100%;
  display: block;
}
#agents-charlie .two-col-tablet li .card .image img {
  width: 100%;
}
#agents-charlie .two-col-tablet li .card .info {
  padding: 8px;
  position: relative;
}
#agents-charlie .two-col-tablet li .card .info a {
  text-decoration: none;
  color: #6a6a6a;
}
#agents-charlie .two-col-tablet li .card .info .name {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #090A3A;
  padding-bottom: 4px;
}
#agents-charlie .two-col-tablet li .card .info .name:hover {
  text-decoration: underline;
}
#agents-charlie .two-col-tablet li .card .info a:nth-child(2):hover {
  text-decoration: underline;
}
#agents-charlie .two-col-tablet li .card .info .no-mobile {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only {
  padding: 8px 0;
  text-align: center;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a i {
  margin: 0 4px;
  font-size: 25px;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a:first-child i {
  margin-left: 0;
}
#agents-charlie .two-col-tablet li .card .info .mobile-only a:last-child i {
  margin-right: 0;
}
#agents-charlie .two-col-tablet li .card .info .links {
  padding-top: 8px;
}
#agents-charlie .two-col-tablet li .card .info .links .listings {
  display: none;
}
#agents-charlie .two-col-tablet li .card .info .links a:nth-child(2) {
  width: 100%;
  display: block;
  text-align: right;
  padding-bottom: 0;
}
#agents-charlie .two-col-tablet li:nth-child(1),
#agents-charlie .two-col-tablet li:nth-child(2) {
  padding-top: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agents-charlie {
    margin-bottom: 12px;
  }
  #agents-charlie .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #agents-charlie .top-section #refine-agents-bravo form {
    margin: 0 12px 0 12px;
    padding: 12px;
    display: flex;
  }
  #agents-charlie .top-section #refine-agents-bravo form fieldset {
    margin-top: 0;
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agents-charlie .top-section #refine-agents-bravo form .field-go {
    padding-left: 12px;
    width: 20%;
  }
  #agents-charlie .top-section #refine-agents-bravo form .field-role {
    padding-left: 2px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 6px;
  }
  #agents-charlie .two-col-tablet li .card {
    min-height: 0;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  #agents-charlie .two-col-tablet li .card .image {
    width: 40%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 60%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    width: 60%;
    float: left;
    padding: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
  }
  #agents-charlie .two-col-tablet li .card .info .name {
    font-size: 18px;
  }
  #agents-charlie .two-col-tablet li .card .info .no-mobile {
    line-height: 18px;
    display: block;
  }
  #agents-charlie .two-col-tablet li .card .info .no-mobile a {
    padding-left: 6px;
  }
  #agents-charlie .two-col-tablet li .card .info .mobile-only {
    display: none;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    width: 60%;
    text-align: right;
    font-size: 17px;
    position: absolute;
    /*bottom: @global-padding-tablet;
							right: -10px;*/
    bottom: 20px !important;
    right: 0 !important;
    left: 7px !important;
  }
  #agents-charlie .two-col-tablet li .card .info .links a {
    width: auto !important;
    color: #090A3A;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 12px;
  }
  #agents-charlie .two-col-tablet li .card .info .links .listings {
    width: 100px;
    display: block;
  }
  #agents-charlie .two-col-tablet li .card .info .links .listings i {
    display: none;
  }
  #agents-charlie .two-col-tablet li .card .info .links a:nth-child(2) {
    text-align: left;
  }
  #agents-charlie .two-col-tablet li .card .info .links a:nth-child(2) i {
    display: none;
  }
  #agents-charlie .two-col-tablet li:nth-child(1),
  #agents-charlie .two-col-tablet li:nth-child(2) {
    padding: 6px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agents-charlie {
    margin-bottom: 20px;
  }
  #agents-charlie .top-section #refine-agents-bravo form {
    margin: 0 20px 0 20px;
    padding: 20px;
  }
  #agents-charlie .top-section #refine-agents-bravo form .field-go {
    padding-left: 20px;
  }
  #agents-charlie .two-col-tablet li {
    padding: 10px !important;
  }
  #agents-charlie .two-col-tablet li .card {
    font-size: 16px;
    line-height: 22px;
    height: 250px;
  }
  #agents-charlie .two-col-tablet li .card .image {
    height: 250px;
    padding-bottom: 0;
  }
  #agents-charlie .two-col-tablet li .card .image img {
    display: block;
    width: 100%;
  }
  #agents-charlie .two-col-tablet li .card .info {
    padding: 20px;
  }
  #agents-charlie .two-col-tablet li .card .info .no-mobile {
    line-height: 22px;
  }
  #agents-charlie .two-col-tablet li .card .info .links {
    width: initial;
    right: 20px;
  }
  #agents-charlie .two-col-tablet li .card .info .links a:hover {
    color: #204B63;
    text-decoration: underline;
  }
}
#item-echo {
  width: 100%;
  padding: 0 8px 8px 8px;
  background-color: white;
}
#item-echo a {
  color: #204B63;
}
#item-echo .top-section h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#item-echo .container {
  background-color: #f1f1f1;
}
#item-echo .container article .images {
  padding: 8px 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#item-echo .container article .text {
  line-height: 22px;
  padding: 8px;
}
#item-echo .container article .text b {
  font-weight: bold;
}
#item-echo .container article .text i {
  font-style: italic;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-echo {
    padding: 0 12px 12px 12px;
  }
  #item-echo .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #item-echo .container {
    background-color: white;
    padding: 0 20px 20px 20px;
  }
  #item-echo .container article {
    background-color: #f1f1f1;
  }
  #item-echo .container article .images {
    padding: 12px 12px 0 12px;
  }
  #item-echo .container article .text {
    padding: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-echo {
    padding: 0;
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #item-echo .container {
    margin-bottom: 20px;
  }
  #item-echo .container article .images {
    padding: 20px 20px 0 20px;
  }
  #item-echo .container article .text {
    padding: 20px;
  }
}
#item-alpha {
  width: 100%;
  background-color: white;
}
#item-alpha a {
  color: #204B63;
}
#item-alpha #title h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#item-alpha #content {
  background-color: #f1f1f1;
  margin: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#item-alpha #content article {
  background-color: #f1f1f1;
  display: flex;
  flex-flow: column wrap;
}
#item-alpha #content article .text {
  line-height: 22px;
  padding: 8px;
  flex: 1;
}
#item-alpha #content article .text b {
  font-weight: bold;
}
#item-alpha #content article .text i {
  font-style: italic;
}
#item-alpha #content article .images {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 8px 8px;
  flex: 1;
}
#item-alpha #content article .images img {
  width: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-alpha {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #item-alpha #title h1 {
    padding: 36px;
    font-size: 25px;
  }
  #item-alpha #content {
    margin: 0 12px 12px 12px;
  }
  #item-alpha #content article {
    flex-flow: row nowrap;
  }
  #item-alpha #content article .text {
    padding: 12px;
  }
  #item-alpha #content article .images {
    padding: 12px 12px 12px 0;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-alpha {
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  #item-alpha #content {
    margin: 0 20px 20px 20px;
  }
  #item-alpha #content article .text {
    padding: 20px;
  }
}
#items-delta,
#items-form-bravo {
  width: 100%;
  background-color: white;
}
#items-delta a,
#items-form-bravo a {
  color: #204B63;
}
#items-delta .top-section h1,
#items-form-bravo .top-section h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#items-delta .container,
#items-form-bravo .container {
  padding-bottom: 8px;
}
#items-delta .container form,
#items-form-bravo .container form {
  background: white;
}
#items-delta .container article,
#items-form-bravo .container article {
  margin: 8px;
}
#items-delta .container article .images img,
#items-form-bravo .container article .images img {
  width: 100%;
}
#items-delta .container article .text,
#items-form-bravo .container article .text {
  padding: 8px;
  background-color: #f1f1f1;
  line-height: 18px;
}
#items-delta .container article .text h2,
#items-form-bravo .container article .text h2 {
  padding-bottom: 8px;
  display: block;
  font-size: 18px;
  font-family: 'PT sans', sans-serif;
  color: #204B63;
}
#items-delta .container article:first-child,
#items-form-bravo .container article:first-child {
  margin-top: 0;
}
#items-delta .container article:last-child,
#items-form-bravo .container article:last-child {
  margin-bottom: 0;
}
#items-form-bravo {
  max-width: 1030px;
  margin: 0 auto;
}
#items-form-bravo .item-btn {
  display: none;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #items-delta .top-section h1,
  #items-form-bravo .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #items-delta .container,
  #items-form-bravo .container {
    clear: both;
    padding-bottom: 12px;
  }
  #items-delta .container article,
  #items-form-bravo .container article {
    display: flex;
    margin: 12px;
  }
  #items-delta .container article .images,
  #items-form-bravo .container article .images {
    padding: 12px 0 12px 12px;
    background-color: #f1f1f1;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #items-delta .container article .text,
  #items-form-bravo .container article .text {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px;
  }
  #items-delta .container article .text h2,
  #items-form-bravo .container article .text h2 {
    padding-bottom: 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #items-delta,
  #items-form-bravo {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #items-delta .container,
  #items-form-bravo .container {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #items-delta .container article,
  #items-form-bravo .container article {
    margin: 20px;
  }
  #items-delta .container article .images,
  #items-form-bravo .container article .images {
    padding: 20px 0 20px 20px;
  }
  #items-delta .container article .text,
  #items-form-bravo .container article .text {
    padding: 20px;
  }
  #items-delta .container article .text h2,
  #items-form-bravo .container article .text h2 {
    padding-bottom: 20px;
  }
}
#item-foxtrot {
  display: block;
  width: 100%;
  background-color: white;
}
#item-foxtrot a {
  color: #204B63;
}
#item-foxtrot .bx-wrapper {
  height: 300px;
  margin: 0 8px !important;
}
#item-foxtrot .bx-wrapper .bx-viewport {
  height: 300px;
}
#item-foxtrot .bx-wrapper .bx-viewport ul {
  height: 300px;
}
#item-foxtrot .bx-wrapper .bx-viewport ul li {
  height: 300px;
}
#item-foxtrot .bx-wrapper .bx-viewport ul li span {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}
#item-foxtrot .container {
  max-width: 1030px;
  margin: 0 8px 0 8px;
  display: block;
  padding: 0 8px 8px 8px;
  background-color: #f1f1f1;
}
#item-foxtrot .container article {
  line-height: 22px;
}
#item-foxtrot .container article .text {
  padding-top: 0 !important;
  text-align: center;
}
#item-foxtrot .container article .text h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#item-foxtrot .container article div {
  padding-top: 40px;
}
#item-foxtrot .container article div .default-btn {
  margin: 0 auto;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #item-foxtrot .bx-wrapper {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul li {
    height: 500px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul li span {
    height: 500px;
  }
  #item-foxtrot .container {
    padding: 0 24px 24px 24px;
  }
  #item-foxtrot .container article .text h1 {
    padding: 36px;
    font-size: 25px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #item-foxtrot .bx-wrapper {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul li {
    height: 700px;
  }
  #item-foxtrot .bx-wrapper .bx-viewport ul li span {
    height: 700px;
  }
  #item-foxtrot .container {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
    padding: 0 40px 40px 40px;
  }
}
.item-form-alpha,
#items-form-bravo {
  width: 100%;
}
.item-form-alpha a,
#items-form-bravo a {
  color: #204B63;
}
.item-form-alpha form,
#items-form-bravo form {
  background-color: #f1f1f1;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.item-form-alpha form fieldset,
#items-form-bravo form fieldset {
  margin-top: 12px;
  padding: 8px 8px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.item-form-alpha form fieldset select,
#items-form-bravo form fieldset select,
.item-form-alpha form fieldset input[type=text],
#items-form-bravo form fieldset input[type=text],
.item-form-alpha form fieldset input[type=email],
#items-form-bravo form fieldset input[type=email],
.item-form-alpha form fieldset textarea,
#items-form-bravo form fieldset textarea,
.item-form-alpha form fieldset .ms-choice,
#items-form-bravo form fieldset .ms-choice {
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  font-family: 'PT sans', sans-serif;
  display: block;
  width: 100%;
}
.item-form-alpha form fieldset input[type=submit],
#items-form-bravo form fieldset input[type=submit] {
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: #204B63;
  cursor: pointer;
}
.item-form-alpha form fieldset label,
#items-form-bravo form fieldset label {
  padding-bottom: 4px;
  display: block;
}
.item-form-alpha form .fieldset_notes textarea,
#items-form-bravo form .fieldset_notes textarea {
  height: 100px;
}
@media only print, only screen and (min-width: 640px) {
  .item-form-alpha form,
  #items-form-bravo form {
    padding: 12px;
  }
  .item-form-alpha form fieldset,
  #items-form-bravo form fieldset {
    width: 50%;
    float: left;
  }
  .item-form-alpha form fieldset.fieldset_office,
  #items-form-bravo form fieldset.fieldset_office {
    width: 100%;
  }
  .item-form-alpha form fieldset.fieldset_office select,
  #items-form-bravo form fieldset.fieldset_office select {
    width: 50%;
  }
  .item-form-alpha form fieldset.fieldset_notes,
  #items-form-bravo form fieldset.fieldset_notes {
    width: 100%;
    float: none;
  }
  .item-form-alpha form fieldset.fieldset_submit,
  #items-form-bravo form fieldset.fieldset_submit {
    padding-left: 12px;
    float: none;
  }
}
@media only print, only screen and (min-width: 980px) {
  .item-form-alpha form,
  #items-form-bravo form {
    padding: 20px;
  }
  .item-form-alpha form .fieldset_submit,
  #items-form-bravo form .fieldset_submit {
    padding-left: 20px;
  }
}
.offices-alpha {
  background-color: white;
  max-width: 1030px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.offices-alpha .top-section h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
.offices-alpha ul {
  margin-bottom: 8px;
  margin-left: 6px;
  margin-right: 6px;
}
.offices-alpha ul li {
  margin: 8px;
}
.offices-alpha ul li .officeListing {
  padding-bottom: 8px;
  background-color: #f1f1f1;
}
.offices-alpha ul li .officeListing .address {
  line-height: 22px;
}
.offices-alpha ul li .officeListing .office-name {
  padding: 8px 0 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
  color: #090A3A;
  font-size: 18px;
}
.offices-alpha ul li .officeListing .office-name:hover {
  color: #204B63;
}
.offices-alpha ul li .officeListing span {
  padding: 8px 0 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.offices-alpha ul li .officeListing .email a {
  text-decoration: none;
  color: #6a6a6a;
}
.offices-alpha ul li .officeListing .email a:hover {
  color: #204B63;
}
.offices-alpha ul li .officeListing .button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 8px 8px 0 8px;
  text-align: center !important;
  width: auto !important;
}
.offices-alpha ul li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .offices-alpha .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  .offices-alpha ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
  }
  .offices-alpha ul li {
    margin: 0;
    padding: 0 6px 12px 6px;
    max-width: 50%;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .offices-alpha ul li .officeListing {
    padding-bottom: 12px;
  }
  .offices-alpha ul li .officeListing .image {
    height: 0;
    padding-bottom: 67%;
    display: block;
    width: 100%;
  }
  .offices-alpha ul li .officeListing .image img {
    width: 100% !important;
    height: auto !important;
  }
  .offices-alpha ul li .officeListing .address {
    line-height: 22px;
    min-height: 60px !important;
  }
  .offices-alpha ul li .officeListing .office-name {
    padding: 12px 0 0 12px;
  }
  .offices-alpha ul li .officeListing span {
    padding: 12px 0 0 12px;
  }
  .offices-alpha ul li .officeListing .button {
    margin: 12px 12px 0 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .offices-alpha ul {
    margin-bottom: 20px;
  }
  .offices-alpha ul li {
    padding: 0 10px 20px 10px;
  }
  .offices-alpha ul li .officeListing {
    padding-bottom: 20px;
  }
  .offices-alpha ul li .officeListing .image {
    padding-bottom: 67%;
  }
  .offices-alpha ul li .officeListing .address {
    line-height: 22px;
  }
  .offices-alpha ul li .officeListing .office-name {
    padding: 20px 0 0 20px;
  }
  .offices-alpha ul li .officeListing span {
    padding: 20px 0 0 20px;
  }
  .offices-alpha ul li .officeListing .button {
    margin: 20px 20px 0 20px;
  }
}
#contact-golf {
  max-width: 1030px;
  width: 100%;
  display: block;
  margin: 0 auto;
  /* Rate agent plugin */
  background-color: white;
}
#contact-golf .rate-agent-wrapper {
  padding: 2.5em 0 2.5em 0;
}
#contact-golf .top-section h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#contact-golf h2 {
  padding: 8px 0 0 8px;
  background-color: #f1f1f1;
  margin: 0 8px;
  color: #090A3A;
  font-size: 18px;
}
#contact-golf .container .card .address .office-contact-details.office-contact-details-alpha {
  line-height: 22px;
  background-color: #f1f1f1;
  margin: 0 8px;
  padding: 0 8px 8px 8px;
}
#contact-golf .container .card .address .office-contact-details.office-contact-details-alpha p .label.office-name {
  font-size: 16px;
  display: block;
}
#contact-golf .container .card .address .office-contact-details.office-contact-details-alpha p a {
  text-decoration: none;
  color: #6a6a6a;
}
#contact-golf .container .card .address .office-contact-details.office-contact-details-alpha p a:hover {
  text-decoration: underline;
  color: #204B63;
}
#contact-golf .container .card .address .office-contact-details.office-contact-details-alpha .appraisal-link {
  padding-top: 8px;
  color: #090A3A;
  display: block;
}
#contact-golf .container .card .address .office-contact-details.office-contact-details-alpha-licence {
  display: none;
}
#contact-golf .container .card .address .item-image-alpha {
  margin: 8px 8px 0 8px;
  padding: 8px;
  background-color: #f1f1f1;
}
#contact-golf .container .card .address .item-image-alpha img {
  width: 100%;
}
#contact-golf .container .card .address .item-image-alpha span {
  display: none;
}
#contact-golf .container .card .description {
  margin: 0 8px 0 8px;
  padding: 0 8px 8px 8px;
  background-color: #f1f1f1;
  line-height: 22px;
}
#contact-golf .container .card .map {
  margin: 8px 8px 0 8px;
  padding: 8px;
  background-color: #f1f1f1;
}
#contact-golf .container .card .map #offices-google-map-bravo {
  height: 350px;
}
#contact-golf .container .card.form-card {
  margin: 0 8px 8px 8px;
}
#contact-golf .container .card.form-card .form-title h3 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form {
  background-color: #f1f1f1;
  padding: 8px;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form:after {
  clear: both;
  display: table;
  content: '';
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset {
  margin-top: 12px;
  padding: 8px;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset select,
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=text],
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=email],
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset textarea,
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset .ms-choice {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  font-family: 'PT sans', sans-serif;
  display: block;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit] {
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  color: white;
  background-color: #090A3A;
  transition: all 0.5s;
  border-radius: 0px;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0px;
  color: #ffffff;
  background-color: #204B63;
  cursor: pointer;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:disabled {
  background: #ccc;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:disabled:hover,
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:disabled:active,
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:disabled:focus {
  background: #ccc;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:focus,
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:hover,
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset input[type=submit]:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset label {
  padding-bottom: 4px;
  display: block;
}
#contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form .fieldset_notes textarea {
  height: 100px;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #contact-golf .top-section {
    position: relative;
  }
  #contact-golf .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #contact-golf .top-section .top-links {
    position: absolute;
    right: 24px;
  }
  #contact-golf .top-section .top-links .links-container {
    display: block;
  }
  #contact-golf .top-section .top-links .links-container .right li {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 24px;
  }
  #contact-golf .top-section .top-links .links-container .right li a {
    display: block;
    padding-top: 12px;
    font-size: 16px;
    color: #090A3A;
    text-decoration: none;
  }
  #contact-golf .top-section .top-links .links-container .right li a:hover {
    color: #204B63;
  }
  #contact-golf .top-section .top-links .links-container .right li:last-child a {
    font-size: 0;
  }
  #contact-golf .top-section .top-links .links-container .right li:last-child a:after {
    font-size: 16px;
    content: "Contact Us";
  }
  #contact-golf h2 {
    padding: 12px 0 0 12px;
    margin: 0 12px;
  }
  #contact-golf .container .card .address .office-contact-details.office-contact-details-alpha {
    margin: 0 12px;
    padding: 0 12px 12px 12px;
  }
  #contact-golf .container .card .address .office-contact-details.office-contact-details-alpha .appraisal-link {
    padding-top: 12px;
  }
  #contact-golf .container .card .address .item-image-alpha {
    margin: 12px 12px 0 12px;
    padding: 12px;
  }
  #contact-golf .container .card .description {
    margin: 0 12px 0 12px;
    padding: 0 12px 12px 12px;
  }
  #contact-golf .container .card .map {
    margin: 12px 12px 0 12px;
    padding: 12px;
    background-color: #f1f1f1;
  }
  #contact-golf .container .card .map #offices-google-map-bravo {
    height: 400px;
  }
  #contact-golf .container .card.form-card {
    margin: 0 12px 12px 12px;
  }
  #contact-golf .container .card.form-card .form-title h3 {
    padding: 36px;
    font-size: 25px;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form {
    padding: 12px;
    display: inline-block;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form fieldset {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 50%;
    float: left;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form .fieldset_subject {
    width: 100%;
    float: right;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form .fieldset_subject #contact-subject {
    width: 50%;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form .fieldset_notes {
    width: 100%;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #contact-golf {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-golf .top-section h1 {
    padding: 36px 16px 36px 16px;
  }
  #contact-golf .top-section .top-links {
    right: 420px;
  }
  #contact-golf .top-section .top-links .links-container .right li a {
    padding-top: 20px;
    font-size: 18px;
  }
  #contact-golf .top-section .top-links .links-container .right li:last-child a:after {
    font-size: 18px;
  }
  #contact-golf h2 {
    padding: 20px 0 0 20px;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 60%;
  }
  #contact-golf .container .card {
    position: relative;
  }
  #contact-golf .container .card .address .office-contact-details.office-contact-details-alpha {
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0 20px 50px 20px;
  }
  #contact-golf .container .card .address .item-image-alpha {
    margin: 0;
    padding: 0 0 20px 20px;
    float: left;
    width: 40%;
    display: block;
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    right: 0px;
    top: -38px;
    background-color: white;
  }
  #contact-golf .container .card .address .item-image-alpha img {
    width: 100%;
  }
  #contact-golf .container .card .description {
    clear: both;
    margin: 0;
    padding: 0 0px 20px 20px;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #contact-golf .container .card .map {
    margin: 20px 0px 0 0px;
    padding: 20px;
    background-color: #f1f1f1;
  }
  #contact-golf .container .card .map #offices-google-map-bravo {
    height: 400px;
  }
  #contact-golf .container .card.form-card {
    margin: 0 0px 20px 0px;
    padding-bottom: 20px;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form {
    padding: 20px;
  }
  #contact-golf .container .card.form-card .enquiry-form .contact-form-alpha form .fieldset_submit {
    padding-left: 20px;
  }
}
/*JP's garter styling*/
#agent-show-bravo {
  max-width: 1030px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: white;
}
#agent-show-bravo .top-section h1 {
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#agent-show-bravo .container .card .image {
  margin: 0 8px 0 8px;
  padding: 8px 8px 0 8px;
  background-color: #f1f1f1;
}
#agent-show-bravo .container .card .image img {
  width: 100%;
}
#agent-show-bravo .container .card .info {
  line-height: 22px;
  margin: 0 8px 0 8px;
  padding: 0 8px 8px 8px;
  background-color: #f1f1f1;
}
#agent-show-bravo .container .card .info h2 {
  display: block;
  font-size: 18px;
  color: #204B63;
  padding-top: 16px;
  width: 100%;
  text-align: center;
}
#agent-show-bravo .container .card .info a {
  padding-left: 4px;
  text-decoration: none;
  color: #090A3A;
}
#agent-show-bravo .container .card .info a:hover {
  color: #204B63;
}
#agent-show-bravo .container .card .info a:hover i {
  color: #204B63 !important;
}
#agent-show-bravo .container .card .info .social-links {
  padding: 8px 0;
}
#agent-show-bravo .container .card .info .social-links a {
  padding-left: 0;
  width: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  padding-bottom: 4px;
}
#agent-show-bravo .container .card .info .social-links .fa.fa-envelope {
  color: #204B63;
}
#agent-show-bravo .container .card .info .social-links .fa.fa-facebook-official {
  color: #47639e;
}
#agent-show-bravo .container .card .info .social-links .fa.fa-twitter {
  color: #55acee;
}
#agent-show-bravo .container .card .info .social-links .fa.fa-youtube-play {
  color: #e62117;
}
#agent-show-bravo .container .card .info .agent-form-alpha {
  clear: both;
  margin-bottom: 8px;
}
#agent-show-bravo .container .card .info .agent-form-alpha form {
  display: none;
  background-color: #f1f1f1;
}
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset {
  margin-top: 8px;
}
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset select,
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=text],
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=email],
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset textarea,
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset .ms-choice {
  height: 42px;
  line-height: 36px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  padding: 0 0 0 8px;
  color: #6a6a6a;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-family: 'PT sans', sans-serif;
  display: block;
}
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit] {
  border: 0px;
  color: #ffffff;
  background-color: #204B63;
  display: block;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  color: white;
  cursor: pointer;
  background-color: #090A3A;
  transition: all 0.5s;
}
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:disabled {
  background: #ccc;
}
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:disabled:hover,
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:disabled:active,
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:disabled:focus {
  background: #ccc;
}
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:focus,
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:hover,
#agent-show-bravo .container .card .info .agent-form-alpha form fieldset input[type=submit]:active {
  background-color: #204B63;
  transition: all 0.5s;
}
#agent-show-bravo .container .card .info .links {
  text-align: right;
}
#agent-show-bravo .container .card .info .links a {
  font-size: 15px;
  padding-left: 16px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #agent-show-bravo .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #agent-show-bravo .container {
    margin: 0 12px;
    display: flex;
  }
  #agent-show-bravo .container .card {
    background-color: #f1f1f1;
  }
  #agent-show-bravo .container .card .image {
    background-color: transparent;
    padding: 12px 6px 12px 12px !important;
    margin: 0;
  }
  #agent-show-bravo .container .card .info {
    padding: 12px 12px 12px 12px !important;
    margin: 0;
  }
  #agent-show-bravo .container .card .info .social-links {
    display: flex;
  }
  #agent-show-bravo .container .card .info .social-links a {
    float: left;
    padding-right: 22px;
  }
  #agent-show-bravo .container .card .info .social-links a i {
    font-size: 20px;
    padding-right: 4px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form fieldset {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #agent-show-bravo {
    margin-bottom: 20px;
  }
  #agent-show-bravo .container {
    max-width: 1030px;
    margin: 0 20px;
  }
  #agent-show-bravo .container .card {
    margin: 0 0 20px 0;
  }
  #agent-show-bravo .container .card .image {
    padding: 20px 20px 20px 20px !important;
  }
  #agent-show-bravo .container .card .info {
    padding: 20px !important;
  }
  #agent-show-bravo .container .card .info .social-links {
    padding: 20px 0;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form fieldset {
    width: 50%;
    float: left;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form .fieldset_notes {
    width: 100%;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form .fieldset_notes textarea {
    height: 100px;
    line-height: 22px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form .fieldset_submit {
    padding-left: 20px;
    float: right;
    margin-bottom: 20px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form fieldset:nth-child(1),
  #agent-show-bravo .container .card .info .agent-form-alpha form fieldset:nth-child(3) {
    padding-right: 10px;
  }
  #agent-show-bravo .container .card .info .agent-form-alpha form fieldset:nth-child(2),
  #agent-show-bravo .container .card .info .agent-form-alpha form fieldset:nth-child(4) {
    padding-left: 10px;
  }
  #agent-show-bravo .container .card .info .links {
    clear: both;
  }
}
#blog-bravo {
  max-width: 1030px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: white;
}
#blog-bravo .blog-wrapper .blog-heading {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#blog-bravo .blog-wrapper .categories {
  padding: 0 8px;
}
#blog-bravo .blog-wrapper .categories a {
  color: #6a6a6a;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 12px;
  border-right: 1px solid #6a6a6a;
  padding-right: 7px;
  padding-left: 3px;
}
#blog-bravo .blog-wrapper .categories a:hover {
  transition: all 0.5s;
  color: #204B63;
}
#blog-bravo .blog-wrapper .categories a:first-child {
  padding-left: 0;
  font-weight: 600;
  font-size: 12px;
}
#blog-bravo .blog-wrapper .categories a:last-child {
  border: none;
}
#blog-bravo .blog-wrapper .categories .active {
  color: #204B63;
}
#blog-bravo .blog-wrapper .blog-articles {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#blog-bravo .blog-wrapper .blog-articles article {
  background-color: #f6f6f6;
}
#blog-bravo .blog-wrapper .blog-articles article .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #d1d1d1;
}
#blog-bravo .blog-wrapper .blog-articles article .heading-category {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 8px;
}
#blog-bravo .blog-wrapper .blog-articles article .heading-category span {
  display: none;
}
#blog-bravo .blog-wrapper .blog-articles article .heading-category h2 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay {
  padding: 0 8px 8px 8px;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay .blog-blurb {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay a {
  padding-top: 8px;
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-bravo .blog-wrapper .blog-articles article .image-overlay a:hover {
  color: #204B63;
}
#blog-bravo .loading-spinner {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #blog-bravo .blog-wrapper .blog-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .categories {
    padding: 0 12px;
  }
  #blog-bravo .blog-wrapper .categories a {
    font-size: 13px;
  }
  #blog-bravo .blog-wrapper .blog-articles {
    display: inline-block;
    padding: 12px;
  }
  #blog-bravo .blog-wrapper .blog-articles article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px;
    background-color: transparent;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category {
    background-color: #f6f6f6;
    padding: 8px 8px 0 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category span {
    display: none;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category h2 {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay {
    background-color: #f6f6f6;
    padding: 0 8px 8px 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay .blog-blurb {
    height: 70px;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(even) {
    padding-right: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(odd) {
    padding-left: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(1),
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #blog-bravo .blog-wrapper .blog-heading {
    text-transform: uppercase;
    padding: 36px;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .categories {
    padding: 0 20px;
  }
  #blog-bravo .blog-wrapper .categories a {
    font-size: 13px;
  }
  #blog-bravo .blog-wrapper .blog-articles {
    display: inline-block;
    padding: 20px;
  }
  #blog-bravo .blog-wrapper .blog-articles article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    background-color: transparent;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category {
    background-color: #f6f6f6;
    padding: 8px 8px 0 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category span {
    display: none;
  }
  #blog-bravo .blog-wrapper .blog-articles article .heading-category h2 {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay {
    background-color: #f6f6f6;
    padding: 0 8px 8px 8px;
  }
  #blog-bravo .blog-wrapper .blog-articles article .image-overlay .blog-blurb {
    height: 70px;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(even) {
    padding-right: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(odd) {
    padding-left: 0;
  }
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(1),
  #blog-bravo .blog-wrapper .blog-articles article:nth-child(2) {
    padding-top: 0;
  }
}
.blog-header-bravo,
.blog-show-bravo-categories,
.blog-show-bravo-categories-mobile,
.blog-footer-bravo {
  display: none !important;
}
#blog-show-bravo {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: white;
}
#blog-show-bravo i {
  font-style: italic;
}
#blog-show-bravo i.fa {
  font-style: normal;
}
#blog-show-bravo b {
  font-weight: bold;
}
#blog-show-bravo #blog-show .wrapper {
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info span {
  display: none;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .date {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 8px;
  text-align: center;
  font-size: 11px;
  margin-top: -10px;
  margin-bottom: 15px;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author a {
  color: #6a6a6a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author a:hover {
  color: #204B63;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 8px;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper h2 {
  display: inline-block;
  width: auto;
  float: left;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 2px;
  color: #6a6a6a;
}
#blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a:hover {
  color: #204B63;
}
#blog-show-bravo #blog-show .wrapper article .blog-image .image {
  background-size: cover;
  background-position: 50% 50%;
  height: 0;
  padding-bottom: 60%;
}
#blog-show-bravo #blog-show .wrapper article .blog-image iframe {
  width: 100%;
  height: 250px;
}
#blog-show-bravo #blog-show .wrapper article .blog-text {
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  line-height: 1.5em;
}
#blog-show-bravo #blog-show .wrapper article .blog-gallery {
  display: none;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 8px 8px;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social h2 {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 0 3px 0;
  margin-bottom: 8px;
  width: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
  color: #6a6a6a;
  padding: 0 4px;
  text-align: center;
  float: none;
  width: auto;
  margin: 0;
  display: inline-block;
  /*margin: 0 5px;*/
  text-decoration: none;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a i,
#blog-show-bravo #blog-show .wrapper article .bottom-content .social a span {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 100%;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.facebook {
  margin-left: 0;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.facebook:hover span {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.twitter:hover span {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content .social.pinit:hover i {
  background-color: #bd2126;
  color: white;
  border: 1px solid #bd2126;
  transition: all 0.5s;
}
#blog-show-bravo #blog-show .wrapper article .bottom-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs {
  clear: both;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs h1:first-child {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 0 3px 0;
  margin-bottom: 8px;
  border-bottom: none;
  width: 100%;
  text-align: center;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
  background-color: #f1f1f1;
  margin-bottom: 8px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .image {
  height: 0px;
  padding-bottom: 60%;
  overflow: hidden;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px 8px 0 8px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h2 {
  display: none;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h1 {
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding-bottom: 10px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info {
  padding: 0 8px 8px 8px;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info span {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info a {
  padding-top: 8px;
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info a:hover {
  color: #204B63;
}
#blog-show-bravo #blog-show .wrapper article .right-content .author .image {
  background-position: 50% 50%;
  background-size: cover;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .date {
    padding-left: 12px;
    padding-bottom: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
    padding: 36px;
    font-size: 25px;
    line-height: 25px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
    padding-bottom: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
    padding-left: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
    padding: 0 3px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-image iframe {
    height: 350px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-details {
    margin-top: -20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-gallery {
    display: none;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content {
    padding: 0 12px 12px 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social {
    margin-bottom: 12px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
    padding: 0 6px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
    width: 50%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    padding: 6px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h1 {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info span {
    height: 70px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(2) {
    padding-left: 0;
    padding-right: 8px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(3) {
    padding-right: 0;
    padding-left: 8px;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .author .image {
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .date {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info h1 {
    padding: 36px;
    font-size: 25px;
    line-height: 25px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .top-info .author {
    padding-bottom: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper {
    padding-left: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-top-section .tags-wrapper a {
    padding: 0 5px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-image iframe {
    height: 500px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-details {
    margin-top: -20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-text {
    padding: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .blog-gallery {
    display: none;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content {
    padding: 0 20px 20px 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social {
    margin-bottom: 20px;
  }
  #blog-show-bravo #blog-show .wrapper article .bottom-content .social a {
    padding: 0 10px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article {
    width: 49%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .bottom-info h1 {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article .overlay-info span {
    height: 70px;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    margin-right: 1%;
  }
  #blog-show-bravo #blog-show .wrapper article .recent-blogs .article:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1%;
  }
  #blog-show-bravo #blog-show .wrapper article .right-content .author .image {
    background-position: 50% 50%;
    background-size: cover;
  }
}
#suburb-profile-show-delta,
#place-show-charlie {
  width: 100%;
  background: white;
}
#suburb-profile-show-delta .overlay,
#place-show-charlie .overlay {
  display: none;
}
#suburb-profile-show-delta #item-image-slideshow-bravo .bx-controls,
#place-show-charlie #item-image-slideshow-bravo .bx-controls {
  display: none;
}
#suburb-profile-show-delta #item-image-slideshow-bravo ul li,
#place-show-charlie #item-image-slideshow-bravo ul li {
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-delta h1,
#place-show-charlie h1 {
  font-size: 25px;
  font-weight: normal;
}
#suburb-profile-show-delta h2,
#place-show-charlie h2 {
  display: block;
  padding: 16px 0 8px 0;
  font-size: 18px;
}
#suburb-profile-show-delta #place-heading,
#place-show-charlie #place-heading {
  text-align: left;
  padding: 16px 8px;
  display: block;
  font-size: 18px;
}
#suburb-profile-show-delta #place-heading em,
#place-show-charlie #place-heading em {
  text-transform: capitalize;
}
#suburb-profile-show-delta .bottom,
#place-show-charlie .bottom {
  padding-top: 16px;
}
#suburb-profile-show-delta .list-container,
#place-show-charlie .list-container {
  padding-bottom: 8px;
}
#suburb-profile-show-delta .middle,
#place-show-charlie .middle {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
}
#suburb-profile-show-delta .middle .left span,
#place-show-charlie .middle .left span {
  display: block;
  padding: 8px 0;
  line-height: 1.5em;
}
#suburb-profile-show-delta .middle .left h2,
#place-show-charlie .middle .left h2 {
  font-weight: 600;
  font-size: 16px;
  padding: 24px 0 3px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#suburb-profile-show-delta .middle .list-container ul li a,
#place-show-charlie .middle .list-container ul li a,
#suburb-profile-show-delta .middle .links a,
#place-show-charlie .middle .links a {
  color: #6a6a6a;
  transition: all 0.5s;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
#suburb-profile-show-delta .middle .list-container ul li a:hover,
#place-show-charlie .middle .list-container ul li a:hover,
#suburb-profile-show-delta .middle .links a:hover,
#place-show-charlie .middle .links a:hover {
  transition: all 0.5s;
  color: #204B63;
}
#suburb-profile-show-delta .middle .right h2,
#place-show-charlie .middle .right h2 {
  font-weight: 600;
  font-size: 16px;
  padding: 24px 0 3px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #6a6a6a;
  width: 200px;
}
#suburb-profile-show-delta .middle .right .social-links a,
#place-show-charlie .middle .right .social-links a {
  text-align: center;
  float: left;
  margin: 0 5px;
  text-decoration: none;
}
#suburb-profile-show-delta .middle .right .social-links a i,
#place-show-charlie .middle .right .social-links a i {
  font-size: 20px;
  color: #6a6a6a;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  border: 1px solid #6a6a6a;
  border-radius: 100%;
  text-decoration: none;
}
#suburb-profile-show-delta .middle .right .social-links .facebook:hover i,
#place-show-charlie .middle .right .social-links .facebook:hover i {
  background-color: #45619d;
  color: white;
  border: 1px solid #45619d;
  transition: all 0.5s;
}
#suburb-profile-show-delta .middle .right .social-links .twitter:hover i,
#place-show-charlie .middle .right .social-links .twitter:hover i {
  background-color: #55acee;
  color: white;
  border: 1px solid #55acee;
  transition: all 0.5s;
}
#suburb-profile-show-delta .middle .right .social-links .pinit:hover i,
#place-show-charlie .middle .right .social-links .pinit:hover i {
  background-color: #bd2126;
  color: white;
  border: 1px solid #bd2126;
  transition: all 0.5s;
}
#suburb-profile-show-delta .middle .right .social-links:after,
#place-show-charlie .middle .right .social-links:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#suburb-profile-show-delta .list-container ul .wrapper li,
#place-show-charlie .list-container ul .wrapper li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px !important;
}
#suburb-profile-show-delta .list-container ul .wrapper li a,
#place-show-charlie .list-container ul .wrapper li a {
  padding-top: 0 !important;
  text-decoration: none;
}
#suburb-profile-show-delta .list-container ul .wrapper li .image,
#place-show-charlie .list-container ul .wrapper li .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profile-show-delta .list-container ul .wrapper li .grid,
#place-show-charlie .list-container ul .wrapper li .grid {
  background: #f1f1f1;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 16px;
}
#suburb-profile-show-delta .list-container ul .wrapper li .grid h3,
#place-show-charlie .list-container ul .wrapper li .grid h3 {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profile-show-delta #place-heading,
  #place-show-charlie #place-heading {
    padding: 24px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #suburb-profile-show-delta .bottom,
  #place-show-charlie .bottom {
    padding-top: 24px;
  }
  #suburb-profile-show-delta .list-container,
  #place-show-charlie .list-container {
    padding-bottom: 12px;
  }
  #suburb-profile-show-delta .middle,
  #place-show-charlie .middle {
    display: inline-block;
    width: 100%;
    padding: 12px;
  }
  #suburb-profile-show-delta .middle .left,
  #place-show-charlie .middle .left {
    padding-right: 48px;
  }
  #suburb-profile-show-delta .middle .left span,
  #place-show-charlie .middle .left span {
    padding: 12px 0;
  }
  #suburb-profile-show-delta .list-container,
  #place-show-charlie .list-container {
    width: 100%;
    display: inline-block;
  }
  #suburb-profile-show-delta .list-container ul,
  #place-show-charlie .list-container ul {
    width: 100%;
    display: block;
  }
  #suburb-profile-show-delta .list-container ul .wrapper,
  #place-show-charlie .list-container ul .wrapper {
    width: 50%;
    float: left;
  }
  #suburb-profile-show-delta .list-container ul .wrapper li,
  #place-show-charlie .list-container ul .wrapper li {
    padding: 12px !important;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profile-show-delta,
  #place-show-charlie {
    max-width: 1030px;
    display: block;
    margin: 0 auto;
  }
  #suburb-profile-show-delta h1,
  #place-show-charlie h1 {
    font-size: 30px;
  }
  #suburb-profile-show-delta h2,
  #place-show-charlie h2 {
    /*font-size: 25px;*/
  }
  #suburb-profile-show-delta #place-heading,
  #place-show-charlie #place-heading {
    padding: 30px 0 0 0;
    font-size: 24px;
  }
  #suburb-profile-show-delta .container .middle,
  #place-show-charlie .container .middle {
    padding-top: 30px;
  }
  #suburb-profile-show-delta .bottom,
  #place-show-charlie .bottom {
    padding-top: 30px;
  }
  #suburb-profile-show-delta .list-container,
  #place-show-charlie .list-container {
    padding-bottom: 30px;
  }
  #suburb-profile-show-delta .list-container ul,
  #place-show-charlie .list-container ul {
    display: inline-block;
    width: 100%;
  }
  #suburb-profile-show-delta .middle,
  #place-show-charlie .middle {
    display: inline-block;
    width: 100%;
    padding: 30px;
  }
  #suburb-profile-show-delta .middle .left,
  #place-show-charlie .middle .left {
    width: 75% !important;
    padding-right: 40px;
  }
  #suburb-profile-show-delta .middle .left span,
  #place-show-charlie .middle .left span {
    padding: 30px 0;
  }
  #suburb-profile-show-delta .middle .right,
  #place-show-charlie .middle .right {
    width: 25% !important;
  }
  #suburb-profile-show-delta .list-container,
  #place-show-charlie .list-container {
    width: 100%;
    display: inline-block !important;
    max-width: none !important;
  }
  #suburb-profile-show-delta .list-container ul,
  #place-show-charlie .list-container ul {
    max-width: 1030px;
    margin: 0 auto;
    display: block;
  }
  #suburb-profile-show-delta .list-container ul .wrapper,
  #place-show-charlie .list-container ul .wrapper {
    width: 50% !important;
    float: left;
  }
  #suburb-profile-show-delta .list-container ul .wrapper li,
  #place-show-charlie .list-container ul .wrapper li {
    padding: 30px !important;
  }
}
#suburb-profiles-alpha {
  width: 100%;
  display: block;
  background: white;
}
#suburb-profiles-alpha .top-section h1 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
#suburb-profiles-alpha ul {
  padding: 8px 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul li {
  padding: 0 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing {
  background: #f1f1f1;
}
#suburb-profiles-alpha ul .propertyListing div {
  color: #6a6a6a;
  text-decoration: none;
  display: block;
  max-height: 71px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 8px 8px 8px;
}
#suburb-profiles-alpha ul .propertyListing .image {
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50% 50%;
}
#suburb-profiles-alpha ul .propertyListing a {
  text-decoration: none;
}
#suburb-profiles-alpha ul .propertyListing b {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #6a6a6a;
  display: block;
  line-height: 20px;
  padding: 8px 8px 10px 8px;
}
#suburb-profiles-alpha ul .propertyListing .button {
  color: #6a6a6a;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.5s;
  font-weight: 600;
  text-decoration: none;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#suburb-profiles-alpha ul .propertyListing .button:hover {
  transition: all 0.5s;
  color: #204B63;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  #suburb-profiles-alpha .top-section h1 {
    padding: 36px;
    font-size: 25px;
  }
  #suburb-profiles-alpha ul {
    padding: 12px 6px 0;
  }
  #suburb-profiles-alpha ul li {
    padding: 0 6px 12px;
  }
  #suburb-profiles-alpha ul .propertyListing div {
    height: 66px;
  }
  #suburb-profiles-alpha ul .propertyListing b {
    height: 18px;
    overflow: hidden;
    display: block;
    padding-bottom: 28px;
    line-height: 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  #suburb-profiles-alpha {
    max-width: 1030px;
    margin: 0 auto;
  }
  #suburb-profiles-alpha .top-section h1 {
    padding: 55px 36px 36px 36px;
    font-size: 25px;
  }
  #suburb-profiles-alpha ul {
    padding: 20px 10px 0;
  }
  #suburb-profiles-alpha ul li {
    width: 50%;
    padding: 0 10px 20px;
  }
}
#maintenance-request-echo {
  width: 100%;
}
#maintenance-request-echo .top-section #item-image-slideshow-bravo {
  height: 350px;
}
#maintenance-request-echo .top-section #item-image-slideshow-bravo ul {
  height: 350px;
}
#maintenance-request-echo .top-section #item-image-slideshow-bravo ul li {
  height: 350px;
  background-size: cover;
  background-position: 50% 50%;
}
#maintenance-request-echo .top-section .overlay {
  display: none;
}
#maintenance-request-echo .text-wrapper article {
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px;
}
#maintenance-request-echo .text-wrapper article h2 {
  padding: 24px;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper {
  padding: 0 16px 16px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper #flash-message {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
  display: block;
  margin: 0 20px;
}
#maintenance-request-echo .maintenance-request-wrapper form {
  padding-top: 8px;
}
#maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
  clear: both;
  padding: 8px 0;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset {
  padding-bottom: 8px;
  height: 40px;
  overflow: hidden;
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 8px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset input,
#maintenance-request-echo .maintenance-request-wrapper form fieldset select,
#maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
  border: 1px solid #a9a9a9 !important;
  background-color: white !important;
  height: 40px;
  font-family: 'Raleway', sans-serif;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset input {
  height: 40px;
  line-height: 40px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset select {
  height: 40px;
  line-height: 40px;
}
#maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
  height: 120px;
  line-height: 22px;
  display: block;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_first_name,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_email_address,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_1,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_suburb,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
  padding-right: 4px;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_surname,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_mobile,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_2,
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_state {
  padding-left: 4px;
}
#maintenance-request-echo .maintenance-request-wrapper form .fieldset_notes {
  width: 100%;
  height: 120px;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
  border: 1px solid #a9a9a9 !important;
  cursor: pointer;
  background-color: transparent !important;
  color: #090A3A;
  height: 35px;
  display: block;
  width: 100%;
  font-size: 14px;
  transition: all 0.5s;
}
#maintenance-request-echo .maintenance-request-wrapper form input[type="submit"]:hover {
  transition: all 0.5s;
  background-color: #204B63 !important;
  color: white !important;
  border-color: #204B63 !important;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #maintenance-request-echo .top-section #item-image-slideshow-bravo {
    height: 500px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul {
    height: 500px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul li {
    height: 500px;
  }
  #maintenance-request-echo .text-wrapper article h2 {
    width: 100%;
    text-align: center;
    padding: 36px;
    font-size: 25px;
  }
  #maintenance-request-echo .maintenance-request-wrapper {
    padding: 0 24px 24px 24px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form {
    padding-top: 24px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
    padding-bottom: 12px;
    font-size: 18px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset {
    padding-bottom: 12px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset input,
  #maintenance-request-echo .maintenance-request-wrapper form fieldset select {
    height: 40px;
    line-height: 40px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset textarea {
    height: 120px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_first_name,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_email_address,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_1,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_suburb,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
    padding-right: 6px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_surname,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_mobile,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_2,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state {
    padding-left: 6px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select {
    margin-right: 40%;
  }
  #maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
    height: 40px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #maintenance-request-echo .top-section #item-image-slideshow-bravo {
    height: 700px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul {
    height: 700px;
  }
  #maintenance-request-echo .top-section #item-image-slideshow-bravo ul li {
    height: 700px;
    background-attachment: fixed;
  }
  #maintenance-request-echo .text-wrapper {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    background: white;
  }
  #maintenance-request-echo .text-wrapper article {
    text-align: center;
    padding: 0 120px;
    line-height: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #maintenance-request-echo .text-wrapper article h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
  #maintenance-request-echo .maintenance-request-wrapper {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    background: white;
  }
  #maintenance-request-echo .maintenance-request-wrapper form {
    padding: 0 80px 0 80px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .maintenance-heading {
    width: 100%;
    text-align: center;
    padding: 36px;
    font-size: 25px;
    display: block;
  }
  #maintenance-request-echo .maintenance-request-wrapper form fieldset {
    margin-bottom: 14px;
    padding-bottom: 20px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_first_name,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_select,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_email_address,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_1,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_suburb,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_postcode {
    padding-right: 10px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_surname,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_mobile,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_address_line_2,
  #maintenance-request-echo .maintenance-request-wrapper form .fieldset_state {
    padding-left: 10px;
  }
  #maintenance-request-echo .maintenance-request-wrapper form input[type="submit"] {
    width: 25%;
    float: right;
  }
  #maintenance-request-echo .maintenance-request-wrapper form:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
}
/* Real estate icons */
@font-face {
  font-family: 'bbc';
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/real-estate-icons/bbc.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/real-estate-icons/bbc.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="bbc-"],
[class*=" bbc-"] {
  font-family: 'bbc';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bbc-bed-large:before {
  content: "\e600";
}
.bbc-bath-large:before {
  content: "\e601";
}
.bbc-car-large:before {
  content: "\e602";
}
/*Including social icons since custom InspectRE icon is included*/
@font-face {
  font-family: 'social';
  src: url('/assets/layout/_global/fonts/social/social.eot?odg0a9');
  src: url('/assets/layout/_global/fonts/social/social.eot?#iefixodg0a9') format('embedded-opentype'), url('/assets/layout/_global/fonts/social/social.woff?odg0a9') format('woff'), url('/assets/layout/_global/fonts/social/social.ttf?odg0a9') format('truetype'), url('/assets/layout/_global/fonts/social/social.svg?odg0a9#bbc') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon_social-"],
[class*=" icon_social-"] {
  /*Using !important since some glyphs need to also be preceded 'fa' class to inherit FontAwesome font stylings*/
  /*.fa will overwrite font-family*/
  font-family: 'social' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_social-ratemyagent:before {
  content: "\e900";
}
.icon_social-google-plus:before {
  content: "\ea8b";
}
.icon_social-facebook:before {
  content: "\ea90";
}
.icon_social-twitter:before {
  content: "\ea96";
}
.icon_social-linkedin:before {
  content: "\eaca";
}
.icon_social-pinterest:before {
  content: "\ead1";
}
/* Sneak Preview Banners */
.sneak-preview {
  display: block;
  position: absolute;
  top: 75px;
  left: 10px;
  width: 69px;
  height: 43px;
  z-index: 55;
  line-height: 15px;
  font-size: 13px;
  padding: 6px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #090A3A;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.sneak-preview:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #090A3A;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -7px;
}
.propertyListing {
  position: relative;
}
.propertyListing .sneak-preview {
  top: 10px;
}
@media only screen and (min-width: 640px) {
  /* Tablet */
  .sneak-preview {
    width: 89px;
    height: 60px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 0 0;
    top: 90px;
    left: 10px;
  }
  .sneak-preview:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 18px solid #090A3A;
    bottom: -18px;
    margin-left: -11px;
  }
  .propertyListing {
    position: relative;
  }
  .propertyListing .sneak-preview {
    width: 69px;
    height: 43px;
    font-size: 13px;
    line-height: 15px;
    padding: 6px 0 0;
    top: 10px;
    left: 10px;
  }
  .propertyListing .sneak-preview:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #090A3A;
    bottom: -12px;
    margin-left: -7px;
  }
}
@media only screen and (min-width: 980px) {
  /* Desktop */
  .sneak-preview {
    top: 90px;
  }
  .sneak-preview.on-map {
    top: 50px;
  }
}
.form-success {
  color: white;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #8dc63e;
  text-align: center;
  border-radius: 5px;
  display: none;
  box-sizing: border-box;
}
.form-error {
  color: #d63830;
  margin: 0 auto 20px;
  padding: 20px 5px;
  background: #ebcdcc;
  border: solid 1px #d63830;
  border-radius: 5px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}
.no-ajax .form-error {
  display: block;
}
.ms-choice &gt; div {
  position: absolute;
  top: 7px;
  right: 0;
  width: 20px;
  height: 100%;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'PT sans', sans-serif;
  font-size: 14px;
  color: #6a6a6a;
  background-color: #f1f1f1;
  position: relative;
}
h1 {
  font-family: 'PT sans', sans-serif;
}
strong {
  font-weight: 600;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
#error-page {
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
  background: white;
  padding: 40px 0;
}
#error-page h1 {
  color: #204B63;
  font-weight: 600;
  font-size: 2em;
}
#error-page h2 {
  padding: 20px 0;
  font-size: 1.5em;
}
.header-wrapper {
  width: 100%;
  background-color: transparent;
  height: 65px;
}
.header-wrapper #header-section .feature-listings {
  display: none;
  color: black;
}
.scroll {
  background-color: #ffffff !important;
  transition: all 0.5s;
}
#header-oscar {
  transition: all 0.5s;
  font-family: 'PT sans', sans-serif;
  background-color: white;
  z-index: 150;
  position: fixed;
  padding: 0;
  box-shadow: 0px 1px 10px -5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: block;
  height: 65px;
  border-bottom: 1px solid white;
}
#header-oscar section {
  /*Menu*/
}
#header-oscar section #logo {
  position: absolute;
  z-index: 150;
  left: 0%;
  width: 100px;
}
#header-oscar section #logo img {
  padding-top: 7px;
  padding-left: 10px;
  width: 140px;
  margin: 0 auto;
  display: block;
}
#header-oscar section #menuOpen,
#header-oscar section #menuOpenDesktop,
#header-oscar section #menuOpen-hide-overlay {
  float: right;
  color: black;
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  padding-right: 20px;
  z-index: 200;
  transition: all 0.5s;
}
#header-oscar section #menuOpen:hover,
#header-oscar section #menuOpenDesktop:hover,
#header-oscar section #menuOpen-hide-overlay:hover {
  color: #204B63;
  transition: all 0.5s;
}
#header-oscar section #menuOpen i,
#header-oscar section #menuOpenDesktop i,
#header-oscar section #menuOpen-hide-overlay i {
  font-size: 26px;
  line-height: inherit;
}
#header-oscar section #menuOpen-hide-overlay {
  color: black;
}
#header-oscar section .menu-open-desktop,
#header-oscar section .menu-desktop {
  display: none;
}
#header-oscar section #menuDesktopX {
  display: none;
}
#header-oscar section nav {
  z-index: 150;
  background-color: #090A3A;
  padding: 8px;
  padding-bottom: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  left: -70%;
}
#header-oscar section nav ul {
  z-index: 150;
  /*Parent*/
}
#header-oscar section nav ul li {
  width: 100%;
  z-index: 60;
  /*Link*/
  /*Dropdown*/
}
#header-oscar section nav ul li .parent {
  color: black;
  background-color: #204B63;
}
#header-oscar section nav ul li a {
  font-family: 'PT sans', sans-serif;
  z-index: 150;
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 4px 8px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#header-oscar section nav ul li ol li {
  padding: 0px;
  /*Sublink*/
}
#header-oscar section nav ul li ol li a {
  font-family: 'PT sans', sans-serif;
  background-color: transparent;
  font-size: 14px;
  padding: 4px 16px;
}
#header-oscar section nav ul li ol li a:focus,
#header-oscar section nav ul li ol li a:hover,
#header-oscar section nav ul li ol li a:active {
  background-color: #204B63;
}
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo,
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper,
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport,
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul,
#homepage-oscar #homepage-oscar-slideshow #item-image-slideshow-bravo .bx-wrapper .bx-viewport ul li {
  height: 100% !important;
}
#homepage-oscar #homepage-oscar-slideshow {
  height: calc(100vh - 80px);
  min-height: 400px;
}
#homepage-oscar #homepage-oscar-slideshow #overlay {
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#listings-juliet {
  width: 100%;
}
#listings-juliet .four-col-desktop li:only-child {
  margin: 0 auto;
}
.offices-alpha .text-wrapper {
  padding: 30px 20px 10px;
}
#footer-oscar {
  /*height: 130px;*/
  height: auto !important;
  width: 100%;
  background-color: #090A3A;
  padding: 8px;
  margin-top: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-oscar ul.links {
  display: none;
}
#footer-oscar .social {
  width: auto !important;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  padding-bottom: 20px;
  height: auto !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#footer-oscar .social a {
  float: none !important;
  margin: 15px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.5s;
  border-radius: 1000px;
  /* Mix-in for generating social icons */
}
#footer-oscar .social a.facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
#footer-oscar .social a.twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
#footer-oscar .social a.instagram:hover {
  background-color: #B93487;
  border-color: #B93487;
}
#footer-oscar .social a.pinterest:hover {
  background-color: #c8232c;
  border-color: #c8232c;
}
#footer-oscar .social a.youtube:hover {
  background-color: #c4302b;
  border-color: #c4302b;
}
#footer-oscar .social a.linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}
#footer-oscar .social a.googleplus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
#footer-oscar .social a.ratemyagent:hover {
  background-color: #1a222c;
  border-color: #1a222c;
}
#footer-oscar .social a i {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
  width: 35px;
  line-height: 35px;
  display: block;
}
#footer-oscar span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 8px 8px 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  line-height: 16px;
}
#footer-oscar span span {
  width: 100%;
  display: block;
  /*margin-bottom: @global-padding-mobile/2;*/
  margin-bottom: 0;
}
#footer-oscar span #site-phone {
  color: #fff;
  text-decoration: none;
}
#footer-oscar span #site-phone:hover {
  color: #204B63;
}
#footer-oscar .bottom-info {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 0 8px 0 8px;
}
#footer-oscar .bottom-info li {
  color: #fff;
  padding-bottom: 8px;
  padding-left: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
}
#footer-oscar .bottom-info li a {
  text-decoration: none;
  color: #fff;
  font-size: 11px;
}
#footer-oscar .bottom-info li a:hover {
  color: #204B63;
}
#footer-oscar .bottom-info:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#footer-oscar .devBy {
  color: #fff;
  text-align: center;
  font-size: 11px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer-oscar .devBy a {
  transition: all 0.5s;
  text-decoration: none;
  text-align: right;
  font-size: 12px;
  color: #fff;
}
#footer-oscar .devBy a:hover {
  transition: all 0.5s;
  color: #7aab35;
}
#media-alpha {
  max-width: 1030px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 8px 8px 8px;
}
#media-alpha h1 {
  display: block;
  padding: 24px;
  font-size: 20px;
  text-align: center;
}
#media-alpha .container {
  margin: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#media-alpha .container .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#media-alpha .container .video-container iframe,
#media-alpha .container .video-container object,
#media-alpha .container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only print, only screen and (min-width: 640px) {
  /* Tablet */
  #header-mike section #menuOpen,
  #header-mike section #menuOpen-hide-overlay {
    padding: 12px;
  }
  #header-mike section #menuOpen i,
  #header-mike section #menuOpen-hide-overlay i {
    font-size: 25px;
  }
  #footer-oscar {
    clear: both;
  }
  #footer-oscar .links {
    display: block;
  }
  #media-alpha {
    padding: 0 12px 12px 12px;
  }
}
@media only print, only screen and (min-width: 980px) {
  /* Desktop */
  #auctions-charlie,
  #opens-delta {
    max-width: 1200px;
    width: 100%;
  }
  #listings-juliet-display {
    min-width: 800px;
  }
  .header-wrapper {
    width: 100%;
    height: 80px;
  }
  #header-section {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 80px;
  }
  #header-section .feature-listings {
    display: none;
    z-index: 175;
    text-align: center;
    margin: 0;
    text-decoration: none;
    color: #141a42;
    font-family: 'PT sans', sans-serif;
    font-size: 16px;
    position: fixed;
    top: 25px;
    right: 30px;
    cursor: pointer;
    line-height: 38px;
    padding: 0 10px;
  }
  #header-section .feature-listings:hover {
    background-color: #204B63;
    color: white;
    height: 38px;
  }
  #header-oscar {
    padding-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 80px;
    border-bottom: 1px solid white;
  }
  #header-oscar section {
    width: 1030px;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 250;
  }
  #header-oscar section #logo {
    display: block;
    z-index: 400;
    left: 20px;
    width: 200px;
  }
  #header-oscar section #logo img {
    height: 55px;
    width: 190px;
    padding-top: 12px;
    padding-left: 0;
    margin: 0;
    width: auto;
    cursor: pointer;
  }
  #header-oscar section .menu-desktop-wrapper {
    height: 50px;
    position: relative;
    z-index: 150;
    padding-left: 150px;
    /*Menu*/
  }
  #header-oscar section .menu-desktop-wrapper .menu-open-desktop {
    display: block;
    z-index: 150;
  }
  #header-oscar section .menu-desktop-wrapper .back-btn {
    position: absolute;
    right: 140px;
    top: 21px;
  }
  #header-oscar section .menu-desktop-wrapper .back-btn a {
    text-decoration: none;
    color: #999999;
    transition: all 0.5s;
  }
  #header-oscar section .menu-desktop-wrapper .back-btn a:hover {
    color: #204B63;
    transition: all 0.5s;
  }
  #header-oscar section .menu-desktop-wrapper #back-no-refine {
    right: 90px;
  }
  #header-oscar section .menu-desktop-wrapper .menu-desktop {
    display: none;
  }
  #header-oscar section .menu-desktop-wrapper .menu-open-desktop {
    height: 60px !important;
    width: 40px !important;
    line-height: 50px !important;
    padding-top: 20px !important;
  }
  #header-oscar section .menu-desktop-wrapper #menuDesktopX {
    display: none;
    float: right;
    color: #090A3A;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    padding-right: 29px;
    padding-top: 20px;
  }
  #header-oscar section .menu-desktop-wrapper #menuDesktopX i {
    font-size: 26px;
    line-height: inherit;
  }
  #header-oscar section .menu-desktop-wrapper nav {
    padding: 22px 0 0 0;
    background-color: transparent;
    z-index: 150;
  }
  #header-oscar section .menu-desktop-wrapper nav ul {
    max-height: 40px;
    width: auto;
    float: right;
    background-color: transparent;
    z-index: 150;
    /*Parent*/
    /*li:nth-child(4){
							padding-right: 5.55%;
							box-sizing: initial;
						}
						li:nth-child(5){
							padding-left: 5.55%;
							box-sizing: initial;
						}*/
  }
  #header-oscar section .menu-desktop-wrapper nav ul li {
    width: 100px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    z-index: 150;
    position: relative;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li a {
    text-align: center;
    margin: 0;
    color: black;
    background-color: transparent;
    z-index: 150;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li a:hover {
    color: white;
    background-color: #204B63;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li ol {
    z-index: 150;
    display: none;
    width: 150px;
    padding-top: 17px;
    position: absolute;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li ol li {
    z-index: 150;
    background-color: #090A3A;
    width: 100%;
    /*#fuckfloats2018*/
    /*float: left;*/
    float: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li ol li a {
    z-index: 150;
    height: auto;
    line-height: 24px;
    text-align: left;
    color: white;
    margin: 0;
    display: block;
    width: 100%;
    padding: 12px;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li ol li a:hover {
    color: white;
  }
  #header-oscar section .menu-desktop-wrapper nav ul &gt; li {
    width: auto;
    margin: 0 5px;
  }
  #header-oscar section .menu-desktop-wrapper nav ul &gt; li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header-oscar section .menu-desktop-wrapper nav ul &gt; li:last-child ol {
    right: 0;
  }
  #header-oscar section .menu-desktop-wrapper nav ul li:hover ol {
    display: inline-block;
  }
  #header-oscar section .menu-open-mobile,
  #header-oscar section .menu-mobile {
    display: none !important;
  }
  #media-alpha {
    margin: 0 auto;
    padding: 0 20px 20px 20px;
  }
  #media-alpha h1 {
    padding: 36px;
    font-size: 25px;
  }
}
@media only print, only screen and (min-width: 1920px) {
  /* Desktop */
  #header-section .feature-listings {
    display: block !important;
  }
  #header-oscar section #logo {
    /*left: -55px !important;*/
  }
}
@media print {
  header,
  footer {
    display: none !important;
    background-color: white;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  nav {
    display: none !important;
  }
  section {
    width: 1030px;
  }
  footer .disclaimer {
    display: none !important;
  }
}
#wheels-debug-area,
.cfdebug {
  display: none;
}
.testimonial-text {
  width: 100% !important;
  display: block !important;
}
.testimonial-text b {
  font-weight: bold !important;
}
.testimonial-text i {
  font-style: italic !important;
}
.testimonial-from {
  width: 100% !important;
  display: block !important;
  padding-top: 8px !important;
  padding-bottom: 24px !important;
}
.video-container .video-link {
  width: 100%;
  padding-bottom: 50%;
  display: block;
  position: relative;
}
.video-container .video-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f04b';
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 2px;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  transform-origin: 50% 0;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
}
.video-container figcaption {
  padding: 10px 10px 20px;
  text-align: center;
}
.embed-container {
  position: relative;
  height: 650px;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#agent-show-bravo .container .card .info h2 {
  text-align: left;
}
#header-oscar section nav ul li .parent {
  background-color: #fff;
}
#header-oscar section .menu-desktop-wrapper nav ul li a:hover {
  background-color: #fff !important;
  color: #000 !important;
}
@media only screen and (max-width: 980px) {
  #header-oscar section #logo img {
    max-width: 140px;
    width: 100%;
  }
}
</pre></body></html>